@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #fff;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset,
img {
  border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol,
menu {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

a img,
map a {
  border: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

div {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  line-height: 1;
}

/*  touch
---------------------------------------------*/
a,
img,
button,
input[type=button],
input[type=submit],
.touch-hover {
  -webkit-tap-highlight-color: transparent;
}

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box;
}

*::before, *::after {
  box-sizing: border-box;
}

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%;
}

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
/*  list
---------------------------------------------*/
li {
  list-style: none;
  line-height: 1;
}

/*  form
---------------------------------------------*/
input {
  line-height: 1;
}

form img,
input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

select {
  padding: 1px;
}

legend {
  display: none;
}

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #000;
  height: auto;
}

textarea {
  height: auto;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 4px;
}

/* ======= outline ======= */
input[type=email],
input[type=text],
input[type=number],
input[type=password],
textarea,
select {
  outline: none;
}

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1;
}

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

/* ======= display none ======= */
@media screen and (min-width: 960px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .spNone {
    display: none !important;
  }
}
/*  position
---------------------------------------------*/
.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

/*  float
---------------------------------------------*/
.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 960px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important;
}

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important;
}

.brNone {
  border-right: none !important;
}

.bbNone {
  border-bottom: none !important;
}

.blNone {
  border-left: none !important;
}

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.note {
  color: #cccccc;
  margin-left: 1em;
  text-indent: -1em;
}

.underline {
  text-decoration: underline !important;
}

.textNoLine {
  text-decoration: none !important;
}

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Poppins", sans-serif !important;
}

.font2 {
  font-family: "Montserrat", sans-serif !important;
}

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .fzS {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.fz {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .fz {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.fzM {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .fzM {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.fzL {
  font-size: 1.8rem;
  line-height: 2.4;
}

@media screen and (max-width: 960px) {
  .fzL {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
/*  color
---------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.g1 {
  color: #cccccc;
}

.g2 {
  color: #cccccc;
}

.g3 {
  color: #aaaaaa;
}

.g4 {
  color: #999999;
}

.g5 {
  color: #777777;
}

.g6 {
  color: #666666;
}

.c1 {
  color: #ff7f00;
}

.c2 {
  color: #005cc2;
}

.c3 {
  color: #d8695d;
}

.c4 {
  color: #50cc85;
}

.c5 {
  color: #b277e0;
}

.c6 {
  color: #e0c332;
}

.c-caution {
  color: #e20c0c;
}

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem;
}

.fz--s {
  font-size: 1.2rem;
  line-height: 1.6;
}

.fz--l {
  font-size: 1.8rem;
  line-height: 2.4;
}

.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 1.3rem;
    line-height: 1;
  }
}
/* -----------------------------------------------
    hiragino sansのウェイトズレを調整
------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0), local(メイリオ);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1), local(メイリオ);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2), local(メイリオ);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3), local(メイリオ);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4), local(メイリオ);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5), local(メイリオ ボールド);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6), local(メイリオ ボールド);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7), local(メイリオ ボールド);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8), local(メイリオ ボールド);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9), local(メイリオ ボールド);
  font-weight: 900;
}
/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
/* ======= hiwrite ======= */
::selection {
  background: #ededed;
}

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1;
}

.underHiwrite::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20%;
  background-color: #ff0;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .annotation {
    font-size: 1.1rem;
  }
}
/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
}

.pc a:hover {
  text-decoration: none;
}

/*  a img
---------------------------------------------*/
a img {
  transition: all 200ms ease;
}

a[href^="tel:"] {
  cursor: default;
}

/* ======= hover ======= */
a[href^="tel:"]:hover img {
  opacity: 1;
}

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #ff7f00;
  text-decoration: underline;
}

.pc a.link:hover {
  text-decoration: none;
  color: #ff7f00;
}

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .container {
    max-width: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.container.-large {
  max-width: 1230px;
}

@media screen and (max-width: 960px) {
  .container.-large {
    max-width: auto;
  }
}
.container.-small {
  max-width: 860px;
}

@media screen and (max-width: 960px) {
  .container.-small {
    max-width: auto;
  }
}
.container.-min {
  max-width: 690px;
}

@media screen and (max-width: 960px) {
  .container.-min {
    max-width: auto;
  }
}
.container.-fluid {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.container--fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
}

/*  hover
---------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  transition: all 200ms ease;
}

.pc input[type=text]:hover,
.pc input[type=tel]:hover,
.pc input[type=email]:hover,
.pc input[type=password]:hover,
.pc select:hover,
.pc textarea:hover {
  border: 1px solid #ff7f00;
  background-color: #fff;
}

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  border: 1px solid #ff7f00;
}

input[type=button]:focus,
input[type=submit]:focus,
button[type=submit]:focus,
input[type=file],
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
button:focus {
  outline: none;
}

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%;
}

@media screen and (max-width: 960px) {
  input.short,
  select.short,
  textarea.short {
    width: 100%;
  }
}
/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: #e20c0c;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem;
}

/*  button submit
---------------------------------------------*/
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #ff7f00;
  border: 0;
  padding: 0rem 3rem;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  height: 50px;
  position: relative;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc input[type=button]:hover,
.pc input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type=checkbox],
input[type=radio] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
  transition: 0s;
}

label.checkbox,
label.radio {
  padding-left: 0.7em;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0s;
}

label.checkbox input,
label.radio input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit;
}

/* ======= checkbox ======= */
label.checkbox::before,
label.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease;
}

label.checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

label.checkbox.-checked::before {
  background: #005cc2;
  border: 1px solid #005cc2;
}

label.checkbox.-checked::after {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ======= radio ======= */
label.radio::before,
label.radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0s;
}

@media screen and (max-width: 960px) {
  label.radio::before,
  label.radio::after {
    transition: 0s;
  }
}
label.radio::before {
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bcc2ba;
  border-radius: 100%;
}

label.radio::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.7);
}

label.radio.-checked::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #005cc2;
  border-radius: 100%;
}

/*  input file
---------------------------------------------*/
input[type=file] {
  -webkit-appearance: none;
  display: none;
}

label.file {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background-color: #ff7f00;
  padding: 1rem 2.5rem;
  margin-bottom: 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 200ms ease;
}

/* ======= hover ======= */
.pc label.file:hover {
  background-color: #005cc2;
}

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 40px;
  padding-left: 1rem;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1;
}

label.select {
  position: relative;
  display: block;
}

label.select::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px;
}

label.select::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem;
}

/*
表示確認済みPC : chrome,safari,edge,firefoxはアップデードでselectの疑似要素がOKになりました。
※ IE11~9はデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9 ;
}

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
  label.select::before {
    display: none;
  }
}
/* ======= sp ======= */
@media screen and (max-width: 960px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem;
  }
}
/*==================================================================
    .h01
===================================================================*/
/*==================================================================
    .btn01
===================================================================*/
.btn01 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  background-color: #fff;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_next.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 30px;
  background-size: 9px auto;
}

.btn01:hover {
  background-color: #000;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_next_w.svg);
  color: #fff;
}

.btn01.-bd {
  border: solid 1px #000;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

/*==================================================================
    .btn02
===================================================================*/
.btn02 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  font-weight: bold;
  color: #fff;
  background-color: #ff7f00;
}

@media screen and (max-width: 960px) {
  .btn02 {
    font-size: 1.8rem;
  }
}
.btn02::before {
  display: block;
  content: "";
  width: 25px;
  height: 21px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
}

.btn02:hover {
  background-color: rgba(255, 127, 0, 0.6);
}

.btn02.-contact {
  background-color: #005cc2;
}

.btn02.-contact:hover {
  background-color: rgba(0, 92, 194, 0.6);
}

/*==================================================================
    .btn03
===================================================================*/
.btn03 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  border: solid 1px #ff7f00;
  border-radius: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff7f00;
  background-color: #fff;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_download.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 12px;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.btn03:hover {
  background-color: #ff7f00;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_download_w.svg);
  color: #fff;
}

/*==================================================================
    .btn04
===================================================================*/
.btn04 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: solid 1px #ff7f00;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  background-color: #ff7f00;
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.16);
}

.btn04:hover {
  background-color: #fff;
  color: #ff7f00;
}

.no-link {
  background-color: #ddd !important;
  pointer-events: none;
}

/*==================================================================
    .tbl01
===================================================================*/
/*==================================================================
    .pankuz
===================================================================*/
.pankuz {
  padding: 20px 0 35px;
}

@media screen and (max-width: 960px) {
  .pankuz {
    padding: 20px 0 30px;
  }
}
.pankuz_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.pankuz_list-item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #005cc2;
}

.pankuz_list-item a::after {
  display: block;
  content: "";
  width: 6px;
  height: 8px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_arrow_pankuz.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 6px 6px;
}

/*==================================================================
    .pagenation
===================================================================*/
.pagenation {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

@media screen and (max-width: 960px) {
  .pagenation {
    padding-top: 5px;
  }
}
.pagenation_more {
  width: 470px;
  margin: 0 auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .pagenation_more {
    width: 100%;
    padding-bottom: 20px;
  }
}
.pagenation_inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.pagenation_inner a,
.pagenation_inner span {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  border-radius: 25px;
  color: #000;
  background-color: #fff;
  margin: 0 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 960px) {
  .pagenation_inner a,
  .pagenation_inner span {
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
    border-radius: 17px;
    margin: 0 3px;
  }
}
.pagenation_inner a.prev, .pagenation_inner a.next {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .pagenation_inner a.prev, .pagenation_inner a.next {
    background-size: 8px auto;
  }
}
.pagenation_inner a.prev {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_prev.svg);
}

.pagenation_inner a.prev:hover {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_prev_w.svg);
}

.pagenation_inner a.next {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_next.svg);
}

.pagenation_inner a.next:hover {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_next_w.svg);
}

.pagenation_inner a:hover {
  background-color: #000;
  color: #fff;
}

.pagenation_inner span.current {
  color: #fff;
  background-color: #000;
}

.pagenation_inner span.dots {
  justify-content: flex-start;
  padding-top: 0.8em;
}

