@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.company {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#key_visual.company .inner {
  height: 300px;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #key_visual.company .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #key_visual.company .inner {
    height: 200px;
  }
}
#key_visual.company .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";
  color: #2A4AD9;
}
@media screen and (max-width: 768px) {
  #key_visual.company .inner .page_title {
    font-size: 2.8rem;
  }
}

main {
  padding-top: 93px;
  min-height: 800px;
}

#main_content {
  width: 100%;
  padding: 0;
}
#main_content h3 {
  font-size: 3rem;
  padding: 15px 0;
  text-align: center;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}
#ceo_greeting {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto 80px;
  padding: 0 1.5%;
  position: relative;
}
#ceo_greeting::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 97%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 7;
  margin-left: 1.5%;
}
#ceo_greeting video.greet_bg_video {
  width: 100%;
  max-width: 100%;
  height: 940px;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 834px) {
  #ceo_greeting video.greet_bg_video {
    height: 850px;
  }
}
#ceo_greeting .greeting_content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
#ceo_greeting .greeting_content .contents_header {
  text-align: center;
  margin-bottom: 35px;
}
#ceo_greeting .greeting_content .contents_header img {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #ceo_greeting .greeting_content .contents_header img {
    width: 34px;
    height: auto;
    vertical-align: bottom;
  }
}
#ceo_greeting .greeting_content .contents_header h2 {
  color: #fff;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.15em;
}
#ceo_greeting .greeting_content .contents_header p.en {
  color: #fff;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
#ceo_greeting .greeting_content .ceo_greeting_inner {
  width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #ceo_greeting .greeting_content .ceo_greeting_inner {
    width: 90%;
  }
}
#ceo_greeting .greeting_content .ceo_greeting_inner .greet_key {
  margin-bottom: 40px;
}
#ceo_greeting .greeting_content .ceo_greeting_inner .greet_key img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#ceo_greeting .greeting_content .ceo_greeting_inner .greet_body {
  width: 90%;
  margin: 0 auto;
}
#ceo_greeting .greeting_content .ceo_greeting_inner .greet_body p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
}
#ceo_greeting .greeting_content .ceo_greeting_inner .greet_body p.en {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #ceo_greeting .greeting_content .ceo_greeting_inner .greet_body p {
    font-size: 1.3rem;
  }
}

