@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.top {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#key_visual.top .key_psi_mark {
  position: absolute;
  z-index: 50;
  bottom: 80px;
  left: 5%;
  vertical-align: bottom;
}
@media screen and (max-width: 520px) {
  #key_visual.top .key_psi_mark {
    width: 40px;
    height: auto;
    bottom: 40px;
  }
}
#key_visual.top .inner .item {
  width: 100%;
  height: 80vh;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #key_visual.top .inner .item {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  #key_visual.top .inner .item {
    height: 600px;
  }
}
@media screen and (max-width: 520px) {
  #key_visual.top .inner .item {
    height: 480px;
  }
}
#key_visual.top .inner .item.txt_in:after {
  display: none;
}
#key_visual.top .inner .item.filter:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(20, 75, 225, 0.3);
}
#key_visual.top .inner .item img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
#key_visual.top .inner .item .txt_belt {
  position: absolute;
  bottom: 21%;
  left: 0;
  z-index: 15;
  width: 100%;
  height: auto;
  padding: 25px 0;
  background: rgba(20, 75, 225, 0.3);
}
@media screen and (max-width: 520px) {
  #key_visual.top .inner .item .txt_belt {
    bottom: 33%;
  }
}
#key_visual.top .inner .item .txt_belt p {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding-left: 45%;
}
@media screen and (max-width: 1024px) {
  #key_visual.top .inner .item .txt_belt p {
    font-size: 2.35rem;
  }
}
@media screen and (max-width: 768px) {
  #key_visual.top .inner .item .txt_belt p {
    font-size: 2rem;
    padding-left: 38%;
  }
}
@media screen and (max-width: 520px) {
  #key_visual.top .inner .item .txt_belt p {
    font-size: 1.4rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

.content_header {
  width: 900px;
  min-height: 180px;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: 50;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-top: 1px solid #471FE8;
  border-right: 1px solid #471FE8;
}
@media screen and (max-width: 1440px) {
  .content_header {
    width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .content_header {
    min-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .content_header {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .content_header {
    padding: 5px;
    width: 95%;
    min-height: 90px;
    top: -40px;
  }
}
.content_header.h_navy {
  background: #471FE8;
}
.content_header.h_navy .h_inner {
  background: url(../images/common/title_icon_white.svg) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .content_header.h_navy .h_inner {
    background-size: auto 50px;
  }
}
@media screen and (max-width: 520px) {
  .content_header.h_navy .h_inner {
    background-size: auto 30px;
  }
}
.content_header.h_navy .h_inner h2 {
  color: #fff;
}
.content_header.h_navy .h_inner p {
  color: #fff;
}
.content_header.h_navy .h_link a {
  color: #fff;
  border: 1px solid #fff;
}
.content_header.h_navy .h_link a:before {
  content: url(../images/common/btn_cursor.svg);
  display: inline-block;
  position: absolute;
  right: 10%;
}
@media screen and (max-width: 520px) {
  .content_header.h_navy .h_link a:before {
    display: none;
  }
}
.content_header .h_inner {
  padding: 10px 10px 10px 90px;
  background: url(../images/common/title_icon_naybe.svg) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .content_header .h_inner {
    padding: 0 0 0 60px;
    background-size: auto 50px;
  }
}
@media screen and (max-width: 520px) {
  .content_header .h_inner {
    padding: 0 0 0 35px;
    background-size: auto 30px;
  }
}
.content_header .h_inner h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #3D3D3D;
}
@media screen and (max-width: 1440px) {
  .content_header .h_inner h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .content_header .h_inner h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .content_header .h_inner h2 {
    font-size: 1.8rem;
  }
}
.content_header .h_inner p {
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  color: #2A4AD9;
}
@media screen and (max-width: 1440px) {
  .content_header .h_inner p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .content_header .h_inner p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 520px) {
  .content_header .h_inner p {
    font-size: 1.2rem;
  }
}
.content_header .h_link a {
  color: #363480;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 50px 10px 18px;
  border-radius: 2em;
  border: 1px solid #363480;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 520px) {
  .content_header .h_link a {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.content_header .h_link a::before {
  content: url(../images/common/btn_cursor_navy.svg);
  display: inline-block;
  position: absolute;
  right: 10%;
}
@media screen and (max-width: 520px) {
  .content_header .h_link a::before {
    display: none;
  }
}

#recruit_content {
  background: url(../images/top/top_recruit_pic.png) no-repeat bottom center;
  background-size: cover;
  padding: 80px 0;
  min-height: 80vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #recruit_content {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  #recruit_content {
    height: 55vh;
    min-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #recruit_content .recruit_body {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
  }
}
#recruit_content .recruit_body .desc_txt {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #recruit_content .recruit_body .desc_txt {
    position: relative;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  #recruit_content .recruit_body .desc_txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 520px) {
  #recruit_content .recruit_body .desc_txt {
    font-size: 1.2rem;
    margin: 0 auto;
    bottom: auto;
    right: auto;
    text-align: left;
  }
}

#news,
#event_seminar,
#case {
  min-height: 60vh;
  padding: 120px 0;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #news,
#event_seminar,
#case {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 520px) {
  #news,
#event_seminar,
#case {
    padding: 80px 0 50px;
    margin-bottom: 40px;
  }
}
#news .content_header,
#event_seminar .content_header,
#case .content_header {
  border-top: 1px solid #471FE8;
  border-right: 1px solid #471FE8;
}
#news .news_body,
#event_seminar .news_body,
#case .news_body {
  max-width: 90%;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
}
@media screen and (max-width: 768px) {
  #news .news_body,
#event_seminar .news_body,
#case .news_body {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #news .news_body,
#event_seminar .news_body,
#case .news_body {
    display: block;
  }
}
#news .news_body a,
#event_seminar .news_body a,
#case .news_body a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #news .news_body a,
#event_seminar .news_body a,
#case .news_body a {
    margin-bottom: 30px;
  }
}
#news .news_body a .thumbnail,
#event_seminar .news_body a .thumbnail,
#case .news_body a .thumbnail {
  width: 100%;
  height: 270px;
  display: inline-block;
}
#news .news_body a .thumbnail img,
#event_seminar .news_body a .thumbnail img,
#case .news_body a .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
#news .news_body a .news_meta,
#event_seminar .news_body a .news_meta,
#case .news_body a .news_meta {
  display: inline-block;
  width: 100%;
  padding: 18px;
  background: #f6f3f3;
}
#news .news_body a .news_meta .date,
#event_seminar .news_body a .news_meta .date,
#case .news_body a .news_meta .date {
  display: inline-block;
  color: #471FE8;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
  width: 100%;
  letter-spacing: 0.12em;
}
#news .news_body a .news_meta .title,
#event_seminar .news_body a .news_meta .title,
#case .news_body a .news_meta .title {
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.8;
}