@media screen and (max-width: 960px) {
  .pagenation_inner span.dots {
    padding-top: 0.4em;
  }
}
/*==================================================================
    .header
===================================================================*/
.header {
  width: 100%;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 960px) {
  .header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
.header_inner {
  padding: 0 0 0 1.8301610542vw;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .header_inner {
    padding: 12px 60px 12px 2.6666666667vw;
  }
}
.header_inner.fixed {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header_logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 3px;
  margin-right: 20px;
}

@media screen and (max-width: 960px) {
  .header_logo {
    padding-top: 0;
    margin-right: 10px;
  }
}
.header_logo > a {
  display: block;
  margin-right: 12px;
}

@media screen and (max-width: 960px) {
  .header_logo > a {
    margin-right: 6px;
  }
}
.header_logo > a img {
  width: 95px;
}

@media screen and (max-width: 960px) {
  .header_logo > a img {
    width: 73px;
  }
}
.header_logo span.txt {
  display: flex;
  flex-flow: column nowrap;
}

.header_logo span.txt_main {
  margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .header_logo span.txt_main {
    margin-bottom: 4px;
  }
  .header_logo span.txt_main img {
    width: 112px;
  }
}
.header_logo span.txt_link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 12px;
  min-height: 21px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .header_logo span.txt_link {
    align-items: flex-start;
    padding: 0;
    min-height: auto;
  }
}
.header_logo span.txt_link::before, .header_logo span.txt_link::after {
  display: block;
  content: "";
  width: 7px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 960px) {
  .header_logo span.txt_link::before, .header_logo span.txt_link::after {
    display: none;
  }
}
.header_logo span.txt_link::before {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_logo_kakko_left.svg);
  left: 0;
}

.header_logo span.txt_link::after {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_logo_kakko_right.svg);
  right: 0;
}

.header_logo span.txt_link a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  padding-right: 15px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_logo_blank.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 0;
}

@media screen and (max-width: 960px) {
  .header_logo span.txt_link a {
    font-size: 0.8rem;
    background-position: top 100% right 0;
  }
}
.header_logo span.txt_link a:hover {
  text-decoration: underline;
}

.header_snav {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .header_snav {
    display: none;
  }
}
.header_snav .links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 20px;
}

.header_snav .links_item {
  margin-right: 14px;
}

.header_snav .links_item:last-of-type {
  margin-right: 0;
}

.header_snav .links_item a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  padding: 0 1.6em;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
}

.header_snav .links_item a:hover {
  color: #fff;
  background-color: #000;
}

.header_snav .icons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 20px;
  position: relative;
}

.header_snav .icons_item {
  margin-right: 10px;
}

.header_snav .icons_item > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
}

.header_snav .icons_item > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.header_snav .icons_item:last-of-type {
  margin-right: 0;
}

.header_snav .icons_item:last-of-type a {
  background-color: #ff7f00;
  border: solid 1px #ff7f00;
}

.header_snav .icons_item:last-of-type a:hover {
  background-color: rgba(255, 127, 0, 0.8);
}

.header_snav .search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #000;
  border-radius: 0 0 0 8px;
  cursor: pointer;
}

.header_snav .search-box {
  display: none;
}

.header_gnav {
  padding-top: 16px;
  padding-bottom: 12px;
}

@media screen and (max-width: 960px) {
  .header_gnav {
    display: none;
  }
}
.header_gnav .links {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.header_gnav .links_item {
  min-height: 34px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #cccccc;
}

.header_gnav .links_item:nth-of-type(1) {
  width: 18.0087847731%;
}

.header_gnav .links_item:nth-of-type(2) {
  width: 23.1332357247%;
}

.header_gnav .links_item:nth-of-type(3) {
  width: 23.1332357247%;
}

.header_gnav .links_item:nth-of-type(4) {
  width: 20.0585651537%;
}

.header_gnav .links_item:nth-of-type(5) {
  width: 15.6661786237%;
  border-right: none;
}

.header_gnav .links_item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
}

.header_gnav .links_item a::after {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #000;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_arrow_gnav.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 7px;
  margin-left: 4px;
  transition: all 200ms ease;
}

.header_gnav .links_item a:hover {
  color: #005cc2;
}

.header_gnav .links_item a:hover::after {
  background-color: #005cc2;
  transform: translateX(4px);
}

.header_gnav.fixed {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.header_trigger {
  display: none;
}

@media screen and (max-width: 960px) {
  .header_trigger {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
}
.header_spnav {
  display: none;
}

@media screen and (max-width: 960px) {
  .header_spnav {
    display: block;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 200ms ease;
  }
  .header_spnav.open {
    transform: translateX(0);
  }
}
.modaal-content-container .keyword_flex {
  display: flex;
  flex-flow: row nowrap;
}

.modaal-content-container .keyword_input {
  width: calc(100% - 60px);
  font-size: 1.6rem;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  background-color: #eeeeee;
}

.modaal-content-container .keyword_input:focus, .modaal-content-container .keyword_input:hover {
  background-color: #eeeeee !important;
  border: none !important;
}

.modaal-content-container .keyword_icon {
  width: 60px;
  height: 60px;
  background-color: #005cc2;
  border: none;
  outline: none;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_search_gnav.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

/*==================================================================
    .sns-menu
===================================================================*/
.sns-menu:hover > .sns-sub {
  height: auto;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 960px) {
  .sns-sub {
    display: flex;
  }
}
.sns-sub.-background {
  background-color: #fff;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50px;
  left: 0;
  transition: all 200ms ease;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  z-index: 2;
}

.sns-sub .share-btn {
  width: 100px;
  height: auto;
  border: none;
  padding: 5px 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  border-radius: 100vh;
}

.sns-sub .share-btn.-twitter {
  background: #55acee;
  margin-bottom: 10px;
}

.sns-sub .share-btn.-twitter:hover {
  background-color: rgba(85, 172, 238, 0.4) !important;
}

@media screen and (max-width: 960px) {
  .sns-sub .share-btn.-twitter {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.sns-sub .share-btn.-facebook {
  background: #3b5998;
}

.sns-sub .share-btn.-facebook:hover {
  background-color: rgba(59, 89, 152, 0.4) !important;
}

.sns-sub .share-btn span {
  padding-left: 3px;
  line-height: 15px;
}

/*==================================================================
    .menu-trigger
===================================================================*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
}

.menu-trigger {
  width: 28px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 16px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  transition: all 200ms ease;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

/*==================================================================
    .sp-nav
===================================================================*/
.sp-nav .keyword_flex {
  display: flex;
  flex-flow: row nowrap;
}

.sp-nav .keyword_input {
  width: calc(100% - 60px);
  font-size: 1.6rem;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  background-color: #eeeeee;
}

.sp-nav .keyword_input:focus, .sp-nav .keyword_input:hover {
  background-color: #eeeeee !important;
  border: none !important;
}

.sp-nav .keyword_icon {
  width: 60px;
  height: 60px;
  background-color: #005cc2;
  border: none;
  outline: none;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_search_gnav.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: pointer;
}

.sp-nav_inner {
  padding: 5px 4vw 45px;
}

.sp-nav_gnav {
  padding-bottom: 25px;
}

.sp-nav_gnav .links {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}

.sp-nav_gnav .links_item {
  border-bottom: solid 1px #cccccc;
}

.sp-nav_gnav .links_item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 25px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
}

.sp-nav_gnav .links_item a::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #000;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_arrow_gnav.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 8px;
  margin-left: 5px;
  transition: all 200ms ease;
}

.sp-nav_gnav .links_item a:hover {
  color: #005cc2;
}

.sp-nav_gnav .links_item a:hover::after {
  background-color: #005cc2;
  transform: translateX(5px);
}

.sp-nav_snav {
  padding-bottom: 40px;
}

.sp-nav_snav .links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.sp-nav_snav .links_item {
  width: 42.6666666667vw;
  margin-right: 4vw;
}

.sp-nav_snav .links_item:last-of-type {
  margin-right: 0;
}

.sp-nav_snav .links_item a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
}

.sp-nav_snav .links_item a:hover {
  color: #fff;
  background-color: #000;
}

.sp-nav_social {
  padding: 0 0 40px;
}

.sp-nav_social-list ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.sp-nav_social-list ul li {
  margin-right: 10.1333333333vw;
}

.sp-nav_social-list ul li:nth-of-type(1) img {
  width: 46px;
}

.sp-nav_social-list ul li:nth-of-type(2) img {
  width: 42px;
}

.sp-nav_social-list ul li:nth-of-type(3) {
  margin-right: 0;
}

.sp-nav_social-list ul li:nth-of-type(3) img {
  width: 42px;
}

.sp-nav_social-list ul li a {
  display: block;
}

.sp-nav_btn .btns_item {
  margin-bottom: 15px;
}

/*==================================================================
    .overlay
===================================================================*/
.overlay {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #535d6f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease;
}

.overlay.open {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

/*==================================================================
    .social
===================================================================*/
.social {
  padding: 60px 0;
  background-color: #f2f0ed;
}

@media screen and (max-width: 960px) {
  .social {
    border-top: solid 1px #cccccc;
  }
}
.social_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .social_inner {
    flex-flow: column nowrap;
  }
}
.social_btn {
  width: 310px;
  margin-right: 60px;
}

@media screen and (max-width: 960px) {
  .social_btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.social_list ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.social_list ul li {
  margin-right: 30px;
}

.social_list ul li:last-of-type {
  margin-right: 0;
}

.social_list ul li a {
  display: block;
}

.social_list ul li a:hover {
  opacity: 0.6;
}

.ul .social {
  border-top: solid 1px #cccccc;
}

/*==================================================================
    .cta
===================================================================*/
.cta_inner {
  position: relative;
}

.cta_inner::before, .cta_inner::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cta_inner::before {
  background: linear-gradient(90deg, #007fc2 0%, #005cc2 100%);
  z-index: -1;
  transition: all 200ms ease;
}

.cta_inner::after {
  background: linear-gradient(270deg, #007fc2 0%, #005cc2 100%);
  z-index: -2;
}

.cta_inner:hover::before {
  opacity: 0;
}

.cta a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 248px;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 960px) {
  .cta a {
    height: auto;
    padding: 40px 4vw;
  }
}
.cta a::before {
  display: block;
  content: "";
  width: 25px;
  height: 33px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_arrow_cta.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 30px;
  transition: all 200ms ease;
}

.cta a span.en {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .cta a span.en {
    font-size: 2.1rem;
  }
}
.cta a span.jp {
  font-size: 1.3rem;
  font-weight: bold;
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .cta a span.jp {
    font-size: 1.1rem;
  }
}
.cta a:hover::before {
  transform: translateX(5px);
}

/*==================================================================
    .footer
===================================================================*/
.footer {
  padding: 40px 0;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 50px 0 30px;
  }
}
.footer_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 4.39238653vw;
}

@media screen and (max-width: 960px) {
  .footer_inner {
    flex-flow: column nowrap;
    justify-content: flex-start;
    padding: 0 5.3333333333vw;
  }
}
.footer_outline {
  max-width: 28.8461538462%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer_outline {
    max-width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
  }
}
.footer_outline .logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .footer_outline .logo {
    margin-bottom: 20px;
  }
}
.footer_outline .ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .footer_outline .ttl {
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer_outline .add {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .footer_outline .add {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
  }
}
.footer_links {
  max-width: 66.5064102564%;
  width: 66.5064102564%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .footer_links {
    max-width: 100%;
  }
}
.footer_links .links {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 960px) {
  .footer_links .links {
    flex-flow: column nowrap;
    margin-bottom: 30px;
  }
}
.footer_links .links_item {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .footer_links .links_item {
    margin-right: 0;
  }
}
.footer_links .links_item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 960px) {
  .footer_links .links_item a {
    font-size: 1.5rem;
  }
}
.footer_links .links_item a span {
  display: inline-block;
  transition: all 200ms ease;
}

.footer_links .links_item a::before {
  display: block;
  content: "";
  width: 14px;
  height: 4px;
  margin-right: 5px;
}

.footer_links .links_item a:hover span {
  transform: translateX(5px);
}

.footer_links .links_item:nth-child(1) a::before {
  background-color: #bbbbbb;
}

.footer_links .links_item:nth-child(2) a::before {
  background-color: #3176d3;
}

.footer_links .links_item:nth-child(3) a::before {
  background-color: #319cd3;
}

.footer_links .links_item:nth-child(4) a::before {
  background-color: #40ac8f;
}

.footer_links .links_item:nth-child(5) a::before {
  background-color: #edab25;
}

.footer_links .links_item:nth-child(6) a::before {
  background-color: #a86f18;
}

.footer_links .links_item:nth-child(7) a::before {
  background-color: #f15454;
}

.footer_links .links_item:nth-child(8) a::before {
  background-color: #9c54f1;
}

.footer_links small {
  align-self: flex-end;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #bbbbbb;
}

@media screen and (max-width: 960px) {
  .footer_links small {
    align-self: center;
    font-size: 1.1rem;
  }
}
/*==================================================================
    .hero
===================================================================*/
@media screen and (max-width: 960px) {
  .hero {
    margin-top: 60px !important;
  }
}
.hero_slider {
  padding-bottom: 50px;
  position: relative;
}

.hero .slider_item {
  overflow: hidden;
  opacity: 0.5;
}

.hero .slider_item.swiper-slide-active {
  opacity: 1;
}

.hero .slider_item a {
  width: 100%;
  height: 494px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 960px) {
  .hero .slider_item a {
    height: auto;
    height: 65.3333333333vw;
  }
}
.hero .slider_item a .bg {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.hero .slider_item a:hover .bg {
  transform: scale(1.05);
}

.hero .caption {
  padding: 15px 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .hero .caption {
    padding: 8px 5.3333333333vw 20px;
  }
}
.hero .caption .tag {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 5px;
}

.hero .caption .tag_item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 24px;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: normal;
  padding: 0 0.8em;
  background-color: #005cc2;
  border-radius: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .hero .caption .tag_item {
    min-height: 20px;
    font-size: 1.2rem;
    border-radius: 10px;
  }
}
.hero .caption .tag_item::before {
  display: inline-block;
  content: "＃";
}

.hero .caption .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .hero .caption .title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.hero .caption .date {
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 960px) {
  .hero .caption .date {
    display: none;
  }
}
.hero .swiper-pagination {
  line-height: 0;
  padding: 20px;
  bottom: 0 !important;
}

.hero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 7px !important;
  opacity: 1;
}