#company_profile {
  width: 1440px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1440px) {
  #company_profile {
    width: 95%;
  }
}
#company_profile .contents_header {
  margin-bottom: 35px;
  padding: 20px 30px 20px 80px;
  background: url(../images/common/title_icon_naybe.svg) no-repeat left center;
  background-size: auto 70px;
  width: 700px;
}
@media screen and (max-width: 520px) {
  #company_profile .contents_header {
    width: 80%;
    background-size: auto 50px;
    padding: 20px 30px 20px 55px;
  }
}
#company_profile .contents_header h4 {
  color: #3D3D3D;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.15em;
}
#company_profile .contents_header .en {
  color: #471FE8;
  font-size: 1.7rem;
}
#company_profile .company_profile_inner .en_link {
  width: 1000px;
  margin: 0 auto 20px;
  text-align: right;
}
#company_profile .company_profile_inner .en_link a {
  color: #fff;
  background: #2b2b68;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 1.6rem;
  transition: all 0.2s;
}
#company_profile .company_profile_inner .en_link a:hover {
  background: #471FE8;
}
#company_profile .company_profile_inner .inner_main_wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #company_profile .company_profile_inner .inner_main_wrap {
    width: 95%;
  }
}
#company_profile .company_profile_inner .inner_main_wrap div {
  display: grid;
  grid-template-columns: 20% 79.5%;
  column-gap: 0.5%;
  margin-bottom: 8px;
}
@media screen and (max-width: 520px) {
  #company_profile .company_profile_inner .inner_main_wrap div {
    display: block;
  }
}
#company_profile .company_profile_inner .inner_main_wrap div:nth-child(even) dt {
  background: #E9EEF2;
}
#company_profile .company_profile_inner .inner_main_wrap div:nth-child(even) dd {
  background: #E9EEF2;
}
#company_profile .company_profile_inner .inner_main_wrap div dt, #company_profile .company_profile_inner .inner_main_wrap div dd {
  background: #F6F6F6;
  font-size: 1.6rem;
  padding: 35px 20px;
}
#company_profile .company_profile_inner .inner_main_wrap div dt {
  width: 100%;
  display: flex;
  place-items: center;
  justify-content: center;
}
@media screen and (max-width: 520px) {
  #company_profile .company_profile_inner .inner_main_wrap div dt {
    text-align: left;
    display: block;
    font-weight: bold;
    padding: 15px 20px 0;
  }
}
#company_profile .company_profile_inner .inner_main_wrap div dd {
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #company_profile .company_profile_inner .inner_main_wrap div dd {
    padding: 5px 20px 8px;
  }
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap.en div {
  display: grid;
  grid-template-columns: 42% 57.7%;
  column-gap: 0.5%;
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap.en div dt,
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap.en div dd {
  align-items: center;
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap.en div dt {
  line-height: 1.4;
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap.en div dd {
  display: grid;
  align-items: center;
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div {
  display: grid;
  grid-template-columns: 17% 79.5%;
  column-gap: 0.5%;
}
@media screen and (max-width: 1024px) {
  #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div {
    grid-template-columns: 20% 79.5%;
    column-gap: 0.5%;
  }
}
@media screen and (max-width: 834px) {
  #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div {
    grid-template-columns: 25% 74.5%;
    column-gap: 0.5%;
  }
}
@media screen and (max-width: 520px) {
  #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div {
    display: flex;
  }
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dt, #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dd {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #F6F6F6;
  padding: 5px;
}
@media screen and (max-width: 520px) {
  #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dt, #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dd {
    padding: 0;
  }
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dt span, #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dd span {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #F6F6F6;
  display: inline-block;
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dt {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 520px) {
  #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dt {
    display: block;
    width: 40%;
    text-align: right;
  }
}
#company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dd {
  text-align: left;
}
@media screen and (max-width: 520px) {
  #company_profile .company_profile_inner .inner_main_wrap div dd .inner_sub_wrap div dd {
    width: 58%;
    padding-left: 10px;
  }
}
#company_profile .company_profile_inner .ir_link {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #company_profile .company_profile_inner .ir_link {
    width: 95%;
  }
}
#company_profile .company_profile_inner .ir_link a {
  font-size: 1.6rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.15s linear;
}
#company_profile .company_profile_inner .ir_link a:hover {
  color: #471FE8;
}

#history {
  width: 98%;
  margin: 0 auto 80px;
}
#history .contents_header_wrap {
  background: url(../images/company/history_subkey.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 550px;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 1280px) {
  #history .contents_header_wrap {
    height: 420px;
  }
}
@media screen and (max-width: 520px) {
  #history .contents_header_wrap {
    height: 250px;
    margin-bottom: 100px;
  }
}
#history .contents_header_wrap .contents_header {
  margin-bottom: 35px;
  padding: 60px 30px 60px 120px;
  background: #fff;
  background-image: url(../images/common/title_icon_naybe.svg);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: auto 70px;
  width: 700px;
  position: absolute;
  right: 0;
  bottom: -150px;
}
@media screen and (max-width: 834px) {
  #history .contents_header_wrap .contents_header {
    width: 500px;
  }
}
@media screen and (max-width: 520px) {
  #history .contents_header_wrap .contents_header {
    width: 300px;
    background-size: auto 50px;
    background-position: 10% center;
    padding: 30px 15px 30px 90px;
    bottom: -100px;
  }
}
#history .contents_header_wrap .contents_header h4 {
  color: #3D3D3D;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.15em;
}
#history .contents_header_wrap .contents_header .en {
  color: #471FE8;
  font-size: 1.7rem;
}
#history .history_main {
  position: relative;
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #history .history_main {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  #history .history_main {
    width: 98%;
  }
}
#history .history_main ul {
  padding: 20px 40px;
}
@media screen and (max-width: 520px) {
  #history .history_main ul {
    padding: 15px;
  }
}
#history .history_main ul li {
  display: flex;
  align-items: center;
  padding-bottom: 35px;
  border-left: 3px solid #2b2b68;
}
#history .history_main ul li:last-child {
  margin-bottom: 0;
}
#history .history_main ul li span {
  display: inline-block;
  position: relative;
}
#history .history_main ul li .icon {
  z-index: 10;
}
@media screen and (max-width: 520px) {
  #history .history_main ul li .icon img {
    width: 70px;
    height: auto;
    vertical-align: bottom;
  }
}
#history .history_main ul li .histxt {
  z-index: 1;
  left: -20px;
  padding: 20px 30px 20px 40px;
  background: #F5F5F5;
  border-radius: 15px;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 834px) {
  #history .history_main ul li .histxt {
    font-size: 1.4rem;
    padding: 20px 20px 20px 35px;
  }
}
@media screen and (max-width: 520px) {
  #history .history_main ul li .histxt {
    font-size: 1.2rem;
    padding: 20px 10px 20px 35px;
  }
}
#history .history_main ul li .histxt.point {
  background: #899BF7;
  color: #fff;
}

