html {
  font-size: 14px;
  color: #00409C;
}

a:focus,
input:focus,
area:focus {
  outline: none !important;
}

.row:after {
  display: none;
}

/***** form input *****/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/***** other elements *****/
* {
  box-sizing: border-box;
}

img {
  display: inline;
  line-height: 1;
  vertical-align: top;
  width: 100%;
  height: auto;
}

/*******************************
 MODULES
*******************************/
/* header */
@media screen and (min-width: 768px) {
  #header .header {
    border-bottom-color: #438EF4;
  }
}

#header .header-text {
  color: #00409C;
}

@media screen and (max-width: 767px) {
  #header .header-logo {
    border-bottom: 4px solid #438EF4;
  }
}

/* gnav */
.global-nav-toggle span, .global-nav-toggle span::before, .global-nav-toggle span::after {
  background-color: #438EF4;
}

.navOpened .global-nav-toggle span::before, .navOpened .global-nav-toggle span::after {
  background-color: #438EF4;
}

.global-nav-body .global-nav-wrapper {
  background-color: #0F5AC7;
}

/* title */
.title-top-01 .jp {
  color: #032C67;
}

.title-top-01 .en {
  color: #70C6D5;
}

.title-top-02 span {
  color: #00409C;
}

.title-top-02::after {
  background-color: #00409C;
}

.title-top-03 span {
  color: #00409C;
}

/* m-button */
.m-button-link-01 {
  background-color: #00409C;
}

.m-button-link-01:hover {
  background-color: #438EF4;
}

.m-button-link-03 {
  background-color: #00409C;
}

.m-button-link-03:hover {
  background-color: #438EF4;
}

.m-button-link-03::after {
  color: #00409C;
}

.m-button-link-03::after:hover {
  color: #438EF4;
}

.m-button-link-04 {
  background-color: #FF962C;
}

.m-button-link-04:hover {
  background-color: rgba(255, 150, 44, 0.8);
}

.m-button-link-05 {
  background-color: #0F5AC7;
}

.m-button-link-05:hover {
  background-color: #438EF4;
}

.m-button-link-06 {
  background: linear-gradient(#256ccd 0%, #133667 100%);
}

.m-button-link-06:hover {
  background: linear-gradient(#4a8de8 0%, #26579b 100%);
}

/* m-card */
.m-card-vertical.kind .title {
  background-color: #D9D9B7;
}

.m-card-vertical.welfare .title {
  background: #0F5AC7;
}

.m-card-vertical.infographic {
  border: 2px solid #0F5AC7;
}

.m-card-vertical.infographic .title {
  background: #0F5AC7;
}

.m-card-vertical.employee-merit {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #438EF4;
}

.m-card-vertical.employee-merit .title {
  padding: 10px 30px;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #438EF4;
  background-color: #D1E1F4;
  font-weight: bold;
  text-align: center;
  /* IE11 */
}

.m-card-vertical.employee-merit .title _:-ms-lang(x)::-ms-backdrop, .m-card-vertical.employee-merit .title {
  text-align: center;
}

.m-card-vertical.employee-merit .box-text {
  padding: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .m-card-vertical.employee-merit .box-text {
    padding: 20px 30px;
  }
}

.m-card-block.interview .name, .m-card-block.interview .detail, .m-card-block.interview .text {
  color: #801616;
}

/* qa */
.qa .q {
  color: #00409C;
}

.qa .a .icon {
  color: #F59234;
}

.p-color-em {
  color: #fff;
}

.p-bg-beige {
  background-color: #EDD6AA;
}

/*******************************
 KV
*******************************/
@media screen and (min-width: 768px) {
  .l-section.p-kv .copy {
    position: absolute;
    top: 50%;
    width: 430px;
    padding: 42px 30px;
    font-size: 28px;
    line-height: 42px;
    right: 30px;
    border-radius: 10px;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (min-width: 1000px) {
  .l-section.p-kv .copy {
    right: 40%;
    -webkit-transform: translate(calc(100% - 70px), -50%);
            transform: translate(calc(100% - 70px), -50%);
  }
}

/*******************************
 jobfind
*******************************/
.l-section.u-bg-orange.p-jobfind, .l-section.u-bg-orange.p-locate, .l-section.u-bg-orange.p-kind {
  background: #F0F0E7;
}

/*******************************
 kind
*******************************/
.p-kind .m-card-vertical.kind .title {
  background: #D9D9B7;
}

@media screen and (max-width: 767px) {
  .p-kind .m-card-vertical.kind .title {
    background: linear-gradient(108deg, #D9D9B7 0%, #D9D9B7 83%, white 83%, white 100%);
  }
}

/*******************************
 locate
*******************************/
.employee .p-locate .m-button-link-03 {
  background-color: #0F5AC7;
}

.employee .p-locate .m-button-link-03:hover {
  background-color: #438EF4;
}

/*******************************
 welfare
*******************************/
.l-section.u-bg-orange.p-welfare {
  background: #E7F2FC;
}

/*******************************
 merit
*******************************/
.l-section.p-employee-merit {
  padding: 30px 0;
}

.l-section.p-employee-merit .lead {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-section.p-employee-merit .lead {
    text-align: center;
  }
}

.l-section.p-employee-merit .banner {
  margin: 0 auto 30px;
  max-width: 564px;
}

.l-section.p-employee-merit .banner:hover {
  opacity: 0.7;
}

.l-section.p-employee-merit .title-top-03 {
  background: #00409C;
}

.l-section.p-employee-merit .title-top-03 span {
  color: #fff;
}

.l-section.p-employee-merit .lead2 {
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .l-section.p-employee-merit .lead2 {
    text-align: center;
  }
}

.l-section.p-employee-merit .m-row-flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .l-section.p-employee-merit .m-row-flex .m-col {
    margin-right: 20px;
    width: calc(100% / 2 - 20px / 2);
  }
  .l-section.p-employee-merit .m-row-flex .m-col:nth-child(2n) {
    margin-right: 0;
  }
  .l-section.p-employee-merit .m-row-flex .m-col:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-section.p-employee-merit .m-row-flex .m-col {
    margin-right: 10px;
    width: calc(100% / 1 - 0px / 1);
  }
  .l-section.p-employee-merit .m-row-flex .m-col:nth-child(1n) {
    margin-right: 0;
  }
  .l-section.p-employee-merit .m-row-flex .m-col:nth-child(n+2) {
    margin-top: 10px;
  }
}

.l-section.p-employee-merit .m-button-link-01 {
  margin: 30px auto 0;
  max-width: 315px;
}

/*******************************
 faq
*******************************/
.l-section.p-faq {
  background: #E7F2FC;
}

.l-section.p-faq .title-top-03 {
  background: #fff;
}

.l-section.p-faq .m-button-link-01 {
  margin: 30px auto;
  max-width: 315px;
}

/*******************************
 footer nav
*******************************/
.footer-nav {
  background-color: rgba(17, 106, 237, 0.3);
}

/*******************************
 Pagetop
*******************************/
.btn-pagetop a {
  background-color: #116AED;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-pagetop a:hover {
  background: #2b72d3;
}

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