body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img,
video {
  font-size: 0;
  line-height: 0;
}
body {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  line-height: 1;
  font-weight: 500;
}
main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
img {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-mpc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-mpc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .is-mpc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
.c-btn-top {
  position: fixed;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn-top {
    bottom: 50px;
    right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-top {
    bottom: 4.166666666666666vw;
    right: 4.166666666666666vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-top {
    bottom: 5.128205128205128vw;
    right: 0vw;
  }
}
.c-btn-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.c-btn-top p {
  background: #0070c0;
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn-top p {
    border-radius: 8px;
    width: 120px;
    height: 64px;
    padding-top: 42px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-top p {
    width: 10vw;
    height: 5.333333333333334vw;
    padding-top: 3.5vw;
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-top p {
    border-radius: 2.051282051282051vw;
    width: 15.384615384615385vw;
    height: 15.384615384615385vw;
    padding-top: 9.487179487179487vw;
    font-size: 3.076923076923077vw;
  }
}
.c-btn-top p::after {
  content: '';
  position: absolute;
  background: url("/research/assets/images/common/arw_t.png") left top no-repeat;
  background-size: 100% auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn-top p::after {
    width: 20px;
    height: 23px;
    top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-top p::after {
    width: 1.666666666666667vw;
    height: 1.916666666666667vw;
    top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-top p::after {
    width: 3.589743589743589vw;
    height: 4.358974358974359vw;
    top: 3.589743589743589vw;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-top p:hover::after {
    top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-top p:hover::after {
    top: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-top p:hover::after {
    top: 4.615384615384616vw;
  }
}
.c-btn-gray {
  width: 100%;
}
.c-btn-gray a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #f0f3f5;
  color: #232323;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-btn-gray a {
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 16px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-gray a {
    padding-top: 1.666666666666667vw;
    padding-bottom: 1.666666666666667vw;
    border-radius: 1.333333333333333vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-gray a {
    padding-top: 10.256410256410255vw;
    padding-bottom: 10.256410256410255vw;
    border-radius: 4.102564102564102vw;
    font-size: 4.102564102564102vw;
  }
}
.c-btn-gray a::after {
  content: "";
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-btn-gray a::after {
    margin-left: 6px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-gray a::after {
    margin-left: 0.5vw;
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-gray a::after {
    margin-left: 1.538461538461539vw;
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
  }
}
.c-btn-gray.-pdf a::after {
  background: url("/research/assets/images/common/ico_pdf.svg") no-repeat center;
  background-size: contain;
}
.c-btn-gray.-pdf:hover a::after {
  background: url("/research/assets/images/common/ico_pdf_w.svg") no-repeat center;
  background-size: contain;
}
.c-btn-gray.-blank a::after {
  background: url("/research/assets/images/common/ico_window.svg") no-repeat center;
  background-size: contain;
}
.c-btn-gray.-blank:hover a::after {
  background: url("/research/assets/images/common/ico_window_w.svg") no-repeat center;
  background-size: contain;
}
.c-btn-gray:hover a {
  background: #0070c0;
  color: #fff;
}
.c-btn-list {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  text-align: center;
  color: #232323;
}
@media screen and (min-width: 768px) {
  .c-btn-list {
    width: 520px;
    height: 72px;
    margin-top: 48px;
    border: 2px solid #e5e5ea;
    border-radius: 72px;
    line-height: 72px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-list {
    width: 43.333333333333336vw;
    height: 6vw;
    margin-top: 4vw;
    line-height: 6vw;
    font-size: 1.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-list {
    width: 100%;
    height: 13.333333333333334vw;
    margin-top: 6.153846153846154vw;
    border: 0.512820512820513vw solid #e5e5ea;
    border-radius: 13.333333333333334vw;
    line-height: 13.333333333333334vw;
    font-size: 4.102564102564102vw;
  }
}
.c-btn-list::after {
  content: "";
  position: absolute;
  background: url("/research/assets/images/common/arw_h.png") left top no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-btn-list::after {
    width: 16px;
    height: 16px;
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-btn-list::after {
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
    right: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-list::after {
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
    right: 6.666666666666667vw;
  }
}
.c-btn-list:hover {
  background: #5091ee;
  color: #fff;
}
.c-btn-list:hover::after {
  background: url("/research/assets/images/common/arw_h_w.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .c-hover-opacity {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c-hover-opacity:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .c-hover-line span {
    display: inline !important;
    padding-bottom: 0.5vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#232323), to(#232323));
    background-image: linear-gradient(#232323, #232323);
    background-position: 0 bottom;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.5s;
    transition: background-size 0.5s;
  }
  .c-hover-line.-white01 span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(#fff, #fff);
  }
  .c-hover-line.-blue01 span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5091ee), to(#5091ee));
    background-image: linear-gradient(#5091ee, #5091ee);
  }
  .c-hover-line.-gray01 span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f5), to(#f0f3f5));
    background-image: linear-gradient(#f0f3f5, #f0f3f5);
  }
  .c-hover-line.-gray02 span {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5ea), to(#e5e5ea));
    background-image: linear-gradient(#e5e5ea, #e5e5ea);
  }
}
.c-hover-line:hover span {
  background-size: 100% 1px;
}
@media screen and (min-width: 768px) {
  .c-hover-btn:hover span::after {
    right: -0.666666666666667vw !important;
  }
}
.c-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list {
    gap: 2vw 0;
  }
}
.c-list_item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #232323;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-list_item {
    width: 49%;
    border: 4px solid #f0f3f5;
    border-radius: 16px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_item {
    border: 0.333333333333333vw solid #f0f3f5;
    border-radius: 1.333333333333333vw;
    padding-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_item {
    width: 100%;
    border: 0.512820512820513vw solid #f0f3f5;
    border-radius: 4.102564102564102vw;
    padding-top: 6.153846153846154vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_item + .c-list_item {
    margin-top: 6.153846153846154vw;
  }
}
.c-list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .c-list_inner {
    width: 508px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_inner {
    width: 42.333333333333336vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_inner {
    width: 79.48717948717949vw;
  }
}
.c-list_head {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-list_head {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_head {
    margin-bottom: 2.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_head {
    margin-bottom: 4.102564102564102vw;
  }
}
.c-list_tag {
  background: #0070c0;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-list_tag {
    width: 115px;
    border-radius: 4px;
    padding: 4px 0;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_tag {
    width: 9.583333333333334vw;
    border-radius: 0.333333333333333vw;
    padding: 0.333333333333333vw 0;
    font-size: 1.166666666666667vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_tag {
    width: 25.64102564102564vw;
    border-radius: 1.025641025641026vw;
    padding: 1.025641025641026vw 0;
    font-size: 3.076923076923077vw;
    margin-bottom: 3.076923076923077vw;
  }
}
.c-list_date {
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-list_date {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_date {
    font-size: 1.166666666666667vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_date {
    font-size: 3.076923076923077vw;
    margin-bottom: 3.076923076923077vw;
  }
}
.c-list_ttl {
  font-weight: 700;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .c-list_ttl {
    min-height: 108px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_ttl {
    min-height: 108px;
    font-size: 1.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_ttl {
    font-size: 4.615384615384616vw;
  }
}
.c-list_body {
  border-top: solid 1px #232323;
  line-height: 1.8;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .c-list_body {
    margin-bottom: 28px;
    padding-top: 28px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_body {
    margin-bottom: 2.333333333333333vw;
    padding-top: 2.333333333333333vw;
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_body {
    margin-bottom: 2.051282051282051vw;
    padding-top: 4.102564102564102vw;
    padding-bottom: 5.128205128205128vw;
    font-size: 3.076923076923077vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_content {
    overflow: hidden;
    -webkit-transition: height 0.3s ease-in-out;
    transition: height 0.3s ease-in-out;
    margin-bottom: 5.128205128205128vw;
  }
  .c-list_content.is-open {
    margin-bottom: 0;
  }
}
.c-list_more {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-list_more {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 5.128205128205128vw;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
    font-size: 3.076923076923077vw;
    margin-top: 2.564102564102564vw;
    padding-top: 7.692307692307693vw;
    padding-right: 5.128205128205128vw;
    text-align: right;
    text-decoration: underline;
    color: #232323;
  }
  .c-list_more::after {
    content: '';
    position: absolute;
    background: url("/research/assets/images/common/arw_v.png") left top no-repeat;
    background-size: 100% auto;
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
    bottom: 0.769230769230769vw;
    right: 0;
  }
  .c-list_more.is-hidden {
    display: none !important;
  }
}
.c-list_bottom a {
  background: #ecf7ff;
  display: block;
  width: 100%;
  position: relative;
  text-align: right;
  color: #232323;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-list_bottom a {
    line-height: 16px;
    padding: 20px 60px 20px 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_bottom a {
    padding: 1.666666666666667vw 5vw 1.666666666666667vw 0 1.666666666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_bottom a {
    text-align: center;
    padding: 3.076923076923077vw 6.153846153846154vw;
    font-size: 4.102564102564102vw;
  }
}
.c-list_bottom a:hover {
  color: #fff;
  background: #5091ee;
}
@media screen and (min-width: 768px) {
  .c-list_bottom a:hover {
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_bottom a:hover {
    padding-right: 4.166666666666666vw;
  }
}
.c-list_bottom a:hover::after {
  background: url("/research/assets/images/common/arw_h_w.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .c-list_bottom a:hover::after {
    right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_bottom a:hover::after {
    right: 2.5vw;
  }
}
.c-list_bottom a::after {
  content: "";
  position: absolute;
  background: url("/research/assets/images/common/arw_h.png") left top no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-list_bottom a::after {
    width: 16px;
    height: 16px;
    right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-list_bottom a::after {
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
    right: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-list_bottom a::after {
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
    right: 6.153846153846154vw;
  }
}
.c-scrollAnim.-anim-fadein {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}
.c-scrollAnim.-anim-fadein.is-show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.c-scrollAnim.-anim-opacity {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.c-scrollAnim.-anim-opacity.is-show {
  opacity: 1;
}
.c-scrollAnim.-anim-grayscale {
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.c-scrollAnim.-anim-grayscale.is-show {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.c-ttl-01 {
  color: #5091ee;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-01 {
    margin-bottom: 60px;
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-ttl-01 {
    margin-bottom: 5vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-01 {
    margin-bottom: 10.256410256410255vw;
    font-size: 6.153846153846154vw;
    line-height: 1.6;
  }
}
.c-ttl-02 {
  color: #232323;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-02 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-top: 2px solid #f0f3f5;
    border-bottom: 2px solid #f0f3f5;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-ttl-02 {
    padding-top: 3.333333333333333vw;
    padding-bottom: 3.333333333333333vw;
    margin-bottom: 5vw;
    font-size: 1.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-02 {
    padding-top: 7.179487179487179vw;
    padding-bottom: 7.179487179487179vw;
    margin-bottom: 10.256410256410255vw;
    border-top: 0.512820512820513vw solid #f0f3f5;
    border-bottom: 0.512820512820513vw solid #f0f3f5;
    font-size: 4.615384615384616vw;
  }
}
.c-ttl-category {
  margin: auto;
  background: #5091ee;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-ttl-category {
    width: 320px;
    height: 66px;
    border-radius: 12px;
    margin-bottom: 48px;
    font-size: 36px;
    line-height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-ttl-category {
    width: 26.666666666666668vw;
    height: 5.5vw;
    border-radius: 1vw;
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-category {
    width: 56.41025641025641vw;
    height: 11.794871794871794vw;
    border-radius: 2.051282051282051vw;
    margin-bottom: 7.179487179487179vw;
    font-size: 6.153846153846154vw;
    line-height: 11.794871794871794vw;
  }
}
.c-ttl-search {
  position: relative;
  color: #232323;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-ttl-search {
    padding-left: 52px;
    border-left: 4px solid #5091ee;
    margin-bottom: 16px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-ttl-search {
    padding-left: 4.333333333333334vw;
    border-left: 0.333333333333333vw solid #5091ee;
    margin-bottom: 1.333333333333333vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-search {
    padding-left: 9.743589743589745vw;
    border-left: 1.025641025641026vw solid #5091ee;
    margin-bottom: 3.076923076923077vw;
    font-size: 4.615384615384616vw;
    font-weight: 700;
  }
}
.c-ttl-search::before {
  content: '';
  position: absolute;
  background: url("/research/assets/images/common/ico_search.png") left top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .c-ttl-search::before {
    width: 24px;
    height: 24px;
    top: 12px;
    left: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-ttl-search::before {
    width: 2vw;
    height: 2vw;
    top: 1vw;
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-search::before {
    width: 4.615384615384616vw;
    height: 4.615384615384616vw;
    top: 2.051282051282051vw;
    left: 3.076923076923077vw;
  }
}
.c-txt-01 {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-txt-01 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt-01 {
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-01 {
    font-size: 3.589743589743589vw;
  }
}
@media screen and (min-width: 768px) {
  .c-txt-01 + .c-txt-01 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt-01 + .c-txt-01 {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-01 + .c-txt-01 {
    margin-top: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .c-txt-01 + .c-txt-02 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt-01 + .c-txt-02 {
    margin-top: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-01 + .c-txt-02 {
    margin-top: 3.076923076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .c-txt-01 + .c-txt-note {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt-01 + .c-txt-note {
    margin-top: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-01 + .c-txt-note {
    margin-top: 3.076923076923077vw;
  }
}
.c-txt-02 {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-txt-02 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt-02 {
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-02 {
    font-size: 3.076923076923077vw;
  }
}
.c-txt-note {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .c-txt-note {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt-note {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-note {
    font-size: 2.564102564102564vw;
  }
}
.c-txt-center {
  text-align: center;
}
.c-txt-right {
  text-align: right;
}
.c-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .c-txt-mt16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-txt-mt16 {
    margin-top: 1.333333333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .c-txt-mt16 {
    margin-top: 3.076923076923077vw !important;
  }
}
.m-thumb-movie {
  position: relative;
  cursor: pointer;
}
.m-thumb-movie .c-icon-movie {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 14.0625%;
  height: 0;
  padding-top: 14.0625%;
}
@media screen and (min-width: 768px) {
  .m-thumb-movie:hover .c-icon-movie > .c-icon-movie_circle > circle {
    -webkit-animation: circle 1s both;
    animation: circle 1s both;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  31% {
    stroke-dasharray: 0 167;
    opacity: 0.5;
  }
  100% {
    stroke-dasharray: 167 167;
  }
}
@keyframes circle {
  0% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  31% {
    stroke-dasharray: 0 167;
    opacity: 0.5;
  }
  100% {
    stroke-dasharray: 167 167;
  }
}
.b-breadcrumbs {
  background: #ecf7ff;
  width: 100%;
}
.b-breadcrumbs_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b-breadcrumbs_list {
    max-width: 1280px;
    padding: 20px 40px;
    gap: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-breadcrumbs_list {
    padding: 1.666666666666667vw 3.333333333333333vw;
    gap: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .b-breadcrumbs_list {
    padding: 4.102564102564102vw;
    gap: 3.076923076923077vw;
  }
}
.b-breadcrumbs_list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .b-breadcrumbs_list li {
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-breadcrumbs_list li {
    padding-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .b-breadcrumbs_list li {
    padding-right: 6.153846153846154vw;
  }
}
.b-breadcrumbs_list li::after {
  content: "";
  position: absolute;
  background: url("/research/assets/images/common/arw_h.png") left top no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .b-breadcrumbs_list li::after {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-breadcrumbs_list li::after {
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .b-breadcrumbs_list li::after {
    width: 3.076923076923077vw;
    height: 3.076923076923077vw;
  }
}
.b-breadcrumbs_list li:last-child::after {
  content: none;
}
.b-breadcrumbs_list a,
.b-breadcrumbs_list span {
  display: block;
  color: #232323;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .b-breadcrumbs_list a,
  .b-breadcrumbs_list span {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-breadcrumbs_list a,
  .b-breadcrumbs_list span {
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .b-breadcrumbs_list a,
  .b-breadcrumbs_list span {
    font-size: 3.076923076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .b-breadcrumbs_list a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .b-copyright {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .b-copyright {
    padding-bottom: 7.692307692307693vw;
  }
}
.b-copyright p {
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .b-copyright p {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .b-copyright p {
    font-size: 2.307692307692308vw;
  }
}
#footer {
  background: #5a5252;
  width: 100%;
}
.b-footer {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b-footer {
    max-width: 1280px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-footer {
    padding: 0 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .b-footer {
    width: 91.7948717948718vw;
  }
}
.b-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b-header {
    height: 128px;
    border-bottom: 4px solid #5091ee;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-header {
    height: 10.666666666666668vw;
  }
}
@media screen and (max-width: 767px) {
  .b-header {
    height: 15.897435897435896vw;
    border-bottom: 0.512820512820513vw solid #5091ee;
  }
}
.b-header_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b-header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1840px;
    padding-left: 20px;
    padding-right: 144px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-header_wrap {
    padding-left: 1.666666666666667vw;
    padding-right: 7.000000000000001vw;
  }
}
@media screen and (min-width: 768px) {
  .b-header_logo {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-header_logo {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .b-header_logo {
    margin-top: 0;
  }
}
.b-header_logo a {
  display: block;
}
@media screen and (min-width: 768px) {
  .b-header_logo a {
    width: 270px;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .b-header_logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-header_logo a {
    width: 22.5vw;
  }
}
@media screen and (max-width: 767px) {
  .b-header_logo a {
    width: 48.205128205128204vw;
  }
}
@media screen and (min-width: 768px) {
  .b-header_btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .b-header_btn {
    background: #f0f3f5;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 15.384615384615385vw;
    height: 15.384615384615385vw;
  }
  .b-header_btn span {
    position: absolute;
    background-color: #232323;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s, transform 0.5s, opacity 0.5s;
    transition: top 0.5s, transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    width: 6.666666666666667vw;
    height: 0.512820512820513vw;
  }
  .b-header_btn span:nth-of-type(1) {
    top: 5.128205128205128vw;
  }
  .b-header_btn span:nth-of-type(2) {
    top: 7.179487179487179vw;
  }
  .b-header_btn span:nth-of-type(3) {
    top: 9.230769230769232vw;
  }
}
@media screen and (max-width: 767px) {
  .is-navopen .b-header_btn span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: 7.179487179487179vw;
  }
  .is-navopen .b-header_btn span:nth-of-type(2) {
    opacity: 0;
  }
  .is-navopen .b-header_btn span:nth-of-type(3) {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    top: auto;
    bottom: 7.692307692307693vw;
  }
}
@media screen and (max-width: 767px) {
  .is-navopen .header-inner {
    display: block;
  }
}
.header-inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1198px;
    min-width: 814px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-inner {
    width: 67.83333333333333vw;
    min-width: 67.83333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: calc(100% - 15.897435897435896vw);
    background: #fff;
    z-index: 999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 23.589743589743588vw;
    padding-bottom: 23.589743589743588vw;
    padding-left: 6.153846153846154vw;
    padding-right: 6.153846153846154vw;
    border-bottom: 0.512820512820513vw solid #5091ee;
  }
}
.header-nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-nav {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 884px;
    min-width: 538px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav {
    width: 44.83333333333333vw;
    min-width: 44.83333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
  }
}
.header-nav_item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-nav_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-nav_item + .header-nav_item::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background: #232323;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav_item {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .header-nav_item {
    border-bottom: 1px solid #e5e5ea;
  }
}
.header-nav_item:last-child a {
  white-space: nowrap;
}
.header-nav_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #232323;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-nav_item > a {
    margin: auto;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
  .header-nav_item > a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav_item > a {
    font-size: 1.166666666666667vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .header-nav_item > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 3.076923076923077vw;
    padding-bottom: 3.076923076923077vw;
    font-size: 4.615384615384616vw;
  }
  .header-nav_item > a::after {
    content: "";
    position: absolute;
    background: url("/research/assets/images/common/arw_h.png") left top no-repeat;
    background-size: 100% auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 6.153846153846154vw;
    height: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .header-nav_item > a img {
    margin: auto;
    width: 40px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav_item > a img {
    width: 3.333333333333333vw;
    margin-bottom: 0.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-nav_item > a img {
    width: 10.256410256410255vw;
    margin-right: 6.153846153846154vw;
  }
}
.header-link .header-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list {
    max-width: 314px;
    min-width: 280px;
    margin-top: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list {
    width: 23.333333333333332vw;
    min-width: 23.333333333333332vw;
    margin-top: 2.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list {
    width: 69.23076923076923vw;
    margin: auto;
    margin-top: 4.102564102564102vw;
  }
}
.header-link .header-link-list .header-link-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item {
    font-size: 14px;
  }
  .header-link .header-link-list .header-link-item:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list .header-link-item {
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list .header-link-item {
    font-size: 3.589743589743589vw;
  }
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item + .header-link-item {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list .header-link-item + .header-link-item {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list .header-link-item + .header-link-item {
    margin-left: 15.384615384615385vw;
  }
}
.header-link .header-link-list .header-link-item > a {
  position: relative;
  color: #232323;
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item > a {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list .header-link-item > a {
    padding-right: 1.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list .header-link-item > a {
    padding-right: 5.128205128205128vw;
  }
}
.header-link .header-link-list .header-link-item > a::after {
  content: "";
  position: absolute;
  background: url("/research/assets/images/common/arw_h.png") left top no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item > a::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list .header-link-item > a::after {
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list .header-link-item > a::after {
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
  }
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item > span:hover {
    text-decoration: underline;
  }
}
.header-link .header-link-list .header-link-item.-lang {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item.-lang {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list .header-link-item.-lang {
    padding-left: 1.666666666666667vw;
    padding-right: 1.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list .header-link-item.-lang {
    padding-left: 5.128205128205128vw;
    padding-right: 5.128205128205128vw;
  }
}
.header-link .header-link-list .header-link-item.-lang.is-active .header-lang {
  display: block !important;
  pointer-events: auto;
}
.header-link .header-link-list .header-link-item.-lang.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.header-link .header-link-list .header-link-item.-lang::before {
  content: "";
  position: absolute;
  background: url("/research/assets/images/common/ico_lang.svg") left top no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item.-lang::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list .header-link-item.-lang::before {
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list .header-link-item.-lang::before {
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
  }
}
.header-link .header-link-list .header-link-item.-lang::after {
  content: "";
  position: absolute;
  background: url("/research/assets/images/common/arw_v.png") left top no-repeat;
  background-size: 100% auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .header-link .header-link-list .header-link-item.-lang::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-link .header-link-list .header-link-item.-lang::after {
    width: 1.333333333333333vw;
    height: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header-link .header-link-list .header-link-item.-lang::after {
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
  }
}
.header-lang {
  display: none;
  pointer-events: none;
  position: absolute;
  background: #fff;
  overflow: hidden;
  z-index: 100;
  left: 0;
  border: 1px solid #232323;
}
@media screen and (min-width: 768px) {
  .header-lang {
    width: 106px;
    top: 24px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .header-lang {
    width: 27.17948717948718vw;
    top: 6.153846153846154vw;
    border-radius: 1.025641025641026vw;
  }
}
.header-lang li a {
  display: block;
  color: #232323;
  background: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .header-lang li a {
    padding: 6px 10px;
    font-size: 12px;
  }
  .header-lang li a:hover {
    background: #ecf7ff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-lang li a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .header-lang li a {
    padding: 1.538461538461539vw 2.564102564102564vw;
    font-size: 3.076923076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .header-form {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-form {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .header-form {
    position: absolute;
    top: 6.153846153846154vw;
    left: 6.153846153846154vw;
  }
}
.header-form input:focus,
.header-form textarea:focus,
.header-form button:focus {
  outline: none;
}
.searchandfilter div {
  width: 100%;
  position: relative;
}
.searchandfilter div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.searchandfilter div ul li:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}
.searchandfilter div ul li:first-child input {
  color: #232323;
  background: #f0f3f5;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .searchandfilter div ul li:first-child input {
    width: 100%;
    max-width: 270px;
    height: 44px;
    padding-left: 17px;
    font-size: 14px;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .searchandfilter div ul li:first-child input {
    height: 3.666666666666667vw;
    padding-left: 1.416666666666667vw;
    font-size: 1.166666666666667vw;
    border-radius: 0.666666666666667vw 0 0 0.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .searchandfilter div ul li:first-child input {
    width: 76.41025641025641vw;
    max-width: 76.41025641025641vw;
    height: 11.282051282051283vw;
    padding-left: 4.358974358974359vw;
    font-size: 3.589743589743589vw;
    border-radius: 2.051282051282051vw 0 0 2.051282051282051vw;
  }
}
.searchandfilter div ul li:last-child input {
  border: none;
  text-indent: -9999px;
  background: #232323 url("/research/assets/images/common/ico_search_w.png") center center no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .searchandfilter div ul li:last-child input {
    width: 44px;
    height: 44px;
    border-radius: 0 8px 8px 0;
    background-size: 22px auto;
  }
  .searchandfilter div ul li:last-child input:hover {
    background: #0070c0 url("/research/assets/images/common/ico_search_w.png") center center no-repeat;
    background-size: 22px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .searchandfilter div ul li:last-child input {
    width: 3.666666666666667vw;
    height: 3.666666666666667vw;
    border-radius: 0 0.666666666666667vw 0.666666666666667vw 0;
    background-size: 1.833333333333333vw auto;
  }
}
@media screen and (max-width: 767px) {
  .searchandfilter div ul li:last-child input {
    width: 11.282051282051283vw;
    height: 11.282051282051283vw;
    border-radius: 0 2.051282051282051vw 2.051282051282051vw 0;
    background-size: 5.641025641025641vw auto;
  }
}
.searchandfilter li {
  padding-right: 0px !important;
}
.b-main {
  position: relative;
  background: #fff;
}
.b-main_inner {
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .b-main_inner {
    max-width: 1280px;
    padding: 80px 40px 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-main_inner {
    padding: 6.666666666666667vw 3.333333333333333vw 10vw;
  }
}
@media screen and (max-width: 767px) {
  .b-main_inner {
    width: 91.7948717948718vw;
    padding-top: 15.384615384615385vw;
    padding-bottom: 20.51282051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .b-main.-narrow .b-main_inner {
    max-width: 920px;
  }
}
.b-pagination {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .b-pagination {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-pagination {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .b-pagination {
    margin-top: 10.256410256410255vw;
  }
}
.b-pagination .b-pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .b-pagination .b-pagination-list {
    gap: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-pagination .b-pagination-list {
    gap: 0.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .b-pagination .b-pagination-list {
    gap: 1.538461538461539vw;
  }
}
.b-pagination .b-pagination-list li a,
.b-pagination .b-pagination-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #d1d1d6;
  color: #d1d1d6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .b-pagination .b-pagination-list li a,
  .b-pagination .b-pagination-list li span {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-pagination .b-pagination-list li a,
  .b-pagination .b-pagination-list li span {
    width: 3.666666666666667vw;
    height: 3.666666666666667vw;
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .b-pagination .b-pagination-list li a,
  .b-pagination .b-pagination-list li span {
    width: 10.256410256410255vw;
    height: 10.256410256410255vw;
    font-size: 3.076923076923077vw;
  }
}
.b-pagination .b-pagination-list li a.current,
.b-pagination .b-pagination-list li span.current {
  border: 1px solid #232323;
  color: #232323;
}
@media screen and (min-width: 768px) {
  .b-pagination .b-pagination-list li a:hover {
    opacity: 0.6;
  }
}
.b-pagination .b-pagination-list li .extend {
  border: none;
}
@media screen and (min-width: 768px) {
  .b-pagination .b-pagination-list li .extend {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-pagination .b-pagination-list li .extend {
    font-size: 2.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .b-pagination .b-pagination-list li .extend {
    font-size: 4.102564102564102vw;
  }
}
.b-pagination .b-pagination-list li .nextpostslink {
  border: none;
  position: relative;
  left: 0;
  background: url("/research/assets/images/common/arw_h.png") center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .b-pagination .b-pagination-list li .nextpostslink {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-pagination .b-pagination-list li .nextpostslink {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .b-pagination .b-pagination-list li .nextpostslink {
    width: 6.153846153846154vw;
    height: 6.153846153846154vw;
  }
}
.b-pagination .b-pagination-list li .previouspostslink {
  border: none;
  position: relative;
  right: 0;
  background: url("/research/assets/images/common/arw_h.png") center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .b-pagination .b-pagination-list li .previouspostslink {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .b-pagination .b-pagination-list li .previouspostslink {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .b-pagination .b-pagination-list li .previouspostslink {
    width: 6.153846153846154vw;
    height: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .b-section + .b-section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b-section + .b-section {
    margin-top: 10.256410256410255vw;
  }
}
.u-color-black {
  color: #232323;
}
.u-color-white {
  color: #fff;
}
.u-color-blue {
  color: #5091ee;
}
.u-color-red {
  color: #db1418;
}
.-fadein,
.-fadein [class*='u-delay-'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.5s;
  transition-duration: 0.8s, 0.5s;
  -webkit-transition-timing-function: ease, ease;
  transition-timing-function: ease, ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .-fadein,
  .-fadein [class*='u-delay-'] {
    -webkit-transform: translateY(3.333333333333333vw);
    transform: translateY(3.333333333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .-fadein,
  .-fadein [class*='u-delay-'] {
    -webkit-transform: translateY(5.128205128205128vw);
    transform: translateY(5.128205128205128vw);
  }
}
.-fadein.is-show,
.-fadein.is-show [class*='u-delay-'],
.is-show .-fadein {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.u-font-notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.u-delay-1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-1 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
.u-delay-2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
.u-delay-3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
.u-delay-4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-4 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
.u-delay-5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-5 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
.u-delay-6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-6 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
}
.u-delay-7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-7 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
}
.u-delay-8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-8 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
}
.u-delay-9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-9 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
.u-delay-10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}
.u-delay-11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-11 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
}
.u-delay-12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-12 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
}
.u-delay-13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-13 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
}
.u-delay-14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-14 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
}
.u-delay-15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-15 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
.u-delay-16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-16 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
}
.u-delay-17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-17 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
}
.u-delay-18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-18 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
}
.u-delay-19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-19 {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
}
.u-delay-20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-20 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
}
.u-delay-21 {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-21 {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
}
.u-delay-22 {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-22 {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
}
.u-delay-23 {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-23 {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
}
.u-delay-24 {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-24 {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
  }
}
.u-delay-25 {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-25 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
  }
}
.u-delay-26 {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-26 {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
  }
}
.u-delay-27 {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-27 {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
}
.u-delay-28 {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-28 {
    -webkit-transition-delay: 2.8s;
    transition-delay: 2.8s;
  }
}
.u-delay-29 {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-29 {
    -webkit-transition-delay: 2.9s;
    transition-delay: 2.9s;
  }
}
.u-delay-30 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
@media screen and (min-width: 768px) {
  .u-delay-p-30 {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
}
.p-about .c-btn-gray {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about .c-btn-gray {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-about .c-btn-gray {
    margin-top: 3.333333333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-about .c-btn-gray {
    margin-top: 10.256410256410255vw !important;
  }
}
.p-about-photo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-about-photo {
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-about-photo {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about-photo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .p-about-photo_img {
    width: 408px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-about-photo_img {
    width: 34vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about-photo_img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-about-photo_name {
    width: 432px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-about-photo_name {
    width: 36vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about-photo_name {
    width: 100%;
  }
}
.p-contact-map {
  width: 100%;
}
.p-datail_category {
  margin: auto;
  background: #5091ee;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-datail_category {
    width: 180px;
    height: 37px;
    border-radius: 4px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-datail_category {
    width: 15vw;
    height: 3.083333333333333vw;
    border-radius: 0.333333333333333vw;
    margin-bottom: 2.666666666666667vw;
    font-size: 1.5vw;
    line-height: 3.083333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-datail_category {
    width: 41.53846153846154vw;
    height: 8.717948717948717vw;
    border-radius: 1.025641025641026vw;
    margin-bottom: 6.153846153846154vw;
    font-size: 4.102564102564102vw;
    line-height: 8.717948717948717vw;
  }
}
.p-datail_ttl {
  color: #232323;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-datail_ttl {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-datail_ttl {
    font-size: 3vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-datail_ttl {
    font-size: 6.153846153846154vw;
    margin-bottom: 10.256410256410255vw;
  }
}
.p-detail-centents {
  font-weight: 500;
  line-height: 1.4;
  color: #232323;
}
@media screen and (min-width: 768px) {
  .p-detail-centents {
    border-top: 2px solid #f0f3f5;
    border-bottom: 2px solid #f0f3f5;
    padding: 60px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents {
    padding: 5vw 0;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents {
    padding: 7.179487179487179vw 0;
    border-top: 0.512820512820513vw solid #f0f3f5;
    border-bottom: 0.512820512820513vw solid #f0f3f5;
    font-size: 4.102564102564102vw;
  }
}
.p-detail-centents a {
  color: #232323;
  text-decoration: underline;
}
.p-detail-centents .detail-ttl-01 {
  position: relative;
  color: #232323;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-ttl-01 {
    padding-left: 24px;
    border-left: 4px solid #5091ee;
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-ttl-01 {
    padding-left: 2vw;
    border-left: 0.333333333333333vw solid #5091ee;
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-ttl-01 {
    padding-left: 3.076923076923077vw;
    border-left: 1.025641025641026vw solid #5091ee;
    margin-top: 8.205128205128204vw;
    margin-bottom: 3.076923076923077vw;
    font-size: 4.102564102564102vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-ttl-01 + .detail-txt-01 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-ttl-01 + .detail-txt-01 {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-ttl-01 + .detail-txt-01 {
    margin-top: 6.153846153846154vw;
  }
}
.p-detail-centents .detail-ttl-02 {
  color: #232323;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-ttl-02 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-ttl-02 {
    font-size: 1.666666666666667vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-ttl-02 {
    font-size: 4.615384615384616vw;
    margin-bottom: 10.256410256410255vw;
  }
}
.p-detail-centents .detail-ttl-03 {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-ttl-03 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-ttl-03 {
    font-size: 1.5vw;
    margin-bottom: 1.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-ttl-03 {
    font-size: 4.102564102564102vw;
    margin-bottom: 5.128205128205128vw;
  }
}
.p-detail-centents .detail-txt-01 {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-01 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-01 {
    font-size: 1.5vw;
    margin-bottom: 1.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-01 {
    font-size: 4.102564102564102vw;
    margin-bottom: 3.076923076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-01.-large {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-01.-large {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-01.-large {
    margin-bottom: 4.102564102564102vw;
  }
}
.p-detail-centents .detail-txt-02 {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-02 {
    font-size: 14px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-02 {
    font-size: 1.166666666666667vw;
    margin-left: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-02 {
    font-size: 3.589743589743589vw;
    line-height: 1.8;
    margin-left: 2.051282051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-02 + .detail-txt-02 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-02 + .detail-txt-02 {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-02 + .detail-txt-02 {
    margin-top: 2.051282051282051vw;
  }
}
.p-detail-centents .detail-txt-03 {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-03 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-03 {
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-03 {
    font-size: 3.589743589743589vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-03 + .detail-txt-03 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-03 + .detail-txt-03 {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-03 + .detail-txt-03 {
    margin-top: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-03 + .detail-img-01 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-03 + .detail-img-01 {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-03 + .detail-img-01 {
    margin-top: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-txt-03 + .detail-ttl-03 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-txt-03 + .detail-ttl-03 {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-txt-03 + .detail-ttl-03 {
    margin-top: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-img-01 img {
    width: 432px;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-img-01 img {
    width: 91.7948717948718vw;
  }
}
.p-detail-centents .detail-img-01 figcaption {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-img-01 figcaption {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-img-01 figcaption {
    font-size: 1.166666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-img-01 figcaption {
    font-size: 3.589743589743589vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-img-01 + .detail-img-01 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-img-01 + .detail-img-01 {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-img-01 + .detail-img-01 {
    margin-top: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-img-01 + .detail-txt-03 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-img-01 + .detail-txt-03 {
    margin-top: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-img-01 + .detail-txt-03 {
    margin-top: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-inr-01 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-inr-01 {
    margin-left: 1.666666666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-inr-01 {
    margin-left: 4.102564102564102vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-inr-01 + .detail-inr-01 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-inr-01 + .detail-inr-01 {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-inr-01 + .detail-inr-01 {
    margin-top: 4.102564102564102vw;
  }
}
.p-detail-centents .detail-list-01 {
  list-style-type: disc;
  padding-left: 2em;
}
.p-detail-centents .detail-list-01 > li {
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-list-01 li + li {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-list-01 li + li {
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-list-01 li + li {
    margin-top: 3.076923076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-mg-t60 {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-mg-t60 {
    margin-top: 5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-mg-t60 {
    margin-top: 10.256410256410255vw !important;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-mg-t40 {
    margin-top: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-mg-t40 {
    margin-top: 3.333333333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-mg-t40 {
    margin-top: 6.153846153846154vw !important;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-mg-t12 {
    margin-top: 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-mg-t12 {
    margin-top: 1vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-mg-t12 {
    margin-top: 3.076923076923077vw !important;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-centents .detail-mg-t16 {
    margin-top: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents .detail-mg-t16 {
    margin-top: 1.333333333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents .detail-mg-t16 {
    margin-top: 3.076923076923077vw !important;
  }
}
.p-detail-centents table {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-detail-centents table {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-centents table {
    font-size: 1.166666666666667vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-centents table {
    font-size: 3.589743589743589vw;
    margin-top: 4.102564102564102vw;
  }
}
.p-detail-centents .u-color-red a {
  color: #db1418;
}
@media screen and (min-width: 768px) {
  .p-detail-jstage {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #f0f3f5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-jstage {
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-jstage {
    margin-top: 10.256410256410255vw;
    margin-bottom: 10.256410256410255vw;
    padding-bottom: 10.256410256410255vw;
    border-bottom: 0.512820512820513vw solid #f0f3f5;
  }
}
.p-detail-jstage_txt {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail-jstage_txt {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-jstage_txt {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-jstage_txt {
    font-size: 4.102564102564102vw;
    margin-bottom: 6.153846153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .p-detail-jstage_txt.-large {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-jstage_txt.-large {
    margin-bottom: 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-jstage_txt.-large {
    margin-bottom: 7.179487179487179vw;
  }
}
.p-detail-jstage_img {
  margin: auto;
  background: #d1d1d6;
}
@media screen and (min-width: 768px) {
  .p-detail-jstage_img {
    width: 224px;
    height: 103px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-detail-jstage_img {
    width: 18.666666666666668vw;
    height: 8.583333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-jstage_img {
    width: 48.717948717948715vw;
    height: 22.30769230769231vw;
  }
}
.p-detail-jstage_img a {
  display: block;
  width: 100%;
}
.p-detail-jstage_img a:hover {
  opacity: 0.6;
}
a.-linkpdf {
  position: relative;
  color: #232323;
  text-decoration: underline;
}
a.-linkpdf::after {
  content: "";
  background: url("/research/assets/images/common/ico_pdf.svg") left top no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a.-linkpdf::after {
    margin-left: 6px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  a.-linkpdf::after {
    margin-left: 0.5vw;
    width: 1.333333333333333vw;
    height: w(16, 1200);
  }
}
@media screen and (max-width: 767px) {
  a.-linkpdf::after {
    margin-left: 1.538461538461539vw;
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
  }
}
a.-linkpdf:hover {
  opacity: 0.6;
}
a.-linkblank {
  position: relative;
  color: #232323;
  text-decoration: underline;
}
a.-linkblank::after {
  content: "";
  background: url("/research/assets/images/common/ico_window.svg") left top no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a.-linkblank::after {
    margin-left: 6px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  a.-linkblank::after {
    margin-left: 0.5vw;
    width: 1.333333333333333vw;
    height: w(16, 1200);
  }
}
@media screen and (max-width: 767px) {
  a.-linkblank::after {
    margin-left: 1.538461538461539vw;
    width: 4.102564102564102vw;
    height: 4.102564102564102vw;
  }
}
a.-linkblank:hover {
  opacity: 0.6;
}
.p-search-txt {
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-search-txt {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-search-txt {
    margin-bottom: 2.666666666666667vw;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-search-txt {
    margin-bottom: 7.179487179487179vw;
    font-size: 4.102564102564102vw;
  }
}
.p-top .p-top-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url("/research/assets/images/top/mv.jpg") center top no-repeat;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv {
    height: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top .p-top-mv {
    height: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv {
    height: 128.2051282051282vw;
  }
}
@media screen and (min-width: 1922px) {
  .p-top .p-top-mv {
    background: url("/research/assets/images/top/mv.jpg") center center no-repeat;
    background-size: 100% auto;
  }
}
.p-top .p-top-mv_inner {
  margin: auto;
  width: 100%;
  color: #fff;
}
.p-top .p-top-mv_ttl {
  margin: auto;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv_ttl {
    padding: 10px 20px;
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top .p-top-mv_ttl {
    padding: 0.833333333333333vw 1.666666666666667vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv_ttl {
    padding: 2.564102564102564vw 4.102564102564102vw;
    font-size: 6.153846153846154vw;
  }
}
.p-top .p-top-mv_sttl {
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv_sttl {
    margin-top: 16px;
    font-size: 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top .p-top-mv_sttl {
    margin-top: 1.333333333333333vw;
    font-size: 4.333333333333334vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv_sttl {
    margin-top: 4.102564102564102vw;
    font-size: 9.230769230769232vw;
  }
}
.p-top .p-top-main {
  margin: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-main {
    max-width: 1280px;
    padding: 120px 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top .p-top-main {
    font-size: 3vw;
    padding: 10vw 3.333333333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-main {
    width: 91.7948717948718vw;
    padding-top: 20.51282051282051vw;
    padding-bottom: 20.51282051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top .p-top-main_inner + .p-top-main_inner {
    margin-top: 100px;
    padding-top: 100px;
    border-top: 2px solid #e5e5ea;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top .p-top-main_inner + .p-top-main_inner {
    margin-top: 8.333333333333332vw;
    padding-top: 8.333333333333332vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-main_inner + .p-top-main_inner {
    border-top: 0.512820512820513vw solid #e5e5ea;
    margin-top: 15.384615384615385vw;
    padding-top: 15.384615384615385vw;
  }
}