.hero .swiper-pagination-bullet-active {
  border: solid 1px #005cc2;
  background-color: #005cc2;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
  width: 43px;
  height: 86px;
  margin-top: 0;
  transform: translateY(-50%);
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .hero .swiper-button-prev,
  .hero .swiper-button-next {
    display: none;
  }
}
.hero .swiper-button-prev::after,
.hero .swiper-button-next::after {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  display: block;
  content: "";
  width: 43px;
  height: 86px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hero .swiper-button-prev {
  left: calc(18.8vw - 43px);
}

.hero .swiper-button-prev::after {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/slider_icon_prev.svg);
}

.hero .swiper-button-next {
  right: calc(18.8vw - 43px);
}

.hero .swiper-button-next::after {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/slider_icon_next.svg);
}

/*==================================================================
    .hero-ul
===================================================================*/
.hero-ul {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .hero-ul {
    height: 200px;
    margin-top: 60px !important;
  }
}
.hero-ul_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.hero-ul_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.2;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .hero-ul_ttl {
    font-size: 1.4rem;
  }
}
.hero-ul_ttl span {
  display: block;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  .hero-ul_ttl span {
    font-size: 2.3rem;
  }
}
.hero-ul_ttl span.beplayer_logo {
  padding-top: 5px;
  padding-bottom: 18px;
  margin: 0 auto;
  width: 318px;
}

@media screen and (max-width: 960px) {
  .hero-ul_ttl span.beplayer_logo {
    width: 250px;
  }
}
/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 200ms;
  animation-fill-mode: both;
}

.animate.animated {
  visibility: visible;
}

.aInfinite {
  animation-iteration-count: infinite;
}

.aEx {
  transform: translate3d(0, 0, 0);
}

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both;
}

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both;
}

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both;
}

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both;
}

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both;
}

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both;
}

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both;
}

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both;
}

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both;
}

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both;
}

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both;
}

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both;
}

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both;
}

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both;
}

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both;
}

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both;
}

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both;
}

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both;
}

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both;
}

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both;
}

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both;
}

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both;
}

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both;
}

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both;
}

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both;
}

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both;
}

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both;
}

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both;
}

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both;
}

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both;
}

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both;
}

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both;
}

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both;
}

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both;
}

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both;
}

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both;
}

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both;
}

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both;
}

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both;
}

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s;
}

.aD1 {
  animation-delay: 0.1s;
}

.aD2 {
  animation-delay: 0.2s;
}

.aD3 {
  animation-delay: 0.3s;
}

.aD4 {
  animation-delay: 0.4s;
}

.aD5 {
  animation-delay: 0.5s;
}

.aD6 {
  animation-delay: 0.6s;
}

.aD7 {
  animation-delay: 0.7s;
}

.aD8 {
  animation-delay: 0.8s;
}

.aD9 {
  animation-delay: 0.9s;
}

.aD10 {
  animation-delay: 1s;
}

.aD11 {
  animation-delay: 1.1s;
}

.aD12 {
  animation-delay: 1.2s;
}

.aD13 {
  animation-delay: 1.3s;
}

.aD14 {
  animation-delay: 1.4s;
}

.aD15 {
  animation-delay: 1.5s;
}

.aD16 {
  animation-delay: 1.6s;
}

.aD17 {
  animation-delay: 1.7s;
}

.aD18 {
  animation-delay: 1.8s;
}

.aD19 {
  animation-delay: 1.9s;
}

.aD20 {
  animation-delay: 2s;
}

.aD21 {
  animation-delay: 2.1s;
}

.aD22 {
  animation-delay: 2.2s;
}

.aD23 {
  animation-delay: 2.3s;
}

.aD24 {
  animation-delay: 2.4s;
}

.aD25 {
  animation-delay: 2.5s;
}

.aD26 {
  animation-delay: 2.6s;
}

.aD27 {
  animation-delay: 2.7s;
}

.aD28 {
  animation-delay: 2.8s;
}

.aD29 {
  animation-delay: 2.9s;
}

.aD30 {
  animation-delay: 3s;
}

.aD31 {
  animation-delay: 3.1s;
}

.aD32 {
  animation-delay: 3.2s;
}

.aD33 {
  animation-delay: 3.3s;
}

.aD34 {
  animation-delay: 3.4s;
}

.aD35 {
  animation-delay: 3.5s;
}

.aD36 {
  animation-delay: 3.6s;
}

.aD37 {
  animation-delay: 3.7s;
}

.aD38 {
  animation-delay: 3.8s;
}

.aD39 {
  animation-delay: 3.9s;
}

.aD40 {
  animation-delay: 4s;
}

.aD41 {
  animation-delay: 4.1s;
}

.aD42 {
  animation-delay: 4.2s;
}

.aD43 {
  animation-delay: 4.3s;
}

.aD44 {
  animation-delay: 4.4s;
}

.aD45 {
  animation-delay: 4.5s;
}

.aD46 {
  animation-delay: 4.6s;
}

.aD47 {
  animation-delay: 4.7s;
}

.aD48 {
  animation-delay: 4.8s;
}

.aD49 {
  animation-delay: 4.9s;
}

.aD50 {
  animation-delay: 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.p-ttl {
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 0;
  border-top: solid 5px #005cc2;
  margin-bottom: 30px;
}

.p-ttl.no-border {
  border-top: none;
  padding-top: 5px;
}

@media screen and (max-width: 960px) {
  .p-ttl {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
.p-ttl span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .p-ttl span {
    font-size: 2.2rem;
  }
}
.p-tag_button {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-weight: 500;
  color: #005cc2;
  border: solid 1px #005cc2;
  border-radius: 15px;
  padding: 0 10px;
}

.p-tag_button::before {
  display: inline-block;
  content: "＃";
}

.p-tag_button:hover {
  background-color: #005cc2;
  color: #fff;
}

.p-tag_button.no-before:before {
  display: none;
}

.p-return_button {
  border-top: solid 1px #ddd;
  padding-top: 17px;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-return_button {
    padding-top: 10px;
    margin-top: 30px;
  }
}
.p-return_button a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 960px) {
  .p-return_button a {
    font-size: 1.4rem;
  }
}
.p-return_button a::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/article_icon_list.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
  transition: all 200ms ease;
}

.p-return_button a:hover {
  color: #005cc2;
}

.p-return_button a:hover::before {
  transform: rotate(135deg);
}

.p-pagination--prev {
  border: solid 1px #000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  background-color: #fff;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_prev.svg);
  background-repeat: no-repeat;
  background-position: top 50% left 30px;
  background-size: 9px auto;
}

.p-pagination--prev:hover {
  background-color: #000;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_prev_w.svg);
  color: #fff;
}

.p-pagination--next {
  border: solid 1px #000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
  background-color: #fff;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_next.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 30px;
  background-size: 9px auto;
}

.p-pagination--next:hover {
  background-color: #000;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_next_w.svg);
  color: #fff;
}

/*==================================================================
    #top .bnr-area
===================================================================*/
#top .bnr-area {
  padding: 40px 0 50px;
}