#access {
  margin-bottom: 80px;
}
#access .access_inner {
  width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #access .access_inner {
    width: 95%;
  }
}
#access .access_inner .contents_header {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #access .access_inner .contents_header {
    margin-bottom: 40px;
  }
}
#access .access_inner .contents_header img {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #access .access_inner .contents_header img {
    width: 34px;
    height: auto;
    vertical-align: bottom;
  }
}
#access .access_inner .contents_header h4 {
  color: #3D3D3D;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.15em;
}
#access .access_inner .contents_header .en {
  color: #471FE8;
  font-size: 1.7rem;
}
#access .access_inner .access_main {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  row-gap: 50px;
}
@media screen and (max-width: 1024px) {
  #access .access_inner .access_main {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #access .access_inner .access_main .access_box {
    margin-bottom: 50px;
  }
}
#access .access_inner .access_main .access_box .box_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #access .access_inner .access_main .access_box .box_header {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  #access .access_inner .access_main .access_box .box_header .txt_area {
    margin-bottom: 20px;
  }
}
#access .access_inner .access_main .access_box .box_header .txt_area .name_ja {
  color: #3D3D3D;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1280px) {
  #access .access_inner .access_main .access_box .box_header .txt_area .name_ja {
    font-size: 1.8rem;
  }
}
#access .access_inner .access_main .access_box .box_header .txt_area .name_en {
  color: #471FE8;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 1280px) {
  #access .access_inner .access_main .access_box .box_header .txt_area .name_en {
    font-size: 1.5rem;
  }
}
#access .access_inner .access_main .access_box .box_header .link_area {
  display: flex;
  align-items: end;
  column-gap: 10px;
}
#access .access_inner .access_main .access_box .box_header .link_area a {
  transition: 0.15s linear;
  display: inline-block;
}
#access .access_inner .access_main .access_box .box_header .link_area a.tellink {
  background: #8893C1;
  font-size: 1.6rem;
  color: #fff;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 9px 7px;
  border-radius: 4px;
}
@media screen and (max-width: 520px) {
  #access .access_inner .access_main .access_box .box_header .link_area a.tellink {
    font-size: 1.3rem;
  }
}
#access .access_inner .access_main .access_box .box_header .link_area a:hover {
  background: #471FE8;
}
#access .access_inner .access_main .access_box .box_header .link_area a img {
  vertical-align: bottom;
  display: inline-block;
}
#access .access_inner .access_main .access_box .map_wrap {
  width: 100%;
  height: 400px;
}
#access .access_inner .access_main .access_box .map_wrap iframe {
  width: 100%;
  height: 100%;
}
#access .access_inner .access_main .access_box .map_address {
  padding: 13px 0;
  color: #2b2b68;
  font-size: 1.7rem;
}
@media screen and (max-width: 1280px) {
  #access .access_inner .access_main .access_box .map_address {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 520px) {
  #access .access_inner .access_main .access_box .map_address {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

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