/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@700&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-size: 10px;
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

.spi {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-top: 8rem;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
}

a {
  font-size: 100%;
}

p, label, div, strong, input {
  display: block;
}

.l_con,
.c_con,
.s_con {
  display: block;
  margin: 0 auto;
  z-index: 0;
}

.l_con {
  max-width: 144rem;
  width: 100%;
  padding: 0 2rem;
}

.c_con {
  max-width: 124rem;
  width: 100%;
  padding: 0 2rem;
}

.s_con {
  max-width: 104rem;
  width: 100%;
  padding: 0 2rem;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
    font-size: 100%;
  }
}
:root {
  --font_en: "Barlow", sans-serif;
  --font_jp: 'Noto Sans JP', sans-serif;
  --font_serif: "Noto Serif JP", serif;
}

.en {
  font-family: var(--font_en);
}

/*
@media screen and (max-width: 1400px) {
  html, body {
    font-size: calc(1000vw / 1400);
  }
}*/
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }
  .l_con,
  .s_con,
  .c_con {
    width: 100%;
    padding: 0;
  }
  body {
    position: static;
    padding-top: 5rem;
  }
  body.is-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
.wrapper {
  position: relative;
}

/*---------------------------header----------------*/
#header {
  padding: 1.5rem 3rem;
  width: 100%;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header.is-white {
  background: transparent;
}
#header.is-white .logo a {
  display: block;
  background: url(/assets/images/common/logo_white.png) 0 0 no-repeat;
  background-size: 100% auto;
}
#header.is-white .logo img {
  opacity: 0;
}
#header.is-white .pc_menu_content ul li a {
  color: #fff;
}
#header.is-white .pc_menu_content ul li.contact-btn a {
  border-color: #fff;
  background: transparent;
}
@media screen and (min-width: 768px) {
  #header.is-white .pc_menu_content ul li.contact-btn a:hover {
    color: #000;
    background: #fff;
  }
}
#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#header .logo {
  width: 18.5rem;
}
#header .pc_menu_content {
  display: block;
  margin-left: auto;
}
#header .pc_menu_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4rem;
}
#header .pc_menu_content ul li {
  list-style: none;
  margin-left: 4rem;
}
#header .pc_menu_content ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  padding: 0.6rem 0;
}
#header .pc_menu_content ul li a:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #FF6F3F;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
#header .pc_menu_content ul li a:hover:before, #header .pc_menu_content ul li a.is-current:before {
  opacity: 1;
}
#header .pc_menu_content ul li.contact-btn a {
  border: 1px solid #000;
  width: 20.5rem;
  height: 5rem;
  border-radius: 2.5rem;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background: #0D2D4D;
  border: 1px solid #0D2D4D;
}
#header .pc_menu_content ul li.contact-btn a:before {
  display: none;
}
@media screen and (min-width: 768px) {
  #header .pc_menu_content ul li.contact-btn a:hover {
    background-color: #fff;
    color: #0D2D4D;
  }
}
#header .sp_menu_content {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-page-home .link-home:before,
  .l-page-steel .link-steel:before,
  .l-page-petrochemical .link-petrochemical:before,
  .l-page-retailing .link-retailing:before,
  .l-page-ai .link-ai:before,
  .l-page-ev .link-ev:before,
  .l-page-others .link-others:before,
  .l-page-corporate .link-corporate:before,
  .l-page-recruiting .link-recruiting:before {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1168px) {
  #header {
    padding: 1.5rem 2rem;
  }
  #header .logo {
    width: 16.5rem;
  }
  #header .pc_menu_content ul {
    margin-left: -2rem;
  }
  #header .pc_menu_content ul li {
    margin-left: 2rem;
  }
  #header .pc_menu_content ul li a {
    font-size: 1.4rem;
    padding: 0.6rem 0;
  }
  #header .pc_menu_content ul li.contact-btn a {
    width: 16.5rem;
  }
}
@media screen and (max-width: 910px) {
  #header {
    padding: 1.5rem 1rem;
  }
  #header .logo {
    width: 12.5rem;
  }
  #header .pc_menu_content ul {
    margin-left: -1.5rem;
  }
  #header .pc_menu_content ul li {
    margin-left: 1.5rem;
  }
  #header .pc_menu_content ul li a {
    font-size: 1.3rem;
  }
  #header .pc_menu_content ul li.contact-btn a {
    width: 12.5rem;
  }
}
@media screen and (max-width: 840px) {
  #header {
    padding: 1.5rem 1rem;
  }
  #header .logo {
    width: 11rem;
  }
  #header .pc_menu_content ul {
    margin-left: -1rem;
  }
  #header .pc_menu_content ul li {
    margin-left: 1rem;
  }
  #header .pc_menu_content ul li a {
    font-size: 1.3rem;
  }
  #header .pc_menu_content ul li.contact-btn a {
    width: 11.5rem;
  }
}
@media screen and (max-width: 767px) {
  .is-open #header .logo a {
    display: block;
    background: url(/assets/images/common/logo_white.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .is-open #header .logo img {
    opacity: 0;
  }
  .is-open #header #menu_trigger {
    background: transparent;
  }
  #header {
    padding: 1.4rem 2rem 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
  }
  #header.is-white #menu_trigger {
    background: transparent;
  }
  #header .logo {
    width: 13rem;
    z-index: 102;
    position: relative;
  }
  #header #menu_trigger {
    background: #0D2D4D;
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    z-index: 102;
  }
  #header #menu_trigger span {
    position: absolute;
    left: 1.4rem;
    top: 2.5rem;
    display: block;
    width: 2.2rem;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header #menu_trigger span:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -0.8rem;
    background-color: #fff;
  }
  #header #menu_trigger span:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0.8rem;
    background-color: #fff;
  }
  #header #menu_trigger.is-open span {
    background-color: transparent;
  }
  #header #menu_trigger.is-open span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header #menu_trigger.is-open span:after {
    top: 0;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .pc_menu_content {
    display: none;
  }
  #header .sp_menu_content {
    margin-left: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(13, 45, 77, 0.95);
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  #header .sp_menu_content .sp_menu_content__inner {
    height: 100%;
    overflow: auto;
    padding: 7rem 2rem 8rem;
  }
  #header .sp_menu_content ul {
    display: block;
    margin-left: 0;
    border-top: 1px solid #475763;
  }
  #header .sp_menu_content ul li {
    list-style: none;
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #475763;
  }
  #header .sp_menu_content ul li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 2rem 0;
    display: block;
    position: relative;
  }
  #header .sp_menu_content ul li a:after {
    content: "";
    width: 1.7rem;
    height: 0.72rem;
    background: url(/assets/images/common/icon-arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .sp_menu_content .sp_menu_parent {
    display: block;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    font-family: var(--font_en);
    padding: 2rem 0;
    color: #fff;
    position: relative;
  }
  #header .sp_menu_content .sp_menu_parent:before, #header .sp_menu_content .sp_menu_parent:after {
    content: "";
    width: 1.7rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #header .sp_menu_content .sp_menu_parent:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header .sp_menu_content .sp_menu_parent.is-open:after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #header .sp_menu_content .sp_menu_child {
    display: none;
    padding-left: 2rem;
  }
  #header .sp_menu_content .contact-btn {
    border: none;
    padding-top: 3rem;
  }
  #header .sp_menu_content .contact-btn a {
    border-color: #fff;
    margin: 0 auto;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #fff;
    width: 29.5rem;
    height: 6rem;
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    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;
  }
  #header .sp_menu_content #close-btn {
    cursor: pointer;
    width: 6.8rem;
    margin: 3rem auto 0;
    padding-left: 2.7rem;
    position: relative;
    font-family: var(--font_en);
    font-size: 1.3rem;
    color: #fff;
  }
  #header .sp_menu_content #close-btn:before, #header .sp_menu_content #close-btn:after {
    content: "";
    width: 2.1rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 1.05rem;
    left: 0;
  }
  #header .sp_menu_content #close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .sp_menu_content #close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*---------------------------footer----------------*/