@media screen and (max-width: 960px) {
  #top .bnr-area {
    padding: 10px 0 30px;
  }
}
#top .bnr-area_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #top .bnr-area_list {
    flex-flow: column nowrap;
  }
}
#top .bnr-area_list-item {
  width: 300px;
  margin-right: 15px;
}

@media screen and (max-width: 960px) {
  #top .bnr-area_list-item {
    width: 100%;
    max-width: 275px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#top .bnr-area_list-item:last-of-type {
  margin-right: 0;
}

#top .bnr-area_list-item a {
  display: block;
}

#top .bnr-area_list-item a:hover {
  opacity: 0.6;
}

/*==================================================================
    .art-list
===================================================================*/
.art-list {
  padding: 100px 0 120px;
  background-color: #f2f0ed;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_bg.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .art-list {
    padding: 60px 0 80px;
    background-size: 40vw auto;
  }
}
.art-list.-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  .art-list.-sp {
    display: block;
    padding: 60px 0;
    background-image: none;
  }
  .art-list.-sp .art-list_inner {
    padding: 0 2.6666666667vw;
  }
}
.art-list_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .art-list_inner {
    display: block;
    padding: 0 5.3333333333vw;
  }
}
.art-list_left {
  width: 740px;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  .art-list_left {
    width: 100%;
  }
}
.art-list_full {
  width: 100%;
}

.art-list .archive_ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .art-list .archive_ttl {
    margin-bottom: 25px;
  }
  .art-list .archive_ttl img {
    width: 221px;
  }
}
.art-list .archive_list {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list {
    flex-flow: column nowrap;
    align-items: center;
  }
}
.art-list .archive_list-item {
  width: 350px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_kakko.svg);
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list-item {
    width: 100%;
    max-width: 335px;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.art-list .archive_list-item:nth-of-type(even) {
  margin-right: 0;
}

.art-list .archive_list-item a {
  display: block;
  color: #000;
  position: relative;
}

.art-list .archive_list-item a .thumb {
  width: 100%;
  height: 234px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list-item a .thumb {
    height: auto;
  }
}
.art-list .archive_list-item a .thumb_inner {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list-item a .thumb_inner {
    padding-top: 66.8656716418%;
  }
}
.art-list .archive_list-item a:hover .thumb_inner {
  transform: scale(1.05);
}

.art-list .archive_list-item a:hover .caption .title {
  color: #005cc2;
}

.art-list .archive_list-item a .caption {
  padding: 20px 0 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list-item a .caption {
    padding: 20px 0 0;
  }
}
.art-list .archive_list-item a .caption .tag {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list-item a .caption .tag {
    margin-bottom: 10px;
  }
}
.art-list .archive_list-item a .caption .tag_item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 20px;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: normal;
  padding: 0 0.6em;
  background-color: #005cc2;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.art-list .archive_list-item a .caption .tag_item::before {
  display: inline-block;
  content: "＃";
}

.art-list .archive_list-item a .caption .title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 200ms ease;
}

.art-list .archive_list-item a .caption .date {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  color: #bbbbbb;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list-item a .caption .date {
    font-size: 1.1rem;
  }
}
.art-list .archive_list-item.-new {
  position: relative;
}

.art-list .archive_list-item.-new::after {
  display: block;
  content: "NEW";
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  padding: 0.6em;
  border: solid 1px #f2f0ed;
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #ff7f00;
}

@media screen and (max-width: 960px) {
  .art-list .archive_list-item.-new::after {
    font-size: 1.2rem;
    top: -10px;
    right: -10px;
  }
}
.art-list_right {
  width: 300px;
}

@media screen and (max-width: 960px) {
  .art-list_right {
    display: none;
  }
  .art-list_right.-sp {
    display: block;
    width: 100%;
  }
}
.art-list_right .btn {
  margin-bottom: 30px;
}

.art-list_right .box {
  padding: 20px 25px;
  border-top: solid 5px #005cc2;
  background-color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .art-list_right .box {
    padding: 20px 10px;
  }
}
.art-list_right .box_ttl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-height: 40px;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 2px #eeeeee;
}

.art-list_right .box_ttl span {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  line-height: 1.2;
}

.art-list_right .box_ttl span em {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.art-list_right .box_ttl::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-right: 10px;
}

.art-list_right .box_ttl.-trend::before {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_ttl_01.svg);
}

.art-list_right .box_ttl.-latest::before {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_ttl_02.svg);
}

.art-list_right .box_ttl.-down::before {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_ttl_03.svg);
}

.art-list_right .box_tags {
  display: flex;
  flex-flow: row wrap;
}

.art-list_right .box_tags-item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.art-list_right .box_tags-item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  font-weight: 500;
  color: #005cc2;
  border: solid 1px #005cc2;
  border-radius: 15px;
  padding: 0 10px;
}

.art-list_right .box_tags-item a::before {
  display: inline-block;
  content: "＃";
}

.art-list_right .box_tags-item a:hover {
  background-color: #005cc2;
  color: #fff;
}

.art-list_right .box_tags-item.no-before {
  margin-top: 15px;
}

.art-list_right .box_tags-item.no-before a {
  width: 70%;
  margin: 0 auto;
}

.art-list_right .box_tags-item.no-before a:before {
  display: none;
}

.art-list_right .box_list-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px #eeeeee;
}

.art-list_right .box_list-item a {
  display: block;
  color: #000;
}

.art-list_right .box_list-item a:hover {
  color: #005cc2;
}

.art-list_right .box_list-item a:hover .flex_img::before {
  border: solid 2px #005cc2;
}

.art-list_right .box_list-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.art-list_right .box_list-item .flex {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.art-list_right .box_list-item .flex_img {
  width: 110px;
  margin-right: 10px;
  position: relative;
}

.art-list_right .box_list-item .flex_img::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.art-list_right .box_list-item .flex_txt {
  width: calc(100% - 120px);
}

.art-list_right .box_list-item .flex_txt-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 960px) {
  .art-list_right .box_list-item .flex_txt-ttl {
    font-size: 1.3rem;
  }
}
.art-list_right .box_list-item .flex_txt-date {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #bbbbbb;
}

@media screen and (max-width: 960px) {
  .art-list_right .box_list-item .flex_txt-date {
    font-size: 1.1rem;
  }
}
.art-list_right .box_down-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px #eeeeee;
}

.art-list_right .box_down-item .flex {
  display: flex;
  flex-flow: row nowrap;
}

.art-list_right .box_down-item .flex_img {
  width: 70px;
  margin-right: 10px;
}

.art-list_right .box_down-item .flex_txt {
  width: calc(100% - 80px);
}

.art-list_right .box_down-item .flex_txt-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 960px) {
  .art-list_right .box_down-item .flex_txt-ttl {
    font-size: 1.3rem;
  }
}
.art-list_right .box_down-item .flex_txt-txt {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 960px) {
  .art-list_right .box_down-item .flex_txt-txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 960px) {
  .art-list_right .box_down-item .flex_txt-btn {
    width: 170px;
  }
}
.art-list_right .bnr_list-item {
  margin-bottom: 10px;
}

.art-list_right .bnr_list-item a {
  display: block;
}

.art-list_right .bnr_list-item a:hover {
  opacity: 0.6;
}

/*==================================================================
    #top .cat-list
===================================================================*/
#top .cat-list {
  padding: 0 0 70px;
}

@media screen and (max-width: 960px) {
  #top .cat-list {
    padding: 0 0 60px;
  }
}
#top .cat-list_ttl {
  width: 100%;
  height: 220px;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #top .cat-list_ttl {
    height: 180px;
  }
}
#top .cat-list_ttl-inner {
  position: relative;
}

#top .cat-list_ttl.-cat01 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_01.jpg);
}

@media screen and (max-width: 960px) {
  #top .cat-list_ttl.-cat01 {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_01_sp.jpg);
  }
  #top .cat-list_ttl.-cat01 .ttl img {
    width: 208px;
  }
}
#top .cat-list_ttl.-cat02 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_02.jpg);
}

@media screen and (max-width: 960px) {
  #top .cat-list_ttl.-cat02 {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_02_sp.jpg);
  }
  #top .cat-list_ttl.-cat02 .ttl img {
    width: 242px;
  }
}
#top .cat-list_ttl.-cat03 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_03.jpg);
}

@media screen and (max-width: 960px) {
  #top .cat-list_ttl.-cat03 {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_03_sp.jpg);
  }
  #top .cat-list_ttl.-cat03 .ttl img {
    width: 248px;
  }
}
#top .cat-list_ttl.-cat04 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_04.jpg);
}

@media screen and (max-width: 960px) {
  #top .cat-list_ttl.-cat04 {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_04_sp.jpg);
  }
  #top .cat-list_ttl.-cat04 .ttl img {
    width: 236px;
  }
}
#top .cat-list_ttl.-cat05 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_05.jpg);
}

@media screen and (max-width: 960px) {
  #top .cat-list_ttl.-cat05 {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_05_sp.jpg);
  }
  #top .cat-list_ttl.-cat05 .ttl img {
    width: 142px;
  }
}
#top .cat-list_ttl.-cat06 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_06.jpg);
}

@media screen and (max-width: 960px) {
  #top .cat-list_ttl.-cat06 {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_bg_06_sp.jpg);
  }
  #top .cat-list_ttl.-cat06 .ttl img {
    width: 122px;
  }
}
#top .cat-list_inner {
  width: calc(100% - (100% - 1130px) / 2);
  margin-left: auto;
  margin-right: 0;
  margin-top: -110px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  #top .cat-list_inner {
    width: calc(100% - 2.6666666667vw);
    margin-top: -75px;
  }
}
#top .cat-list_hidden {
  overflow: hidden;
  padding: 0 15px;
}

@media screen and (max-width: 960px) {
  #top .cat-list_hidden {
    padding: 0;
  }
}
#top .cat-list .slider_item {
  width: 350px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_kakko.svg);
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
}

@media screen and (max-width: 960px) {
  #top .cat-list .slider_item {
    width: 228px;
  }
}
#top .cat-list .slider_item a {
  display: block;
  color: #000;
  position: relative;
}

#top .cat-list .slider_item a .thumb {
  width: 100%;
  height: 234px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  #top .cat-list .slider_item a .thumb {
    height: 152px;
  }
}
#top .cat-list .slider_item a .thumb_inner {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}

#top .cat-list .slider_item a:hover .thumb_inner {
  transform: scale(1.05);
}