#partner {
  position: relative;
  min-height: 40vh;
  margin-bottom: 240px;
}
@media screen and (max-width: 1024px) {
  #partner {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 520px) {
  #partner {
    margin-bottom: 100px;
  }
}
#partner .partner_body {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding: 180px 20px 140px;
  background: url(../images/top/pt_support_bg.png) no-repeat bottom center;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1024px) {
  #partner .partner_body {
    max-width: 100%;
    padding: 120px 20px 100px;
  }
}
#partner .partner_body .partner_inner {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
  row-gap: 30px;
}
@media screen and (max-width: 1024px) {
  #partner .partner_body .partner_inner {
    width: 90%;
    margin: 0 auto;
  }
}
#partner .partner_body .partner_inner span {
  display: inline-block;
  text-align: center;
}
#partner .partner_body .partner_inner span img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#maker {
  position: relative;
  min-height: 40vh;
  margin-bottom: 180px;
  background: linear-gradient(to bottom, #142267 0%, #142267 15%, #fff 15%, #fff 100%);
}
@media screen and (max-width: 520px) {
  #maker {
    margin-bottom: 120px;
  }
}
#maker .maker_body {
  position: relative;
  padding-top: 180px;
}
@media screen and (max-width: 1024px) {
  #maker .maker_body {
    padding-top: 120px;
  }
}
#maker .maker_body .maker_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10%;
  row-gap: 50px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #maker .maker_body .maker_inner {
    width: 90%;
    column-gap: 4%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #maker .maker_body .maker_inner {
    width: 95%;
    column-gap: 2%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  #maker .maker_body .maker_inner {
    display: block;
    width: 80%;
  }
}
#maker .maker_body .maker_inner .maker_link {
  position: relative;
  display: inline-block;
  padding: 35px 35px 40px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 7px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  transition: 0.2s linear;
}
@media screen and (max-width: 1280px) {
  #maker .maker_body .maker_inner .maker_link {
    padding: 35px 15px 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 520px) {
  #maker .maker_body .maker_inner .maker_link {
    margin-bottom: 30px;
  }
}
#maker .maker_body .maker_inner .maker_link:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 0;
  outline: 5px solid #471FE8;
  outline-offset: -5px;
}
#maker .maker_body .maker_inner .maker_link span {
  display: inline-block;
}
#maker .maker_body .maker_inner .maker_link .p_logo {
  padding: 20px;
  margin-bottom: 30px;
  height: 180px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  #maker .maker_body .maker_inner .maker_link .p_logo {
    height: 100px;
  }
}
#maker .maker_body .maker_inner .maker_link .p_logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#maker .maker_body .maker_inner .maker_link .p_logo img.verlogo {
  width: 80%;
  height: auto;
}
#maker .maker_body .maker_inner .maker_link .p_name {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  #maker .maker_body .maker_inner .maker_link .p_name {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 520px) {
  #maker .maker_body .maker_inner .maker_link .p_name {
    font-size: 1.25rem;
  }
}
#maker .maker_body .maker_inner .maker_link .budges {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: fit-content;
  z-index: 100;
}
#maker .maker_body .maker_inner .maker_link .budges i {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 5px 10px 4px;
  border-radius: 2em;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1280px) {
  #maker .maker_body .maker_inner .maker_link .budges i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  #maker .maker_body .maker_inner .maker_link .budges i {
    font-size: 1.1rem;
  }
}
#maker .maker_body .maker_inner .maker_link .budges i.security {
  background: #363480;
}
#maker .maker_body .maker_inner .maker_link .budges i.utm {
  background: #e3486e;
}
#maker .maker_body .maker_inner .maker_link .budges i.hub {
  background: #0e5bef;
}
#maker .maker_body .maker_inner .maker_link .budges i.mediaconverter {
  background: #A21FE8;
}
#maker .maker_body .maker_inner .maker_link .budges i.server {
  background: #1FB9E8;
}
#maker .maker_body .maker_inner .maker_link .budges i.wifi {
  background: #1BB4B4;
}
#maker .maker_body .maker_inner .maker_link .budges i.ai {
  background: #c654a2;
}
#maker .maker_body .maker_inner .maker_link .budges i.microscope {
  background: #7792ec;
}

