@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  /* 明朝体 */
  /*font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
  /* ゴシック体 */
  /*font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;*/
  /*font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;*/
  font-family: "Noto Sans Japanese", sans-serif;
  list-style: none;
  color: #333333;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link,
a:hover,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
  border: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

table caption,
table th,
table td {
  font-family: sans-serif;
}

table th {
  font-weight: normal;
}

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

input, select {
  vertical-align: middle;
}

/* My Custom CSS ------------------------------------------------------------------------*/
span.notice {
  color: #ed1c24 !important;
  font-size: 18px;
  font-weight: bold;
}

.fontmincho {
  /* 明朝体 */
  font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.fontgothic {
  /* ゴシック体 */
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif !important;
  /*   font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif!important; */
}

/* area center */
.rayout-center-m {
  margin: 0 auto;
}

.topbtn {
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 8000;
}
@media screen and (max-width: 768px) {
  .topbtn {
    bottom: 20px;
    right: 20px;
  }
}
.topbtn img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: bottom;
}

#global_header {
  position: fixed;
  width: 100%;
  height: 93px;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 520px) {
  #global_header {
    height: 70px;
  }
}
#global_header .inner {
  position: relative;
  padding: 20px 0;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 11% 80%;
}
@media screen and (max-width: 1200px) {
  #global_header .inner {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #global_header .inner {
    padding: 10px 0;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr;
  }
}
#global_header .inner h1 {
  margin-right: 30px;
}
@media screen and (max-width: 520px) {
  #global_header .inner h1 {
    margin-right: 0;
    grid-column: 1/3;
  }
}
#global_header .inner h1 a {
  display: inline-block;
  width: fit-content;
}
#global_header .inner h1 a img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 1200px) {
  #global_header .inner h1 a img {
    width: auto;
    height: 45px;
  }
}
@media screen and (max-width: 520px) {
  #global_header .inner h1 a img {
    height: 32px;
    position: relative;
    bottom: 4px;
  }
}
#global_header .inner #global_navi {
  padding-right: 15%;
}
@media screen and (max-width: 1200px) {
  #global_header .inner #global_navi {
    display: none;
  }
}
#global_header .inner #global_navi ul {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}
#global_header .inner #global_navi ul li {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  display: grid;
  width: 100%;
  height: 100%;
}
#global_header .inner #global_navi ul li a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}
#global_header .inner #global_navi ul li a:hover {
  background: #471FE8;
  color: #fff;
}

#header_contact {
  position: fixed;
  display: grid;
  place-items: center;
  background: #471FE8;
  top: 0;
  right: 0;
  z-index: 9100;
  width: 93px;
  height: 93px;
}
@media screen and (max-width: 520px) {
  #header_contact {
    width: 70px;
    height: 70px;
  }
}
#header_contact .header_contact_inner {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  width: 100%;
  display: grid;
  place-items: center;
}
#header_contact .header_contact_inner img {
  display: inline-block;
  margin-bottom: 12px;
  width: 28px;
  height: auto;
}
@media screen and (max-width: 520px) {
  #header_contact .header_contact_inner img {
    margin-bottom: 8px;
  }
}
#header_contact .header_contact_inner .hc_txt {
  color: #fff;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  #header_contact .header_contact_inner .hc_txt {
    font-size: 1rem;
  }
}

#pankuzu .inner {
  width: 1440px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  #pankuzu .inner {
    width: 90%;
  }
}
#pankuzu .inner a, #pankuzu .inner span {
  display: inline-block;
  margin-left: 10px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  #pankuzu .inner a, #pankuzu .inner span {
    font-size: 1.2rem;
  }
}
#pankuzu .inner a {
  color: #471FE8;
  text-decoration: none;
}
#pankuzu .inner span {
  color: #2a2a2a;
}