#top .cat-list .slider_item a:hover .caption .title {
  color: #005cc2;
}

#top .cat-list .slider_item a .caption {
  padding: 20px 0 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  #top .cat-list .slider_item a .caption {
    padding: 15px 0;
  }
}
#top .cat-list .slider_item a .caption .tag {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  #top .cat-list .slider_item a .caption .tag {
    margin-bottom: 10px;
  }
}
#top .cat-list .slider_item a .caption .tag_item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 20px;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: normal;
  padding: 0 0.6em;
  background-color: #005cc2;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#top .cat-list .slider_item a .caption .tag_item::before {
  display: inline-block;
  content: "＃";
}

#top .cat-list .slider_item a .caption .title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 200ms ease;
}

#top .cat-list .slider_item a .caption .date {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  color: #bbbbbb;
}

@media screen and (max-width: 960px) {
  #top .cat-list .slider_item a .caption .date {
    font-size: 1.1rem;
  }
}
#top .cat-list .swiper-button-prev,
#top .cat-list .swiper-button-next {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 0;
  position: absolute;
  top: 0;
  transition: all 200ms ease;
}

@media screen and (max-width: 960px) {
  #top .cat-list .swiper-button-prev,
  #top .cat-list .swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 9px auto;
  }
}
#top .cat-list .swiper-button-prev::after,
#top .cat-list .swiper-button-next::after {
  display: none;
}

#top .cat-list .swiper-button-prev:hover,
#top .cat-list .swiper-button-next:hover {
  opacity: 0.6;
}

#top .cat-list .swiper-button-prev {
  left: auto;
  right: 60px;
}

@media screen and (max-width: 960px) {
  #top .cat-list .swiper-button-prev {
    right: 58px;
  }
}
#top .cat-list .swiper-button-prev-01 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_prev_01.svg);
}

#top .cat-list .swiper-button-prev-02 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_prev_02.svg);
}

#top .cat-list .swiper-button-prev-03 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_prev_03.svg);
}

#top .cat-list .swiper-button-prev-04 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_prev_04.svg);
}

#top .cat-list .swiper-button-prev-05 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_prev_05.svg);
}

#top .cat-list .swiper-button-prev-06 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_prev_06.svg);
}

#top .cat-list .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 960px) {
  #top .cat-list .swiper-button-next {
    right: 10px;
  }
}
#top .cat-list .swiper-button-next-01 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_next_01.svg);
}

#top .cat-list .swiper-button-next-02 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_next_02.svg);
}

#top .cat-list .swiper-button-next-03 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_next_03.svg);
}

#top .cat-list .swiper-button-next-04 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_next_04.svg);
}

#top .cat-list .swiper-button-next-05 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_next_05.svg);
}

#top .cat-list .swiper-button-next-06 {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_next_06.svg);
}

#top .cat-list_btn {
  width: 424px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  #top .cat-list_btn {
    width: 100%;
    padding: 0 4vw;
  }
}
/*==================================================================
    .hero-ul
===================================================================*/
.hero-ul.-category {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/hero_bg.jpg);
}

.hero-ul.-tag {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/hero_tag_list.jpg);
}

.hero-ul.-archive {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/hero_new.jpg);
}

.hero-ul.-beplayer {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/hero_beplayer.jpg);
}

/*==================================================================
    .art-list
===================================================================*/
.art-list.-category {
  padding: 0 0 120px;
}

@media screen and (max-width: 960px) {
  .art-list.-category {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .art-list_inner {
    padding: 0 4vw;
  }
}
/*==================================================================
    #category .progress
===================================================================*/
#category .progress {
  padding: 0 0 40px;
  transition: all 200ms ease;
}

@media screen and (max-width: 960px) {
  #category .progress {
    padding: 0 0 30px;
  }
}
#category .progress.fixed {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 99;
}

@media screen and (max-width: 960px) {
  #category .progress.fixed {
    padding: 15px 0;
  }
}
#category .progress_bar {
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #dddddd;
}

@media screen and (max-width: 960px) {
  #category .progress_bar {
    height: 8px;
    border-radius: 4px;
  }
}
#category .progress_bar-inner {
  width: 0%;
  max-width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #65caaa;
}

@media screen and (max-width: 960px) {
  #category .progress_bar-inner {
    height: 8px;
    border-radius: 4px;
  }
}
/*==================================================================
    .textsize-box
===================================================================*/
.textsize-box {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .textsize-box {
    margin-bottom: 20px;
  }
}
.textsize-box_inner {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  background-color: rgba(0, 92, 194, 0.1);
}

.textsize-box .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 35px;
  color: #005cc2;
  padding-left: 30px;
  margin-right: 10px;
  position: relative;
}

.textsize-box .ttl::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 16px;
  top: 9px;
  left: 0;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/article_icon_textsize_bl.svg);
  background-size: cover;
}

.textsize-box .size {
  display: flex;
  cursor: pointer;
}

.textsize-box .size-btn {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
  border: 1px solid #005cc2;
  color: #005cc2;
}

.textsize-box .size-btn:hover {
  opacity: 0.7;
}

.textsize-box .size .medium {
  margin-right: 5px;
}

.textsize-box .size .medium p {
  font-size: 1.2rem;
  line-height: 1;
}

.textsize-box .size .large p {
  font-size: 1.8rem;
  line-height: 1;
}

.textsize-box .size .on {
  background-color: #005cc2;
  color: #fff;
}

/*==================================================================
    #category .article
===================================================================*/
#category .article {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 75px;
}

@media screen and (max-width: 960px) {
  #category .article {
    padding: 4vw 2.6666666667vw;
    margin-bottom: 50px;
  }
}
#category .article_tags {
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  #category .article_tags {
    margin-bottom: 10px;
  }
}
#category .article_tags .tags {
  display: flex;
  flex-flow: row wrap;
}

#category .article_tags .tags_item {
  margin-right: 5px;
  margin-bottom: 5px;
}

#category .article_tags .tags_item span {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  border: solid 1px #005cc2;
  border-radius: 10px;
  background-color: #005cc2;
  padding: 0 5px;
}

@media screen and (max-width: 960px) {
  #category .article_tags .tags_item span {
    letter-spacing: normal;
  }
}
#category .article_tags .tags_item span::before {
  display: inline-block;
  content: "＃";
}

#category .article h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 960px) {
  #category .article h2 {
    font-size: 2rem;
    letter-spacing: normal;
  }
}
#category .article sub {
  vertical-align: sub;
}

#category .article_date {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #bbbbbb;
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  #category .article_date {
    font-size: 1.1rem;
  }
}
#category .article_eye {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  #category .article_eye {
    margin-bottom: 40px;
  }
}
#category .article_eye img {
  width: 100%;
}

#category .article_lead p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.625em;
}

@media screen and (max-width: 960px) {
  #category .article_lead p {
    margin-bottom: 2em;
  }
}
#category .article_index {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  #category .article_index {
    margin-bottom: 60px;
  }
}
#category .article_index .index {
  padding: 40px 45px;
  border: solid 2px #eeeeee;
}

@media screen and (max-width: 960px) {
  #category .article_index .index {
    padding: 20px;
  }
}
#category .article_index .index_ttl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  #category .article_index .index_ttl {
    margin-bottom: 15px;
  }
}
#category .article_index .index_ttl::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/article_icon_index.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  #category .article_index .index_ttl::before {
    width: 35px;
    height: 35px;
    background-size: 35px auto;
  }
}
#category .article_index .index_ttl span {
  display: flex;
  flex-flow: column nowrap;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

#category .article_index .index_ttl span em {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 960px) {
  #category .article_index .index_ttl span em {
    font-size: 1.6rem;
  }
}
#category .article_index .index_list-item {
  counter-increment: number;
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  #category .article_index .index_list-item {
    margin-bottom: 0.8em;
  }
}
#category .article_index .index_list-item:last-of-type {
  margin-bottom: 0;
}

#category .article_index .index_list-item a {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

#category .article_index .index_list-item a::before {
  display: inline-block;
  content: counter(number) ".";
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin-right: 0.5em;
}

#category .article_index .index_list-item a:hover {
  color: #005cc2;
}

#category .article_contents h3 {
  display: flex;
  flex-flow: row nowrap;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  padding: 15px;
  background-color: #005cc2;
  margin: 50px 0 30px;
  position: relative;
}

@media screen and (max-width: 960px) {
  #category .article_contents h3 {
    font-size: 2rem;
    padding: 10px;
    margin: 40px 0 20px;
  }
}
#category .article_contents h3::before {
  display: block;
  content: "";
  width: 4px;
  background-color: #fff;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  #category .article_contents h3::before {
    width: 2px;
    margin-right: 7px;
  }
}
#category .article_contents h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 960px) {
  #category .article_contents h3::after {
    height: 3px;
  }
}
#category .article_contents h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ff7f00;
  margin-bottom: 0.75em;
}

#category .article_contents p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2.125em;
}

@media screen and (max-width: 960px) {
  #category .article_contents p {
    margin-bottom: 1.5em;
  }
}
#category .article_contents p a {
  color: #000;
  text-decoration: underline;
}

#category .article_contents p a:hover {
  text-decoration: none;
}

#category .article_contents sup {
  font-size: 60%;
  vertical-align: top;
}

#category .article_contents .image {
  margin-bottom: 50px;
  text-align: center;
}

#category .article_contents .image img {
  width: auto;
  max-width: 100%;
}

#category .article_contents .image .caption {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  padding: 0.8em;
  margin-bottom: 0;
}

#category .article_contents strong {
  font-weight: bold;
}

#category .article_reference {
  border-top: 1px solid #cccccc;
  padding: 30px 0;
}

#category .article_reference dt {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#category .article_reference dd {
  font-size: 1.4rem;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.2;
}

#category .article_reference dd a {
  color: #323634;
}

#category .article_reference dd a:hover {
  opacity: 0.6;
}

#category .article_reference dd .pc-2line {
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  #category .article_reference dd .pc-2line {
    margin-bottom: 0;
  }
}
#category .article_tags-link {
  padding: 25px 30px 30px;
  border-top: solid 5px #005cc2;
  border-bottom: solid 2px #eeeeee;
}

@media screen and (max-width: 960px) {
  #category .article_tags-link {
    padding: 20px 0;
  }
}
#category .article_tags-link .ttl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  #category .article_tags-link .ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#category .article_tags-link .ttl::before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/article_icon_tags.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 2px;
}

@media screen and (max-width: 960px) {
  #category .article_tags-link .ttl::before {
    width: 17px;
    height: 17px;
    background-size: 17px auto;
  }
}
#category .article_tags-link .tags {
  display: flex;
  flex-flow: row wrap;
}