#footer {
  background: #04111E;
  color: #fff;
  padding: 7.6rem 2rem 4.4rem;
  position: relative;
  z-index: 2;
}
#footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
#footer .footer_logo {
  width: 19.3%;
}
#footer a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer a:hover {
  opacity: 0.7;
}
#footer .footer_menu {
  width: 64.2%;
  margin-left: auto;
}
#footer .footer_menu-top {
  padding-bottom: 6rem;
}
#footer .footer_menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footer .footer_menu .footer_menu_item {
  width: 25%;
}
#footer .footer_menu .footer_menu_item.footer_menu_item-full {
  width: 100%;
}
#footer .footer_menu .footer_menu_item a {
  color: #fff;
  font-size: 100%;
}
#footer .footer_menu .footer_menu_item p {
  font-size: 1.4rem;
  font-weight: 500;
}
#footer .footer_menu .footer_menu_item p + p {
  margin-top: 3rem;
}
#footer .footer_menu .footer_menu_item dl dt {
  font-size: 1.4rem;
  font-weight: 500;
}
#footer .footer_menu .footer_menu_item dl dd ul li {
  list-style: none;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1.8rem;
}
#footer .footer_menu .footer_menu_item dl dd ul li a {
  color: #C8C8C8;
  padding-left: 1.5rem;
  position: relative;
}
#footer .footer_menu .footer_menu_item dl dd ul li a:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #107AF2;
  position: absolute;
  left: 0;
  top: 1.1rem;
}
#footer .footer_btns {
  width: 28rem;
  position: absolute;
  left: 0;
  top: 8.7rem;
}
#footer .footer_btns .footer_contact {
  width: 100%;
  height: 5rem;
  border-radius: 2.5rem;
  font-size: 1.5rem;
  padding-left: 2.3rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  position: relative;
}
#footer .footer_btns .footer_contact:after {
  content: "";
  width: 2.1rem;
  height: 0.88rem;
  background: url(/assets/images/common/icon-arrow-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #footer .footer_btns .footer_contact:hover {
    color: #04111E;
    background: #fff;
    opacity: 1;
  }
}
#footer .footer_btns .footer_tel {
  pointer-events: none;
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
  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;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: var(--font_en);
  color: #fff;
}
#footer .footer_btns .footer_tel i {
  width: 1.76rem;
  margin-right: 0.9rem;
}
#footer .footer_btns .footer_tel i svg {
  width: 100%;
  height: auto;
}
#footer small {
  width: 100%;
  display: block;
  color: #A4A4A4;
  font-size: 1rem;
  font-family: var(--font_en);
  margin-top: 4rem;
  text-align: right;
}