#global_footer {
  background: #142267;
  min-height: 300px;
  padding: 30px 0;
}
@media screen and (max-width: 520px) {
  #global_footer {
    padding-bottom: 100px;
  }
}
#global_footer .global_footer_inner {
  width: 95vw;
  margin: 0 auto 30px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  grid-template-columns: 30% 65%;
  column-gap: 5%;
}
@media screen and (max-width: 1200px) {
  #global_footer .global_footer_inner {
    grid-template-columns: 40% 57%;
    column-gap: 3%;
    width: 97.5vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #global_footer .global_footer_inner {
    display: block;
    width: 95vw;
  }
}
#global_footer .global_footer_inner .fcompany_info {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  #global_footer .global_footer_inner .fcompany_info {
    margin-right: 0;
  }
}
#global_footer .global_footer_inner .fcompany_info .company_name {
  margin-bottom: 30px;
}
#global_footer .global_footer_inner .fcompany_info .company_name a {
  color: #fff;
  font-size: 2.4rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #global_footer .global_footer_inner .fcompany_info .company_address {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
  }
}
@media screen and (max-width: 520px) {
  #global_footer .global_footer_inner .fcompany_info .company_address {
    display: block;
  }
}
#global_footer .global_footer_inner .fcompany_info .company_address div {
  margin-bottom: 16px;
}
#global_footer .global_footer_inner .fcompany_info .company_address div:last-child {
  margin-bottom: 0;
}
#global_footer .global_footer_inner .fcompany_info .company_address div dt, #global_footer .global_footer_inner .fcompany_info .company_address div dd {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
}
#global_footer .global_footer_inner .fcompany_info .company_address div dt {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}
#global_footer .global_footer_inner .fcompany_info .company_address div dd {
  font-size: 1.4rem;
  line-height: 1.5;
}
#global_footer .global_footer_inner .fnavi {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  #global_footer .global_footer_inner .fnavi {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #global_footer .global_footer_inner .fnavi {
    display: none;
  }
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi {
  margin-bottom: 25px;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi:last-child {
  margin-bottom: 0;
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi a {
  color: #fff;
  font-size: 1.6rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
}
#global_footer .global_footer_inner .fnavi .navi_wrap .title_navi a:hover {
  color: #8264ff;
}
#global_footer .global_footer_inner .fnavi .navi_wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#global_footer .global_footer_inner .fnavi .navi_wrap ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  transition: all 0.2s ease;
}
#global_footer .global_footer_inner .fnavi .navi_wrap ul li a:hover {
  color: #8264ff;
}
#global_footer #sns_copy {
  width: 95vw;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1200px) {
  #global_footer #sns_copy {
    width: 97.5vw;
  }
}
#global_footer #sns_copy .sns_wrap {
  margin-bottom: 30px;
}
#global_footer #sns_copy .sns_wrap a {
  display: inline-block;
  margin-right: 20px;
}
#global_footer #sns_copy .sns_wrap a img {
  width: 30px;
  height: auto;
  vertical-align: bottom;
}
#global_footer #sns_copy .copy small {
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.18em;
}

#key_visual.recruit {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#key_visual.recruit .inner {
  height: 300px;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #key_visual.recruit .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #key_visual.recruit .inner {
    height: 200px;
  }
}
#key_visual.recruit .inner .page_title {
  font-size: 48px;
  font-weight: bold;
  display: grid;
  align-items: end;
  height: 100%;
  padding-bottom: 50px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #key_visual.recruit .inner .page_title {
    font-size: 8vw;
  }
}

main {
  padding-top: 93px;
  min-height: 800px;
}
@media screen and (max-width: 520px) {
  main {
    padding-top: 70px;
  }
}