#category .article_tags-link .tags_item {
  margin-right: 5px;
  margin-bottom: 5px;
}

#category .article_tags-link .tags_item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  font-weight: 500;
  color: #005cc2;
  border: solid 1px #005cc2;
  border-radius: 13px;
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  #category .article_tags-link .tags_item a {
    font-size: 1.2rem;
    letter-spacing: normal;
    min-height: 20px;
    border-radius: 10px;
    padding: 0 5px;
  }
}
#category .article_tags-link .tags_item a::before {
  display: inline-block;
  content: "＃";
}

#category .article_tags-link .tags_item a:hover {
  background-color: #005cc2;
  color: #fff;
}

#category .article_social {
  padding: 30px 0;
}

@media screen and (max-width: 960px) {
  #category .article_social {
    padding: 20px 0 30px;
  }
}
#category .article_social .list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

#category .article_social .list_item {
  width: 95px;
}

@media screen and (max-width: 960px) {
  #category .article_social .list_item {
    width: 33.3333333333%;
    max-width: 95px;
  }
}
#category .article_social .list_item a {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  font-weight: bold;
  color: #000;
  letter-spacing: normal;
}

@media screen and (max-width: 960px) {
  #category .article_social .list_item a {
    font-size: 1.3rem;
  }
}
#category .article_social .list_item a img {
  margin-bottom: 10px;
}

#category .article_social .list_item a:hover {
  color: #005cc2;
}

#category .article_pagenation .next-prev {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {
  #category .article_pagenation .next-prev {
    flex-flow: column nowrap;
    margin-bottom: 0;
  }
}
#category .article_pagenation .next-prev_box {
  width: 50%;
}

@media screen and (max-width: 960px) {
  #category .article_pagenation .next-prev_box {
    width: 100%;
    margin-bottom: 10px;
  }
}
#category .article_pagenation .next-prev_box a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f2f0ed;
  color: #000;
}

#category .article_pagenation .next-prev_box a .img {
  width: 93px;
}

#category .article_pagenation .next-prev_box a .link {
  width: calc(100% - 113px);
}

#category .article_pagenation .next-prev_box a .link .arrow {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#category .article_pagenation .next-prev_box a .link .arrow::before {
  display: block;
  content: "";
  width: 19px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 200ms ease;
}

#category .article_pagenation .next-prev_box a .link .arrow.-prev::before {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/article_icon_prev.svg);
  margin-right: 5px;
}

#category .article_pagenation .next-prev_box a .link .arrow.-next {
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
}

#category .article_pagenation .next-prev_box a .link .arrow.-next::before {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/article_icon_next.svg);
  margin-left: 5px;
}

#category .article_pagenation .next-prev_box a .link .txt {
  line-height: 1.4;
  transition: all 200ms ease;
}

@media screen and (max-width: 960px) {
  #category .article_pagenation .next-prev_box a .link .txt {
    font-size: 1.3rem;
  }
}
#category .article_pagenation .next-prev_box a:hover .arrow.-prev::before {
  transform: translateX(-5px);
}

#category .article_pagenation .next-prev_box a:hover .arrow.-next::before {
  transform: translateX(5px);
}

#category .article_pagenation .next-prev_box a:hover .txt {
  color: #005cc2;
}

#category .article_pagenation .next-prev_box.-prev {
  border-right: solid 1px #fff;
}

#category .article_pagenation .next-prev_box.-next {
  border-left: solid 1px #fff;
}

#category .article_pagenation .next-prev_box.-next a {
  flex-flow: row-reverse nowrap;
}

#category .article_pagenation .list a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 960px) {
  #category .article_pagenation .list a {
    font-size: 1.4rem;
  }
}
#category .article_pagenation .list a::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/category/article_icon_list.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 10px;
  transition: all 200ms ease;
}

#category .article_pagenation .list a:hover {
  color: #005cc2;
}

#category .article_pagenation .list a:hover::before {
  transform: rotate(135deg);
}

/*==================================================================
    #category .cat-list
===================================================================*/
#category .cat-list_ttl {
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #category .cat-list_ttl {
    margin-bottom: 15px;
  }
}
#category .cat-list_inner {
  position: relative;
  z-index: 2;
}

#category .cat-list_hidden {
  overflow: hidden;
}

#category .cat-list .slider_item {
  width: 232px;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_kakko.svg);
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
}

#category .cat-list .slider_item a {
  display: block;
  color: #000;
  position: relative;
}

#category .cat-list .slider_item a .thumb {
  width: 100%;
  height: 154px;
  overflow: hidden;
}

#category .cat-list .slider_item a .thumb_inner {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s ease;
}

#category .cat-list .slider_item a:hover .thumb_inner {
  transform: scale(1.05);
}

#category .cat-list .slider_item a:hover .caption .title {
  color: #005cc2;
}

#category .cat-list .slider_item a .caption {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

#category .cat-list .slider_item a .caption .title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 200ms ease;
}

#category .cat-list .swiper-button-prev,
#category .cat-list .swiper-button-next {
  display: none;
}

@media screen and (max-width: 960px) {
  #category .cat-list .swiper-button-prev,
  #category .cat-list .swiper-button-next {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 9px auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    transition: all 200ms ease;
  }
  #category .cat-list .swiper-button-prev::after,
  #category .cat-list .swiper-button-next::after {
    display: none;
  }
  #category .cat-list .swiper-button-prev:hover,
  #category .cat-list .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 960px) {
  #category .cat-list .swiper-button-prev {
    left: auto;
    right: 35px;
  }
  #category .cat-list .swiper-button-prev-re {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_prev_01.svg);
  }
}
@media screen and (max-width: 960px) {
  #category .cat-list .swiper-button-next {
    right: -10px;
  }
  #category .cat-list .swiper-button-next-re {
    background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/category_arrow_next_01.svg);
  }
}
/*==================================================================
    .hero-ul
===================================================================*/
.hero-ul.-words {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/words/hero_bg.jpg);
}

/*==================================================================
    .art-list
===================================================================*/
.art-list.-category {
  padding: 0 0 120px;
}

@media screen and (max-width: 960px) {
  .art-list.-category {
    padding: 0 0 20px;
  }
}
.art-list.-words {
  padding: 0 0 120px;
  background-image: none;
}

@media screen and (max-width: 960px) {
  .art-list.-words {
    padding: 0 0 20px;
  }
  .art-list.-words .art-list_inner {
    padding: 0 2.6666666667vw;
  }
}
/*==================================================================
    #words .words
===================================================================*/
#words .words_ttl {
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  #words .words_ttl img {
    width: 128px;
  }
}
#words .words_list-item {
  margin-bottom: 15px;
}

#words .words_list-item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  #words .words_list-item a {
    font-size: 1.5rem;
  }
}
#words .words_list-item a:hover {
  color: #005cc2;
}

#words .words_list-item .img {
  width: 187px;
}

@media screen and (max-width: 960px) {
  #words .words_list-item .img {
    width: 90px;
  }
}
#words .words_list-item .txt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: calc(100% - 187px);
  padding: 0 30px;
}

@media screen and (max-width: 960px) {
  #words .words_list-item .txt {
    width: calc(100% - 90px);
    padding: 0 10px;
  }
}
#words .words_list-item .txt span {
  width: calc(100% - 28px);
}

@media screen and (max-width: 960px) {
  #words .words_list-item .txt span {
    width: calc(100% - 19px);
  }
}
#words .words_list-item .txt::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #005cc2;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_arrow_gnav.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 6px auto;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  #words .words_list-item .txt::before {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-size: 4px auto;
    margin-right: 5px;
  }
}
#words .words_article {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 75px;
}

@media screen and (max-width: 960px) {
  #words .words_article {
    padding: 20px;
    margin-bottom: 50px;
  }
}
#words .words_article .ttl {
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 0;
  border-top: solid 5px #005cc2;
  border-bottom: solid 1px #dddddd;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #words .words_article .ttl {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
#words .words_article .ttl span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #words .words_article .ttl span {
    font-size: 2.2rem;
  }
}
#words .words_article .outline {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #words .words_article .outline {
    margin-bottom: 30px;
  }
}
#words .words_article .outline p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  #words .words_article .outline p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#words .words_article .howto .ttl-sub {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 20px;
  background-color: #f2f0ed;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #words .words_article .howto .ttl-sub {
    font-size: 1.6rem;
    padding: 15px;
    margin-bottom: 20px;
  }
}
#words .words_article .howto p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  #words .words_article .howto p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#words .words_pagenation .list {
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 960px) {
  #words .words_pagenation .list {
    flex-flow: column nowrap;
  }
}
#words .words_pagenation .list_item {
  width: 357px;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #words .words_pagenation .list_item {
    width: 100%;
  }
}
#words .words_pagenation .list_item:nth-of-type(odd) {
  margin-right: 15px;
}

@media screen and (max-width: 960px) {
  #words .words_pagenation .list_item:nth-of-type(odd) {
    margin-right: 0;
  }
}
#words .words_pagenation .list_item a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}

#words .words_pagenation .list_item a:hover {
  color: #005cc2;
}

#words .words_pagenation .list_item .img {
  width: 90px;
}

#words .words_pagenation .list_item .txt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: calc(100% - 90px);
  padding: 0 10px;
}

#words .words_pagenation .list_item .txt span {
  width: calc(100% - 19px);
}

#words .words_pagenation .list_item .txt::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #005cc2;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_arrow_gnav.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 4px auto;
  margin-right: 5px;
}

#not_found .art-list {
  padding: 64px 0 20px;
  background-image: none;
}

@media screen and (max-width: 960px) {
  #not_found .art-list {
    padding: 25.0666666667vw 0 20px;
  }
  #not_found .art-list .art-list_inner {
    padding: 0 2.6666666667vw;
  }
}
#not_found .art-list.-sp {
  padding: 60px 0;
}

#not_found article {
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 960px) {
  #not_found article {
    padding: 20px;
    margin-bottom: 0;
  }
}
#not_found article section {
  padding: 20px 0 30px;
}

@media screen and (max-width: 960px) {
  #not_found article section {
    padding: 20px 0 20px;
  }
}
#not_found article section:first-of-type {
  border-bottom: solid 1px #DDDDDD;
}