#corporate {
  position: relative;
  min-height: 60vh;
  margin-bottom: 120px;
  padding-bottom: 120px;
  background: url(../images/top/corporate_bg.png) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #corporate {
    min-height: 30vh;
    margin-bottom: 40px;
  }
}
#corporate.js__active::before {
  background: rgba(71, 31, 232, 0.65);
}
#corporate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s linear;
  background: rgba(71, 31, 232, 0);
}
#corporate .corporate_body {
  position: relative;
  z-index: 10;
  padding-top: 230px;
}
@media screen and (max-width: 768px) {
  #corporate .corporate_body {
    padding-top: 150px;
  }
}
#corporate .corporate_body .corporate_inner {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 55%;
  column-gap: 5%;
  align-items: center;
}
@media screen and (max-width: 520px) {
  #corporate .corporate_body .corporate_inner {
    display: block;
    text-align: center;
  }
}
#corporate .corporate_body .corporate_inner .pic1 {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #corporate .corporate_body .corporate_inner .pic1 {
    width: 70%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
  }
}
#corporate .corporate_body .corporate_inner .pic1.js__active img {
  mix-blend-mode: multiply;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.65));
}
#corporate .corporate_body .corporate_inner .pic1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  mix-blend-mode: screen;
  transition: 0.2s linear;
}
#corporate .corporate_body .corporate_inner .pic2 {
  text-align: right;
}
#corporate .corporate_body .corporate_inner .pic2.js__active img {
  mix-blend-mode: hard-light;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.85));
}
#corporate .corporate_body .corporate_inner .pic2 img {
  width: 85%;
  height: auto;
  vertical-align: bottom;
  transition: 0.2s linear;
}

#contact {
  position: relative;
  margin-bottom: 80px;
}
#contact .contact_header {
  position: relative;
  top: 40px;
  z-index: 50;
}
#contact .contact_header div {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#contact .contact_header div h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #3D3D3D;
}
@media screen and (max-width: 520px) {
  #contact .contact_header div h2 {
    font-size: 1.8rem;
  }
}
#contact .contact_header div p {
  font-size: 1.6rem;
  letter-spacing: 0.25em;
  color: #2A4AD9;
}
@media screen and (max-width: 520px) {
  #contact .contact_header div p {
    font-size: 1.3rem;
  }
}
#contact .contact_body {
  position: relative;
  background: url(../images/top/contact_bg.png) no-repeat top center;
  background-size: cover;
  padding: 100px 0;
  min-height: 40vh;
  display: grid;
  place-items: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact .contact_body {
    min-height: 30vh;
  }
}
#contact .contact_body .contact_btn {
  text-align: center;
}
#contact .contact_body .contact_btn a {
  display: inline-block;
  padding: 15px 50px 15px 30px;
  background: #fff;
  border-radius: 2em;
  border: 2px solid #142267;
  font-size: 1.6rem;
  font-weight: bold;
  color: #142267;
  position: relative;
  transition: 0.2s linear;
}
#contact .contact_body .contact_btn a::before {
  content: "▶";
  font-size: 1.45rem;
  color: #142267;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 10;
  transition: 0.2s linear;
}
#contact .contact_body .contact_btn a:hover {
  background: #142267;
  color: #fff;
}
#contact .contact_body .contact_btn a:hover::before {
  color: #fff;
}

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