#main_content {
  width: 1440px;
  margin: 0 auto;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1440px) {
  #main_content {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  #main_content {
    width: 85%;
  }
}
@media screen and (max-width: 520px) {
  #main_content {
    width: 90%;
  }
}
#main_content h3 {
  font-size: 4rem;
  padding: 15px 15px 15px 30px;
  border-left: 10px solid #471FE8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #main_content h3 {
    font-size: 2.1rem;
    padding: 15px 15px 15px 20px;
  }
}
#main_content .page_subkey {
  position: relative;
  z-index: 1;
}
#main_content .page_subkey img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
#main_content .page_subkey .txt_box {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 30px;
  z-index: 10;
}
#main_content .page_subkey .txt_box p {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-feature-settings: "palt";
}
#main_content .page_subkey .txt_box .l_txt {
  font-size: 8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  #main_content .page_subkey .txt_box .l_txt {
    font-size: 6.5vw;
  }
}
#main_content .page_subkey .txt_box .m_txt {
  font-size: 4.5rem;
}
@media screen and (max-width: 1000px) {
  #main_content .page_subkey .txt_box .m_txt {
    font-size: 3.5vw;
  }
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}
@media screen and (max-width: 520px) {
  .tabs {
    display: block;
  }
}
.tabs .tab-button {
  cursor: pointer;
  border: none;
  transition: background 0.3s;
  display: inline-block;
  background: none;
  margin-right: 0;
  padding: 0;
}
@media screen and (max-width: 520px) {
  .tabs .tab-button {
    width: 100%;
  }
}
.tabs .tab-button .tab_txt_ja {
  padding: 8px 20px 8px 35px;
  background-color: #DCDCE6;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  color: #3e3e3e;
  width: 100%;
  border-bottom: 3px solid #471FE8;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .tabs .tab-button .tab_txt_ja {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 520px) {
  .tabs .tab-button .tab_txt_ja {
    text-align: center;
    font-size: 13px;
  }
}
.tabs .tab-button .tab_txt_ja::before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 1.6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .tabs .tab-button .tab_txt_ja::before {
    font-size: 10px;
  }
}
.tabs .tab-button.active {
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.tabs .tab-button.active .tab_txt_ja {
  background-color: #471FE8;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .tabs .tab-button.active .tab_txt_ja {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 520px) {
  .tabs .tab-button.active .tab_txt_ja {
    text-align: center;
    font-size: 13px;
  }
}

.tab-content {
  padding: 40px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .tab-content {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 520px) {
  .tab-content {
    width: 100%;
    padding: 20px 10px;
  }
}
.tab-content .tab_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 8%;
  row-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .tab-content .tab_inner {
    column-gap: 4%;
  }
}
@media screen and (max-width: 834px) {
  .tab-content .tab_inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .tab-content .tab_inner {
    padding-top: 30px;
    display: block;
  }
}
.tab-content .tab_inner .news_item {
  display: inline-block;
  background: #EFEFEF;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .tab-content .tab_inner .news_item {
    margin-bottom: 30px;
  }
}
.tab-content .tab_inner .news_item .thumb {
  width: 100%;
  height: 240px;
  display: inline-block;
}
.tab-content .tab_inner .news_item .thumb img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.tab-content .tab_inner .news_item .meta_wrap {
  padding: 20px 15px 20px;
  display: inline-block;
}
.tab-content .tab_inner .news_item .meta_wrap .postdate {
  display: inline-block;
  font-size: 1.8rem;
  width: 100%;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.tab-content .tab_inner .news_item .meta_wrap .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .tab-content .tab_inner .news_item .meta_wrap .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 520px) {
  .tab-content .tab_inner .news_item .meta_wrap .title {
    font-size: 16px;
  }
}
.tab-content .btn_wrap .list_linkbtn {
  display: inline-block;
  padding: 20px 30px;
  background: #363480;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  transition: 0.2s linear;
}
.tab-content .btn_wrap .list_linkbtn:hover {
  background: #471FE8;
}
.news_list_wrap,
.event_list_wrap,
.case_list_wrap {
  padding: 40px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .news_list_wrap,
.event_list_wrap,
.case_list_wrap {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 520px) {
  .news_list_wrap,
.event_list_wrap,
.case_list_wrap {
    width: 100%;
    padding: 20px 10px;
  }
}
.news_list_wrap .list_inner,
.event_list_wrap .list_inner,
.case_list_wrap .list_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 8%;
  row-gap: 40px;
}
@media screen and (max-width: 1000px) {
  .news_list_wrap .list_inner,
.event_list_wrap .list_inner,
.case_list_wrap .list_inner {
    column-gap: 4%;
  }
}
@media screen and (max-width: 834px) {
  .news_list_wrap .list_inner,
.event_list_wrap .list_inner,
.case_list_wrap .list_inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 520px) {
  .news_list_wrap .list_inner,
.event_list_wrap .list_inner,
.case_list_wrap .list_inner {
    padding-top: 30px;
    display: block;
  }
}
.news_list_wrap .list_inner .news_item,
.event_list_wrap .list_inner .news_item,
.case_list_wrap .list_inner .news_item {
  display: inline-block;
  background: #EFEFEF;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .news_list_wrap .list_inner .news_item,
.event_list_wrap .list_inner .news_item,
.case_list_wrap .list_inner .news_item {
    margin-bottom: 30px;
  }
}
.news_list_wrap .list_inner .news_item .thumb,
.event_list_wrap .list_inner .news_item .thumb,
.case_list_wrap .list_inner .news_item .thumb {
  width: 100%;
  height: 200px;
  display: inline-block;
}
.news_list_wrap .list_inner .news_item .thumb img,
.event_list_wrap .list_inner .news_item .thumb img,
.case_list_wrap .list_inner .news_item .thumb img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.news_list_wrap .list_inner .news_item .meta_wrap,
.event_list_wrap .list_inner .news_item .meta_wrap,
.case_list_wrap .list_inner .news_item .meta_wrap {
  padding: 20px 15px 20px;
  display: inline-block;
}
.news_list_wrap .list_inner .news_item .meta_wrap .postdate,
.event_list_wrap .list_inner .news_item .meta_wrap .postdate,
.case_list_wrap .list_inner .news_item .meta_wrap .postdate {
  display: inline-block;
  font-size: 1.8rem;
  width: 100%;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
.news_list_wrap .list_inner .news_item .meta_wrap .title,
.event_list_wrap .list_inner .news_item .meta_wrap .title,
.case_list_wrap .list_inner .news_item .meta_wrap .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .news_list_wrap .list_inner .news_item .meta_wrap .title,
.event_list_wrap .list_inner .news_item .meta_wrap .title,
.case_list_wrap .list_inner .news_item .meta_wrap .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 520px) {
  .news_list_wrap .list_inner .news_item .meta_wrap .title,
.event_list_wrap .list_inner .news_item .meta_wrap .title,
.case_list_wrap .list_inner .news_item .meta_wrap .title {
    font-size: 16px;
  }
}
.news_list_wrap .btn_wrap .list_linkbtn,
.event_list_wrap .btn_wrap .list_linkbtn,
.case_list_wrap .btn_wrap .list_linkbtn {
  display: inline-block;
  padding: 20px 30px;
  background: #363480;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  transition: 0.2s linear;
}
.news_list_wrap .btn_wrap .list_linkbtn[disabled],
.event_list_wrap .btn_wrap .list_linkbtn[disabled],
.case_list_wrap .btn_wrap .list_linkbtn[disabled] {
  background: #efefef;
  color: #989898;
  cursor: initial;
}
.news_list_wrap .btn_wrap .list_linkbtn[disabled]:hover,
.event_list_wrap .btn_wrap .list_linkbtn[disabled]:hover,
.case_list_wrap .btn_wrap .list_linkbtn[disabled]:hover {
  background: #efefef;
}
.news_list_wrap .btn_wrap .list_linkbtn:hover,
.event_list_wrap .btn_wrap .list_linkbtn:hover,
.case_list_wrap .btn_wrap .list_linkbtn:hover {
  background: #471FE8;
}
.news_detail {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .news_detail {
    width: 90%;
  }
}
.news_detail .detail_inner {
  margin-bottom: 60px;
}
.news_detail .detail_inner .thumb {
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
}
.news_detail .detail_inner .thumb img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
.news_detail .detail_inner .post_time {
  padding: 10px 0;
}
.news_detail .detail_inner .post_time time {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
}
.news_detail .detail_inner .post_body h4 {
  font-size: 2rem;
  padding: 12px 14px;
  background: #f4f7ff;
  color: #2b2b68;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-left: 8px solid #471FE8;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body h4 {
    font-size: 1.8rem;
  }
}
.news_detail .detail_inner .post_body p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 25px;
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body p {
    font-size: 1.4rem;
  }
}
.news_detail .detail_inner .post_body p b {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.news_detail .detail_inner .post_body .text-r {
  text-align: right;
}
.news_detail .detail_inner .post_body .text-c {
  text-align: center;
}
.news_detail .detail_inner .post_body .txt-l {
  font-size: 2.1rem;
}
.news_detail .detail_inner .post_body .annotation {
  color: #af122e;
}
.news_detail .detail_inner .post_body ul {
  margin-bottom: 25px;
  padding: 10px;
}
.news_detail .detail_inner .post_body ul li {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body ul li {
    font-size: 1.4rem;
  }
}
.news_detail .detail_inner .post_body ul li.list_title {
  margin-bottom: 8px;
}
.news_detail .detail_inner .post_body ul li.list_title span {
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  font-size: 2rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background: #2b2b68;
  border-radius: 8px;
}
.news_detail .detail_inner .post_body dl {
  margin-bottom: 25px;
}
.news_detail .detail_inner .post_body dl div {
  display: grid;
  grid-template-columns: 25% 75%;
  align-items: center;
  padding: 4px 0;
  border-top: 1px solid #efefef;
}
.news_detail .detail_inner .post_body dl div:last-child {
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body dl div {
    grid-template-columns: 1fr;
  }
}
.news_detail .detail_inner .post_body dl div dt, .news_detail .detail_inner .post_body dl div dd {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px;
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body dl div dt, .news_detail .detail_inner .post_body dl div dd {
    font-size: 1.4rem;
  }
}
.news_detail .detail_inner .post_body dl div dt.single_line {
  grid-column: 1/-1;
}
.news_detail .detail_inner .post_body dl div dt {
  color: #471FE8;
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body dl div dt {
    padding: 8px 8px 0 8px;
  }
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body dl div dd {
    padding: 2px 8px 8px 8px;
  }
}
.news_detail .detail_inner .post_body dl.session_list div {
  display: block;
  margin-bottom: 15px;
}
.news_detail .detail_inner .post_body dl.session_list div dt, .news_detail .detail_inner .post_body dl.session_list div dd {
  padding: 0 8px;
}
.news_detail .detail_inner .post_body dl.session_list div dt {
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.news_detail .detail_inner .post_body a {
  display: inline-block;
  color: #471FE8;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 520px) {
  .news_detail .detail_inner .post_body a {
    font-size: 1.4rem;
  }
}
.news_detail .detail_inner .post_body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.news_detail .btn_wrap .list_linkbtn {
  display: inline-block;
  padding: 20px 30px;
  background: #363480;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  border-radius: 5px;
  transition: 0.2s linear;
}
.news_detail .btn_wrap .list_linkbtn:hover {
  background: #471FE8;
}

/*# sourceMappingURL=topics.css.map */