#not_found article .ttl {
  font-weight: 500;
  line-height: 1.5;
  padding: 15px 0;
  border-top: solid 5px #005cc2;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #not_found article .ttl {
    padding: 10px 0;
    margin-bottom: 20px;
  }
}
#not_found article .ttl span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #not_found article .ttl span {
    font-size: 2.2rem;
  }
}
#not_found article .outline {
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #not_found article .outline {
    margin-bottom: 30px;
  }
}
#not_found article .outline p {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  #not_found article .outline p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#not_found article h3 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #not_found article h3 {
    padding: 0 0 10px;
    margin-bottom: 20px;
  }
}
#not_found article .link a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #005CC2;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 960px) {
  #not_found article .link a {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#not_found article .link a::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #005cc2;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_arrow_gnav.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 4px auto;
  margin-right: 5px;
}

#search .art-list {
  padding: 26px 0 20px;
  background-image: none;
}

@media screen and (max-width: 960px) {
  #search .art-list {
    padding: 25.0666666667vw 0 20px;
  }
  #search .art-list .art-list_inner {
    padding: 0 2.6666666667vw;
  }
}
#search .art-list.-sp {
  padding: 60px 0;
}

#search .pankuz {
  padding-top: 0;
}

#search .p-ttl span {
  display: inline-block;
}

#search .results {
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 960px) {
  #search .results {
    padding: 20px;
  }
}
#search .results section:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #search .results section:not(:last-child) {
    margin-bottom: 20px;
  }
}
#search .results section h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  #search .results section h3 {
    font-size: 2.2rem;
  }
}
#search .results section h3 a {
  color: #005CC2;
}

#search .results section p {
  font-size: 1.4rem;
  line-height: 1.5;
}

#search .hs-search-results__pagination {
  padding-top: 60px;
}

@media screen and (max-width: 960px) {
  #search .hs-search-results__pagination {
    padding-top: 40px;
  }
}
#search .hs-search-results__pagination:after {
  display: block;
  content: "";
  clear: both;
  font-size: 0px;
  width: 0px;
  height: 0px;
}

#search .hs-search-results__pagination a {
  width: 30%;
}

@media screen and (max-width: 960px) {
  #search .hs-search-results__pagination a {
    width: 40%;
  }
}
#tags .art-list {
  padding: 26px 0 20px;
  background-image: none;
}

@media screen and (max-width: 960px) {
  #tags .art-list {
    padding: 25.0666666667vw 0 20px;
  }
  #tags .art-list .art-list_inner {
    padding: 0 2.6666666667vw;
  }
}
#tags .art-list.-sp {
  padding: 60px 0;
}

#tags .pankuz {
  padding-top: 0;
}

#tags .p-ttl span {
  display: inline-block;
}

#tags .tag_list {
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 960px) {
  #tags .tag_list {
    padding: 20px;
  }
}
#tags .tag_list ul {
  display: flex;
  flex-flow: row wrap;
}

#tags .tag_list ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

#downloads .list-4column {
  margin-bottom: 2rem;
}
#downloads .list-4column h2 {
  border-bottom: solid 2px #005cc2;
  margin-bottom: 3rem;
  padding-bottom: 1.6rem;
  padding-left: 3rem;
  color: #005cc2;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
#downloads .list-4column h2::before {
  background: #005cc2;
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}
#downloads .list-4column .article_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#downloads .list-4column .article_wrap article {
  position: relative;
  width: calc(25% - 18px);
  margin-right: 24px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #downloads .list-4column .article_wrap article {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 0px;
  }
}
#downloads .list-4column .article_wrap article:nth-of-type(4n) {
  margin-right: 0px;
}
#downloads .list-4column .article_wrap article figure {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  background-color: #ddd;
}
#downloads .list-4column .article_wrap article figure img {
  height: 146px;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  #downloads .list-4column .article_wrap article figure img {
    height: auto;
    object-fit: contain;
  }
}
#downloads .list-4column .article_wrap article .text h3 {
  margin-bottom: 5px;
  color: #005cc2;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  list-style: 0.35em;
  margin-bottom: 2rem;
  min-height: 45px;
}
@media screen and (max-width: 960px) {
  #downloads .list-4column .article_wrap article .text h3 {
    min-height: auto;
    margin-bottom: 2.8rem;
  }
}
#downloads .list-4column .article_wrap article .text .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 960px) {
  #downloads .list-4column .article_wrap article .text .btn {
    position: static;
    transform: none;
    margin-bottom: 5rem;
  }
}
#downloads .list-4column .article_wrap article .text .btn a {
  background: #fff;
  border: solid 1px #ff7f00;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  width: 195px;
  padding: 20px 0;
  color: #ff7f00;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #downloads .list-4column .article_wrap article .text .btn a {
    width: 98%;
    font-size: 1.2rem;
  }
}
#downloads .list-4column .article_wrap article .text .btn a:hover {
  background: #ff7f00;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #downloads main {
    margin-top: 60px;
  }
}
#downloads .list {
  margin-bottom: 2rem;
}

#downloads .list h2 {
  border-bottom: solid 2px #005cc2;
  margin-bottom: 3rem;
  padding-bottom: 1.6rem;
  padding-left: 3rem;
  color: #005cc2;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}

#downloads .list h2:before {
  background: #005cc2;
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}

#downloads .list article {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (max-width: 960px) {
  #downloads .list article {
    flex-wrap: wrap;
  }
}
#downloads .list article figure {
  width: 40.5405405405%;
}

@media screen and (max-width: 960px) {
  #downloads .list article figure {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#downloads .list article .text {
  width: 56.0810810811%;
}

@media screen and (max-width: 960px) {
  #downloads .list article .text {
    width: 100%;
  }
}
#downloads .list article .text h3 {
  margin-bottom: 5px;
  color: #005cc2;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  list-style: 0.35em;
}

@media screen and (max-width: 960px) {
  #downloads .list article .text h3 {
    font-size: 1.5rem;
  }
}
#downloads .list article .text .description {
  margin-bottom: 25px;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  #downloads .list article .text .description {
    font-size: 1.1rem;
  }
}
#downloads .list article .text .btn {
  text-align: right;
}

#downloads .list article .text .btn a {
  background: #fff;
  border: solid 1px #ff7f00;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  width: 195px;
  padding: 20px 0;
  color: #ff7f00;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #downloads .list article .text .btn a {
    width: 100%;
    font-size: 1.1rem;
  }
}
#downloads .list article .text .btn a span {
  display: inline-block;
  padding-right: 1.2rem;
  position: relative;
}

#downloads .list article .text .btn a span:after {
  background: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_download.svg) no-repeat left top/contain;
  content: "";
  display: inline-block;
  width: 7px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#downloads .list article .text .btn a:hover {
  background: #ff7f00;
  color: #fff;
}

#downloads .list article .text .btn a:hover span:after {
  background: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_icon_download_w.svg) no-repeat left top/contain;
}

#downloads .archive_pagenation .pagenation {
  justify-content: space-between;
  flex-flow: row nowrap;
}

#downloads .archive_pagenation .pagenation_more {
  width: 350px;
}

@media screen and (max-width: 960px) {
  #downloads .archive_pagenation .pagenation_more {
    width: 47%;
  }
}
@media screen and (max-width: 960px) {
  #downloads .archive_pagenation .btn01 {
    height: 5rem;
  }
}
#downloads .archive_pagenation .btn01.prev {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_prev.svg);
  background-position: top 50% left 30px;
}

#downloads .archive_pagenation .btn01.prev:hover {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/top/article_arrow_prev_w.svg);
}

.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_header h1,
.hs-tabs__content__panel h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
}

.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_header h3,
.hs-tabs__content__panel h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #ff7f00;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_header h4,
.hs-tabs__content__panel h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

.hs_cos_wrapper_type_rich_text h5,
.hs_cos_wrapper_type_header h5,
.hs-tabs__content__panel h5 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

.hs_cos_wrapper_type_rich_text h6,
.hs_cos_wrapper_type_header h6,
.hs-tabs__content__panel h6 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.75em;
}

.hs_cos_wrapper_type_rich_text ul,
.hs_cos_wrapper_type_header ul,
.hs-tabs__content__panel ul {
  padding: 0.5em 0 0.5em 1.2em;
}

.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_header ul li,
.hs-tabs__content__panel ul li {
  list-style: disc;
}

.hs_cos_wrapper_type_rich_text ol,
.hs_cos_wrapper_type_header ol,
.hs-tabs__content__panel ol {
  padding: 0.5em 0 0.5em 1.2em;
}

.hs_cos_wrapper_type_rich_text ol li,
.hs_cos_wrapper_type_header ol li,
.hs-tabs__content__panel ol li {
  list-style: decimal;
}

.hs_cos_wrapper_type_rich_text li,
.hs_cos_wrapper_type_header li,
.hs-tabs__content__panel li {
  font-size: 1.4rem;
  line-height: 1.5;
}

.hs_cos_wrapper_type_rich_text li:not(:last-child),
.hs_cos_wrapper_type_header li:not(:last-child),
.hs-tabs__content__panel li:not(:last-child) {
  margin-bottom: 0.5em;
}

.hs_cos_wrapper_type_rich_text h1 a, .hs_cos_wrapper_type_rich_text h2 a, .hs_cos_wrapper_type_rich_text h3 a, .hs_cos_wrapper_type_rich_text h4 a, .hs_cos_wrapper_type_rich_text h5 a, .hs_cos_wrapper_type_rich_text h6 a, .hs_cos_wrapper_type_rich_text p a, .hs_cos_wrapper_type_rich_text li a,
.hs_cos_wrapper_type_header h1 a,
.hs_cos_wrapper_type_header h2 a,
.hs_cos_wrapper_type_header h3 a,
.hs_cos_wrapper_type_header h4 a,
.hs_cos_wrapper_type_header h5 a,
.hs_cos_wrapper_type_header h6 a,
.hs_cos_wrapper_type_header p a,
.hs_cos_wrapper_type_header li a,
.hs-tabs__content__panel h1 a,
.hs-tabs__content__panel h2 a,
.hs-tabs__content__panel h3 a,
.hs-tabs__content__panel h4 a,
.hs-tabs__content__panel h5 a,
.hs-tabs__content__panel h6 a,
.hs-tabs__content__panel p a,
.hs-tabs__content__panel li a {
  text-decoration: underline;
}