@media screen and (max-width: 920px) {
  #footer {
    padding: 4rem 2rem 3rem;
  }
  #footer .footer_menu {
    padding-left: 5rem;
  }
  #footer .footer_menu-top {
    padding-bottom: 0;
    margin-top: -3rem;
  }
  #footer .footer_menu-bottom {
    margin-top: 0;
  }
  #footer .footer_menu .footer_menu_item {
    width: 50%;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 4rem 2rem 3rem;
  }
  #footer .footer_logo {
    width: 16rem;
    margin-bottom: 2.6rem;
  }
  #footer .footer_menu {
    padding-left: 0;
    width: 100%;
    display: block;
    margin-top: 1rem;
  }
  #footer .footer_menu .footer_menu_item {
    margin-top: 2rem;
    width: 100%;
  }
  #footer .footer_menu .footer_menu_item p {
    font-size: 1.3rem;
  }
  #footer .footer_menu .footer_menu_item p + p {
    margin-top: 2rem;
  }
  #footer .footer_menu .footer_menu_item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_menu .footer_menu_item dl dt {
    font-size: 1.3rem;
    width: 11rem;
  }
  #footer .footer_menu .footer_menu_item dl dd {
    width: calc(100% - 11rem);
  }
  #footer .footer_menu .footer_menu_item dl dd ul {
    margin-top: -1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer_menu .footer_menu_item dl dd ul li {
    font-size: 1.2rem;
    margin-top: 1rem;
    width: 50%;
  }
  #footer .footer_menu .footer_menu_item dl dd ul li a {
    padding-left: 1.2rem;
  }
  #footer .footer_menu .footer_menu_item dl dd ul li a:before {
    top: 0.85rem;
  }
  #footer .footer_btns {
    width: 30rem;
    margin: 0 auto;
    margin-top: 4.7rem;
    position: static;
  }
  #footer .footer_btns .footer_contact {
    width: 100%;
    height: 6rem;
    border-radius: 3rem;
    padding-left: 3rem;
  }
  #footer .footer_btns .footer_tel {
    pointer-events: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    height: 6rem;
    border-radius: 3rem;
    font-size: 2.4rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  #footer .footer_btns .footer_tel i {
    width: 1.76rem;
    margin-right: 0.9rem;
  }
  #footer small {
    width: 100%;
    display: block;
    color: #A4A4A4;
    font-size: 1rem;
    font-family: var(--font_en);
    margin-top: 4rem;
    text-align: center;
  }
}
/*---------------------------other----------------*/
#pagetop {
  cursor: pointer;
  right: 0;
  z-index: 100;
  width: 7.6rem;
  height: 7.6rem;
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 960px) {
  #pagetop {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 4rem;
    height: 4rem;
  }
}
.btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #0D2D4D;
  border: 1px solid rgba(13, 45, 77, 0.5);
  position: relative;
  width: 33.4rem;
  height: 7rem;
  border-radius: 3.5rem;
  position: relative;
}
.btn:after {
  content: "";
  width: 2.1rem;
  height: 0.88rem;
  background: url(/assets/images/common/icon-arrow-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 2.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background: #107AF2;
  color: #fff;
}
.btn:hover:after {
  background: url(/assets/images/common/icon-arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.btn-back:after {
  right: auto;
  left: 2.75rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.btn-dark {
  background: #0D2D4D;
  color: #fff;
  border: 1px solid #0D2D4D;
}
.btn-dark:after {
  background: url(/assets/images/common/icon-arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
.btn-dark:hover {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.btn-dark:hover:after {
  background: url(/assets/images/common/icon-arrow-b.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.3rem;
    width: 29.5rem;
    height: 5rem;
    border-radius: 2.5rem;
  }
  .btn i {
    right: 2rem;
    width: 1.7rem;
    height: 0.7rem;
  }
  .btn.is-full {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 3rem;
  }
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:after {
  background: url(/assets/images/common/icon-arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.p-header {
  margin-top: 6rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    margin-top: 3.2rem;
    margin-bottom: 1.7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-header__ttl {
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-header__ttl {
    padding-bottom: 0;
  }
}
.p-header__ttl span {
  display: block;
  line-height: 1;
}
.p-header__ttl .jp {
  font-size: 5.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-header__ttl .jp {
    font-size: 2.8rem;
  }
}
.p-header__ttl .en {
  color: #107AF2;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-header__ttl .en {
    font-size: 1rem;
    margin-top: 1.2rem;
  }
}

.p-eyecatch {
  position: relative;
}
.p-eyecatch:before {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#107af2), color-stop(54.39%, #107af2), to(#15b874));
  background: linear-gradient(to right, #107af2 0%, #107af2 54.39%, #15b874 100%);
  display: block;
}
@media screen and (max-width: 767px) {
  .p-eyecatch:before {
    height: 0.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-breadcrumbs ul {
    text-align: right;
  }
}
.p-breadcrumbs ul li {
  list-style: none;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs ul li {
    font-size: 1rem;
    margin-right: 1.8rem;
  }
}
.p-breadcrumbs ul li:after {
  content: "";
  width: 0.9rem;
  height: 1.5rem;
  background: url(/assets/images/common/breadcrumbs_line.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs ul li:after {
    width: 0.6rem;
    height: 1rem;
    right: -1.2rem;
  }
}
.p-breadcrumbs ul li:last-child {
  margin-right: 0;
}
.p-breadcrumbs ul li:last-child:after {
  display: none;
}
.p-breadcrumbs ul li a {
  color: #107AF2;
  font-size: 100%;
}

.slideLeft {
  opacity: 0;
  -webkit-transform: translate3d(-5rem, 0px, 0);
          transform: translate3d(-5rem, 0px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideLeft.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.slideRight {
  opacity: 0;
  -webkit-transform: translate3d(5rem, 0px, 0);
          transform: translate3d(5rem, 0px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideRight.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.slideUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 5rem, 0);
          transform: translate3d(0, 5rem, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideUp.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.c-navi {
  padding-top: 5.6rem;
  padding-bottom: 6rem;
  background: rgba(4, 17, 30, 0.03);
}
@media screen and (max-width: 767px) {
  .c-navi {
    padding: 2rem 2rem 4.8rem;
  }
}
.c-navi__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -4rem;
  margin-top: -3rem;
}
@media screen and (max-width: 767px) {
  .c-navi__inner ul {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__inner ul.sp-col {
    margin-left: -1.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__inner ul.sp-col li {
    width: calc(50% - 1.5rem);
    margin-left: 1.5rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-navi__inner ul.sp-col li a {
    line-height: 1.4285714286;
    height: 6.4rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-navi__inner ul li {
  width: calc(25% - 4rem);
  margin-top: 3rem;
  margin-left: 4rem;
  list-style: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-navi__inner ul li {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.c-navi__inner ul li a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 1.4rem;
  padding-right: 5rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(13, 45, 77, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .c-navi__inner ul li a {
    font-size: 1.2rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-right: 4rem;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-navi__inner ul li a:hover i {
    background: #107AF2;
  }
  .c-navi__inner ul li a:hover i:before {
    background: url(/assets/images/common/arrow_d_w.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}
.c-navi__inner ul li a i {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  position: relative;
  border: 1px solid rgba(13, 45, 77, 0.5);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2.3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .c-navi__inner ul li a i {
    width: 3.6rem;
    height: 3.6rem;
    bottom: auto;
    top: 50%;
    margin-top: -1.8rem;
  }
}
.c-navi__inner ul li a i:before {
  content: "";
  width: 0.85rem;
  height: 0.6rem;
  background: url(/assets/images/common/arrow_d.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-ttl {
  border-top: 1px solid #0D2D4D;
  margin-bottom: 6.4rem;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    padding-top: 1.6rem;
    margin-bottom: 4.8rem;
  }
}
.c-ttl span {
  line-height: 1;
}
.c-ttl .jp {
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-ttl .jp {
    font-size: 2.2rem;
  }
}
.c-ttl .en {
  text-transform: uppercase;
  color: #107AF2;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl .en {
    font-size: 0.8rem;
    padding-left: 2.7rem;
  }
}
.c-ttl .en:before {
  content: "";
  width: 3.5rem;
  height: 0.1rem;
  background: #107AF2;
  position: absolute;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-ttl .en:before {
    width: 2rem;
  }
}

.indent {
  margin-left: -0.5em;
}