body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img,
video {
  font-size: 0;
  line-height: 0;
}
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #333;
}
main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
img {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
}
.c-btn_more {
  display: block;
  background: #fff;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  color: #333;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_more {
    border: 2px solid #333;
    margin-top: 48px;
    width: 240px;
    height: 60px;
    line-height: 56px;
    font-size: 14px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .c-btn_more:hover {
    background: #333;
    color: #fff;
  }
  .c-btn_more:hover span {
    background: #fff;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_more {
    border: 0.533333333333333vw solid #333;
    margin-top: 10.666666666666668vw;
    width: 78.66666666666666vw;
    height: 12.8vw;
    line-height: 11.733333333333333vw;
    font-size: 4.266666666666667vw;
  }
}
.c-btn_more span {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: #333;
  border-radius: 0.1em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media screen and (min-width: 961px) {
  .c-btn_more span {
    width: 16px;
    height: 2px;
    right: 19px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_more span {
    width: 3.733333333333334vw;
    height: 0.533333333333333vw;
    right: 5.066666666666666vw;
  }
}
.c-btn_more span::before {
  content: '';
  position: absolute;
  background: inherit;
  border-radius: inherit;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
}
.c-btn_back {
  display: block;
  background: #fff;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  color: #333;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_back {
    border: 2px solid #333;
    margin-top: 48px;
    width: 240px;
    height: 60px;
    line-height: 56px;
    font-size: 14px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  .c-btn_back:hover {
    background: #333;
    color: #fff;
  }
  .c-btn_back:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
    background-size: 100% auto;
  }
  .c-btn_back.-long {
    width: 310px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_back {
    border: 0.533333333333333vw solid #333;
    margin-top: 10.666666666666668vw;
    width: 78.66666666666666vw;
    height: 12.8vw;
    line-height: 11.733333333333333vw;
    font-size: 4.266666666666667vw;
  }
  .c-btn_back.-long {
    padding-right: 5.333333333333334vw;
  }
}
.c-btn_back::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .c-btn_back::after {
    right: 19px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_back::after {
    right: 4.8vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.c-btn_download {
  display: block;
  background: #333;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_download {
    border: 2px solid #333;
    width: 300px;
    height: 52px;
    line-height: 48px;
    font-size: 14px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  .c-btn_download:hover {
    background: #fff;
    color: #333;
  }
  .c-btn_download:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_download.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-btn_download {
    width: 21.428571428571427vw;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_download {
    border: 0.533333333333333vw solid #333;
    width: 78.66666666666666vw;
    height: 13.866666666666665vw;
    line-height: 12.8vw;
    font-size: 3.733333333333334vw;
  }
}
.c-btn_download::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_download_w.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .c-btn_download::after {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_download::after {
    right: 5.333333333333334vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.c-btn_faq {
  display: block;
  background: #fff;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  color: #333;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_faq {
    border: 2px solid #333;
    margin-top: 20px;
    width: 268px;
    height: 42px;
    line-height: 38px;
    font-size: 14px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  .c-btn_faq:hover {
    background: #333;
    color: #fff;
  }
  .c-btn_faq:hover::before,
  .c-btn_faq:hover::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_faq {
    border: 0.533333333333333vw solid #333;
    margin-top: 8vw;
    width: 69.33333333333334vw;
    height: 11.200000000000001vw;
    line-height: 10.133333333333333vw;
    font-size: 3.733333333333334vw;
  }
}
.c-btn_faq::before,
.c-btn_faq::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  border-radius: 9999px;
  background-color: #333;
  -webkit-transform-origin: calc(100% - 1px) 50%;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 961px) {
  .c-btn_faq::before,
  .c-btn_faq::after {
    right: 19px;
    width: 6px;
    height: 2px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_faq::before,
  .c-btn_faq::after {
    right: 5.066666666666666vw;
    width: 1.6vw;
    height: 0.533333333333333vw;
  }
}
.c-btn_faq::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn_faq::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-btn_faq2 {
  display: block;
  background: #333;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_faq2 {
    border: 2px solid #333;
    width: 320px;
    height: 60px;
    margin-top: 24px;
    padding-left: 31px;
    line-height: 56px;
    font-size: 18px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  :hover > .c-btn_faq2 {
    background: #fff;
    color: #333;
  }
  :hover > .c-btn_faq2::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_faq2 {
    border: 0.533333333333333vw solid #333;
    width: 78.66666666666666vw;
    height: 12.8vw;
    margin-top: 6.4vw;
    padding-left: 9.333333333333334vw;
    line-height: 11.733333333333333vw;
    font-size: 4.266666666666667vw;
  }
}
.c-btn_faq2::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .c-btn_faq2::after {
    right: 20px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_faq2::after {
    right: 5.333333333333334vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.c-btn_login {
  display: block;
  background: #fd4749;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_login {
    border: 2px solid #fd4749;
    width: 372px;
    height: 78px;
    line-height: 74px;
    font-size: 16px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  :hover > .c-btn_login {
    background: #fff;
    color: #fd4749;
  }
  :hover > .c-btn_login::before,
  :hover > .c-btn_login::after {
    background-color: #fd4749;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-btn_login {
    width: 26.571428571428573vw;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_login {
    border: 0.533333333333333vw solid #fd4749;
    width: 78.66666666666666vw;
    height: 13.866666666666665vw;
    line-height: 12.8vw;
    font-size: 4.266666666666667vw;
  }
}
.c-btn_login::before,
.c-btn_login::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  border-radius: 9999px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .c-btn_login::before,
  .c-btn_login::after {
    top: calc(50% - 1.5px);
    right: 30px;
    width: 14px;
    height: 3px;
    -webkit-transform-origin: calc(100% - 1.5px) 50%;
    transform-origin: calc(100% - 1.5px) 50%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-btn_login::before,
  .c-btn_login::after {
    right: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_login::before,
  .c-btn_login::after {
    top: calc(50% - 1.5px);
    right: 5.066666666666666vw;
    width: 2.666666666666667vw;
    height: 0.533333333333333vw;
    -webkit-transform-origin: calc(100% - 1.5px) 50%;
    transform-origin: calc(100% - 1.5px) 50%;
  }
}
.c-btn_login::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn_login::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-btn_help {
  display: block;
  background: #329fe7;
  border-radius: 100px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_help {
    border: 2px solid #329fe7;
    width: 372px;
    height: 78px;
    line-height: 74px;
    font-size: 16px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  :hover > .c-btn_help {
    background: #fff;
    color: #329fe7;
  }
  :hover > .c-btn_help::before,
  :hover > .c-btn_help::after {
    background-color: #329fe7;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-btn_help {
    width: 26.571428571428573vw;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_help {
    border: 0.533333333333333vw solid #329fe7;
    width: 78.66666666666666vw;
    height: 13.866666666666665vw;
    line-height: 12.8vw;
    font-size: 4.266666666666667vw;
  }
}
.c-btn_help::before,
.c-btn_help::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #fff;
}
@media screen and (min-width: 961px) {
  .c-btn_help::before,
  .c-btn_help::after {
    top: calc(50% - 1.5px);
    right: 30px;
    width: 14px;
    height: 3px;
    -webkit-transform-origin: calc(100% - 1.5px) 50%;
    transform-origin: calc(100% - 1.5px) 50%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-btn_help::before,
  .c-btn_help::after {
    right: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_help::before,
  .c-btn_help::after {
    top: calc(50% - 1.5px);
    right: 5.066666666666666vw;
    width: 2.666666666666667vw;
    height: 0.533333333333333vw;
    -webkit-transform-origin: calc(100% - 1.5px) 50%;
    transform-origin: calc(100% - 1.5px) 50%;
  }
}
.c-btn_help::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-btn_help::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-btn_black {
  display: block;
  background: #333;
  border-radius: 100px;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_black {
    border: 2px solid #333;
    width: 268px;
    height: 60px;
    line-height: 56px;
    font-size: 14px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  .c-btn_black:hover {
    background: #fff;
    color: #333;
  }
  .c-btn_black:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_black {
    border: 0.533333333333333vw solid #333;
    width: 78.66666666666666vw;
    min-height: 13.866666666666665vw;
    line-height: calc(22.4 / 14);
    font-size: 3.733333333333334vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 961px) {
  .c-btn_black.-short {
    width: 240px;
  }
}
@media screen and (min-width: 961px) {
  .c-btn_black.-middle {
    width: 330px;
  }
}
@media screen and (min-width: 961px) {
  .c-btn_black.-long {
    width: 376px;
  }
}
.c-btn_black::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .c-btn_black::after {
    right: 19px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_black::after {
    right: 5.066666666666666vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.c-btn_white {
  display: block;
  background: #fff;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  color: #333;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_white {
    border: 2px solid #333;
    margin-top: 20px;
    width: 268px;
    height: 60px;
    line-height: 56px;
    font-size: 14px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  .c-btn_white:hover {
    background: #333;
    color: #fff;
  }
  .c-btn_white:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_white {
    border: 0.533333333333333vw solid #333;
    margin-top: 8vw;
    width: 78.66666666666666vw;
    height: 13.866666666666665vw;
    line-height: 12.8vw;
    font-size: 4.266666666666667vw;
  }
}
.c-btn_white::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .c-btn_white::after {
    right: 19px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_white::after {
    right: 5.066666666666666vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.c-btn_conv {
  display: block;
  background: #333;
  border-radius: 100px;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-btn_conv {
    border: 2px solid #333;
    width: 350px;
    height: 72px;
    line-height: 69px;
    font-size: 16px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  .c-btn_conv:hover {
    background: #fff;
    color: #333;
  }
  .c-btn_conv:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-btn_conv {
    width: 25vw;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_conv {
    border: 0.533333333333333vw solid #333;
    width: 78.66666666666666vw;
    min-height: 13.866666666666665vw;
    line-height: calc(22.4 / 14);
    font-size: 3.733333333333334vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-btn_conv::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .c-btn_conv::after {
    right: 19px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .c-btn_conv::after {
    right: 5.066666666666666vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.c-pagetop {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, bottom 0.3s ease, position 0.3s ease;
  transition: opacity 0.3s ease, bottom 0.3s ease, position 0.3s ease;
  z-index: 1000;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .c-pagetop {
    width: 44px;
    right: 28px;
    bottom: 28px;
  }
  .c-pagetop img {
    opacity: 1;
    -webkit-transition: opacity 0.5;
    transition: opacity 0.5;
  }
  .c-pagetop img:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (max-width: 960px) {
  .c-pagetop {
    width: 10.666666666666668vw;
    right: 5.333333333333334vw;
    bottom: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .c-pagetop.is-absolute {
    right: 28px;
    bottom: 68px;
  }
}
@media screen and (max-width: 960px) {
  .c-pagetop.is-absolute {
    right: 5.333333333333334vw;
    bottom: 21.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .c-hero {
    padding-top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .c-hero {
    padding-top: 8.799999999999999vw;
  }
}
@media screen and (min-width: 961px) {
  .c-hero2 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .c-hero2 {
    padding-top: 3.466666666666666vw;
    padding-bottom: 4.8vw;
  }
}
.c-hero_inner {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .c-hero_inner {
    max-width: 1200px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-hero_inner {
    width: 85.71428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .c-hero_inner {
    width: 89.33333333333333vw;
  }
}
.c-hero_inner h2 {
  position: relative;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .c-hero_inner h2 {
    padding-bottom: 52px;
    font-size: 38px;
    line-height: calc(53.2 / 38);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .c-hero_inner h2 {
    font-size: 2.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .c-hero_inner h2 {
    padding-bottom: 9.6vw;
    font-size: 7.466666666666668vw;
    line-height: calc(39.2 / 28);
  }
}
.c-hero_inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fd4749), color-stop(25%, #fd4749), color-stop(25%, #fb9200), color-stop(50%, #fb9200), color-stop(50%, #00cc8b), color-stop(75%, #00cc8b), color-stop(75%, #329fe7), to(#329fe7));
  background: linear-gradient(90deg, #fd4749 0%, #fd4749 25%, #fb9200 25%, #fb9200 50%, #00cc8b 50%, #00cc8b 75%, #329fe7 75%, #329fe7 100%);
}
@media screen and (min-width: 961px) {
  .c-hero_inner h2::after {
    width: 120px;
    height: 4px;
  }
}
@media screen and (max-width: 960px) {
  .c-hero_inner h2::after {
    width: 21.333333333333336vw;
    height: 1.066666666666667vw;
  }
}
.c-scrollAnim.-anim-fadein {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.c-scrollAnim.-anim-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.c-scrollAnim.-anim-opacity {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.c-scrollAnim.-anim-opacity.is-show {
  opacity: 1;
}
.c-scrollAnim.-anim-grayscale {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.c-scrollAnim.-anim-grayscale.is-show {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.c-tag_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .c-tag_list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .c-tag_list {
    margin-top: 1.6vw;
  }
}
.c-tag_list .c-tag_list_item {
  border-radius: 30px;
  background: #f1f4f5;
  color: #333;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .c-tag_list .c-tag_list_item {
    margin-right: 16px;
    margin-top: 10px;
    padding: 4px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .c-tag_list .c-tag_list_item {
    margin-right: 3.2vw;
    margin-top: 2.666666666666667vw;
    padding: 1.866666666666667vw 4vw;
    font-size: 3.2vw;
  }
}
.c-ttl-01 {
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #e3e4e5;
}
@media screen and (min-width: 961px) {
  .c-ttl-01 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-01 {
    padding-bottom: 2.666666666666667vw;
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
  }
}
.c-ttl-02 {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .c-ttl-02 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-02 {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
  }
}
.c-ttl-03 {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .c-ttl-03 {
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-03 {
    font-size: 6.933333333333333vw;
  }
}
.c-ttl-04 {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .c-ttl-04 {
    margin-bottom: 24px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-04 {
    margin-bottom: 3.2vw;
    padding-left: 7.466666666666668vw;
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
  }
}
.c-ttl-04:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .c-ttl-04:before {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-04:before {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    border-radius: 1.066666666666667vw;
  }
}
.c-ttl-04.-red:before {
  background: #fd4749;
}
.c-ttl-04.-orange:before {
  background: #fb9200;
}
.c-ttl-04.-green:before {
  background: #00cc8b;
}
.c-ttl-04.-blue:before {
  background: #329fe7;
}
.c-ttl-05 {
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .c-ttl-05 {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-05 {
    font-size: 4.266666666666667vw;
    line-height: calc(24 / 16);
  }
}
.c-ttl-05::after {
  content: '';
  height: 1px;
  background-color: #a7a7a7;
  width: 100%;
}
.c-ttl-05 span {
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  .c-ttl-05 span {
    margin-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-05 span {
    margin-right: 4vw;
  }
}
.c-ttl-06 {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .c-ttl-06 {
    font-size: 28px;
    line-height: calc(44.8 / 28);
  }
}
@media screen and (max-width: 960px) {
  .c-ttl-06 {
    font-size: 6.4vw;
    line-height: calc(33.6 / 24);
  }
}
.m-thumb-movie {
  position: relative;
  cursor: pointer;
}
.m-thumb-movie .c-icon-movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14.0625%;
  height: 0;
  padding-top: 14.0625%;
}
@media screen and (min-width: 961px) {
  .m-thumb-movie:hover .c-icon-movie > .c-icon-movie_circle > circle {
    -webkit-animation: circle 0.5s both;
    animation: circle 0.5s both;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  31% {
    stroke-dasharray: 0 167;
    opacity: 0.5;
  }
  100% {
    stroke-dasharray: 167 167;
  }
}
@keyframes circle {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  31% {
    stroke-dasharray: 0 167;
    opacity: 0.5;
  }
  100% {
    stroke-dasharray: 167 167;
  }
}
.b-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .b-breadcrumb {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .b-breadcrumb {
    margin-top: 4.266666666666667vw;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
}
@media screen and (max-width: 960px) {
  .b-breadcrumb li {
    margin-top: 1.333333333333333vw;
    white-space: nowrap;
  }
}
.b-breadcrumb li + li {
  position: relative;
}
@media screen and (min-width: 961px) {
  .b-breadcrumb li + li {
    margin-left: 8px;
    padding-left: 13px;
  }
}
@media screen and (max-width: 960px) {
  .b-breadcrumb li + li {
    margin-left: 2.133333333333333vw;
    padding-left: 3.466666666666666vw;
  }
}
.b-breadcrumb li + li::before {
  content: "";
  background: #fff url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw01_lb.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .b-breadcrumb li + li::before {
    width: 6px;
    height: 9px;
  }
}
@media screen and (max-width: 960px) {
  .b-breadcrumb li + li::before {
    width: 1.6vw;
    height: 2.4vw;
  }
}
@media screen and (max-width: 960px) {
  .b-breadcrumb li:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c2d1db;
  }
}
.b-breadcrumb a {
  color: #333;
  position: relative;
}
@media screen and (min-width: 961px) {
  .b-breadcrumb a {
    font-size: 13px;
    line-height: calc(20.8 / 13);
  }
  .b-breadcrumb a::after {
    background-color: black02;
    bottom: -2px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }
  .b-breadcrumb a:hover::after {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .b-breadcrumb a {
    font-size: 3.2vw;
    line-height: calc(19.2 / 12);
  }
}
.b-breadcrumb span {
  color: #b4b4b4;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .b-breadcrumb span {
    font-size: 13px;
    line-height: calc(20.8 / 13);
  }
}
@media screen and (max-width: 960px) {
  .b-breadcrumb span {
    font-size: 3.2vw;
    line-height: calc(19.2 / 12);
  }
}
.b-contact {
  width: 100%;
  background: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 961px) {
  .b-contact {
    background-image: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/contact/bg_contact.svg");
    background-position: right 100px;
    background-repeat: no-repeat;
    background-size: 250px 208px;
    padding-top: 80px;
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact {
    background-position: right 7.142857142857142vw;
    background-size: 17.857142857142858vw 14.857142857142858vw;
    padding-top: 5.714285714285714vw;
    margin-bottom: -7.142857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact {
    padding-top: 10.666666666666668vw;
    margin-top: 34.13333333333333vw;
    margin-bottom: -10.4vw;
  }
}
.b-contact_lead {
  margin: auto;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .b-contact_lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    width: calc((1080 / 1400) * 100%);
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_lead {
    padding-bottom: 5.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_lead {
    width: 100%;
    text-align: center;
    padding-bottom: 13.333333333333334vw;
  }
}
.b-contact_lead h2 {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-contact_lead h2 {
    width: calc((510 / 1080) * 100%);
    font-size: 38px;
    line-height: calc(53.2 / 38);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_lead h2 {
    font-size: 2.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_lead h2 {
    font-size: 7.466666666666668vw;
    line-height: calc(39.2 / 28);
  }
}
@media screen and (min-width: 961px) {
  .b-contact_lead dl {
    width: calc((510 / 1080) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .b-contact_lead dl {
    margin: 6.4vw auto 0 auto;
    width: 89.60000000000001vw;
  }
}
.b-contact_lead dl dt {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-contact_lead dl dt {
    font-size: 24px;
    line-height: calc(38.4 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_lead dl dt {
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_lead dl dt {
    font-size: 5.333333333333334vw;
    line-height: calc(28 / 20);
  }
}
.b-contact_lead dl dd {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .b-contact_lead dl dd {
    margin-top: 20px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_lead dl dd {
    margin-top: 1.428571428571429vw;
    font-size: 1.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_lead dl dd {
    margin-top: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
    text-align: left;
  }
}
.b-contact_inner {
  background: #fff;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .b-contact_inner {
    border-radius: 20px;
    width: calc((1200 / 1400) * 100%);
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner {
    border-radius: 1.428571428571429vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.285714285714286vw;
    padding-bottom: 2.857142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner {
    border-radius: 5.333333333333334vw;
    width: 89.33333333333333vw;
    padding-top: 6.133333333333333vw;
    padding-bottom: 1.866666666666667vw;
  }
}
.b-contact_inner li {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .b-contact_inner li {
    width: calc((400 / 1200) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li {
    margin: auto;
    width: 78.66666666666666vw;
    padding-top: 7.466666666666668vw;
    padding-bottom: 8.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li:nth-child(1) .b-contact_img {
    padding-top: 43px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li:nth-child(1) .b-contact_img {
    padding-top: 3.071428571428572vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li:nth-child(1) .b-contact_img {
    padding-top: 7.466666666666668vw;
    padding-bottom: 8.799999999999999vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li:nth-child(1) .b-contact_img img {
    width: 74px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li:nth-child(1) .b-contact_img img {
    width: 5.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li:nth-child(1) .b-contact_img img {
    width: 19.733333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li:nth-child(2) .b-contact_img {
    padding-top: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li:nth-child(2) .b-contact_img {
    padding-top: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li:nth-child(2) .b-contact_img {
    padding-top: 4.8vw;
    padding-bottom: 5.066666666666666vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li:nth-child(2) .b-contact_img img {
    width: 65px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li:nth-child(2) .b-contact_img img {
    width: 4.642857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li:nth-child(2) .b-contact_img img {
    width: 17.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li:nth-child(3) .b-contact_img {
    padding-top: 24px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li:nth-child(3) .b-contact_img {
    padding-top: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li:nth-child(3) .b-contact_img {
    padding-top: 3.466666666666666vw;
    padding-bottom: 4.8vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li:nth-child(3) .b-contact_img img {
    width: 78px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li:nth-child(3) .b-contact_img img {
    width: 5.571428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li:nth-child(3) .b-contact_img img {
    width: 20.8vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li + li {
    border-left: 1px solid #c2d1db;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li + li {
    border-top: 1px solid #dedede;
  }
}
.b-contact_inner .b-contact_bubble {
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/contact/bubble.svg") top center no-repeat;
  background-size: 100% auto;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
@media screen and (min-width: 961px) {
  .b-contact_inner .b-contact_bubble {
    top: -55px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 256px;
    height: 47px;
    padding-top: 5px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner .b-contact_bubble {
    top: -3.928571428571428vw;
    width: 18.285714285714285vw;
    height: 3.357142857142857vw;
    padding-top: 0.357142857142857vw;
    font-size: 1.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner .b-contact_bubble {
    top: -11.200000000000001vw;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    width: 63.46666666666667vw;
    height: 11.733333333333333vw;
    padding-top: 0.8vw;
    font-size: 3.733333333333334vw;
    line-height: calc(28.8 / 14);
  }
}
.b-contact_inner .b-contact_ttl {
  color: #333;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-contact_inner .b-contact_ttl {
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner .b-contact_ttl {
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner .b-contact_ttl {
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.b-contact_inner .b-contact_img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-contact_inner .b-contact_img {
    height: 144px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner .b-contact_img {
    height: 10.285714285714285vw;
  }
}
.b-contact_inner .b-contact_btn a {
  position: relative;
  display: block;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-contact_inner .b-contact_btn a {
    width: 240px;
    height: 60px;
    border-radius: 30px;
    border: solid 2px #333;
    font-size: 14px;
    line-height: 56px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
  }
  .b-contact_inner .b-contact_btn a:hover {
    background: #fff;
    color: #333;
  }
  .b-contact_inner .b-contact_btn a:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner .b-contact_btn a {
    width: 17.142857142857142vw;
    height: 4.285714285714286vw;
    border-radius: 30px;
    border: solid 0.142857142857143vw #333;
    font-size: 1vw;
    line-height: 4.142857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner .b-contact_btn a {
    width: 78.66666666666666vw;
    height: 13.866666666666665vw;
    border-radius: 6.933333333333333vw;
    border: solid 0.533333333333333vw #333;
    font-size: 3.733333333333334vw;
    line-height: 12.8vw;
  }
}
.b-contact_inner .b-contact_btn a::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .b-contact_inner .b-contact_btn a::after {
    right: 19px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner .b-contact_btn a::after {
    right: 1.357142857142857vw;
    width: 1.142857142857143vw;
    height: 1.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner .b-contact_btn a::after {
    right: 4.8vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.b-contact_inner li.-en {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .b-contact_inner li.-en {
    width: calc((600 / 1200) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li.-en {
    margin: auto;
    width: 78.66666666666666vw;
    padding-top: 7.466666666666668vw;
    padding-bottom: 8.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li.-en:nth-child(1) .b-contact_img {
    padding-top: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li.-en:nth-child(1) .b-contact_img {
    padding-top: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li.-en:nth-child(1) .b-contact_img {
    padding-top: 4.8vw;
    padding-bottom: 5.066666666666666vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li.-en:nth-child(1) .b-contact_img img {
    width: 65px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li.-en:nth-child(1) .b-contact_img img {
    width: 4.642857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li.-en:nth-child(1) .b-contact_img img {
    width: 17.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li.-en:nth-child(2) .b-contact_img {
    padding-top: 24px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li.-en:nth-child(2) .b-contact_img {
    padding-top: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li.-en:nth-child(2) .b-contact_img {
    padding-top: 3.466666666666666vw;
    padding-bottom: 4.8vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li.-en:nth-child(2) .b-contact_img img {
    width: 78px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contact_inner li.-en:nth-child(2) .b-contact_img img {
    width: 5.571428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li.-en:nth-child(2) .b-contact_img img {
    width: 20.8vw;
  }
}
@media screen and (min-width: 961px) {
  .b-contact_inner li.-en + li.-en {
    border-left: 1px solid #c2d1db;
  }
}
@media screen and (max-width: 960px) {
  .b-contact_inner li.-en + li.-en {
    border-top: 1px solid #dedede;
  }
}
.b-contect-pagetop {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .b-contect-pagetop {
    width: 117px;
    top: 33px;
    right: 90px;
    -webkit-transition: opacity 0.5;
    transition: opacity 0.5;
  }
  .b-contect-pagetop:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-contect-pagetop {
    width: 8.357142857142858vw;
    top: 2.357142857142857vw;
    right: 6.428571428571428vw;
  }
}
@media screen and (max-width: 960px) {
  .b-contect-pagetop {
    width: 23.466666666666665vw;
    top: -34.13333333333333vw;
    right: 2.666666666666667vw;
  }
}
.b-faq {
  background: #f1f4f5;
}
@media screen and (min-width: 961px) {
  .b-faq {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .b-faq {
    padding-top: 10.666666666666668vw;
    padding-bottom: 14.399999999999999vw;
  }
}
.b-faq .c-btn_white {
  margin: 48px auto auto;
}
.b-faq_inner {
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-faq_inner {
    max-width: 891px;
    width: calc((891 / 1400) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .b-faq_inner {
    width: 89.33333333333333vw;
  }
}
.b-faq_inner .c-ttl-03 {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .b-faq_list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_list {
    margin-top: 8.533333333333333vw;
  }
}
.b-faq_list_item {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .b-faq_list_item {
    width: 892px;
    padding: 23px 49px;
    border-radius: 20px;
    border: 1px solid #fff;
    -webkit-transition: 0.5s border;
    transition: 0.5s border;
  }
  .b-faq_list_item:hover {
    border: 1px solid #333;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-faq_list_item {
    width: 63.714285714285715vw;
    padding: 1.642857142857143vw 3.5vw;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_list_item {
    width: 100%;
    padding: 5.333333333333334vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-faq_list_item + .b-faq_list_item {
    margin-top: 13px;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_list_item + .b-faq_list_item {
    margin-top: 2.666666666666667vw;
  }
}
.b-faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .b-faq_q {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.b-faq_q .b-faq_q_ttl {
  font-weight: 700;
  color: #329fe7;
}
@media screen and (min-width: 961px) {
  .b-faq_q .b-faq_q_ttl {
    width: 50px;
    font-size: 30px;
    line-height: calc(38 / 30);
  }
}
@media screen and (max-width: 960px) {
  .b-faq_q .b-faq_q_ttl {
    width: 9.6vw;
    font-size: 6.4vw;
    line-height: calc(38 / 24);
  }
}
.b-faq_q .b-faq_q_txt {
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-faq_q .b-faq_q_txt {
    width: 720px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-faq_q .b-faq_q_txt {
    width: 51.42857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_q .b-faq_q_txt {
    width: 61.33333333333333vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.b-faq_q::before,
.b-faq_q::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #333;
}
@media screen and (min-width: 961px) {
  .b-faq_q::before,
  .b-faq_q::after {
    top: 10px;
    right: 17px;
    width: 2px;
    height: 15px;
    -webkit-transform-origin: 50% calc(100% - 1px);
    transform-origin: 50% calc(100% - 1px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-faq_q::before,
  .b-faq_q::after {
    right: 1.214285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_q::before,
  .b-faq_q::after {
    top: 4.533333333333333vw;
    right: 4.533333333333333vw;
    width: 0.533333333333333vw;
    height: 3.2vw;
    -webkit-transform-origin: 50% calc(100% - 1px);
    transform-origin: 50% calc(100% - 1px);
  }
}
.b-faq_q::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-faq_q::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 961px) {
  .b-faq_q.is-open::before,
  .b-faq_q.is-open::after {
    top: 15px;
    -webkit-transform-origin: 50% 0.071428571428571vw;
    transform-origin: 50% 0.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_q.is-open::before,
  .b-faq_q.is-open::after {
    top: 4vw;
    -webkit-transform-origin: 50% 0.266666666666667vw;
    transform-origin: 50% 0.266666666666667vw;
  }
}
.b-faq_a {
  display: none;
}
.b-faq_a.is-open {
  display: block;
}
@media screen and (min-width: 961px) {
  .b-faq_a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_a {
    margin-top: 5.333333333333334vw;
  }
}
.b-faq_a .b-faq_a_wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.b-faq_a .b-faq_a_ttl {
  font-weight: 700;
  color: #fd4749;
}
@media screen and (min-width: 961px) {
  .b-faq_a .b-faq_a_ttl {
    width: 50px;
    font-size: 30px;
    line-height: calc(38 / 30);
  }
}
@media screen and (max-width: 960px) {
  .b-faq_a .b-faq_a_ttl {
    width: 9.6vw;
    font-size: 6.4vw;
    line-height: calc(38 / 24);
  }
}
@media screen and (max-width: 960px) {
  .b-faq_a .b-faq_a_inner {
    width: 68vw;
  }
}
.b-faq_a .b-faq_a_txt {
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-faq_a .b-faq_a_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 735px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-faq_a .b-faq_a_txt {
    width: 52.5vw;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_a .b-faq_a_txt {
    width: 100%;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
@media screen and (min-width: 961px) {
  .b-faq_a .b-faq_a_txt img {
    width: 230px;
    margin-left: 13px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-faq_a .b-faq_a_txt img {
    width: 16.428571428571427vw;
    margin-left: 0.928571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .b-faq_a .b-faq_a_txt img {
    width: 100%;
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p_faq_link {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p_faq_link {
    margin-top: 21.333333333333336vw;
  }
}
.p-faq_link_txt {
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-faq_link_txt {
    font-size: 20px;
    line-height: calc(20 / 20);
  }
}
@media screen and (max-width: 960px) {
  .p-faq_link_txt {
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.b-footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: #f1f4f5;
}
@media screen and (min-width: 961px) {
  .b-footer {
    padding-top: 140px;
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer {
    padding-top: 18.133333333333333vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .b-footer.-en {
    padding-bottom: 0px;
  }
}
.b-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#fd4749), color-stop(25%, #fd4749), color-stop(25%, #fb9200), color-stop(50%, #fb9200), color-stop(50%, #00cc8b), color-stop(75%, #00cc8b), color-stop(75%, #329fe7), to(#329fe7));
  background: linear-gradient(90deg, #fd4749 0%, #fd4749 25%, #fb9200 25%, #fb9200 50%, #00cc8b 50%, #00cc8b 75%, #329fe7 75%, #329fe7 100%);
}
@media screen and (min-width: 961px) {
  .b-footer::after {
    height: 10px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer::after {
    height: 2.133333333333333vw;
  }
}
.b-footer_inner {
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-footer_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .b-footer_inner {
    width: 89.33333333333333vw;
  }
}
.b-footer_wrap1 {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .b-footer_wrap1 {
    border-bottom: 1px solid #c2d1db;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_wrap1 {
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .-en .b-footer_wrap1 {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_logo {
    width: 200px;
    margin-left: -9px;
  }
  .b-footer_logo a {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .b-footer_logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_logo {
    width: 68vw;
    margin: auto auto 2.133333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_sns a {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .b-footer_sns a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_sns {
    width: 12.8vw;
    margin: auto;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_sns img {
    width: 24px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_sns img {
    width: 12.8vw;
  }
}
.b-footer_wrap2 {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .b-footer_wrap2 {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_wrap2 {
    width: 89.33333333333333vw;
    border-top: 1px solid #c2d1db;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_nav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 665px;
    width: 68.05555555555556%;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_nav1 ul {
    padding-right: 13px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav1 ul + ul {
    margin-left: 0;
  }
}
.b-footer_nav1 li {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .b-footer_nav1 li {
    padding: 3.733333333333334vw 5.333333333333334vw;
    border-bottom: 1px solid #c2d1db;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_nav1 li + li {
    margin-top: 20px;
  }
}
.b-footer_nav1 a {
  position: relative;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-footer_nav1 a {
    font-size: 14px;
    line-height: 20px;
  }
  .b-footer_nav1 a::before {
    background-color: #333;
    bottom: -2px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }
  .b-footer_nav1 a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav1 a {
    display: block;
    width: 100%;
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
  }
}
.b-footer_nav1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .b-footer_nav1 a::after {
    width: 6px;
    height: 9px;
    right: -13px;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw01.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav1 a::after {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    right: 0;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 {
    padding-bottom: 6.4vw;
  }
}
.b-footer_nav2 a {
  position: relative;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-footer_nav2 a {
    font-size: 14px;
    line-height: 20px;
  }
  .b-footer_nav2 a::before {
    background-color: #333;
    bottom: -2px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }
  .b-footer_nav2 a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 a {
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
  }
}
.b-footer_nav2 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw01.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .b-footer_nav2 a::after {
    width: 6px;
    height: 9px;
    right: -13px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 a::after {
    width: 1.6vw;
    height: 2.4vw;
    right: -3.466666666666666vw;
  }
}
.b-footer_nav2 span {
  position: relative;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-footer_nav2 span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 span {
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
  }
}
.b-footer_nav2 li {
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 li {
    margin-top: 5.333333333333334vw;
    padding: 0 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_nav2 li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 li + li {
    margin-top: 6.4vw;
  }
}
.b-footer_nav2 .b-footer_nav_child {
  border-left: 1px solid #c2d1db;
}
@media screen and (min-width: 961px) {
  .b-footer_nav2 .b-footer_nav_child {
    margin-top: 11px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 .b-footer_nav_child {
    margin-top: 3.2vw;
    margin-left: 0.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_nav2 .b-footer_nav_child li {
    padding-left: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_nav2 .b-footer_nav_child li {
    padding-left: 5.066666666666666vw;
  }
}
.b-footer_nav2 .b-footer_nav_child li a {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .b-footer_nav2 .b-footer_nav_child li + li {
    margin-top: 12px;
  }
}
.b-footer_wrap3 {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .b-footer_wrap3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_subnav {
    width: 89.33333333333333vw;
    margin: auto auto 4.266666666666667vw;
    padding: 5.333333333333334vw 0 6.4vw;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_subnav li {
    width: 78.66666666666666vw;
    margin: auto;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_subnav li + li {
    margin-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_subnav li + li {
    margin-top: 4.266666666666667vw;
  }
}
.b-footer_subnav li a {
  position: relative;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-footer_subnav li a {
    font-size: 14px;
    line-height: 24px;
    padding-right: 24px;
  }
  .b-footer_subnav li a::before {
    background-color: #333;
    bottom: -2px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }
  .b-footer_subnav li a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_subnav li a {
    font-size: 3.733333333333334vw;
    line-height: 6.4vw;
    padding-right: 6.4vw;
  }
}
.b-footer_subnav li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_blank01.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .b-footer_subnav li a::after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_subnav li a::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.b-footer_subnav li:last-child {
  position: relative;
}
.b-footer_subnav li:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_note.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .b-footer_subnav li:last-child::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_subnav li:last-child::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .b-footer_subnav li:last-child a {
    padding-left: 32px;
  }
}
@media screen and (max-width: 960px) {
  .b-footer_subnav li:last-child a {
    padding-left: 8.533333333333333vw;
  }
}
.b-footer_copyright {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .b-footer_copyright {
    font-size: 14px;
    line-height: calc(19 / 14);
  }
}
@media screen and (max-width: 960px) {
  .b-footer_copyright {
    font-size: 3.2vw;
    line-height: calc(17 / 12);
    text-align: center;
  }
}
.b-list_article {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .b-list_article {
    max-width: 1200px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc((36 / 1200) * 100%);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-list_article {
    width: 85.71428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article {
    width: 89.33333333333333vw;
  }
}
.b-list_article .b-list_article_item {
  position: relative;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_item {
    width: 376px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-list_article .b-list_article_item {
    width: 26.857142857142858vw;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_item {
    margin-top: 10.666666666666668vw;
    padding-bottom: 10.666666666666668vw;
    border-bottom: solid 1px #dedede;
  }
}
.b-list_article .b-list_article_item > a {
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_item > a:hover .b-list_article_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .b-list_article .b-list_article_item > a:hover .b-list_article_txt {
    -webkit-animation: curtain-effect01-open 0.3s ease forwards, curtain-effect01-close 0.3s ease 0.4s forwards;
    animation: curtain-effect01-open 0.3s ease forwards, curtain-effect01-close 0.3s ease 0.4s forwards;
  }
}
.b-list_article .b-list_article_thumb {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_thumb {
    width: 376px;
    height: 197px;
  }
  .b-list_article .b-list_article_thumb img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-list_article .b-list_article_thumb {
    width: 26.857142857142858vw;
    height: 14.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_thumb {
    width: 89.33333333333333vw;
    height: 46.93333333333333vw;
  }
}
.b-list_article .b-list_article_thumb img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_desc {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_desc {
    margin-top: 4.266666666666667vw;
  }
}
.b-list_article .b-list_article_txt {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_txt {
    font-size: 14px;
    line-height: calc(22.4 / 14);
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_txt {
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_txt + .b-list_article_ttl {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_txt + .b-list_article_ttl {
    margin-top: 3.2vw;
  }
}
.b-list_article .b-list_article_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_ttl {
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_ttl {
    font-size: 4.266666666666667vw;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_ttl + .b-list_article_txt {
    margin-top: 12px;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_ttl + .b-list_article_txt {
    margin-top: 3.2vw;
  }
}
.b-list_article .b-list_article_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_date {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_date {
    margin-top: 4.266666666666667vw;
    margin-bottom: 3.2vw;
  }
}
.b-list_article .b-list_article_date .b-list_article_datetxt {
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_date .b-list_article_datetxt {
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_date .b-list_article_datetxt {
    font-size: 3.2vw;
    line-height: calc(19.2 / 12);
  }
}
.b-list_article .b-list_article_date .b-list_article_datetag {
  font-weight: 700;
  background: #333;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .b-list_article .b-list_article_date .b-list_article_datetag {
    width: 87px;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .b-list_article_date .b-list_article_datetag {
    width: 23.200000000000003vw;
    height: 7.199999999999999vw;
    font-size: 3.733333333333334vw;
    line-height: 7.199999999999999vw;
  }
}
.b-list_article .b-list_article_date .b-list_article_datetag.-fin {
  background: #c2d1db;
}
.b-list_article .c-btn_download {
  color: #fff !important;
}
@media screen and (min-width: 961px) {
  .b-list_article .c-btn_download {
    margin-top: 24px;
  }
  .b-list_article .c-btn_download:hover {
    color: #333 !important;
  }
}
@media screen and (max-width: 960px) {
  .b-list_article .c-btn_download {
    margin-top: 5.333333333333334vw;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  header {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header {
    background: #fff;
  }
}
.b-header {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .b-header.is-navopen::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#fd4749), color-stop(25%, #fd4749), color-stop(25%, #fb9200), color-stop(50%, #fb9200), color-stop(50%, #00cc8b), color-stop(75%, #00cc8b), color-stop(75%, #329fe7), to(#329fe7));
    background: linear-gradient(90deg, #fd4749 0%, #fd4749 25%, #fb9200 25%, #fb9200 50%, #00cc8b 50%, #00cc8b 75%, #329fe7 75%, #329fe7 100%);
    height: 2.133333333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .b-header.-en .b-header_subnav {
    display: block;
    margin-top: -1.333333333333333vw;
  }
}
.header_inner {
  width: 100%;
  margin: auto;
}
.b-header_wrap1 {
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .b-header_wrap1 {
    padding-top: 10px;
  }
}
.b-header_wrap1_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .b-header_wrap1_inner {
    width: calc((1336 / 1400) * 100%);
    padding-bottom: 7px;
    margin: auto;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap1_inner {
    height: 20.8vw;
    padding-top: 2.933333333333333vw;
    padding-right: 5.066666666666666vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap1_inner .b-header_logo {
    width: 170px;
  }
  .b-header_wrap1_inner .b-header_logo a {
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .b-header_wrap1_inner .b-header_logo a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap1_inner .b-header_logo {
    width: 45.33333333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap1_inner .b-header_subnav {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap1_inner .b-header_subnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-header_wrap1_inner .b-header_subnav a {
    position: relative;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .b-header_wrap1_inner .b-header_subnav a::after {
    background-color: #333;
    bottom: -2px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }
  .b-header_wrap1_inner .b-header_subnav a:hover::after {
    width: 100%;
  }
  .b-header_wrap1_inner .b-header_subnav span {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .b-header_wrap1_inner .b-header_subnav >li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .b-header_wrap1_inner .b-header_subnav >li + li {
    margin-left: 12px;
    padding-left: 12px;
  }
  .b-header_wrap1_inner .b-header_subnav >li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/line_separator.svg") center center no-repeat;
    background-size: 100% auto;
    width: 1px;
    height: 18px;
  }
  .b-header_wrap1_inner .b-header_subnav .b-header_subnav_child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-header_wrap1_inner .b-header_subnav .b-header_subnav_child >li {
    margin-left: 8px;
    position: relative;
    padding: 0px 8px;
  }
  .b-header_wrap1_inner .b-header_subnav .b-header_subnav_child >li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/brackets_before.svg") center center no-repeat;
    background-size: 100% auto;
    width: 4px;
    height: 18px;
  }
  .b-header_wrap1_inner .b-header_subnav .b-header_subnav_child >li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/brackets_after.svg") center center no-repeat;
    background-size: 100% auto;
    width: 4px;
    height: 18px;
  }
}
.b-header_wrap1_inner .b-header_btn {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .b-header_wrap1_inner .b-header_btn {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap1_inner .b-header_btn {
    position: relative;
    width: 12.8vw;
    height: 12.8vw;
    background: #fff;
    border-radius: 50%;
    -webkit-filter: drop-shadow(0 0.8vw 1.6vw rgba(0,0,0,0.16));
    filter: drop-shadow(0 0.8vw 1.6vw rgba(0,0,0,0.16));
  }
  .b-header_wrap1_inner .b-header_btn span {
    position: absolute;
    background-color: #333;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s, transform 0.5s, opacity 0.5s;
    transition: top 0.5s, transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    width: 5.333333333333334vw;
    height: 0.533333333333333vw;
    border-radius: 0.533333333333333vw;
  }
  .b-header_wrap1_inner .b-header_btn span:nth-of-type(1) {
    top: 4vw;
  }
  .b-header_wrap1_inner .b-header_btn span:nth-of-type(2) {
    top: 6.133333333333333vw;
  }
  .b-header_wrap1_inner .b-header_btn span:nth-of-type(3) {
    top: 8.266666666666666vw;
  }
  .b-header_wrap1_inner .b-header_btn.is-navopen span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: 6.133333333333333vw;
  }
  .b-header_wrap1_inner .b-header_btn.is-navopen span:nth-of-type(2) {
    opacity: 0;
  }
  .b-header_wrap1_inner .b-header_btn.is-navopen span:nth-of-type(3) {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    top: auto;
    bottom: 6.133333333333333vw;
  }
}
.b-header_subnav_language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .b-header_subnav_language {
    margin-left: 20px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_subnav_language {
    margin-top: 4.266666666666667vw;
    margin-bottom: 5.333333333333334vw;
    margin-left: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.b-header_subnav_language::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_earth.svg") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1200px) {
  .b-header_subnav_language::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_subnav_language::before {
    width: 4vw;
    height: 4vw;
  }
}
.b-header_subnav_language >li + li {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .b-header_subnav_language >li + li {
    margin-left: 4px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_subnav_language >li + li {
    margin-left: 1.066666666666667vw;
    padding-left: 2.133333333333333vw;
  }
}
.b-header_subnav_language >li + li::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .b-header_subnav_language >li + li::before {
    font-size: 13px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_subnav_language >li + li::before {
    font-size: 3.2vw;
    line-height: 4vw;
  }
}
.b-header_subnav_language span {
  color: #333 !important;
}
@media screen and (max-width: 1199px) {
  .b-header_subnav_language span {
    padding-right: 0 !important;
    font-weight: 400 !important;
    font-size: 3.2vw !important;
    line-height: 4vw !important;
  }
  .b-header_subnav_language span::after {
    content: none !important;
  }
}
.b-header_subnav_language a {
  color: #b4b4b4 !important;
}
@media screen and (min-width: 1200px) {
  .b-header_subnav_language a {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .b-header_subnav_language a::after {
    content: none !important;
  }
  .b-header_subnav_language a:hover {
    color: #333 !important;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_subnav_language a {
    padding-right: 0 !important;
    font-weight: 400 !important;
    font-size: 3.2vw !important;
    line-height: 4vw !important;
  }
  .b-header_subnav_language a::after {
    content: none !important;
  }
}
.b-header_wrap2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 {
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((1336 / 1400) * 100%);
    height: 64px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.16);
    background: #fff;
    padding-left: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 {
    display: none;
    position: relative;
    padding-bottom: 26.666666666666668vw;
  }
  .is-navopen .b-header_wrap2 {
    display: block;
    position: fixed;
    background: #fff;
    top: 20.8vw;
    left: 0;
    overflow-y: scroll;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-header_wrap2 .b-header_nav1:hover a:not(:hover) {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 .b-header_nav1 {
    margin: auto;
    width: 89.33333333333333vw;
    padding-top: 3.733333333333334vw;
  }
}
.b-header_wrap2 .b-header_nav1 > li {
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 .b-header_nav1 > li {
    padding: 4.266666666666667vw 5.333333333333334vw;
    border-bottom: 1px solid #dedede;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav1 > li + li {
    margin-left: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav1 > li.b-header_nav1_language {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 .b-header_nav1 > li.b-header_nav1_language {
    padding: 0;
    border-bottom: none;
  }
}
.b-header_wrap2 .b-header_nav1 a {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav1 a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    opacity: 1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 .b-header_nav1 a {
    display: block;
    font-size: 3.733333333333334vw;
    line-height: 6.4vw;
    padding-right: 5.333333333333334vw;
    font-weight: 700;
  }
  .b-header_wrap2 .b-header_nav1 a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    right: 0;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav1 .b-header_subnav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 .b-header_nav1 .b-header_subnav a {
    position: relative;
    color: #333;
    display: inline;
    padding-right: 0;
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
    font-weight: 700;
  }
  .b-header_wrap2 .b-header_nav1 .b-header_subnav a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw01.svg") center center no-repeat;
    background-size: 100% auto;
    width: 1.6vw;
    height: 2.4vw;
    right: -3.466666666666666vw;
  }
  .b-header_wrap2 .b-header_nav1 .b-header_subnav span {
    color: #333;
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
    font-weight: 700;
  }
  .b-header_wrap2 .b-header_nav1 .b-header_subnav li {
    white-space: nowrap;
    margin-top: 0vw;
  }
  .b-header_wrap2 .b-header_nav1 .b-header_subnav li + li {
    margin-top: 3.2vw;
  }
  .b-header_wrap2 .b-header_nav1 .b-header_subnav .b-footer_nav_child {
    border-left: 1px solid #c2d1db;
    margin-left: 0.533333333333333vw;
    margin-top: 3.2vw;
  }
  .b-header_wrap2 .b-header_nav1 .b-header_subnav .b-footer_nav_child li {
    padding-left: 5.066666666666666vw;
  }
  .b-header_wrap2 .b-header_nav1 .b-header_subnav .b-footer_nav_child li a {
    font-weight: 400;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav1 .b-header_subnav_language {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-header_wrap2 .b-header_nav2 a {
  position: relative;
  display: block;
  color: #333;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav2 a {
    background: rgba(194,209,219,0.25);
    height: 64px;
    padding: 0 20px;
    font-size: 13px;
    line-height: 64px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .b-header_wrap2 .b-header_nav2 a:hover {
    color: #fff;
    background: #000;
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 .b-header_nav2 a {
    margin: auto;
    width: 78.66666666666666vw;
    height: 13.866666666666665vw;
    font-size: 3.733333333333334vw;
    line-height: 13.866666666666665vw;
    text-align: center;
    border: solid #333 0.533333333333333vw;
    border-radius: 6.933333333333333vw;
  }
  .b-header_wrap2 .b-header_nav2 a::after {
    content: "";
    position: absolute;
    right: 5.333333333333334vw;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav2 li:last-child a {
    background: #000;
    color: #fff;
  }
  .b-header_wrap2 .b-header_nav2 li:last-child a:hover {
    color: #333;
    background: rgba(194,209,219,0.25);
  }
}
@media screen and (min-width: 1200px) {
  .b-header_wrap2 .b-header_nav2 li + li {
    border-left: 1px solid rgba(194,209,219,0.5);
  }
}
@media screen and (max-width: 1199px) {
  .b-header_wrap2 .b-header_nav2 li + li {
    margin-top: 2.666666666666667vw;
  }
}
.body_cover {
  display: none;
}
.is-navopen .body_cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0,0,0,0.8);
  display: block;
}
@media screen and (min-width: 961px) {
  .b-newslist_list {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .b-newslist_list {
    margin-bottom: 13.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-newslist_list .b-newslist_item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b-newslist_list .b-newslist_item {
    margin-bottom: 8vw;
  }
  .b-newslist_list .b-newslist_item:last-child {
    margin-bottom: 0;
  }
}
.b-newslist_list .b-newslist_item a {
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-newslist_list .b-newslist_item a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .b-newslist_list .b-newslist_item a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.b-newslist_list .b-newslist_date {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .b-newslist_list .b-newslist_date {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .b-newslist_list .b-newslist_date {
    margin-bottom: 2.666666666666667vw;
    font-size: 3.2vw;
  }
}
.b-newslist_list .b-newslist_ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .b-newslist_list .b-newslist_ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .b-newslist_list .b-newslist_ttl {
    font-size: 3.733333333333334vw;
  }
}
.b-newspost .b-newspost_ttl {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_ttl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_ttl {
    padding-top: 2.666666666666667vw;
    padding-bottom: 2.666666666666667vw;
  }
}
.b-newspost .b-newspost_ttl::before {
  content: '';
  position: absolute;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd4749), color-stop(25%, #fd4749), color-stop(25%, #fb9200), color-stop(50%, #fb9200), color-stop(50%, #00cc8b), color-stop(75%, #00cc8b), color-stop(75%, #329fe7), to(#329fe7));
  background: linear-gradient(180deg, #fd4749 0%, #fd4749 25%, #fb9200 25%, #fb9200 50%, #00cc8b 50%, #00cc8b 75%, #329fe7 75%, #329fe7 100%);
  height: 100%;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_ttl::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(-120 / 1440 * 100vw);
    width: 4px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_ttl::before {
    top: 0;
    left: 0;
    width: 1.066666666666667vw;
  }
}
.b-newspost .b-newspost_ttl p {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_ttl p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_ttl p {
    margin: auto;
    width: 89.33333333333333vw;
    font-size: 4.266666666666667vw;
  }
}
.b-newspost .b-newspost_ttl h1 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_ttl h1 {
    font-size: 24px;
    line-height: 2;
    margin-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_ttl h1 {
    margin: auto;
    width: 89.33333333333333vw;
    margin-top: 6.4vw;
    font-size: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_icatch {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_icatch {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent {
    margin-top: 68px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent {
    margin-top: 21.333333333333336vw;
    margin: auto;
    width: 89.33333333333333vw;
    word-break: break-all;
  }
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > * {
    margin-top: 10.666666666666668vw;
  }
}
.b-newspost .b-newspost_centent > h2 {
  position: relative;
  font-weight: 700;
  letter-spacing: 2;
  line-height: 2;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > h2 {
    font-size: 24px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > h2 {
    margin-top: 10.666666666666668vw;
    font-size: 5.333333333333334vw;
  }
}
.b-newspost .b-newspost_centent > h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 1em;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd4749), color-stop(10%, #fd4749), color-stop(10%, transparent), color-stop(30%, transparent), color-stop(30%, #fb9200), color-stop(40%, #fb9200), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, #00cc8b), color-stop(70%, #00cc8b), color-stop(70%, transparent), color-stop(90%, transparent), color-stop(90%, #329fe7), to(#329fe7));
  background: linear-gradient(180deg, #fd4749 0%, #fd4749 10%, transparent 10%, transparent 30%, #fb9200 30%, #fb9200 40%, transparent 40%, transparent 60%, #00cc8b 60%, #00cc8b 70%, transparent 70%, transparent 90%, #329fe7 90%, #329fe7 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > h2::after {
    left: -24px;
    width: 8px;
    height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > h2::after {
    left: -5.333333333333334vw;
    width: 4vw;
    height: 4.8vw;
  }
}
.b-newspost .b-newspost_centent > h3 {
  font-weight: 700;
  line-height: 2;
  border-bottom: 1px solid #e3e4e5;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > h3 {
    padding-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > h3 {
    padding-bottom: 4vw;
    font-size: 4.266666666666667vw;
    letter-spacing: 0.05em;
  }
}
.b-newspost .b-newspost_centent > h4 {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > h4 {
    font-size: 3.733333333333334vw;
  }
}
.b-newspost .b-newspost_centent > ol {
  counter-reset: 0;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > ol {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > ol {
    margin-top: 8vw;
  }
}
.b-newspost .b-newspost_centent > ol li {
  counter-increment: number 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-newspost .b-newspost_centent > ol li::before {
  content: counter(number, decimal-leading-zero) ".";
  display: inline-block;
  min-width: 30px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > ol li::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > ol li::before {
    font-size: 4.266666666666667vw;
  }
}
.b-newspost .b-newspost_centent > ol li + li {
  margin-top: 1em;
}
.b-newspost .b-newspost_centent > ul {
  counter-reset: 0;
  margin-top: 56px;
}
.b-newspost .b-newspost_centent > ul li {
  text-indent: -35px;
  padding-left: 35px;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > ul li {
    font-size: 3.733333333333334vw;
  }
}
.b-newspost .b-newspost_centent > ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #e3e4e5;
  border-radius: 50%;
  margin: 0 18px 0 10px;
}
.b-newspost .b-newspost_centent > ul li + li {
  margin-top: 1em;
}
.b-newspost .b-newspost_centent > p {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > p {
    font-size: 3.733333333333334vw;
  }
}
.b-newspost .b-newspost_centent > p a {
  text-decoration: underline;
  color: #329fe7;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes tr:nth-of-type(odd) {
  background-color: #f2f4f5;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes tr:nth-of-type(odd) th::after,
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes tr:nth-of-type(odd) td::after {
  background-color: #fff;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes tr:nth-of-type(even) {
  background-color: #f8f9fa;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes tr:nth-of-type(even) th::after,
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes tr:nth-of-type(even) td::after {
  background-color: rgba(17,17,17,0.1);
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes th,
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes td {
  position: relative;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1.5;
  border: 0;
  padding: 16px;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes th,
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes td {
    font-size: 14px;
    padding: 24px 20px 24px 24px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes th,
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes td {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes th:first-of-type,
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes td:first-of-type {
  min-width: 204px;
  color: #111;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes th:not(:first-of-type)::after,
.b-newspost .b-newspost_centent .wp-block-table.is-style-stripes td:not(:first-of-type)::after {
  content: '';
  position: absolute;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes th:not(:first-of-type)::after,
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes td:not(:first-of-type)::after {
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100px - 48px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes th:not(:first-of-type)::after,
  .b-newspost .b-newspost_centent .wp-block-table.is-style-stripes td:not(:first-of-type)::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 32px);
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent .wp-block-table.is-style-regular {
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent .wp-block-table.is-style-regular table {
    white-space: initial;
  }
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child th,
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child td {
  color: #111;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child th::after,
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child td::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child th:nth-of-type(odd)::after,
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child td:nth-of-type(odd)::after {
  background-color: #fff;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child th:nth-of-type(even)::after,
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table > *:first-child td:nth-of-type(even)::after {
  background-color: rgba(17,17,17,0.1);
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr th,
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr td {
  position: relative;
  color: #6c6c6c;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  padding: 20px;
  border: 0;
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr th .wp-block-table.is-style-regular table tr th,
  .b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr td .wp-block-table.is-style-regular table tr th,
  .b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr th .wp-block-table.is-style-regular table tr td,
  .b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr td .wp-block-table.is-style-regular table tr td {
    width: 250px;
  }
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr th:nth-of-type(odd),
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr td:nth-of-type(odd) {
  background-color: #f2f4f5;
}
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr th:nth-of-type(even),
.b-newspost .b-newspost_centent .wp-block-table.is-style-regular table tr td:nth-of-type(even) {
  background-color: #f8f9fa;
}
.b-newspost .b-newspost_centent > pre {
  color: #707070;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
.b-newspost .b-newspost_centent > figure figcaption {
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}
.b-newspost .b-newspost_centent > blockquote {
  position: relative;
  line-height: 2;
  border: 1px solid #e3e4e5;
  border-radius: 4px;
  background-image: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_quote.svg");
  background-position: 16px 24px;
  background-repeat: no-repeat;
  background-size: 18px 12px;
  padding: 40px 24px;
  margin-top: 48px;
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent > blockquote {
    padding: 32px 40px;
    background-position: 24px 24px;
  }
}
.b-newspost .b-newspost_centent > blockquote::before {
  content: 'Quote';
  position: absolute;
  top: 0;
  left: 12px;
  color: #e3e4e5;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  background-color: #fff;
  padding: 2px 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > blockquote::before {
    font-size: 16px;
  }
}
.b-newspost .b-newspost_centent > blockquote::after {
  content: '';
  position: absolute;
  right: 16px;
  bottom: 24px;
  width: 18px;
  height: 12px;
  background-image: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_quote.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent > blockquote::after {
    right: 24px;
  }
}
.b-newspost .b-newspost_centent.content-body {
  margin-top: 0;
}
.b-newspost .b-newspost_centent.content-body a:not(.btn-archive) {
  color: #007aff;
  text-decoration: underline;
}
.b-newspost .b-newspost_centent .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.b-newspost .b-newspost_centent .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent figure {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent figure {
    margin-bottom: 10.666666666666668vw;
  }
}
.b-newspost .b-newspost_centent figure figcaption {
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .b-newspost .b-newspost_centent figure figcaption {
    margin-top: 12px;
    text-align: right;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .b-newspost .b-newspost_centent figure figcaption {
    margin-top: 3.2vw;
    text-align: left;
    font-size: 2.666666666666667vw;
  }
}
.b-newspost .b-newspost_centent img {
  height: auto;
  max-width: 100%;
}
.b-post .b-post_thumb {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_thumb {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_thumb {
    margin-bottom: 10.666666666666668vw;
  }
}
.b-post .b-post_thumb img {
  width: 100%;
}
.b-post .b-post_thumb .b-post_campany {
  background-color: #333;
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_thumb .b-post_campany {
    bottom: -25px;
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_thumb .b-post_campany {
    bottom: -4vw;
    font-size: 4.266666666666667vw;
    padding: 2.666666666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_head {
    margin: auto;
    width: 89.33333333333333vw;
  }
}
.b-post .b-post_head .b-post_head_date {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_head .b-post_head_date {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_head .b-post_head_date {
    font-size: 3.733333333333334vw;
    margin: auto;
    margin-bottom: 1.333333333333333vw;
  }
}
.b-post .b-post_head .b-post_head_ttl {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_head .b-post_head_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_head .b-post_head_ttl {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 961px) {
  .b-post .b-post_head .b-post_head_tag {
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_head .b-post_head_tag {
    margin-top: 1.333333333333333vw;
  }
}
.b-post .b-post_head .b-post_head_tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-post .b-post_head .b-post_head_tag_item {
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_head .b-post_head_tag_item {
    margin-right: 15px;
    margin-top: 3px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_head .b-post_head_tag_item {
    margin-right: 4vw;
    margin-top: 0.8vw;
    font-size: 3.733333333333334vw;
  }
}
.b-post .b-post_head .b-post_head_tag_item a {
  color: #666;
}
.b-post .b-post_head .b-post_head_tag_item .b-post_head_tag_nav {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_head .b-post_head_tag_item .b-post_head_tag_nav:hover {
    opacity: 0.5;
  }
}
.b-post .b-post_head .b-post_head_tag_item .b-post_head_tag_nav::before {
  content: "#";
}
@media screen and (min-width: 961px) {
  .b-post .b-post_head .b-post_head_tag_item .b-post_head_tag_nav::before {
    margin-right: 3px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_head .b-post_head_tag_item .b-post_head_tag_nav::before {
    margin-right: 0.8vw;
  }
}
.b-post .b-post_head .b-post_head_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #e3e4e5;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_head .b-post_head_sns {
    margin-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_head .b-post_head_sns {
    margin-top: 8vw;
    padding-bottom: 8vw;
    margin-bottom: 13.333333333333334vw;
  }
}
.b-post .b-post_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_sns_list {
    width: 150px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_sns_list {
    width: 40vw;
  }
}
@media screen and (min-width: 961px) {
  .b-post .b-post_sns_list .b-post_sns_item img {
    width: 25px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_sns_list .b-post_sns_item img {
    width: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-post .b-post_sns_list .b-post_sns_item {
    width: 35px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_sns_list .b-post_sns_item {
    width: 8vw;
  }
}
.b-post .b-post_sns_list .b-post_sns_item a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_sns_list .b-post_sns_item a:hover {
    opacity: 0.5;
  }
}
.b-post .b-post_bottom_sns {
  background-color: #f3f4f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_bottom_sns {
    padding: 35px 0;
    margin-top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_bottom_sns {
    padding: 8vw 0;
    margin-top: 13.333333333333334vw;
  }
}
.b-post .b-post_other_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e3e4e5;
  border-bottom: 1px solid #e3e4e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_other_list {
    padding: 25px 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_other_list {
    padding: 6.666666666666667vw 0;
    margin-top: 13.333333333333334vw;
  }
}
.b-post .b-post_other_item {
  width: 50%;
  border-right: 1px solid #e3e4e5;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_other_item {
    padding-right: 30px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_other_item {
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.b-post .b-post_other_item.-next {
  border-right: none;
  margin-left: auto;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_other_item.-next {
    padding-right: 25px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_other_item.-next {
    padding-right: 5.333333333333334vw;
    padding-left: 5.333333333333334vw;
  }
}
.b-post .b-post_other_item.-next .b-post_other_ttl {
  text-align: right;
}
.b-post .b-post_other_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (min-width: 961px) {
  .b-post .b-post_other_item::before {
    border-right: 2px solid #969696;
    border-top: 2px solid #969696;
    margin-top: -7px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_other_item::before {
    border-right: 0.533333333333333vw solid #969696;
    border-top: 0.533333333333333vw solid #969696;
    margin-top: -1.866666666666667vw;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }
}
.b-post .b-post_other_item.-next::before {
  right: 0;
  left: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-post .b-post_other_item a {
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_other_item a {
    -webkit-transition: opacity 0.5;
    transition: opacity 0.5;
  }
  .b-post .b-post_other_item a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.b-post .b-post_other_ttl {
  color: #666;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_other_ttl {
    font-size: 12px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_other_ttl {
    font-size: 3.2vw;
    padding-bottom: 1.333333333333333vw;
  }
}
.b-post .b-post_other_name {
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_other_name {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_other_name {
    font-size: 3.466666666666666vw;
    -webkit-line-clamp: 4;
  }
}
.b-post .b-post_centent {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_centent {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_centent {
    font-size: 4vw;
    line-height: 1.9;
  }
}
@media screen and (min-width: 961px) {
  .b-post .b-post_centent p {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_centent p {
    margin-bottom: 10.666666666666668vw;
  }
}
.b-post .b-post_centent p a {
  text-decoration: underline;
  color: #329fe7;
}
.b-post .b-post_centent strong {
  font-weight: 700;
}
.b-post .b-post_centent h2 {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_centent h2 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_centent h2 {
    margin-bottom: 8vw;
    padding-top: 8vw;
    padding-left: 5.333333333333334vw;
    font-size: 4.8vw;
  }
}
.b-post .b-post_centent h2::after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd4749), color-stop(10%, #fd4749), color-stop(10%, transparent), color-stop(30%, transparent), color-stop(30%, #fb9200), color-stop(40%, #fb9200), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, #00cc8b), color-stop(70%, #00cc8b), color-stop(70%, transparent), color-stop(90%, transparent), color-stop(90%, #329fe7), to(#329fe7));
  background: linear-gradient(180deg, #fd4749 0%, #fd4749 10%, transparent 10%, transparent 30%, #fb9200 30%, #fb9200 40%, transparent 40%, transparent 60%, #00cc8b 60%, #00cc8b 70%, transparent 70%, transparent 90%, #329fe7 90%, #329fe7 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .b-post .b-post_centent h2::after {
    top: calc(30px + 18px);
    width: 10px;
    height: 18px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_centent h2::after {
    top: 11.733333333333333vw;
    width: 2.666666666666667vw;
    height: 3.733333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-post .b-post_centent figure {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_centent figure {
    margin-bottom: 10.666666666666668vw;
  }
}
.b-post .b-post_centent figure figcaption {
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .b-post .b-post_centent figure figcaption {
    margin-top: 12px;
    text-align: right;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .b-post .b-post_centent figure figcaption {
    margin-top: 3.2vw;
    text-align: left;
    font-size: 2.666666666666667vw;
  }
}
.b-post .b-post_centent img {
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .b-postlist_list .b-postlist_item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list .b-postlist_item {
    margin-bottom: 8vw;
  }
  .b-postlist_list .b-postlist_item:last-child {
    margin-bottom: 0;
  }
}
.b-postlist_list .b-postlist_item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 961px) {
  .b-postlist_list .b-postlist_item a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .b-postlist_list .b-postlist_item a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.b-postlist_list .b-postlist_thumb {
  width: 35%;
}
.b-postlist_list .b-postlist_txt {
  width: 65%;
}
@media screen and (min-width: 961px) {
  .b-postlist_list .b-postlist_txt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list .b-postlist_txt {
    padding-left: 4vw;
  }
}
.b-postlist_list .b-postlist_name {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .b-postlist_list .b-postlist_name {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list .b-postlist_name {
    margin-bottom: 1.333333333333333vw;
    font-size: 2.933333333333333vw;
  }
}
.b-postlist_list .b-postlist_ttl {
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .b-postlist_list .b-postlist_ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list .b-postlist_ttl {
    font-size: 3.733333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .b-postlist_list.-news .b-postlist_item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list.-news .b-postlist_item {
    margin-bottom: 8vw;
  }
  .b-postlist_list.-news .b-postlist_item:last-child {
    margin-bottom: 0;
  }
}
.b-postlist_list.-news .b-postlist_item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 961px) {
  .b-postlist_list.-news .b-postlist_item a {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .b-postlist_list.-news .b-postlist_item a:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}
.b-postlist_list.-news .b-postlist_thumb {
  width: 35%;
}
.b-postlist_list.-news .b-postlist_txt {
  width: 65%;
}
@media screen and (min-width: 961px) {
  .b-postlist_list.-news .b-postlist_txt {
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list.-news .b-postlist_txt {
    padding-left: 4vw;
  }
}
.b-postlist_list.-news .b-postlist_name {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-postlist_list.-news .b-postlist_name {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list.-news .b-postlist_name {
    margin-bottom: 1.333333333333333vw;
    font-size: 2.933333333333333vw;
  }
}
.b-postlist_list.-news .b-postlist_ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 961px) {
  .b-postlist_list.-news .b-postlist_ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .b-postlist_list.-news .b-postlist_ttl {
    font-size: 3.733333333333334vw;
  }
}
.b-seminar_list {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .b-seminar_list {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-seminar_list {
    width: 85.71428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .b-seminar_list {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .b-seminar_item {
    width: 570px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-seminar_item {
    width: 40.714285714285715vw;
  }
}
@media screen and (max-width: 960px) {
  .b-seminar_item + .b-seminar_item {
    margin-top: 6.4vw;
    border-top: 1px solid #dedede;
    padding-top: 6.4vw;
  }
}
.b-seminar_item a {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-seminar_item a:hover .b-seminar_thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.b-seminar_desc {
  position: relative;
}
@media screen and (min-width: 961px) {
  .b-seminar_desc {
    width: 275px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-seminar_desc {
    width: 19.642857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .b-seminar_desc {
    width: 42.13333333333333vw;
  }
}
.b-seminar_desc .b-seminar_datetag {
  font-weight: 700;
  background: #333;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .b-seminar_desc .b-seminar_datetag {
    width: 90px;
    height: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .b-seminar_desc .b-seminar_datetag {
    width: 23.200000000000003vw;
    height: 7.199999999999999vw;
    margin-bottom: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 7.199999999999999vw;
  }
}
.b-seminar_desc .b-seminar_datetag.-fin {
  background: #c2d1db;
}
.b-seminar_desc .b-seminar_txt {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 961px) {
  .b-seminar_desc .b-seminar_txt {
    max-height: 112px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-seminar_desc .b-seminar_txt {
    max-height: 8vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .b-seminar_desc .b-seminar_txt {
    max-height: 21.6vw;
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
.b-seminar_desc .b-seminar_datetxt {
  position: absolute;
  left: 0;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 961px) {
  .b-seminar_desc .b-seminar_datetxt {
    bottom: 16px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-seminar_desc .b-seminar_datetxt {
    font-size: 1.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .b-seminar_desc .b-seminar_datetxt {
    bottom: 1.6vw;
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
.b-seminar_thumb {
  position: relative;
  overflow: hidden;
  background: #f1f4f5;
}
@media screen and (min-width: 961px) {
  .b-seminar_thumb {
    border-radius: 20px;
    width: 275px;
    height: 249px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-seminar_thumb {
    width: 19.642857142857142vw;
    height: 17.785714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .b-seminar_thumb {
    border-radius: 5.333333333333334vw;
    width: 41.86666666666667vw;
    height: 41.86666666666667vw;
  }
}
.b-seminar_thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .b-seminar_thumb img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.simplebar-track.simplebar-horizontal {
  height: 1.333333333333333vw;
  position: absolute;
  width: 89.33333333333333vw !important;
  left: 0 !important;
  right: auto !important;
  bottom: 0.8vw;
  border-radius: 0 !important;
}
.simplebar-track.simplebar-horizontal::before {
  content: '';
  position: absolute;
  top: 0.533333333333333vw;
  left: 0;
  right: 0;
  height: 1px !important;
  background-color: #c2d1db;
  z-index: 1;
}
.simplebar-scrollbar {
  height: 0.8vw;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_togglebtn {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_togglebtn {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 89.33333333333333vw;
    border-bottom: 1px solid #333;
    margin: 10.666666666666668vw auto auto;
    padding: 4.266666666666667vw 5.333333333333334vw;
    cursor: pointer;
  }
  .b-sort .b-sort_togglebtn::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 5.333333333333334vw;
    width: 3.733333333333334vw;
    height: 0.533333333333333vw;
    background: #333;
    border-radius: 0.1em;
  }
  .b-sort .b-sort_togglebtn.is-open::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.266666666666667vw;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5.333333333333334vw;
    width: 3.733333333333334vw;
    height: 0.533333333333333vw;
    background: #333;
    border-radius: 0.1em;
  }
  .b-sort .b-sort_togglebtn span {
    position: relative;
    padding-left: 7.466666666666668vw;
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
    font-weight: 700;
    color: #333;
  }
  .b-sort .b-sort_togglebtn span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 0;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    background-image: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_point.svg");
    background-size: 100% auto;
  }
}
.b-sort .b-sort_list {
  background: #f1f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list {
    width: 1080px;
    border-radius: 20px;
    margin-top: 80px;
    padding: 36px 85px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-sort .b-sort_list {
    width: 77.14285714285715vw;
    padding: 2.571428571428571vw 6.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_list {
    width: 89.33333333333333vw;
    border-radius: 0 0 5.333333333333334vw 5.333333333333334vw;
    padding: 6.4vw 5.333333333333334vw 6.4vw 2.666666666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list.-case {
    padding: 36px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-sort .b-sort_list.-case {
    padding: 2.571428571428571vw 4.285714285714286vw;
  }
}
.b-sort .b-sort_list dl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 980px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-sort .b-sort_list dl {
    width: 70vw;
  }
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list dl + dl {
    margin-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_list dl + dl {
    margin-top: 2.666666666666667vw;
  }
}
.b-sort .b-sort_list dt {
  font-weight: 700;
  color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list dt {
    width: 52px;
    padding-top: 4px;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_list dt {
    padding-left: 2.666666666666667vw;
    margin-bottom: 2.666666666666667vw;
    font-size: 3.466666666666666vw;
    line-height: calc(19 / 13);
  }
}
.b-sort .b-sort_list dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list dd {
    width: 100%;
    border-left: 1px solid #c2d1db;
    padding-left: 28px;
  }
}
.b-sort .b-sort_list .b-sort_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-sort .b-sort_list .b-sort_list_inner label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list .b-sort_list_inner label {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_list .b-sort_list_inner label {
    margin-bottom: 4vw;
    margin-left: 2.666666666666667vw;
  }
}
.b-sort .b-sort_list .b-sort_list_inner label input {
  display: none;
}
.b-sort .b-sort_list .b-sort_list_inner label input:checked + span {
  background: #333;
  color: #fff;
}
.b-sort .b-sort_list .b-sort_list_inner label span {
  display: inline-block;
  background: #fff;
  color: #333;
  cursor: pointer;
  font-weight: 700;
  border-radius: 100px;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list .b-sort_list_inner label span {
    height: 32px;
    padding: 0 23px;
    font-size: 14px;
    line-height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_list .b-sort_list_inner label span {
    height: 7.466666666666668vw;
    padding: 0 6.133333333333333vw;
    font-size: 2.933333333333333vw;
    line-height: 7.466666666666668vw;
  }
}
.b-sort .b-sort_list .b-sort_reset {
  text-align: center;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list .b-sort_reset {
    margin-top: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_list .b-sort_reset {
    margin-top: 5.333333333333334vw;
    font-size: 2.666666666666667vw;
  }
}
.b-sort .b-sort_list .b-sort_reset a {
  color: #333;
  font-weight: 700;
  position: relative;
}
.b-sort .b-sort_list .b-sort_reset a::after {
  content: '';
  position: absolute;
  background-color: #333;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
}
@media screen and (min-width: 961px) {
  .b-sort .b-sort_list .b-sort_reset a {
    font-size: 14px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .b-sort .b-sort_list .b-sort_reset a:hover::after {
    -webkit-animation: underlineReset 0.6s ease forwards;
    animation: underlineReset 0.6s ease forwards;
  }
}
@media screen and (max-width: 960px) {
  .b-sort .b-sort_list .b-sort_reset a {
    font-size: 2.666666666666667vw;
  }
}
@-webkit-keyframes underlineReset {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes underlineReset {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.b-tab_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  position: relative;
}
@media screen and (min-width: 961px) {
  .b-tab_list {
    margin-top: 80px;
    border-bottom: 5px solid #ccc;
  }
}
@media screen and (max-width: 960px) {
  .b-tab_list {
    width: 89.33333333333333vw;
    margin: 10.666666666666668vw auto auto;
    border-bottom: 1.066666666666667vw solid #ccc;
  }
}
@media screen and (max-width: 960px) {
  .b-tab_list.-servece .b-tab_item {
    height: 14.133333333333335vw;
    line-height: calc(21 / 14);
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .b-tab_list.-servece .b-tab_item.is-active {
    height: 17.333333333333336vw;
  }
}
.b-tab_list .b-tab_item {
  position: relative;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #fff;
  background: #fb9200;
}
@media screen and (min-width: 961px) {
  .b-tab_list .b-tab_item {
    width: 400px;
    height: 45px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    -webkit-transition: 0.5s height;
    transition: 0.5s height;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .b-tab_list .b-tab_item {
    width: 28.57142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .b-tab_list .b-tab_item {
    width: 29.86666666666667vw;
    height: 13.066666666666665vw;
    border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
    font-size: 3.733333333333334vw;
    line-height: calc(21 / 14);
  }
}
@media screen and (min-width: 961px) {
  .b-tab_list .b-tab_item.is-active {
    height: 55px;
  }
}
@media screen and (max-width: 960px) {
  .b-tab_list .b-tab_item.is-active {
    height: 16.266666666666666vw;
  }
}
.b-tab_list .b-tab_item:first-child {
  background: #fd4749;
}
.b-tab_list .b-tab_item:last-child {
  background: #00cc8b;
}
.b-tab_list .b-tab_item::after {
  content: "";
  position: absolute;
  left: 0;
  width: var(--underline-width, 0);
  background-color: var(--underline-color, #fd4749);
  -webkit-transition: left 0.3s ease, width 0.3s ease, background-color 0.3s ease;
  transition: left 0.3s ease, width 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 961px) {
  .b-tab_list .b-tab_item::after {
    bottom: -5px;
    height: 5px;
  }
}
@media screen and (max-width: 960px) {
  .b-tab_list .b-tab_item::after {
    bottom: -1.066666666666667vw;
    height: 1.066666666666667vw;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .b-tab_list .b-tab_item:hover {
    height: 55px;
  }
}
.b-tab_content {
  background: #f1f4f5;
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.b-tab_content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.-fadein,
.-fadein [class*='u-delay-'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.5s;
  transition-duration: 0.8s, 0.5s;
  -webkit-transition-timing-function: ease, ease;
  transition-timing-function: ease, ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 961px) {
  .-fadein,
  .-fadein [class*='u-delay-'] {
    -webkit-transform: translateY(2.857142857142857vw);
    transform: translateY(2.857142857142857vw);
  }
}
@media screen and (max-width: 960px) {
  .-fadein,
  .-fadein [class*='u-delay-'] {
    -webkit-transform: translateY(5.333333333333334vw);
    transform: translateY(5.333333333333334vw);
  }
}
.-fadein.is-show,
.-fadein.is-show [class*='u-delay-'],
.is-show .-fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-delay-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-1 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
.u-delay-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.u-delay-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.u-delay-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-4 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.u-delay-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-5 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.u-delay-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-6 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
.u-delay-7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-7 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}
.u-delay-8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-8 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}
.u-delay-9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-9 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
.u-delay-10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}
.u-delay-11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-11 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
}
.u-delay-12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-12 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
.u-delay-13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-13 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
}
.u-delay-14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-14 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
}
.u-delay-15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-15 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
.u-delay-16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-16 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
}
.u-delay-17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-17 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
}
.u-delay-18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-18 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
}
.u-delay-19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-19 {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
}
.u-delay-20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-20 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
}
.u-delay-21 {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-21 {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
}
.u-delay-22 {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-22 {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
}
.u-delay-23 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-23 {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
}
.u-delay-24 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-24 {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
}
.u-delay-25 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-25 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
}
.u-delay-26 {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-26 {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
}
.u-delay-27 {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-27 {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
}
.u-delay-28 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-28 {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
}
.u-delay-29 {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-29 {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }
}
.u-delay-30 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
@media screen and (min-width: 961px) {
  .u-delay-p-30 {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@-webkit-keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes splide-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:-webkit-box;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;-webkit-box-align:center;align-items:center;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
@media screen and (min-width: 961px) {
  .p-404 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-404 {
    padding-top: 5.333333333333334vw;
    padding-bottom: 21.333333333333336vw;
  }
}
.p-404 .p-404_inner {
  text-align: center;
  color: #333;
}
.p-404 .p-404_inner h2 {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-404 .p-404_inner h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 960px) {
  .p-404 .p-404_inner h2 {
    font-size: 8.533333333333333vw;
  }
}
.p-404 .p-404_inner .p-404_lead {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-404 .p-404_inner .p-404_lead {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .p-404 .p-404_inner .p-404_lead {
    margin-top: 5.333333333333334vw;
    margin-bottom: 8vw;
    font-size: 3.466666666666666vw;
  }
}
.p-404 .p-404_inner .p-404_desc p {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-404 .p-404_inner .p-404_desc p {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .p-404 .p-404_inner .p-404_desc p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 961px) {
  .p-404 .p-404_inner .p-404_desc p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-404 .p-404_inner .p-404_desc p + p {
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency {
    padding-bottom: 21.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_reason {
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_reason {
    margin-top: 10.666666666666668vw;
  }
}
.p-agency .p-agency_reason_list {
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_reason_list {
    max-width: 1200px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_reason_list {
    width: 85.71428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_reason_list {
    width: 89.33333333333333vw;
    margin-top: 8.533333333333333vw;
  }
}
.p-agency .p-agency_reason_item {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_reason_item {
    width: 375px;
    height: 314px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
    box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
    padding-top: 42px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_reason_item {
    width: 26.785714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_reason_item {
    height: 62.133333333333326vw;
    border-radius: 5.333333333333334vw;
    padding-top: 8vw;
    -webkit-box-shadow: 0px 1.333333333333333vw 9.866666666666667vw rgba(83,83,83,0.1);
    box-shadow: 0px 1.333333333333333vw 9.866666666666667vw rgba(83,83,83,0.1);
  }
  .p-agency .p-agency_reason_item + .p-agency_reason_item {
    margin-top: 5.333333333333334vw;
  }
}
.p-agency .p-agency_reason_img {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_reason_img {
    width: 140px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_reason_img {
    width: 26.666666666666668vw;
    margin-bottom: 5.333333333333334vw;
  }
}
.p-agency .p-agency_reason_txt {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_reason_txt {
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_reason_txt {
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-agency .p-agency_download {
  background: #f1f4f5;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download {
    border-radius: 20px 20px 0 0;
    margin-top: -157px;
    padding-top: 238px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download {
    border-radius: 5.333333333333334vw 5.333333333333334vw 0 0;
    margin-top: -108.80000000000001vw;
    padding-top: 116.8vw;
    padding-bottom: 17.599999999999998vw;
  }
}
.p-agency .p-agency_download_inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download_inner {
    max-width: 1080px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_download_inner {
    width: 77.14285714285715vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download_inner {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download_list {
    margin-top: 8.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download_item {
    width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_download_item {
    width: 36.42857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download_item + .p-agency_download_item {
    margin-top: 10.666666666666668vw;
  }
}
.p-agency .p-agency_download_item .c-btn_black {
  margin: auto;
}
.p-agency .p-agency_download_thumb {
  background: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download_thumb {
    height: 268px;
    border-radius: 20px;
    padding: 28px 54px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_download_thumb {
    height: 19.142857142857142vw;
    padding: 2vw 3.857142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download_thumb {
    border-radius: 7.466666666666668vw;
    padding: 4.8vw 9.333333333333334vw;
  }
}
.p-agency .p-agency_download_thumb img {
  width: 100%;
  height: 100%;
}
.p-agency .p-agency_download_desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download_desc {
    margin-top: 26px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download_desc {
    margin-top: 5.333333333333334vw;
  }
}
.p-agency .p-agency_download_tll {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download_tll {
    margin-bottom: 20px;
    min-height: 52px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download_tll {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: calc(28.8 / 16);
  }
}
.p-agency .p-agency_download_txt {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_download_txt {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_download_txt {
    margin-bottom: 5.333333333333334vw;
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
.p-agency .p-agency_program {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_program {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_program {
    padding-top: 21.333333333333336vw;
    padding-bottom: 21.333333333333336vw;
  }
}
.p-agency .p-agency_program_inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_program_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_program_inner .c-ttl-03 {
    margin: auto;
    width: 89.33333333333333vw;
  }
}
.p-agency .b-tab_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content {
    height: 500px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content {
    height: 35.714285714285715vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab01 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab01 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab01 {
    padding: 10.666666666666668vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 98px 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box {
    padding: 4.285714285714286vw 7.000000000000001vw 4.857142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box {
    padding: 8vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box .p-agency_tab_thumb {
    width: 199px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box .p-agency_tab_thumb {
    width: 14.214285714285715vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box .p-agency_tab_thumb {
    width: 45.33333333333333vw;
    margin: auto auto 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box .p-agency_tab_txt {
    font-weight: 700;
    width: 615px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box .p-agency_tab_txt {
    width: 43.92857142857143vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab01 .p-agency_tab_box .p-agency_tab_txt {
    font-weight: 400;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab01 .c-btn_back {
    border: 0.142857142857143vw solid #333;
    margin-top: 3.428571428571429vw;
    width: 17.142857142857142vw;
    height: 4.285714285714286vw;
    line-height: 4vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 {
    padding: 10.666666666666668vw 0 13.333333333333334vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 34px 89px 54px 64px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_box {
    padding: 2.428571428571428vw 6.357142857142857vw 3.857142857142857vw 4.571428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_box {
    background: none;
  }
}
.p-agency .b-tab_content.-tab02 .p-agency_tab_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_ttl {
    padding-top: 42px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_ttl {
    padding-top: 3vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_ttl {
    text-align: center;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-agency .b-tab_content.-tab02 .p-agency_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_list {
    width: 580px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_list {
    width: 41.42857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.333333333333334vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 5.333333333333334vw;
  }
}
.p-agency .b-tab_content.-tab02 .p-agency_tab_item {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_item {
    width: 150px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_item {
    width: 10.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_item {
    background: #fff;
    width: 78.93333333333334vw;
    border-radius: 5.333333333333334vw;
    padding: 8vw 0;
  }
}
.p-agency .b-tab_content.-tab02 .p-agency_tab_item + .p-agency_tab_item::after {
  content: "";
  position: absolute;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw04.svg") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_item + .p-agency_tab_item::after {
    left: -43px;
    top: 72px;
    width: 17px;
    height: 24px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_item + .p-agency_tab_item::after {
    left: -3.071428571428572vw;
    top: 5.142857142857142vw;
    width: 1.214285714285714vw;
    height: 1.714285714285714vw;
  }
}
.p-agency .b-tab_content.-tab02 .p-agency_tab_thumb {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_thumb {
    width: 140px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_thumb {
    width: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_thumb {
    width: 26.666666666666668vw;
  }
}
.p-agency .b-tab_content.-tab02 .p-agency_tab_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_txt {
    margin-top: 19px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_txt {
    margin-top: 1.357142857142857vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_txt {
    margin-top: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_flex {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_flex {
    margin-top: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_flex {
    margin-top: 8vw;
    margin-left: 5.333333333333334vw;
    width: 78.66666666666666vw;
  }
  .p-agency .b-tab_content.-tab02 .p-agency_tab_flex .c-btn_black {
    margin: auto;
  }
}
.p-agency .b-tab_content.-tab02 .p-agency_tab_note {
  color: #8b8b8b;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_note {
    width: 710px;
    font-size: 15px;
    line-height: calc(25 / 15);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_note {
    width: 50.71428571428571vw;
    font-size: 1.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab02 .p-agency_tab_note {
    width: 78.93333333333334vw;
    margin-top: 8vw;
    font-size: 3.2vw;
    line-height: calc(19.2 / 12);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab02 .c-btn_black {
    border: 0.142857142857143vw solid #333;
    width: 19.142857142857142vw;
    height: 4.285714285714286vw;
    line-height: 4vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab02 .c-btn_black.-middle {
    width: 23.57142857142857vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab03 {
    padding: 10.666666666666668vw 0 16vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_box {
    padding: 42px 8px 52px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_box {
    padding: 3vw 0.571428571428571vw 3.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_box {
    background: none;
  }
}
.p-agency .b-tab_content.-tab03 .p-agency_tab_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_ttl {
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_ttl {
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_ttl {
    text-align: center;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-agency .b-tab_content.-tab03 .p-agency_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_list {
    margin: 53px auto auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_list {
    margin: 3.785714285714286vw auto auto;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.333333333333334vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_item {
    width: 178px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_item {
    width: 12.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_item {
    background: #fff;
    width: 78.93333333333334vw;
    border-radius: 5.333333333333334vw;
    padding: 8vw 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_item:nth-child(3) {
    width: 224px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_item:nth-child(3) {
    width: 16vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_item:nth-child(4) {
    width: 198px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_item:nth-child(4) {
    width: 14.142857142857142vw;
  }
}
.p-agency .b-tab_content.-tab03 .p-agency_tab_thumb {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_thumb {
    width: 140px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_thumb {
    width: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_thumb {
    width: 26.666666666666668vw;
  }
}
.p-agency .b-tab_content.-tab03 .p-agency_tab_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_txt {
    margin-top: 19px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_txt {
    margin-top: 1.357142857142857vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content.-tab03 .p-agency_tab_txt {
    margin-top: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .b-tab_content .p-agency_tab_wrapper {
    width: 100%;
    margin-top: 3.733333333333334vw;
    padding-bottom: 13.333333333333334vw;
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }
}
.p-agency .b-tab_content .p-agency_tab_box {
  background: #fff;
  border-radius: 20px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
}
.p-agency .p-agency_program_ttl {
  background: #333;
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_program_ttl {
    margin-top: 100px;
    padding: 15px 33px;
    border-radius: 10px;
    font-size: 24px;
    line-height: calc(38.4 / 24);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_program_ttl {
    margin: 21.333333333333336vw auto auto;
    width: 89.33333333333333vw;
    padding: 4.266666666666667vw 8vw;
    border-radius: 10px;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-agency .p-agency_flow {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow {
    max-width: 1080px;
    width: calc((1080 / 1200) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow {
    width: 89.33333333333333vw;
  }
}
.p-agency .p-agency_flow dd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-agency .p-agency_flow dd::before {
  content: "";
  position: absolute;
  background: #fff url("/home/wp-content/themes/ads-smartnews-2025/assets/img/agency/flow_line.png") top center repeat-y;
  background-size: 100% auto;
  width: 1px;
  height: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow dd::before {
    left: 24px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow dd::before {
    left: 6.4vw;
  }
}
.p-agency .p-agency_flow dd:last-child::before {
  background: none;
}
.p-agency .p-agency_flow_ttl {
  color: #333;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow_ttl {
    margin-top: 48px;
    margin-bottom: 35px;
    font-size: 20px;
    line-height: calc(30 / 20);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow_ttl {
    margin-top: 4.266666666666667vw;
    margin-bottom: 8.533333333333333vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-agency .p-agency_flow_num {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow_num {
    margin-right: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow_num {
    margin-right: 3.2vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow_num img {
    width: 47px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow_num img {
    width: 12.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow_desc {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow_desc {
    margin-bottom: 7.466666666666668vw;
  }
}
.p-agency .p-agency_flow_sttl {
  color: #333;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow_sttl {
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow_sttl {
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-agency .p-agency_flow_list {
  color: #333;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_flow_list {
    font-size: 16px;
    line-height: calc(32 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_flow_list {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-agency .p-agency_flow_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-agency .p-agency_program_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_program_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #333;
    border-radius: 20px;
    margin-top: 65px;
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_program_box {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_program_box {
    margin: auto;
    width: 89.33333333333333vw;
    padding: 8vw 5.333333333333334vw;
    border: 0.533333333333333vw solid #333;
    border-radius: 5.333333333333334vw;
  }
}
.p-agency .p-agency_program_box_ttl {
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_program_box_ttl {
    font-size: 20px;
    line-height: calc(30 / 20);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_program_box_ttl {
    padding-right: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_program_box_ttl {
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-agency .p-agency_program_box_txt {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_program_box_txt {
    width: 756px;
    font-size: 18px;
    line-height: calc(32 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-agency .p-agency_program_box_txt {
    width: 54vw;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_program_box_txt {
    margin-top: 4.8vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-agency .p-agency_program_box_txt a {
  color: #329fe7;
  position: relative;
}
.p-agency .p-agency_program_box_txt a::after {
  background-color: #329fe7;
  bottom: -2px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 0;
}
.p-agency .p-agency_program_box_txt a:hover::after {
  width: 100%;
}
.p-agency .p-agency_seminar {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_seminar {
    padding-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_seminar {
    padding-top: 21.333333333333336vw;
  }
}
.p-agency .p-agency_seminar .c-ttl-03 {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_seminar .c-btn_back {
    margin-top: 0;
  }
}
.p-agency .p-agency_seminar .c-btn_black {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_seminar .c-btn_black {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_seminar .c-btn_black {
    margin-top: 10.133333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-agency .p-agency_seminar .b-seminar_list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .p-agency .p-agency_seminar .b-seminar_list {
    margin-top: 10.133333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-article {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-article {
    padding-bottom: 21.333333333333336vw;
  }
}
.p-article-detail {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-article-detail {
    max-width: 1320px;
    margin-top: 70px;
    padding: 0 60px;
  }
}
@media screen and (min-width: 961px) {
  .p-article-detail_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-article-detail_main {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-article-detail_main {
    max-width: 792px;
    width: calc((792 / 1200) * 100%);
  }
}
@media screen and (min-width: 961px) {
  .p-article-detail_side {
    width: calc((320 / 1200) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .p-article-detail_side {
    margin: 13.333333333333334vw auto auto;
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-case {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-case {
    padding-bottom: 21.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .p-download {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-download {
    padding-bottom: 21.333333333333336vw;
  }
}
.p-download .p-download_inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 145px;
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_inner {
    width: 89.33333333333333vw;
    margin-top: 10.666666666666668vw;
  }
}
.p-download .p-download_pickup {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_pickup {
    margin-top: 60px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_pickup {
    margin-top: 10.666666666666668vw;
    margin-bottom: 21.333333333333336vw;
  }
}
.p-download .p-download_useful {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_useful {
    margin-top: 72px;
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_useful {
    margin-top: 10.666666666666668vw;
  }
}
.p-download .p-download_useful.-ads dt {
  background-color: #fd4749;
}
.p-download .p-download_useful.-knowhow dt {
  background-color: #00cc8b;
}
.p-download .p-download_useful dt {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_useful dt {
    border-radius: 11px 11px 0 0;
    padding: 16px 0 16px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_useful dt {
    border-radius: 2.666666666666667vw 2.666666666666667vw 0 0;
    padding: 5.333333333333334vw 0 5.333333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-download .p-download_useful dd {
  width: 100%;
  background: #f1f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_useful dd {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-download .p-download_useful dd {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_useful dd {
    padding: 10.666666666666668vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-download .p-download_useful dd li {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 961px) {
  .p-download .p-download_useful dd .c-btn_more {
    margin-top: 0;
  }
}
.p-download .p-download_lead {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_lead {
    margin-top: 48px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_lead {
    margin-top: 6.4vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 13);
  }
}
.p-download .p-download_list {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_list {
    width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-download .p-download_list {
    width: 77.14285714285715vw;
  }
}
@media screen and (min-width: 961px) {
  .p-download .p-download_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 334px;
  }
  .p-download .p-download_item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-download .p-download_item {
    width: 23.857142857142858vw;
  }
}
@media screen and (min-width: 961px) {
  .p-download .p-download_item + .p-download_item {
    margin-left: 39px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-download .p-download_item + .p-download_item {
    margin-left: 2.785714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_item + .p-download_item {
    margin-top: 10.666666666666668vw;
    border-top: 1px solid #dedede;
    padding-top: 10.666666666666668vw;
  }
}
.p-download .p-download_thumb {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_thumb {
    width: 334px;
    height: 188px;
  }
  .p-download .p-download_thumb img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-download .p-download_thumb {
    width: 23.857142857142858vw;
    height: 13.428571428571429vw;
  }
}
@media screen and (min-width: 961px) {
  .p-download .p-download_desc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_desc {
    margin-top: 5.333333333333334vw;
    margin-bottom: 5.333333333333334vw;
  }
}
.p-download .p-download_ttl {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_ttl {
    max-height: 55px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_ttl {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-download .p-download_txt {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-download .p-download_txt {
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-download .p-download_txt {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 13);
  }
}
@media screen and (min-width: 961px) {
  .p-en {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/mv_line.svg") left 120px no-repeat;
    background-size: 16px auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/mv_line.svg") left 8.571428571428571vw no-repeat;
    background-size: 1.142857142857143vw auto;
  }
}
@media screen and (max-width: 960px) {
  .p-en {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/mv_line.svg") left 0vw no-repeat;
    background-size: 2.133333333333333vw auto;
  }
}
.p-en_mv {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_inner {
    margin: auto auto 5.333333333333334vw;
  }
}
.p-en_mv .p-en_mv_desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_desc {
    max-width: 730px;
    width: calc((730 / 1400) * 100%);
    margin-top: 112px;
    padding-left: 91px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_desc {
    margin-top: 8vw;
    padding-left: 6.5vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_desc {
    width: 89.33333333333333vw;
    margin: 4.266666666666667vw auto auto;
  }
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_txt {
    width: 558px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_txt {
    width: 39.85714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_txt {
    width: 77.60000000000001vw;
  }
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_img {
    width: 586px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_img {
    width: 41.85714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_img {
    width: 89.33333333333333vw;
    margin-top: 6.133333333333333vw;
  }
}
.p-en_mv .p-en-mv-note {
  color: #7b7b7b;
  text-indent: -0.75em;
  padding-left: 0.75em;
  line-height: calc(15 / 10);
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en-mv-note {
    margin-top: 20px;
    font-size: 10px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en-mv-note {
    margin-top: 1.428571428571429vw;
    font-size: 0.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en-mv-note {
    margin-top: 5.333333333333334vw;
    font-size: 2.666666666666667vw;
  }
}
.p-en_mv .p-en_mv_btn {
  margin: auto;
  display: block;
  background: #333;
  border-radius: 100px;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_btn {
    margin-top: 48px;
    border: 2px solid #333;
    width: 500px;
    height: 68px;
    line-height: 64px;
    font-size: 20px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  }
  .p-en_mv .p-en_mv_btn:hover {
    background: #fff;
    color: #333;
  }
  .p-en_mv .p-en_mv_btn:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_btn {
    width: 35.714285714285715vw;
    height: 4.857142857142857vw;
    line-height: 4.571428571428571vw;
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_btn {
    margin-top: 5.600000000000001vw;
    border: 0.533333333333333vw solid #333;
    width: 89.33333333333333vw;
    height: 13.866666666666665vw;
    line-height: 13.866666666666665vw;
    font-size: 4.266666666666667vw;
    -webkit-box-shadow: 0px 0.8vw 1.6vw rgba(0,0,0,0.16);
    box-shadow: 0px 0.8vw 1.6vw rgba(0,0,0,0.16);
  }
}
.p-en_mv .p-en_mv_btn::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_btn::after {
    right: 32px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_btn::after {
    right: 2.285714285714286vw;
    width: 1.428571428571429vw;
    height: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_btn::after {
    right: 5.066666666666666vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.p-en_mv .p-en_mv_link {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_link {
    margin-top: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_link {
    margin-top: 4.8vw;
  }
}
.p-en_mv .p-en_mv_link a {
  display: inline-block;
  font-weight: 700;
  position: relative;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_link a {
    padding-right: 50px;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
  .p-en_mv .p-en_mv_link a::before {
    background-color: #333;
    bottom: -10px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }
  .p-en_mv .p-en_mv_link a:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_link a {
    padding-right: 3.571428571428571vw;
    font-size: 1.285714285714286vw;
  }
  .p-en_mv .p-en_mv_link a::before {
    bottom: -0.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_link a {
    padding-right: 10.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: calc(19 / 24);
  }
  .p-en_mv .p-en_mv_link a::before {
    background-color: #333;
    bottom: -2.666666666666667vw;
    content: '';
    display: block;
    height: 0.266666666666667vw;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.p-en_mv .p-en_mv_link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_link a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_link a::after {
    width: 1.428571428571429vw;
    height: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_link a::after {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.p-en_mv .p-en_mv_slide {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_slide {
    width: 630px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_slide {
    width: 45vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_slide {
    margin-top: 5.600000000000001vw;
  }
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_slide_img {
    width: 560px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_slide_img {
    width: 40vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_slide_img {
    width: 74.66666666666667vw;
    margin: auto;
  }
}
.p-en_mv .p-en_mv_bnr {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_bnr {
    width: 296px;
    bottom: -40px;
    right: 20px;
    -webkit-box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
    box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv .p-en_mv_bnr {
    width: 21.142857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv .p-en_mv_bnr {
    display: none;
  }
}
.p-en_mv .p-en_mv_bnr .p-en_mv_bnr_close {
  position: absolute;
  right: 0;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p-en_mv .p-en_mv_bnr .p-en_mv_bnr_close {
    width: 28px;
    height: 28px;
    top: -14px;
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_close.svg") center center no-repeat;
    background-size: 100% 100%;
  }
}
.p-en_mv_from {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-en_mv_from {
    width: 630px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv_from {
    width: 45vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv_from {
    margin-top: 8vw;
  }
}
.p-en_mv_from .topMv__form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f9fa;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-en_mv_from .topMv__form {
    width: 630px;
    padding: 50px 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-en_mv_from .topMv__form {
    width: 45vw;
    padding: 3.571428571428571vw 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv_from .topMv__form {
    width: 100%;
    padding: 25px 25px 40px;
    margin-top: 40px;
  }
}
.p-en_mv_from .topMv__form::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#fd4749), color-stop(25%, #fd4749), color-stop(25%, #fb9200), color-stop(50%, #fb9200), color-stop(50%, #00cc8b), color-stop(75%, #00cc8b), color-stop(75%, #329fe7), to(#329fe7));
  background: linear-gradient(90deg, #fd4749 0%, #fd4749 25%, #fb9200 25%, #fb9200 50%, #00cc8b 50%, #00cc8b 75%, #329fe7 75%, #329fe7 100%);
}
.p-en_mv_from .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  color: #fff;
  border: none;
  padding: 0.7em 2.5em;
  font-size: 1.2em;
  background-color: #111;
  background-image: none;
  border-radius: 50px;
  font-weight: bold;
}
.p-en_mv_from .mktoFieldWrap label {
  font-weight: bold;
  letter-spacing: 0;
}
.p-en_mv_from .mktoLogicalField label {
  font-weight: normal;
}
.p-en_mv_from .mktoForm input[type=url],
.p-en_mv_from .mktoForm input[type=text],
.p-en_mv_from .mktoForm input[type=date],
.p-en_mv_from .mktoForm input[type=tel],
.p-en_mv_from .mktoForm input[type=email],
.p-en_mv_from .mktoForm input[type=number],
.p-en_mv_from .mktoForm textarea.mktoField,
.p-en_mv_from .mktoForm select.mktoField {
  font-size: 16px;
  padding: 5px 10px;
  height: auto;
  border: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
  .p-en_mv_from .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 0.8em 4.5em;
    font-size: 1em;
    margin-top: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv_from .mktoFieldWrap label {
    font-weight: bold;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv_from .mktoLogicalField label {
    font-weight: normal;
  }
}
@media screen and (max-width: 960px) {
  .p-en_mv_from .mktoButtonRow .mktoButtonWrap {
    margin: 0 auto !important;
  }
}
#mktoForm_1521 {
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  letter-spacing: 0;
}
#mktoForm_1521 .mktoFormRow {
  width: 100% !important;
  max-width: 600px;
}
#mktoForm_1521 .mktoFieldWrap .mktoHtmlText {
  width: 100% !important;
}
@media screen and (max-width: 960px) {
  #mktoForm_1521 .mktoFormRow {
    max-width: 100%;
  }
}
@media screen and (min-width: 961px) {
  #is-en .p-top_ttl {
    padding-bottom: 28px;
    font-size: 40px;
    line-height: calc(56 / 40);
  }
}
@media screen and (min-width: 961px) {
  #is-en .p-top_about .p-rop_about_img img {
    width: 695px;
  }
}
@media screen and (min-width: 961px) {
  #is-en .p-top_reason .p-top_reason_head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 961px) {
  #is-en .p-top_reason .p-top_reason_head .p-top_ttl {
    text-align: left;
    padding-right: 10px;
  }
}
@media screen and (min-width: 961px) {
  #is-en .p-top_reason .p-top_reason_head .p-top_lead {
    padding-top: 10px;
  }
}
@media screen and (min-width: 961px) {
  #is-en .p-top_type_block .p-top_type_ttl {
    font-size: 38px;
    line-height: calc(50 / 38);
  }
}
.p-entryflow .p-entryflow_inner {
  margin: auto;
  width: 100%;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 127px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner {
    width: 89.33333333333333vw;
    margin-top: 21.333333333333336vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_ttl {
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_ttl {
    border-left: 4px solid #329fe7;
    padding-left: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_ttl {
    width: 89.33333333333333vw;
    border-left: 1.066666666666667vw solid #329fe7;
    margin: auto;
    padding-left: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_ttl span {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_ttl span {
    font-size: 36px;
    padding-right: 9px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_ttl span {
    font-size: 6.933333333333333vw;
    padding-right: 2.4vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_sttl {
  background: #333;
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_sttl {
    margin-top: 100px;
    padding: 14px 33px;
    border-radius: 10px;
    font-size: 28px;
    line-height: calc(44.8 / 28);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_sttl {
    margin-top: 6.4vw;
    padding: 4.266666666666667vw 8vw;
    border-radius: 10px;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_lead {
  font-weight: 400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_lead {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_lead {
    margin-top: 6.4vw;
    margin-bottom: 10.666666666666668vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_box {
  background: #f2f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_box {
    width: calc((1080 / 1200) * 100%);
    border-radius: 20px;
    padding: 27px 0;
    margin: auto auto 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_box {
    border-radius: 5.333333333333334vw;
    padding: 6.4vw 0;
    margin-bottom: 16vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_box .c-btn_black {
  margin: auto;
}
.p-entryflow .p-entryflow_inner .p-entryflow_contact_ttl {
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_contact_ttl {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_contact_ttl {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 15);
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step {
    margin-top: 47px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step {
    margin-top: 8.533333333333333vw;
    margin-bottom: 16vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_ttl {
    margin-top: 47px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: calc(44.8 / 28);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_ttl {
    margin-top: 8.533333333333333vw;
    margin-bottom: 3.2vw;
    font-size: 6.4vw;
    line-height: calc(33.6 / 24);
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_list {
    width: 640px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_list {
    width: 86.4vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_item {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_item {
    width: 28.799999999999997vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_item + .p-entryflow_3step_item::after {
  content: "";
  position: absolute;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw04.svg") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_item + .p-entryflow_3step_item::after {
    left: -10px;
    top: 72px;
    width: 17px;
    height: 24px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_item + .p-entryflow_3step_item::after {
    left: -0.714285714285714vw;
    top: 5.142857142857142vw;
    width: 1.214285714285714vw;
    height: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_item + .p-entryflow_3step_item::after {
    left: -1.066666666666667vw;
    top: 10.666666666666668vw;
    width: 2.933333333333333vw;
    height: 4vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_thumb {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_thumb {
    width: 140px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_thumb {
    width: 21.333333333333336vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_txt {
    margin-top: 30px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_txt {
    margin-top: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_label {
  display: inline-block;
  background: #fd4749;
  border-radius: 100px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_label {
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_3step .p-entryflow_3step_label {
    height: 6.4vw;
    font-size: 3.466666666666666vw;
    line-height: 6.4vw;
    margin-top: 2.133333333333333vw;
    padding-left: 4.533333333333333vw;
    padding-right: 4.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow {
    margin-top: 6.4vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_nav {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav {
    width: 412px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav {
    width: 29.428571428571427vw;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner.is-fixed {
    position: fixed;
    top: 150px;
    z-index: 1000;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner.is-fixed {
    position: fixed;
    top: 150px;
    z-index: 1000;
  }
}
@media screen and (max-width: 1199px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner.is-fixed {
    position: fixed;
    top: 21.333333333333336vw;
    z-index: 99;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_list {
    margin-left: 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_list {
    margin-left: 4.285714285714286vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_item a {
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_item a {
    color: #c2d1db;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_item a {
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 2.133333333333333vw;
    padding-right: 6.666666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_item a::after {
    content: "";
    background: #fff url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw03.svg") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0.8vw;
    right: 0;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_item.is-active a {
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_item + .p-entryflow_flow_nav_item {
    margin-top: 26px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_item + .p-entryflow_flow_nav_item {
    margin-top: 5.333333333333334vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_box {
  background: #329fe7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_box {
    width: 376px;
    border-radius: 20px;
    padding: 27px 0;
    margin-top: 80px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_box {
    width: 26.857142857142858vw;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_box {
    border-radius: 5.333333333333334vw;
    padding: 6.4vw 0;
    margin-top: 8.533333333333333vw;
    margin-bottom: 16vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_nav_inner .p-entryflow_flow_nav_box .c-btn_black {
  margin: auto;
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main {
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main {
    width: 728px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main {
    width: 52vw;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_item {
    padding-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_item + .p-entryflow_flow_item {
    margin-top: 80px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_item + .p-entryflow_flow_item {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main #step03 .p-entryflow_flow_img {
    height: 410px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main #step03 .p-entryflow_flow_img {
    height: 29.28571428571429vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_ttl {
    font-size: 24px;
    line-height: calc(38.4 / 24);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_ttl {
    font-size: 5.333333333333334vw;
    line-height: calc(28 / 20);
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_ttl + .p-entryflow_flow_txt {
    margin-top: 28px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_ttl + .p-entryflow_flow_txt {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_ttl + .p-entryflow_flow_sttl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_ttl + .p-entryflow_flow_sttl {
    margin-top: 4.266666666666667vw;
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_sttl {
  font-weight: 700;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_sttl {
    margin-top: 60px;
    font-size: 20px;
    line-height: calc(30 / 20);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_sttl {
    margin-top: 6.4vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt {
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt.-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt a {
  color: #329fe7;
  position: relative;
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt a::after {
  background-color: #329fe7;
  bottom: -2px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 0;
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt a:hover::after {
  width: 100%;
}
.p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt02 {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt02 {
    margin-top: 60px;
    font-size: 20px;
    line-height: calc(30 / 20);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_txt02 {
    margin-top: 6.4vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_img {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_img + .p-entryflow_flow_txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner .p-entryflow_flow_main .p-entryflow_flow_img + .p-entryflow_flow_txt {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner.-premium .p-entryflow_ttl {
    border-left: 4px solid #00cc8b;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner.-premium .p-entryflow_ttl {
    border-left: 1.066666666666667vw solid #00cc8b;
  }
}
.p-entryflow .p-entryflow_inner.-premium .p-entryflow_box {
  background: #f2f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner.-premium .p-entryflow_box {
    border-radius: 20px;
    padding: 40px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner.-premium .p-entryflow_box {
    border-radius: 5.333333333333334vw;
    padding: 6.4vw 0 8vw;
    margin-bottom: 21.333333333333336vw;
  }
}
.p-entryflow .p-entryflow_inner.-premium .p-entryflow_contact_ttl {
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-entryflow .p-entryflow_inner.-premium .p-entryflow_contact_ttl {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: calc(30 / 20);
  }
}
@media screen and (max-width: 960px) {
  .p-entryflow .p-entryflow_inner.-premium .p-entryflow_contact_ttl {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 15);
  }
}
@media screen and (min-width: 961px) {
  .p-faq {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq {
    padding-bottom: 21.333333333333336vw;
  }
}
.p-faq .p-faq_nav {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_nav {
    max-width: 1230px;
    width: calc((1230 / 1400) * 100%);
    margin-top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_nav {
    width: 89.33333333333333vw;
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_nav .p-faq_nav_item {
    margin: 10px 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_nav .p-faq_nav_item {
    margin-right: 6.666666666666667vw;
    margin-bottom: 5.333333333333334vw;
  }
}
.p-faq .p-faq_nav .p-faq_nav_item a {
  position: relative;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_nav .p-faq_nav_item a {
    padding-right: 35px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_nav .p-faq_nav_item a {
    padding-right: 6.4vw;
    font-size: 3.733333333333334vw;
    line-height: 5.333333333333334vw;
  }
}
.p-faq .p-faq_nav .p-faq_nav_item a::before {
  background-color: black02;
  bottom: -2px;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 0;
}
.p-faq .p-faq_nav .p-faq_nav_item a:hover::before {
  width: 100%;
}
.p-faq .p-faq_nav .p-faq_nav_item a::after {
  content: "";
  background: #fff url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw03.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 0;
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_nav .p-faq_nav_item a::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_nav .p-faq_nav_item a::after {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.p-faq .p-faq_inner {
  margin: auto;
  width: 100%;
  background: #f1f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 90px;
    padding: 0 60px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-faq .p-faq_inner {
    padding: 0 4.285714285714286vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_inner {
    width: 100%;
    margin-top: 18.666666666666668vw;
    padding: 0 5.333333333333334vw 8vw;
  }
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_list > li {
    padding-top: 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-faq .p-faq_list > li {
    padding-top: 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_list > li {
    padding-top: 8vw;
  }
}
.p-faq .p-faq_list > li + li {
  border-top: 1px solid #dedede;
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_list > li + li {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_list > li + li {
    margin-top: 16vw;
    padding-top: 10.666666666666668vw;
  }
}
.p-faq .p-faq_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_ttl {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: calc(44.8 / 28);
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_ttl {
    margin-bottom: 4.266666666666667vw;
    font-size: 6.4vw;
    line-height: calc(33.6 / 24);
  }
}
@media screen and (min-width: 961px) {
  .p-faq .p_faq_link {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p_faq_link {
    margin-top: 21.333333333333336vw;
  }
}
.p-faq .p-faq_link_txt {
  font-weight: 700;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-faq .p-faq_link_txt {
    font-size: 20px;
    line-height: calc(20 / 20);
  }
}
@media screen and (max-width: 960px) {
  .p-faq .p-faq_link_txt {
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (min-width: 961px) {
  .p-news {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-news {
    padding-bottom: 21.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .p-news .c-btn_more {
    margin-top: 60px;
  }
}
.p-news_list {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-news_list {
    width: 1080px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-news_list {
    width: 77.14285714285715vw;
  }
}
@media screen and (max-width: 960px) {
  .p-news_list {
    width: 89.33333333333333vw;
    margin-top: 5.333333333333334vw;
  }
}
.p-news_list .p-news_list_item {
  position: relative;
  border-bottom: 1px solid #c2d1db;
}
@media screen and (min-width: 961px) {
  .p-news_list .p-news_list_item {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-news_list .p-news_list_item {
    padding: 5.333333333333334vw 0 5.333333333333334vw;
  }
}
.p-news_list .p-news_list_item a {
  position: relative;
  display: block;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-news_list .p-news_list_item a::before {
    background-color: #333;
    bottom: -20px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 0;
  }
  .p-news_list .p-news_list_item a:hover::before {
    width: 100%;
  }
}
.p-news_list .p-news_list_item_date {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-news_list .p-news_list_item_date {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: calc(22.4 / 14);
  }
}
@media screen and (max-width: 960px) {
  .p-news_list .p-news_list_item_date {
    margin-bottom: 4.266666666666667vw;
    font-size: 3.2vw;
    line-height: calc(22.4 / 14);
  }
}
.p-news_list .p-news_list_item_txt {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-news_list .p-news_list_item_txt {
    width: 1008px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-news_list .p-news_list_item_txt {
    width: 72vw;
  }
}
@media screen and (max-width: 960px) {
  .p-news_list .p-news_list_item_txt {
    width: 78.66666666666666vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-news_list .p-news_list_item_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) {
  .p-news_list .p-news_list_item_arrow {
    right: 35px;
    width: 6.2px;
    height: 10.5px;
  }
}
@media screen and (max-width: 960px) {
  .p-news_list .p-news_list_item_arrow {
    right: 4vw;
    width: 2.426666666666667vw;
    height: 4.293333333333334vw;
  }
}
.p-news_list .p-news_list_item_arrow::before,
.p-news_list .p-news_list_item_arrow::after {
  content: "";
  position: absolute;
  right: 0;
  border-radius: 9999px;
  background-color: #333;
}
@media screen and (min-width: 961px) {
  .p-news_list .p-news_list_item_arrow::before,
  .p-news_list .p-news_list_item_arrow::after {
    top: calc(50% - 1px);
    width: 8px;
    height: 2px;
    -webkit-transform-origin: calc(100% - 1px) 50%;
    transform-origin: calc(100% - 1px) 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-news_list .p-news_list_item_arrow::before,
  .p-news_list .p-news_list_item_arrow::after {
    top: calc(50% - 1px);
    width: 3.2vw;
    height: 0.533333333333333vw;
    -webkit-transform-origin: calc(100% - 1px) 50%;
    transform-origin: calc(100% - 1px) 50%;
  }
}
.p-news_list .p-news_list_item_arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-news_list .p-news_list_item_arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-news_list .is-pdf .p-news_list_item_txt::after {
  content: "";
  display: inline-block;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_pdf.svg") center center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .p-news_list .is-pdf .p-news_list_item_txt::after {
    width: 18px;
    height: 19px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 960px) {
  .p-news_list .is-pdf .p-news_list_item_txt::after {
    width: 3.466666666666666vw;
    height: 4vw;
    margin-left: 1.066666666666667vw;
  }
}
.p-news_list .is-external .p-news_list_item_txt::after {
  content: "";
  display: inline-block;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_blank02.svg") center center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .p-news_list .is-external .p-news_list_item_txt::after {
    width: 28px;
    height: 29px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 960px) {
  .p-news_list .is-external .p-news_list_item_txt::after {
    width: 5.866666666666666vw;
    height: 5.866666666666666vw;
    margin-left: 1.066666666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .p-partner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-partner {
    padding-bottom: 21.333333333333336vw;
  }
}
.p-partner .p-partner_inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_inner {
    width: 89.33333333333333vw;
    margin-top: 10.666666666666668vw;
  }
}
.p-partner .p-partner_ttl {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_ttl {
    margin-bottom: 18px;
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_ttl {
    margin-bottom: 4.266666666666667vw;
    font-size: 6.933333333333333vw;
  }
}
.p-partner .p-partner_ttl img {
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_ttl img {
    width: 58px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_ttl img {
    width: 13.866666666666665vw;
    margin-right: 2.4vw;
  }
}
.p-partner .p-partner_block {
  background: #f1f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_block {
    width: 100%;
    padding: 85px 60px 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-partner .p-partner_block {
    padding: 6.071428571428571vw 4.285714285714286vw 0;
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_block {
    width: 89.33333333333333vw;
    padding: 10.666666666666668vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-partner .p-partner_list::after {
    display: block;
    content: "";
    width: 334px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-partner .p-partner_list::after {
    width: 23.857142857142858vw;
  }
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_list_item {
    width: 334px;
    margin-bottom: 85px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-partner .p-partner_list_item {
    width: 23.857142857142858vw;
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_list_item {
    width: 100%;
  }
  .p-partner .p-partner_list_item + .p-partner_list_item {
    margin-top: 10.666666666666668vw;
  }
}
.p-partner .p-partner_list_item figure {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_list_item figure {
    border-radius: 20px;
    aspect-ratio: 334/150;
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_list_item figure {
    border-radius: 5.333333333333334vw;
    aspect-ratio: 296/133;
  }
}
.p-partner .p-partner_list_item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_list_item figure img {
    max-height: 100px;
    max-width: calc((284 / 334) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_list_item figure img {
    max-height: 23.733333333333334vw;
    max-width: calc((252 / 296) * 100%);
  }
}
.p-partner .p-partner_list_item .p-partner_name {
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_list_item .p-partner_name {
    margin-top: 20px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_list_item .p-partner_name {
    margin-top: 3.2vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (min-width: 961px) {
  .p-partner .p-partner_block + .p-partner_ttl {
    margin-top: 145px;
  }
}
@media screen and (max-width: 960px) {
  .p-partner .p-partner_block + .p-partner_ttl {
    margin-top: 21.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .p-seminar {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar {
    padding-bottom: 21.333333333333336vw;
  }
}
.p-seminar .p-seminar_inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_inner {
    width: 89.33333333333333vw;
    margin-top: 10.666666666666668vw;
  }
}
.p-seminar .p-seminar_lead {
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_lead {
    margin-top: 32px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_lead {
    margin-top: 6.4vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 13);
  }
}
.p-seminar .p-seminar_pickup {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup {
    margin-top: 48px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_pickup {
    margin-top: 10.666666666666668vw;
    margin-bottom: 21.333333333333336vw;
  }
}
.p-seminar .p-seminar_pickup .p-seminar_list {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_list {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_pickup .p-seminar_list {
    width: 85.71428571428571vw;
  }
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_item {
    width: 377px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_pickup .p-seminar_item {
    width: 26.92857142857143vw;
  }
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_item + .p-seminar_item {
    margin-left: 34.5px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_pickup .p-seminar_item + .p-seminar_item {
    margin-left: 2.464285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_pickup .p-seminar_item + .p-seminar_item {
    margin-top: 10.666666666666668vw;
    border-top: 1px solid #dedede;
    padding-top: 10.666666666666668vw;
  }
}
.p-seminar .p-seminar_pickup .p-seminar_item a {
  width: 100%;
  display: block;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_item a:hover .p-seminar_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.p-seminar .p-seminar_pickup .p-seminar_thumb {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_thumb {
    width: 377px;
    height: 197px;
  }
  .p-seminar .p-seminar_pickup .p-seminar_thumb img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_pickup .p-seminar_thumb {
    width: 26.92857142857143vw;
    height: 14.071428571428571vw;
  }
}
.p-seminar .p-seminar_pickup .p-seminar_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_date {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_pickup .p-seminar_date {
    margin-top: 4.266666666666667vw;
    margin-bottom: 3.2vw;
  }
}
.p-seminar .p-seminar_pickup .p-seminar_date .p-seminar_datetxt {
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_date .p-seminar_datetxt {
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_pickup .p-seminar_date .p-seminar_datetxt {
    font-size: 3.2vw;
    line-height: calc(19.2 / 12);
  }
}
.p-seminar .p-seminar_pickup .p-seminar_date .p-seminar_datetag {
  font-weight: 700;
  background: #333;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_date .p-seminar_datetag {
    width: 87px;
    height: 27px;
    font-size: 14px;
    line-height: 27px;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_pickup .p-seminar_date .p-seminar_datetag {
    width: 23.200000000000003vw;
    height: 7.199999999999999vw;
    font-size: 3.733333333333334vw;
    line-height: 7.199999999999999vw;
  }
}
.p-seminar .p-seminar_pickup .p-seminar_date .p-seminar_datetag.-fin {
  background: #c2d1db;
}
.p-seminar .p-seminar_pickup .p-seminar_txt {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_pickup .p-seminar_txt {
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_pickup .p-seminar_txt {
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-seminar .p-seminar_all {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all {
    margin-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_all {
    margin-top: 13.333333333333334vw;
  }
}
.p-seminar .p-seminar_all .p-seminar_list {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_list {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_all .p-seminar_list {
    width: 85.71428571428571vw;
  }
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_item {
    width: 570px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_all .p-seminar_item {
    width: 40.714285714285715vw;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_all .p-seminar_item + .p-seminar_item {
    margin-top: 6.4vw;
    border-top: 1px solid #dedede;
    padding-top: 6.4vw;
  }
}
.p-seminar .p-seminar_all .p-seminar_item a {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_item a:hover .p-seminar_thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-seminar .p-seminar_all .p-seminar_desc {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_desc {
    width: 275px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_all .p-seminar_desc {
    width: 19.642857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_all .p-seminar_desc {
    width: 42.13333333333333vw;
  }
}
.p-seminar .p-seminar_all .p-seminar_desc .p-seminar_datetag {
  font-weight: 700;
  background: #333;
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_desc .p-seminar_datetag {
    width: 90px;
    height: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_all .p-seminar_desc .p-seminar_datetag {
    width: 23.200000000000003vw;
    height: 7.199999999999999vw;
    margin-bottom: 3.2vw;
    font-size: 3.733333333333334vw;
    line-height: 7.199999999999999vw;
  }
}
.p-seminar .p-seminar_all .p-seminar_desc .p-seminar_datetag.-fin {
  background: #c2d1db;
}
.p-seminar .p-seminar_all .p-seminar_desc .p-seminar_txt {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_desc .p-seminar_txt {
    max-height: 112px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_all .p-seminar_desc .p-seminar_txt {
    max-height: 21.6vw;
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
.p-seminar .p-seminar_all .p-seminar_desc .p-seminar_datetxt {
  position: absolute;
  left: 0;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_desc .p-seminar_datetxt {
    bottom: 16px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_all .p-seminar_desc .p-seminar_datetxt {
    bottom: 1.6vw;
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
.p-seminar .p-seminar_all .p-seminar_thumb {
  position: relative;
  overflow: hidden;
  background: #f1f4f5;
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_thumb {
    border-radius: 20px;
    width: 275px;
    height: 249px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-seminar .p-seminar_all .p-seminar_thumb {
    width: 19.642857142857142vw;
    height: 17.785714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-seminar .p-seminar_all .p-seminar_thumb {
    border-radius: 5.333333333333334vw;
    width: 41.86666666666667vw;
    height: 41.86666666666667vw;
  }
}
.p-seminar .p-seminar_all .p-seminar_thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .p-seminar_thumb img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
@media screen and (min-width: 961px) {
  .p-seminar .p-seminar_all .c-btn_more {
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head {
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head {
    margin-top: 10.666666666666668vw;
  }
}
.p-service .p-service_head_list {
  margin: auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_list {
    max-width: 988px;
    margin-top: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_list {
    width: 89.33333333333333vw;
    margin-top: 14.133333333333335vw;
  }
}
.p-service .p-service_head_item {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_item {
    width: 464px;
    height: 234px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
    box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_item {
    height: 45.33333333333333vw;
    border-radius: 5.333333333333334vw;
    -webkit-box-shadow: 0px 1.333333333333333vw 9.866666666666667vw rgba(83,83,83,0.1);
    box-shadow: 0px 1.333333333333333vw 9.866666666666667vw rgba(83,83,83,0.1);
  }
  .p-service .p-service_head_item + .p-service_head_item {
    margin-top: 12.266666666666666vw;
  }
}
.p-service .p-service_head_item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_item a {
    padding-top: 35px;
  }
  .p-service .p-service_head_item a:hover span {
    -webkit-animation: slideDown 1s ease-in-out infinite, slideDownhide 1s ease-out infinite;
    animation: slideDown 1s ease-in-out infinite, slideDownhide 1s ease-out infinite;
  }
@-webkit-keyframes slideDown {
    0% {
      bottom: 27px;
    }
    100% {
      bottom: 17px;
    }
}
@keyframes slideDown {
    0% {
      bottom: 27px;
    }
    100% {
      bottom: 17px;
    }
}
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_item a {
    padding-top: 9.333333333333334vw;
  }
}
.p-service .p-service_head_item span {
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_item span {
    bottom: 27px;
    width: 22.4px;
    height: 13.2px;
    -webkit-animation: none;
    animation: none;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_item span {
    bottom: 6.933333333333333vw;
    width: 5.226666666666667vw;
    height: 3.146666666666667vw;
  }
}
.p-service .p-service_head_item span::before,
.p-service .p-service_head_item span::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #333;
  border-radius: 9999px;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_item span::before,
  .p-service .p-service_head_item span::after {
    left: calc(50% - 1px);
    width: 2px;
    height: 17px;
    -webkit-transform-origin: 50% calc(100% - 1px);
    transform-origin: 50% calc(100% - 1px);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_item span::before,
  .p-service .p-service_head_item span::after {
    left: calc(50% - 1px);
    width: 0.533333333333333vw;
    height: 4vw;
    -webkit-transform-origin: 50% calc(100% - 1px);
    transform-origin: 50% calc(100% - 1px);
  }
}
.p-service .p-service_head_item span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-service .p-service_head_item span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-service .p-service_head_img01 {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_img01 {
    width: 400px;
    top: -39px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_img01 {
    width: 86.93333333333332vw;
    top: -10.933333333333334vw;
    left: -2.666666666666667vw;
  }
}
.p-service .p-service_head_img02 {
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_img02 {
    width: 352px;
    top: -20px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_img02 {
    width: 78.93333333333334vw;
    top: -4.266666666666667vw;
  }
}
.p-service .p-service_head_sttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_sttl {
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_sttl {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-service .p-service_head_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_ttl {
    font-size: 36px;
    line-height: calc(50.4 / 36);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_ttl {
    font-size: 6.933333333333333vw;
    line-height: calc(30 / 26);
  }
}
.p-service .p-service_head_txt {
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_head_txt {
    margin-top: 11px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_head_txt {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: calc(19.2 / 12);
  }
}
.p-service .p-service_inner {
  margin: auto;
  width: 100%;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 127px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner {
    margin-top: 21.333333333333336vw;
  }
}
.p-service .p-service_inner .p-service_ttl {
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_ttl {
    border-left: 4px solid #329fe7;
    padding-left: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_ttl {
    width: 89.33333333333333vw;
    border-left: 1.066666666666667vw solid #329fe7;
    margin: auto;
    padding-left: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
  }
}
.p-service .p-service_inner .p-service_ttl span {
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_ttl span {
    font-size: 36px;
    padding-right: 9px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_ttl span {
    font-size: 6.933333333333333vw;
    padding-right: 2.4vw;
  }
}
.p-service .p-service_inner .p-service_lead {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_lead {
    margin-top: 26px;
    margin-bottom: 83px;
    font-size: 16px;
    line-height: calc(32 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_lead {
    width: 89.33333333333333vw;
    margin: 6.4vw auto 10.666666666666668vw auto;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-service .p-service_inner .b-tab_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content {
    height: 622px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content {
    height: 44.42857142857143vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 {
    padding: 10.133333333333333vw 0 10.666666666666668vw 5.333333333333334vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_list {
    width: 342.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5.333333333333334vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_item {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_item {
    width: 530px;
    height: 251px;
    border-radius: 20px;
    padding: 30px;
  }
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_item {
    width: 37.142857142857146vw;
    height: 17.92857142857143vw;
    padding: 2.142857142857143vw;
  }
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_item:nth-child(n+3) {
    margin-top: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 78.93333333333334vw;
    height: 103.46666666666667vw;
    padding: 8vw 5.333333333333334vw;
    border-radius: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_desc {
    width: 290px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_desc {
    width: 20.714285714285715vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_sttl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fd4749;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_sttl {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_sttl {
    margin-bottom: 0.5vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_sttl {
    margin-bottom: 1.866666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_ttl {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_ttl {
    margin-bottom: 1.142857142857143vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_ttl {
    margin-bottom: 39.46666666666667vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_txt {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_txt {
    font-size: 15px;
    line-height: calc(25 / 15);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_txt {
    font-size: 1.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_txt {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 18);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_thumb {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_thumb {
    width: 140px;
    height: 140px;
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_thumb {
    width: 10vw;
    height: 10vw;
    bottom: 2.142857142857143vw;
    right: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s01 .p-service_tab_thumb {
    width: 26.666666666666668vw;
    height: 26.666666666666668vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 {
    padding: 10.666666666666668vw 0 13.333333333333334vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    padding: 50px 0;
    height: 522px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_box {
    padding: 3.571428571428571vw 0;
    height: 37.285714285714285vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_box_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_box_ttl {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_box_ttl {
    margin-bottom: 2.857142857142857vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_box_ttl {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_list {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 421.3333333333333vw;
    padding-right: 5.333333333333334vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item {
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item {
    width: 200px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item {
    width: 14.285714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item {
    background: #fff;
    width: 78.93333333333334vw;
    border-radius: 5.333333333333334vw;
    padding: 8vw 0;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item + .p-service_tab_item {
    margin-left: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item + .p-service_tab_item {
    margin-left: 1.428571428571429vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item + .p-service_tab_item::after {
  content: "";
  position: absolute;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw04.svg") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item + .p-service_tab_item::after {
    left: -10px;
    top: 58px;
    width: 17px;
    height: 24px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_item + .p-service_tab_item::after {
    left: -0.714285714285714vw;
    top: 4.142857142857142vw;
    width: 1.214285714285714vw;
    height: 1.714285714285714vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_thumb {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_thumb {
    width: 140px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_thumb {
    width: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_thumb {
    width: 26.666666666666668vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_txt {
    margin-top: 1.428571428571429vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_txt {
    margin-top: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_label {
  display: inline-block;
  background: #fd4749;
  border-radius: 100px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_label {
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_label {
    height: 2.428571428571428vw;
    font-size: 1.285714285714286vw;
    line-height: 2.428571428571428vw;
    margin-top: 1.428571428571429vw;
    padding-left: 1.428571428571429vw;
    padding-right: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .p-service_tab_label {
    height: 9.6vw;
    font-size: 4.8vw;
    line-height: 9.6vw;
    margin-top: 2.666666666666667vw;
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .c-btn_back {
    margin-top: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .c-btn_back {
    margin-top: 1.428571428571429vw;
    border: 0.142857142857143vw solid #333;
    width: 17.142857142857142vw;
    height: 4.285714285714286vw;
    line-height: 4vw;
    font-size: 1vw;
  }
  .p-service .p-service_inner .b-tab_content.-tab_s02 .c-btn_back.-long {
    width: 22.142857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s02 .c-btn_back {
    margin-left: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 {
    padding: 10.666666666666668vw 0 21.333333333333336vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_box {
    padding: 50px 0 0;
    background: #fff;
    border-radius: 20px;
    height: 522px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_box {
    padding: 3.571428571428571vw 0 0;
    height: 37.285714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_box {
    background: none;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_box_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_box_ttl {
    margin-bottom: 61px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_box_ttl {
    margin-bottom: 4.357142857142858vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_box_ttl {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_list {
    width: 1005px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_list {
    width: 71.78571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_list {
    width: 252.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5.333333333333334vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_item {
    width: 322px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_item {
    width: 23vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_item {
    background: #fff;
    width: 78.93333333333334vw;
    height: 70.13333333333334vw;
    border-radius: 5.333333333333334vw;
    padding: 8vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_item + .p-service_tab_item {
    padding-left: 37px;
    margin-left: 37px;
    border-left: 1px solid #c3c3c3;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_item + .p-service_tab_item {
    padding-left: 2.642857142857143vw;
    margin-left: 2.642857142857143vw;
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_sttl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00cc8b;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_sttl {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_sttl {
    margin-bottom: 0.5vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_sttl {
    margin-bottom: 1.866666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_ttl {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_ttl {
    margin-bottom: 1.142857142857143vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_ttl {
    margin-bottom: 4.266666666666667vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_txt {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_txt {
    width: 285px;
    font-size: 15px;
    line-height: calc(25 / 15);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_txt {
    width: 20.357142857142858vw;
    font-size: 1.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content.-tab_s03 .p-service_tab_txt {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .b-tab_content .p-service_tab_wrapper {
    width: 100%;
    padding-bottom: 13.333333333333334vw;
    overflow: auto;
    position: relative;
  }
}
.p-service .p-service_inner .p-service_location {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_location {
    margin-top: 70px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_location {
    margin-top: 16vw;
    width: 89.33333333333333vw;
  }
}
.p-service .p-service_inner .p-service_location .p-service_location_list {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_location .p-service_location_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    width: 790px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .p-service_location .p-service_location_list {
    width: 56.42857142857143vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_location .p-service_location_item {
    width: 381px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .p-service_location .p-service_location_item {
    width: 27.21428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_location .p-service_location_item {
    margin-top: 8.533333333333333vw;
  }
  .p-service .p-service_inner .p-service_location .p-service_location_item + .p-service_location_item {
    margin-top: 8vw;
  }
}
.p-service .p-service_inner .p-service_location .p-service_location_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_location .p-service_location_txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_location .p-service_location_txt {
    margin-top: 3.2vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-service .p-service_inner .p-service_location .p-service_location_note {
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_location .p-service_location_note {
    margin-top: 9px;
    font-size: 13px;
    line-height: calc(20.8 / 13);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_location .p-service_location_note {
    margin-top: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 18);
  }
}
.p-service .p-service_inner .p-service_conv {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_conv {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_conv {
    margin-top: 16vw;
    width: 89.33333333333333vw;
  }
}
.p-service .p-service_inner .p-service_conv .p-service_conv_ttl {
  font-weight: 700;
  color: #329fe7;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_ttl {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_ttl {
    margin-bottom: 4vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 18);
  }
}
.p-service .p-service_inner .p-service_conv .p-service_conv_inner {
  background: #329fe7;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_inner {
    border-radius: 20px;
    padding: 35px 40px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_inner {
    padding: 2.5vw 2.857142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_inner {
    border-radius: 5.333333333333334vw;
    padding: 8vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_item {
    width: 350px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_item {
    width: 25vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_item {
    width: 100%;
  }
  .p-service .p-service_inner .p-service_conv .p-service_conv_item + .p-service_conv_item {
    margin-top: 8.533333333333333vw;
    padding-top: 8.533333333333333vw;
    border-top: 1px solid rgba(255,255,255,0.5);
  }
}
.p-service .p-service_inner .p-service_conv .p-service_conv_txt {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_txt {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner .p-service_conv .p-service_conv_txt {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .p-service_ttl {
    border-left: 4px solid #00cc8b;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .p-service_ttl {
    border-left: 1.066666666666667vw solid #00cc8b;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 {
    padding: 10.133333333333333vw 0 10.666666666666668vw 5.333333333333334vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_list {
    width: 252.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5.333333333333334vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_item {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_item {
    width: 348px;
    border-radius: 20px;
    padding: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_item {
    width: 24.857142857142858vw;
    padding: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_item {
    width: 78.93333333333334vw;
    padding: 8vw 5.333333333333334vw;
    border-radius: 5.333333333333334vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_sttl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fd4749;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_sttl {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_sttl {
    margin-bottom: 0.5vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_sttl {
    margin-bottom: 1.866666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_ttl {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: calc(38 / 24);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_ttl {
    margin-bottom: 1.142857142857143vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_ttl {
    margin-bottom: 4.266666666666667vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_txt {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_txt {
    font-size: 15px;
    line-height: calc(25 / 15);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_txt {
    font-size: 1.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_txt {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 18);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_thumb {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_thumb {
    margin-top: 50px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_thumb {
    margin-top: 3.571428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p01 .p-service_tab_thumb {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 {
    padding: 10.666666666666668vw 0 13.333333333333334vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    padding: 50px 0 0;
    height: 522px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_box {
    padding: 3.571428571428571vw 0 0;
    height: 37.285714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_box {
    background: none;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_box_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_box_ttl {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_box_ttl {
    margin-bottom: 2.857142857142857vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_box_ttl {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_list {
    margin: auto;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 421.3333333333333vw;
    padding-right: 5.333333333333334vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item {
    width: 200px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item {
    width: 14.285714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item {
    background: #fff;
    width: 78.93333333333334vw;
    border-radius: 5.333333333333334vw;
    padding: 8vw 0;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item + .p-service_tab_item {
    margin-left: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item + .p-service_tab_item {
    margin-left: 1.428571428571429vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item + .p-service_tab_item::after {
  content: "";
  position: absolute;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw04.svg") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item + .p-service_tab_item::after {
    left: -10px;
    top: 58px;
    width: 17px;
    height: 24px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_item + .p-service_tab_item::after {
    left: -0.714285714285714vw;
    top: 4.142857142857142vw;
    width: 1.214285714285714vw;
    height: 1.714285714285714vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_thumb {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_thumb {
    width: 140px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_thumb {
    width: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_thumb {
    width: 26.666666666666668vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_txt {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: calc(26 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_txt {
    margin-top: 1.428571428571429vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_txt {
    margin-top: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_label {
  display: inline-block;
  background: #fd4749;
  border-radius: 100px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_label {
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_label {
    height: 2.428571428571428vw;
    font-size: 1.285714285714286vw;
    line-height: 2.428571428571428vw;
    margin-top: 1.428571428571429vw;
    padding-left: 1.428571428571429vw;
    padding-right: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_label {
    height: 9.6vw;
    font-size: 4.8vw;
    line-height: 9.6vw;
    margin-top: 2.666666666666667vw;
    padding-left: 5.333333333333334vw;
    padding-right: 5.333333333333334vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_note {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_note {
    margin-top: 18px;
    font-size: 15px;
    line-height: calc(25 / 15);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_note {
    margin-top: 1.285714285714286vw;
    font-size: 1.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p02 .p-service_tab_note {
    margin-top: 2.666666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 {
    padding: 3.571428571428571vw 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 {
    padding: 10.666666666666668vw 0 21.333333333333336vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 20px;
    padding: 50px 0 0;
    height: 522px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_box {
    padding: 3.571428571428571vw 0 0;
    height: 37.285714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_box {
    background: none;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_box_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_box_ttl {
    margin-bottom: 61px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_box_ttl {
    margin-bottom: 4.357142857142858vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_box_ttl {
    margin-bottom: 6.4vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_list {
    width: 644px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_list {
    width: 46vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_list {
    width: 168.53333333333333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5.333333333333334vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_item {
    width: 322px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_item {
    width: 23vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_item {
    background: #fff;
    width: 78.93333333333334vw;
    height: 70.13333333333334vw;
    border-radius: 5.333333333333334vw;
    padding: 8vw 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_item + .p-service_tab_item {
    padding-left: 37px;
    margin-left: 37px;
    border-left: 1px solid #c3c3c3;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_item + .p-service_tab_item {
    padding-left: 2.642857142857143vw;
    margin-left: 2.642857142857143vw;
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_sttl {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #00cc8b;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_sttl {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_sttl {
    margin-bottom: 0.5vw;
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_sttl {
    margin-bottom: 1.866666666666667vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_ttl {
    width: 285px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: calc(38 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_ttl {
    width: 20.357142857142858vw;
    margin-bottom: 1.142857142857143vw;
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_ttl {
    margin-bottom: 4.266666666666667vw;
    font-size: 4.8vw;
    line-height: calc(27 / 18);
  }
}
.p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_txt {
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_txt {
    font-size: 15px;
    line-height: calc(25 / 15);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_txt {
    font-size: 1.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content.-tab_p03 .p-service_tab_txt {
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .b-tab_content .p-service_tab_wrapper {
    width: 100%;
    padding-bottom: 13.333333333333334vw;
    overflow: auto;
    position: relative;
  }
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .p-service_conv {
    margin-bottom: 153px;
  }
}
@media screen and (max-width: 960px) {
  .p-service .p-service_inner.-premium .p-service_conv {
    margin-bottom: 21.333333333333336vw;
  }
}
.p-service .p-service_inner.-premium .p-service_conv .p-service_conv_ttl {
  color: #00cc8b;
}
.p-service .p-service_inner.-premium .p-service_conv .p-service_conv_inner {
  background: #00cc8b;
}
@media screen and (min-width: 961px) {
  .p-service .p-service_inner.-premium .p-service_conv .p-service_conv_list {
    margin: auto;
    width: 735px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-service .p-service_inner.-premium .p-service_conv .p-service_conv_list {
    width: 52.5vw;
  }
}
@media screen and (min-width: 961px) {
  .p-support {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-support {
    padding-bottom: 21.333333333333336vw;
  }
}
.p-support .p-support_lead {
  font-weight: 700;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-support .p-support_lead {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 70px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_lead {
    width: 89.33333333333333vw;
    margin-top: 10.666666666666668vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-support .p-support_link {
  margin: auto;
  background: #f2f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-support .p-support_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1080px;
    width: calc((1080 / 1400) * 100%);
    border-radius: 20px;
    margin-top: 70px;
    padding: 35px;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_link {
    width: 89.33333333333333vw;
    border-radius: 5.333333333333334vw;
    margin-top: 10.666666666666668vw;
    padding: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_link li + li {
    margin-left: 44px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-support .p-support_link li + li {
    margin-left: 3.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_link li + li {
    margin-top: 6.4vw;
  }
}
.p-support .p-support_inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-support .p-support_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_inner {
    width: 89.33333333333333vw;
    margin-top: 21.333333333333336vw;
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_inner .c-ttl-03 + .c-ttl-04 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_inner .c-ttl-03 + .c-ttl-04 {
    margin-top: 7.466666666666668vw;
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_inner .b-list_article_item {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_inner .b-list_article_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-support .p-support_inner .b-list_article .b-list_article_desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-support .p-support_pickup_download {
  margin: auto;
  width: 100%;
  background: #f1f4f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_download {
    border-radius: 20px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-support .p-support_pickup_download {
    padding: 2.857142857142857vw 0;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_pickup_download {
    border-radius: 5.333333333333334vw;
    padding: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_thumb {
    width: 339px;
    height: 191px;
  }
  .p-support .p-support_pickup_download .p-support_pickup_download_thumb img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_thumb {
    width: 24.21428571428571vw;
    height: 13.642857142857142vw;
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_desc {
    width: 573px;
    margin-left: 48px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_desc {
    width: 40.92857142857143vw;
    margin-left: 3.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_desc {
    margin-top: 5.333333333333334vw;
  }
}
.p-support .p-support_pickup_download .p-support_pickup_download_ttl {
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_ttl {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_ttl {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-support .p-support_pickup_download .p-support_pickup_download_txt {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_txt {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_pickup_download .p-support_pickup_download_txt {
    margin-bottom: 5.333333333333334vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 13);
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_download .c-btn_download {
    margin: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-support .p-support_pickup_list {
    margin-top: 64px;
  }
}
@media screen and (max-width: 960px) {
  .p-support .p-support_pickup_list {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/mv_line.svg") left 150px no-repeat;
    background-size: 12px auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/mv_line.svg") left 10.714285714285714vw no-repeat;
    background-size: 0.857142857142857vw auto;
  }
}
@media screen and (max-width: 960px) {
  .p-top {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/mv_line_sp.svg") left 106.66666666666667vw no-repeat;
    background-size: 1.066666666666667vw auto;
  }
}
.p-top_mv {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .p-top_mv {
    padding-bottom: 3.2vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_inner {
    width: 89.33333333333333vw;
    margin: auto auto 4.8vw;
  }
}
.p-top_mv .p-top_mv_desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_desc {
    max-width: 710px;
    width: calc((710 / 1400) * 100%);
    margin-top: 100px;
    padding-left: 95px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_desc {
    margin-top: 7.142857142857142vw;
    padding-left: 6.785714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_desc {
    margin-top: 4.266666666666667vw;
  }
}
.p-top_mv .p-top_mv_txt {
  color: #333;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_txt {
    font-size: 39px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_txt {
    font-size: 2.785714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_txt {
    font-size: 5.600000000000001vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_txt + .p-top_mv_txt {
    margin-top: 10px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_txt + .p-top_mv_txt {
    margin-top: 0.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_txt {
    margin-top: 1.333333333333333vw;
  }
}
.p-top_mv .p-top_mv_txt strong {
  font-weight: 700;
}
.p-top_mv .p-top_mv_txt .-roboto {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_txt .-roboto {
    font-size: 64px;
    padding: 0 0 0 2px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_txt .-roboto {
    font-size: 4.571428571428571vw;
    padding: 0 0 0 0.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_txt .-roboto {
    font-size: 9.6vw;
    padding: 0 0 0 0.8vw;
  }
}
.p-top_mv .p-top_mv_txt .-roboto2 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_txt .-roboto2 {
    font-size: 64px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_txt .-roboto2 {
    font-size: 4.571428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_txt .-roboto2 {
    font-size: 9.6vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_txt .-large01 {
    font-size: 61px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_txt .-large01 {
    font-size: 4.357142857142858vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_txt .-large01 {
    font-size: 9.066666666666666vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_txt .-large02 {
    font-size: 58px;
    line-height: calc(61 / 58);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_txt .-large02 {
    font-size: 4.142857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_txt .-large02 {
    font-size: 8.533333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_txt .-small {
    font-size: 12px;
    vertical-align: 3em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_txt .-small {
    font-size: 0.857142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_txt .-small {
    font-size: 2.133333333333333vw;
    vertical-align: 2.5em;
  }
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_img {
    width: 600px;
    margin: 32px auto auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_img {
    width: 42.857142857142854vw;
    margin: 2.285714285714286vw auto auto;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_img {
    margin: 3.2vw auto auto;
  }
}
.p-top_mv .p-top-mv-note {
  color: #7b7b7b;
  text-indent: -1.25em;
  padding-left: 1.25em;
  line-height: calc(15 / 10);
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top-mv-note {
    margin-top: 20px;
    font-size: 10px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top-mv-note {
    margin-top: 1.428571428571429vw;
    font-size: 0.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top-mv-note {
    margin-top: 8vw;
    font-size: 2.666666666666667vw;
  }
}
.p-top_mv .p-top_mv_btn {
  margin: auto;
  display: block;
  background: #333;
  border-radius: 100px;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_btn {
    margin-top: 48px;
    border: 2px solid #333;
    width: 500px;
    height: 68px;
    line-height: 64px;
    font-size: 20px;
    -webkit-transition: 0.5s background, 0.5s color;
    transition: 0.5s background, 0.5s color;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  }
  .p-top_mv .p-top_mv_btn:hover {
    background: #fff;
    color: #333;
  }
  .p-top_mv .p-top_mv_btn:hover::after {
    background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_btn {
    width: 35.714285714285715vw;
    height: 4.857142857142857vw;
    line-height: 4.571428571428571vw;
    font-size: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_btn {
    border: 0.533333333333333vw solid #333;
    width: 89.33333333333333vw;
    margin-top: 9.066666666666666vw;
    height: 13.866666666666665vw;
    line-height: 13.866666666666665vw;
    font-size: 4.266666666666667vw;
    -webkit-box-shadow: 0px 0.8vw 1.6vw rgba(0,0,0,0.16);
    box-shadow: 0px 0.8vw 1.6vw rgba(0,0,0,0.16);
  }
}
.p-top_mv .p-top_mv_btn::after {
  content: "";
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02_w.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_btn::after {
    right: 32px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_btn::after {
    right: 2.285714285714286vw;
    width: 1.428571428571429vw;
    height: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_btn::after {
    right: 5.066666666666666vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
.p-top_mv .p-top_mv_link {
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_link {
    margin-top: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_link {
    margin-top: 4.8vw;
  }
}
.p-top_mv .p-top_mv_link a {
  display: inline-block;
  font-weight: 700;
  position: relative;
  color: #333;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_link a {
    padding-right: 50px;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
  .p-top_mv .p-top_mv_link a::before {
    content: '';
    position: absolute;
    background-color: #333;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px;
  }
  .p-top_mv .p-top_mv_link a:hover::before {
    -webkit-animation: underlineReset 0.6s ease forwards;
    animation: underlineReset 0.6s ease forwards;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_link a {
    padding-right: 3.571428571428571vw;
    font-size: 1.285714285714286vw;
  }
  .p-top_mv .p-top_mv_link a::before {
    bottom: -0.357142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_link a {
    padding-right: 10.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: calc(19 / 24);
  }
  .p-top_mv .p-top_mv_link a::before {
    background-color: #333;
    bottom: -1.333333333333333vw;
    content: '';
    display: block;
    height: 0.266666666666667vw;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
.p-top_mv .p-top_mv_link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_arw02.svg") center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_link a::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_link a::after {
    width: 1.428571428571429vw;
    height: 1.428571428571429vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_link a::after {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
@-webkit-keyframes underlineReset {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes underlineReset {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.p-top_mv .p-top_mv_slide {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_slide {
    width: 480px;
    height: 480px;
    margin-left: 62px;
    margin-top: 84px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_slide {
    width: 34.285714285714285vw;
    margin-left: 4.428571428571428vw;
    margin-top: 6vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_slide {
    width: 64vw;
    height: 64vw;
    margin-top: 11.733333333333333vw;
    margin-left: 10.666666666666668vw;
  }
}
.p-top_mv .p-top_mv_slide_list {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_slide_list {
    width: 480px;
    height: 480px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_slide_list {
    width: 34.285714285714285vw;
    height: 34.285714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_slide_list {
    width: 64vw;
    height: 64vw;
  }
}
.p-top_mv .p-top_mv_slide_item {
  position: absolute;
  -webkit-transition: z-index 0s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: z-index 0s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, z-index 0s, opacity 0.3s ease;
  transition: transform 0.3s ease, z-index 0s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_slide_item {
    width: 480px;
    height: 480px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_slide_item {
    width: 34.285714285714285vw;
    height: 34.285714285714285vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_slide_item {
    width: 64vw;
    height: 64vw;
    border-radius: 5.333333333333334vw;
  }
}
.p-top_mv .p-top_mv_slide_item.-slide01 {
  background: #f7474a;
}
.p-top_mv .p-top_mv_slide_item.-slide02 {
  background: #fb9200;
}
.p-top_mv .p-top_mv_slide_item.-slide03 {
  background: #00cc8b;
}
.p-top_mv .p-top_mv_slide_item.-slide04 {
  background: #329fe7;
}
.p-top_mv .p-top_mv_slide_item.is-active {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  z-index: 10;
}
.p-top_mv .p-top_mv_slide_item.is-exiting {
  -webkit-transform: rotate(-10deg) scale(0.95);
  transform: rotate(-10deg) scale(0.95);
  z-index: 1;
}
.p-top_mv .p-top_mv_slide_item video {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_bnr {
    position: absolute;
    z-index: 15;
    width: 296px;
    top: 500px;
    right: 32px;
    -webkit-box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
    box-shadow: 0px 5px 37px rgba(83,83,83,0.1);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_mv .p-top_mv_bnr {
    width: 21.142857142857142vw;
    top: 35.714285714285715vw;
    right: 2.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_bnr {
    position: relative;
    width: 78.93333333333334vw;
    margin: auto auto 7.466666666666668vw;
    -webkit-box-shadow: 0px 1.333333333333333vw 9.866666666666667vw rgba(83,83,83,0.1);
    box-shadow: 0px 1.333333333333333vw 9.866666666666667vw rgba(83,83,83,0.1);
  }
}
.p-top_mv .p-top_mv_bnr .p-top_mv_bnr_close {
  position: absolute;
  right: 0;
  border: none;
  cursor: pointer;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/common/icon_close.svg") center center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 961px) {
  .p-top_mv .p-top_mv_bnr .p-top_mv_bnr_close {
    width: 28px;
    height: 28px;
    top: -8px;
    right: -4px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_mv .p-top_mv_bnr .p-top_mv_bnr_close {
    width: 7.466666666666668vw;
    height: 7.466666666666668vw;
    top: -2.133333333333333vw;
    right: -1.066666666666667vw;
  }
}
.p-top_ttl {
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_ttl {
    padding-bottom: 28px;
    font-size: 38px;
    line-height: calc(53.2 / 38);
  }
}
@media screen and (max-width: 960px) {
  .p-top_ttl {
    padding-bottom: 5.333333333333334vw;
    font-size: 7.466666666666668vw;
    line-height: calc(39.2 / 28);
  }
}
.p-top_ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  background: -webkit-gradient(linear, left top, right top, from(#fd4749), color-stop(25%, #fd4749), color-stop(25%, #fb9200), color-stop(50%, #fb9200), color-stop(50%, #00cc8b), color-stop(75%, #00cc8b), color-stop(75%, #329fe7), to(#329fe7));
  background: linear-gradient(90deg, #fd4749 0%, #fd4749 25%, #fb9200 25%, #fb9200 50%, #00cc8b 50%, #00cc8b 75%, #329fe7 75%, #329fe7 100%);
}
@media screen and (min-width: 961px) {
  .p-top_ttl::after {
    width: 120px;
    height: 4px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_ttl::after {
    width: 27.73333333333333vw;
    height: 1.066666666666667vw;
  }
}
.p-top_lead {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-top_lead {
    margin-top: 48px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  .p-top_lead {
    margin: 8.533333333333333vw auto auto auto;
    width: 89.33333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
@media screen and (min-width: 961px) {
  .p-top_about {
    margin-top: 133px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_about {
    margin-bottom: 16vw;
  }
}
.p-top_about .p-top_ttl {
  padding-bottom: 0;
}
@media screen and (min-width: 961px) {
  .p-top_about .p-top_ttl img {
    width: 360px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_about .p-top_ttl img {
    width: 68vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_about .p-top_lead {
    text-align: center;
  }
}
.p-top_about .p-top_about_txt {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_about .p-top_about_txt {
    margin-top: 12px;
    font-size: 28px;
    line-height: calc(44.8 / 28);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_about .p-top_about_txt {
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_about .p-top_about_txt {
    margin-top: 4.266666666666667vw;
    font-size: 5.333333333333334vw;
    line-height: calc(28 / 20);
  }
}
.p-top_about .p-top_about_img {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-top_about .p-top_about_img {
    width: 1080px;
    height: 148px;
    background: #f2f4f5;
    border-radius: 20px;
    margin-top: 44px;
    text-align: center;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_about .p-top_about_img {
    width: 77.14285714285715vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_about .p-top_about_img {
    margin-top: 5.333333333333334vw;
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_about .p-top_about_img img {
    width: 704px;
    margin-top: -20px;
  }
}
.p-top_reason {
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top_reason {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_reason {
    margin-bottom: 16vw;
  }
}
.p-top_reason .p-top_reason_head {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-top_reason .p-top_reason_head {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-left: 60px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_reason .p-top_reason_head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
@media screen and (max-width: 960px) {
  .p-top_reason .p-top_reason_head {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_reason .p-top_reason_head .p-top_ttl::after {
    left: 0;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@media screen and (min-width: 961px) {
  .p-top_reason .p-top_reason_head .p-top_lead {
    width: 575px;
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_reason .p-top_reason_head .p-top_lead {
    width: 41.07142857142857vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_reason .p-top_reason_head .p-top_lead {
    margin: 8.533333333333333vw 0 0;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-top_reason .p-top_reason_inner {
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-top_reason .p-top_reason_inner {
    width: 1200px;
    margin: 48px auto 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_reason .p-top_reason_inner {
    height: 36.857142857142854vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_reason .p-top_reason_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1628px;
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_reason .p-top_reason_list {
    width: 116.28571428571428vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_reason .p-top_reason_list {
    margin: 8.533333333333333vw auto auto;
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_reason .p-top_reason_item {
    width: 510px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_reason .p-top_reason_item {
    width: 36.42857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_reason .p-top_reason_item + .p-top_reason_item {
    margin-top: 5.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_use {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_use {
    margin-bottom: 16vw;
  }
}
.p-top_use .p-top_use_list {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-top_use .p-top_use_list {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .p-top_use .p-top_use_list {
    width: 89.33333333333333vw;
    margin-top: 8.533333333333333vw;
  }
}
.p-top_use .p-top_use_item {
  background: #f2f4f5;
}
@media screen and (min-width: 961px) {
  .p-top_use .p-top_use_item {
    width: 376px;
    border-radius: 20px;
    padding: 22px 0 32px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_use .p-top_use_item {
    width: 26.857142857142858vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_use .p-top_use_item {
    border-radius: 5.333333333333334vw;
    padding: 6.4vw 0 7.466666666666668vw;
  }
  .p-top_use .p-top_use_item + .p-top_use_item {
    margin-top: 5.333333333333334vw;
  }
}
.p-top_use .p-top_use_img {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-top_use .p-top_use_img {
    margin-top: 24px;
    margin-bottom: 24px;
    width: 140px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_use .p-top_use_img {
    width: 10vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_use .p-top_use_img {
    margin-top: 5.333333333333334vw;
    margin-bottom: 5.333333333333334vw;
    width: 26.666666666666668vw;
  }
}
.p-top_use .p-top_use_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_use .p-top_use_ttl {
    font-size: 24px;
    line-height: calc(38.4 / 24);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_use .p-top_use_ttl {
    font-size: 1.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_use .p-top_use_ttl {
    font-size: 5.333333333333334vw;
    line-height: calc(28 / 20);
  }
}
.p-top_use .p-top_use_txt {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_use .p-top_use_txt {
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_use .p-top_use_txt {
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_use .p-top_use_txt {
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (min-width: 961px) {
  .p-top_conv {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_conv {
    margin-bottom: 16vw;
  }
}
.p-top_conv .p-top_conv_inner {
  background: #329fe7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-top_conv .p-top_conv_inner {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    border-radius: 20px;
    padding: 35px 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_conv .p-top_conv_inner {
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top_conv .p-top_conv_inner {
    border-radius: 5.333333333333334vw;
    padding: 8vw 5.333333333333334vw;
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_conv .p-top_conv_inner .p-top_conv_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 760px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_conv .p-top_conv_inner .p-top_conv_list {
    width: 54.285714285714285vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_conv .p-top_conv_inner .p-top_conv_item {
    width: 350px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_conv .p-top_conv_inner .p-top_conv_item {
    width: 25vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_conv .p-top_conv_inner .p-top_conv_item {
    width: 100%;
  }
  .p-top_conv .p-top_conv_inner .p-top_conv_item + .p-top_conv_item {
    margin-top: 8.533333333333333vw;
    padding-top: 8.533333333333333vw;
    border-top: 1px solid rgba(255,255,255,0.5);
  }
}
.p-top_conv .p-top_conv_inner .p-top_conv_txt {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_conv .p-top_conv_inner .p-top_conv_txt {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-top_conv .p-top_conv_inner .p-top_conv_txt {
    margin-bottom: 5.333333333333334vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
@media screen and (min-width: 961px) {
  .p-top_type {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_type {
    margin-bottom: 21.333333333333336vw;
  }
}
.p-top_type .p-top_type_inner {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_inner {
    margin-top: 8.533333333333333vw;
  }
}
.p-top_type .p-top_type_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block {
    width: 600px;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_type .p-top_type_block {
    width: 42.857142857142854vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block + .p-top_type_block {
    padding-right: 0;
    padding-left: 60px;
  }
  .p-top_type .p-top_type_block + .p-top_type_block::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgba(194,209,219,0.5);
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_type .p-top_type_block + .p-top_type_block {
    padding-left: 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block + .p-top_type_block {
    margin-top: 16vw;
  }
}
.p-top_type .p-top_type_block .p-top_type_label {
  background: #329fe7;
  margin: auto;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_label {
    width: 352px;
    height: 38px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 38px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_type .p-top_type_block .p-top_type_label {
    width: 25.142857142857146vw;
    height: 2.714285714285714vw;
    margin-bottom: 1.428571428571429vw;
    font-size: 1.142857142857143vw;
    line-height: 2.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_label {
    width: 78.66666666666666vw;
    height: 8.266666666666666vw;
    margin-bottom: 4.266666666666667vw;
    font-size: 3.733333333333334vw;
    line-height: 8.266666666666666vw;
  }
}
.p-top_type .p-top_type_block .p-top_type_sttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_sttl {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: calc(28.8 / 16);
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_sttl {
    margin-bottom: 2.4vw;
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
  }
}
.p-top_type .p-top_type_block .p-top_type_ttl {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_ttl {
    margin-bottom: 7px;
    font-size: 36px;
    line-height: calc(50.4 / 36);
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_ttl {
    margin-bottom: 2.933333333333333vw;
    font-size: 6.933333333333333vw;
    line-height: calc(34 / 26);
  }
}
.p-top_type .p-top_type_block .p-top_type_txt {
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_txt {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: calc(22.4 / 14);
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_txt {
    margin-bottom: 6.4vw;
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
.p-top_type .p-top_type_block .p-top_type_list {
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_list {
    width: 480px;
    margin-top: 28px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_type .p-top_type_block .p-top_type_list {
    width: 34.285714285714285vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_list {
    width: 89.33333333333333vw;
    margin-top: 6.133333333333333vw;
  }
}
.p-top_type .p-top_type_block .p-top_type_item {
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_item {
    padding-left: 40px;
    font-size: 18px;
    line-height: calc(28.8 / 18);
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_item {
    padding-left: 10.666666666666668vw;
    font-size: 3.466666666666666vw;
    line-height: calc(20.8 / 13);
  }
}
.p-top_type .p-top_type_block .p-top_type_item::before {
  content: "";
  position: absolute;
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/type_s.svg") center center no-repeat;
  background-size: 100% auto;
  left: 0;
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_item::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_item::before {
    width: 6.4vw;
    height: 6.4vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_type .p-top_type_block .p-top_type_item + .p-top_type_item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_type .p-top_type_block .p-top_type_item + .p-top_type_item {
    margin-top: 5.333333333333334vw;
  }
}
.p-top_type .p-top_type_block.-premium .p-top_type_label {
  background: #00cc8b;
}
.p-top_type .p-top_type_block.-premium .p-top_type_item::before {
  background: url("/home/wp-content/themes/ads-smartnews-2025/assets/img/top/type_p.svg") center center no-repeat;
  background-size: 100% auto;
}
.p-top_case {
  background: #f1f4f5;
}
@media screen and (min-width: 961px) {
  .p-top_case {
    margin-bottom: 120px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case {
    margin-bottom: 16vw;
    padding-top: 10.666666666666668vw;
    padding-bottom: 16vw;
  }
}
.p-top_case .c-btn_back {
  margin-top: 0;
}
.p-top_case .p-top_case_head {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_head {
    max-width: 1200px;
    width: calc((1200 / 1400) * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    padding-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_head {
    width: 89.33333333333333vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_head .p-top_ttl::after {
    left: 0;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_head .p-top_lead {
    width: 575px;
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_head .p-top_lead {
    margin: 8.533333333333333vw 0 0;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-top_case .p-top_case_inner {
  width: 100%;
  position: relative;
}
.p-top_case .p-top_case_inner .p-top_case_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_item {
    padding: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_item {
    padding: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_item {
    padding: 8vw 5.333333333333334vw 8vw 5.333333333333334vw;
  }
}
.p-top_case .p-top_case_inner .p-top_case_item a {
  background: #fff;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_item a {
    width: 508px;
    height: 496px;
    padding-bottom: 32px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_item a {
    width: 36.285714285714285vw;
    height: 35.42857142857142vw;
    padding-bottom: 2.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_item a {
    width: 89.33333333333333vw;
    height: 104vw;
    padding-bottom: 4.8vw;
    border-radius: 5.333333333333334vw;
  }
}
.p-top_case .p-top_case_inner .p-top_case_thumb {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_thumb {
    width: 508px;
    height: 292px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_thumb {
    width: 36.285714285714285vw;
    height: 20.857142857142858vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_thumb {
    width: 89.33333333333333vw;
    height: 51.46666666666667vw;
  }
}
.p-top_case .p-top_case_inner .p-top_case_thumb img {
  position: absolute;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_thumb img {
    height: 292px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_thumb img {
    height: 20.857142857142858vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_thumb img {
    height: 51.46666666666667vw;
  }
}
.p-top_case .p-top_case_inner .p-top_case_desc {
  margin: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_desc {
    width: 444px;
    margin-top: 15px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_desc {
    width: 31.71428571428571vw;
    margin-top: 1.071428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_desc {
    width: 78.66666666666666vw;
    margin-top: 2.666666666666667vw;
  }
}
.p-top_case .p-top_case_inner .p-top_case_txt {
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_txt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: calc(24 / 16);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_txt {
    margin-bottom: 0.714285714285714vw;
    font-size: 1.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_txt {
    margin-bottom: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: calc(25.2 / 14);
  }
}
.p-top_case .p-top_case_inner .p-top_case_ttl {
  font-weight: 700;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_ttl {
    font-size: 18px;
    line-height: calc(28.8 / 18);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_ttl {
    font-size: 1.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_ttl {
    font-size: 4.266666666666667vw;
    line-height: calc(25.6 / 16);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.p-top_case .p-top_case_inner .p-top_case_tag {
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_tag {
    width: 444px;
    max-height: 64px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_tag {
    width: 31.71428571428571vw;
    max-height: 4.571428571428571vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_tag {
    width: 78.66666666666666vw;
    max-height: 16vw;
  }
}
.p-top_case .p-top_case_inner .p-top_case_tag .p-top_case_tag_item {
  display: inline-block;
  border-radius: 30px;
  background: #f1f4f5;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_inner .p-top_case_tag .p-top_case_tag_item {
    padding: 4px 16px;
    font-size: 14px;
    margin-right: 16px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_inner .p-top_case_tag .p-top_case_tag_item {
    padding: 0.285714285714286vw 1.142857142857143vw;
    font-size: 1vw;
    margin-right: 1.142857142857143vw;
    margin-top: 0.714285714285714vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_inner .p-top_case_tag .p-top_case_tag_item {
    padding: 1.333333333333333vw 4vw;
    font-size: 3.2vw;
    margin-right: 2.666666666666667vw;
    margin-top: 2.133333333333333vw;
  }
}
.p-top_case .splide__slide {
  position: relative;
  opacity: 0.4;
}
.p-top_case .splide__slide::before {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
@media screen and (min-width: 961px) {
  .p-top_case .splide__slide::before {
    width: 508px;
    height: 496px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .splide__slide::before {
    width: 36.285714285714285vw;
    height: 35.42857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .splide__slide::before {
    width: 89.33333333333333vw;
    height: 104.80000000000001vw;
    border-radius: 5.333333333333334vw;
  }
}
.p-top_case .splide__slide.is-active {
  opacity: 1;
}
@media screen and (min-width: 961px) {
  .p-top_case .splide__slide.is-active::before {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .splide__slide.is-active::before {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
.p-top_case .splide__slide:nth-child(4n+1)::before {
  background: #fd4749;
}
.p-top_case .splide__slide:nth-child(4n+2)::before {
  background: #fb9200;
}
.p-top_case .splide__slide:nth-child(4n+3)::before {
  background: #00cc8b;
}
.p-top_case .splide__slide:nth-child(4n)::before {
  background: #329fe7;
}
.p-top_case .splide-wrapper {
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top_case .splide-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .splide-wrapper {
    padding-top: 2.142857142857143vw;
    padding-bottom: 2.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .splide-wrapper {
    padding-bottom: 10.666666666666668vw;
  }
}
.p-top_case .splide__arrows {
  position: absolute;
}
@media screen and (min-width: 961px) {
  .p-top_case .splide__arrows {
    width: 685px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .splide__arrows {
    width: 48.92857142857142vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .splide__arrows {
    width: 64vw;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    bottom: 4.8vw;
  }
}
.p-top_case .splide__arrows .splide__arrow {
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p-top_case .splide__arrows .splide__arrow {
    width: 60px;
    height: 60px;
    -webkit-transition: 0.5s background;
    transition: 0.5s background;
  }
  .p-top_case .splide__arrows .splide__arrow:hover {
    background: #333;
  }
  .p-top_case .splide__arrows .splide__arrow:hover::before,
  .p-top_case .splide__arrows .splide__arrow:hover::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .splide__arrows .splide__arrow {
    width: 4.285714285714286vw;
    height: 4.285714285714286vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .splide__arrows .splide__arrow {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.p-top_case .splide__arrows .splide__arrow::before,
.p-top_case .splide__arrows .splide__arrow::after {
  content: '';
  position: absolute;
  background-color: #333;
}
@media screen and (min-width: 961px) {
  .p-top_case .splide__arrows .splide__arrow::before,
  .p-top_case .splide__arrows .splide__arrow::after {
    width: 10px;
    height: 2px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .splide__arrows .splide__arrow::before,
  .p-top_case .splide__arrows .splide__arrow::after {
    width: 0.714285714285714vw;
    height: 0.142857142857143vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .splide__arrows .splide__arrow::before,
  .p-top_case .splide__arrows .splide__arrow::after {
    width: 2.666666666666667vw;
    height: 0.533333333333333vw;
  }
}
.p-top_case .splide__arrows .splide__arrow--prev {
  left: 0;
}
.p-top_case .splide__arrows .splide__arrow--prev::before,
.p-top_case .splide__arrows .splide__arrow--prev::after {
  left: 50%;
  top: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.p-top_case .splide__arrows .splide__arrow--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-top_case .splide__arrows .splide__arrow--prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-top_case .splide__arrows .splide__arrow--next {
  right: 0;
}
.p-top_case .splide__arrows .splide__arrow--next::before,
.p-top_case .splide__arrows .splide__arrow--next::after {
  top: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@media screen and (min-width: 961px) {
  .p-top_case .splide__arrows .splide__arrow--next::before,
  .p-top_case .splide__arrows .splide__arrow--next::after {
    left: 66%;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .splide__arrows .splide__arrow--next::before,
  .p-top_case .splide__arrows .splide__arrow--next::after {
    left: 70%;
  }
}
.p-top_case .splide__arrows .splide__arrow--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}
.p-top_case .splide__arrows .splide__arrow--next::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.p-top_case .p-top_case_pagination {
  margin: auto;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_pagination {
    width: 1200px;
    margin-bottom: -35px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1399px) {
  .p-top_case .p-top_case_pagination {
    width: 85.71428571428571vw;
    margin-bottom: -2.5vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_pagination {
    width: 100%;
    margin-bottom: 13.333333333333334vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_pagination .splide__pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_pagination .splide__pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-top_case .p-top_case_pagination .splide__pagination__page {
  cursor: pointer;
  background-color: #333;
  padding: 0 !important;
  position: relative;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_pagination .splide__pagination__page {
    width: 8px !important;
    height: 8px;
    margin: 0 11px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_pagination .splide__pagination__page {
    width: 2.133333333333333vw !important;
    height: 2.133333333333333vw;
    margin: 0 2.933333333333333vw;
  }
}
.p-top_case .p-top_case_pagination .splide__pagination__page.is-active::after {
  content: "";
  position: absolute;
  border: 1px solid #333;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .p-top_case .p-top_case_pagination .splide__pagination__page.is-active::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_case .p-top_case_pagination .splide__pagination__page.is-active::after {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_seminar {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_seminar {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_seminar .b-seminar_list {
    margin-top: 52px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_seminar .b-seminar_list {
    margin-top: 8.266666666666666vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_seminar .c-btn_back {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top_seminar .c-btn_back {
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-top_article {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_article {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_article .b-list_article {
    margin-top: 52px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .p-top_article .b-list_article {
    margin-top: 12.8vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 961px) {
  .p-top_article .b-list_article_item {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-top_article .b-list_article_item {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-top_article .b-list_article_item + .b-list_article_item {
    margin-top: 16vw;
  }
}