.hs_cos_wrapper_type_rich_text h1 a:hover, .hs_cos_wrapper_type_rich_text h2 a:hover, .hs_cos_wrapper_type_rich_text h3 a:hover, .hs_cos_wrapper_type_rich_text h4 a:hover, .hs_cos_wrapper_type_rich_text h5 a:hover, .hs_cos_wrapper_type_rich_text h6 a:hover, .hs_cos_wrapper_type_rich_text p a:hover, .hs_cos_wrapper_type_rich_text li a:hover,
.hs_cos_wrapper_type_header h1 a:hover,
.hs_cos_wrapper_type_header h2 a:hover,
.hs_cos_wrapper_type_header h3 a:hover,
.hs_cos_wrapper_type_header h4 a:hover,
.hs_cos_wrapper_type_header h5 a:hover,
.hs_cos_wrapper_type_header h6 a:hover,
.hs_cos_wrapper_type_header p a:hover,
.hs_cos_wrapper_type_header li a:hover,
.hs-tabs__content__panel h1 a:hover,
.hs-tabs__content__panel h2 a:hover,
.hs-tabs__content__panel h3 a:hover,
.hs-tabs__content__panel h4 a:hover,
.hs-tabs__content__panel h5 a:hover,
.hs-tabs__content__panel h6 a:hover,
.hs-tabs__content__panel p a:hover,
.hs-tabs__content__panel li a:hover {
  text-decoration: none;
}

.hs_cos_wrapper_type_rich_text blockquote,
.hs_cos_wrapper_type_header blockquote,
.hs-tabs__content__panel blockquote {
  border-left: #ccc solid 2px;
  padding-left: 2em;
}

a.hs-button {
  align-items: center;
  background-color: #fff;
  border-radius: 35px;
  color: #000;
  display: flex;
  flex-flow: row nowrap;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  letter-spacing: normal;
  width: 100%;
  padding: 0 3em;
}

/*==================================================================
    #beplayer
===================================================================*/
/*==================================================================
   #beplayer モーダル
===================================================================*/
#beplayer .tab_area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}

/* #beplayer .tab_area .content{
  width: 365px; 
} */
#beplayer .tab_area .content .contents__item {
  display: inline-block;
  background: #fff;
  height: 210px;
  width: 100%;
  padding: 30px 28px 40px 28px;
}

@media screen and (max-width: 960px) {
  #beplayer .tab_area .content .contents__item {
    height: auto;
  }
}
#beplayer .content {
  position: relative;
  background: #fff;
  margin-bottom: 12px;
}

#beplayer .contents__item {
  box-sizing: border-box;
  border: 2px solid #fff;
}

#beplayer .contents__item:hover {
  border: 2px solid #30af79;
}

#beplayer .contents__item .text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 61px 61px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
  transition: all 0.2s ease;
}

#beplayer .contents__item:hover .text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 61px 61px;
  border-color: transparent transparent #30af79 transparent;
  z-index: 3;
}

#beplayer .content .text {
  color: #000;
  line-height: 2.4rem;
}

#beplayer .content .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

#beplayer .content .material {
  margin-bottom: 10px;
}

#beplayer .content .material p span {
  color: #30AF79;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

#beplayer .contents__item .text .icon-open {
  box-sizing: border-box;
  content: "";
  display: block;
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_plus.svg);
  background-size: cover;
  height: 18px;
  width: 18px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  z-index: 5;
}

#beplayer .contents__item:hover .text .icon-open {
  background-image: url(https://22533763.fs1.hubspotusercontent-na1.net/hubfs/22533763/img/common/icon_plus_hover.svg);
}

/* これが無いとモーダルウィンドウ表示の際に余白が出る */
* {
  margin: 0;
  padding: 0;
}

.js-modal-close {
  position: absolute;
  top: 0;
  right: 0;
}

#beplayer {
  /* モーダル全体(背景＋本体) */
  /* モーダル背景 */
  /* モーダル本体 */
}

#beplayer .modal {
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
}

#beplayer .modal-position {
  position: fixed;
  top: 0;
}

#beplayer .modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to bottom right, #4BB48F, #5BCBC6);
  background-size: cover;
  opacity: 0.7;
}

/* @media screen and (max-width: 960px) {
  #beplayer .modal-bg {
      background-color: #555;
  }
} */
#beplayer .modal-content {
  padding: 50px 80px 66px;
  background: white;
  width: 1100px;
  max-height: 92%;
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content {
    width: 92vw;
    height: 90%;
    padding: 10vw 4vw;
  }
}
#beplayer .modal-content .modal-scroll {
  /*   overflow: auto; */
  /* max-height: 700px; */
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .modal-scroll {
    max-height: none;
  }
}
#beplayer .modal-content .m-logo {
  margin: 0 auto 56px;
  width: 218px;
}

#beplayer .modal-content .m-logo img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-logo {
    margin-bottom: 8vw;
  }
}
#beplayer .modal-content .m-productname {
  color: #59AC7D;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
}

#beplayer .modal-content .m-productname span.name-small {
  font-size: 2.3rem;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-productname {
    font-size: 2.4rem;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  #beplayer .modal-content .m-productname span.name-small {
    font-size: 1.8rem;
  }
}
#beplayer .modal-content .m-textbox {
  line-height: 1.875;
  margin-bottom: 33px;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-textbox {
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
#beplayer .modal-content .m-item {
  display: flex;
  /*   margin-bottom: 9px; */
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-item {
    flex-direction: column;
  }
}
#beplayer .modal-content .m-item__inner {
  width: 49.2%;
  background-color: #f5f5f5;
  padding: 24px 30px;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-item__inner {
    width: 100%;
  }
}
#beplayer .modal-content .m-item__inner2 {
  width: 100%;
  margin-bottom: 20px;
}

#beplayer .modal-content .m-item__inner2 .link-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  float: left;
  margin-right: 17px;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-item__inner2 .link-ttl {
    float: none;
    margin-bottom: 10px;
  }
}
#beplayer .modal-content .m-item__inner2 .ttl-2line {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-item__inner2 .ttl-2line {
    margin-bottom: 8px;
  }
}
#beplayer .modal-content .m-item__inner2 .ttl-4line {
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-item__inner2 .ttl-4line {
    margin-bottom: 8px;
  }
}
#beplayer .modal-content .m-item__inner2 .txt-4line {
  padding-top: 10px;
}

#beplayer .modal-content .m-item__inner2 p.link-txt {
  font-size: 1.4rem;
}

#beplayer .modal-content .m-item__inner2 a {
  color: #888888;
  position: relative;
  line-height: 1.8;
}

#beplayer .modal-content .m-item__inner2 a:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #888888;
}

#beplayer .modal-content .m-item__inner2 .link-icon {
  position: relative;
}

#beplayer .modal-content .m-item__inner2 .link-icon:before {
  box-sizing: border-box;
  content: "";
  display: block;
  background-image: url(../img/beplayer/icon_window.svg);
  background-size: cover;
  height: 11px;
  width: 15px;
  position: absolute;
  left: 5px;
  top: calc(50% - 5.5px);
}

#beplayer .modal-content .m-item__inner2 .item-center {
  text-align: center;
  margin-top: 25px;
}

#beplayer .modal-content .m-item .margin-bottom-none {
  margin-bottom: 0;
}

#beplayer .modal-content .m-item__box .item-ttl {
  color: #59AC7D;
  font-size: 1.6rem;
  font-weight: bold;
  /*   padding-left: 20px;
    margin-right: 11px; */
  margin-bottom: 6px;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-item__box .item-ttl {
    font-size: 1.5rem;
    /*     padding-left: 18px; */
    margin-bottom: 2px;
    line-height: 1.4;
  }
}
#beplayer .modal-content .m-item__box .item-ttl:before {
  box-sizing: border-box;
  content: "";
  display: block;
  background-image: url(../img/beplayer/icon_arrow_bl.svg);
  background-size: cover;
  height: 16px;
  width: 12px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-item__box .item-ttl:before {
    height: 15px;
    width: 11px;
    top: 2px;
  }
}
#beplayer .modal-content .m-item__box p {
  line-height: 1.6;
}

#beplayer .modal-content .m-url_link {
  color: #000;
  line-height: 1.6;
  margin: 18px 10px 28px;
}

#beplayer .modal-content .m-url_link span {
  display: inline-block;
  font-weight: bold;
  padding-right: 12px;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-url_link span {
    margin-bottom: 8px;
  }
}
#beplayer .modal-content .m-url_link a {
  color: #888;
}

#beplayer .modal-content .m-url_link a:hover {
  padding-bottom: 3px;
  border-bottom: 1px solid #888888;
}

#beplayer .modal-content .m-otoiawase {
  background-color: #f5f5f5;
  padding: 24px 30px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-otoiawase {
    flex-direction: column;
    padding: 20px 24px;
  }
}
#beplayer .modal-content .m-otoiawase .otoiawase-ttl {
  width: 17%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-otoiawase .otoiawase-ttl {
    width: 100%;
  }
}
#beplayer .modal-content .m-otoiawase .otoiawase-ttl p {
  color: #000;
  font-weight: bold;
}

#beplayer .modal-content .m-otoiawase .otoiawase-txt {
  width: 83%;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .m-otoiawase .otoiawase-txt {
    width: 100%;
  }
}
#beplayer .modal-content .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media screen and (max-width: 960px) {
  #beplayer .modal-content .close-btn {
    top: 4vw;
    right: 4vw;
  }
  #beplayer .modal-content .close-btn img {
    width: 5vw;
  }
}
/*==================================================================
   #beplayer tab
===================================================================*/
#beplayer .tab_btn {
  display: flex;
}

#beplayer .tab_btn li {
  display: block;
  width: 100%;
}

#beplayer .tab_btn li a {
  position: relative;
  color: #000;
  font-weight: bold;
  width: 100%;
  min-height: 120px;
  display: inline-block;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.35);
}

#beplayer .tab_btn li a span.tab-title {
  text-align: center;
  font-size: 14px;
  line-height: 2.2rem;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 960px) {
  #beplayer .tab_btn li a span.tab-title {
    font-size: 16px;
    line-height: 2.4rem;
  }
}
#beplayer .tab_btn li a span.small {
  font-size: 12px;
}

#beplayer .tab_btn li a:hover {
  color: #59AC7D;
  box-sizing: border-box;
  border: 2px solid #59AC7D;
}

#beplayer .tab_btn li.active {
  position: relative;
}

#beplayer .tab_btn li.active::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #59AC7D transparent transparent transparent;
  z-index: 2;
}

#beplayer .tab_btn li.active a {
  color: #fff;
  background: #59AC7D;
  border: 2px solid #59AC7D;
}

#beplayer .tab_area {
  display: none;
  opacity: 0;
}

#beplayer .tab_area.is-active {
  display: block;
  animation-name: displayAnime_tab;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime_tab {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */