/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, * :before, * :after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  max-width: 100%;
}

img {
  vertical-align: bottom;
}

iframe {
  border: 0;
}

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

th, td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

sub, sup {
  vertical-align: top;
  font-size: 1rem;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

html {
  background: #fff;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 40);
  }
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.4px;
}

.header {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 3.75vw 0;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .header__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 5vw 0 2.5vw;
  }
}

.header-main__logo {
  display: inline-block;
  width: 282px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .header-main__logo {
    width: 54.75vw;
  }
}

.header-main__text {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 15px;
  line-height: 1;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .header-main__text {
    margin-left: 3.5vw;
    font-size: 1.4rem;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav _:-ms-fullscreen, :root .header-nav {
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .header-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav__item:nth-of-type(n+2) {
  margin-left: 50px;
}

.header-nav__link {
  display: block;
  width: 100%;
}

.header-nav__link--entry {
  padding: 10px 46px 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0c57c5), to(#1891fb));
  background: linear-gradient(to top, #0c57c5, #1891fb);
  color: #fff;
}

.header-opener {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-opener {
    display: block;
    z-index: 9999;
    width: 7.5vw;
    height: 5.5vw;
  }
}

.header-opener.is-triggered .header-opener__bar:nth-of-type(1) {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-opener.is-triggered .header-opener__bar:nth-of-type(2) {
  opacity: 0;
}

.header-opener.is-triggered .header-opener__bar:nth-of-type(3) {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-opener__inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.header-opener__bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: .4s;
  transition: .4s;
  content: "";
}

.header-opener__bar:nth-of-type(1) {
  top: 0;
}

.header-opener__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-opener__bar:nth-of-type(3) {
  bottom: 0;
}

.header-spMenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 14.5vw;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-spMenu.is-show {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-spMenu-list {
  height: 100vh;
  padding: 6.25vw 15vw;
}

.header-spMenu-list__item {
  line-height: 1;
}

.header-spMenu-list__textLink {
  display: block;
  padding: 6.25vw 0;
  font-size: 2rem;
}

.header-spMenu-list__buttonLink {
  display: block;
  margin-top: 13.75vw;
  padding: 5vw 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0c57c5), to(#1891fb));
  background: linear-gradient(to top, #0c57c5, #1891fb);
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}

.mainvisual {
  position: relative;
  width: 100%;
  height: 853px;
  background: url(../images/mainvisual.jpg) no-repeat right;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .mainvisual {
    background: url(../images/mainvisual-women.jpg) no-repeat center/cover;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual {
    height: 102.25vw;
    background: url(../images/mainvisual-sp.jpg) no-repeat 100%/cover;
  }
}

.mainvisual::before {
  position: absolute;
  left: 5.2vw;
  width: 501px;
  height: 244px;
  background: url(../images/mainvisual-text-01.png) no-repeat;
  content: "";
}

@media screen and (min-width: 768px) {
  .mainvisual::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .mainvisual::before {
    width: 505px;
    height: 250px;
    background: url(../images/mainvisual-text-02.png) no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual::before {
    bottom: 9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 63.75vw;
    height: 17.75vw;
    background: url(../images/mainvisual-text-sp.png) no-repeat 100%/cover;
  }
}

.p-jimu-section {
  margin-bottom: 60px;
  padding-top: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
  .p-jimu-section {
    margin-bottom: 3.125vw;
    padding-top: 15.625vw;
  }
}

@media screen and (max-width: 767px) {
  .p-jimu-section {
    margin-bottom: 0;
    padding-top: 12.5vw;
  }
}

.p-jimu-section:first-of-type {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .p-jimu-section:first-of-type {
    padding-top: 10vw;
  }
}

.p-jimu-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-jimu-section__inner {
    display: block;
  }
}

.p-jimu-section__image {
  position: relative;
  z-index: 1;
}

.p-jimu-section__image img {
  width: 100%;
}

.p-jimu-section-box {
  z-index: 2;
  width: 56.25vw;
  padding: 5.2vw 4.69vw 4.69vw;
  background: rgba(238, 238, 238, 0.9);
}

@media screen and (max-width: 767px) {
  .p-jimu-section-box {
    width: 100%;
    padding: 12.5vw 5vw;
  }
}

.p-jimu-section-box__heading {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
  .p-jimu-section-box__heading {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .p-jimu-section-box__heading {
    font-size: 3rem;
    letter-spacing: 1.5px;
  }
}

.p-jimu-section-box__english {
  margin-top: 20px;
  color: #666;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
  .p-jimu-section-box__english {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-jimu-section-box__english {
    margin-top: 4vw;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}

.p-jimu-section-box__english span {
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .p-jimu-section-box__english span {
    padding-left: 10vw;
  }
}

.p-jimu-section-box__english span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  background: #666;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-jimu-section-box__english span::before {
    width: 7.5vw;
  }
}

.p-jimu-section-box__text {
  margin-top: 40px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
  .p-jimu-section-box__text {
    margin-top: 2.08vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-jimu-section-box__text {
    margin-top: 8vw;
    line-height: 1.75;
  }
}

.p-jimu-mission__image {
  width: 50vw;
}

@media screen and (max-width: 767px) {
  .p-jimu-mission__image {
    width: 100%;
  }
}

.p-jimu-mission-box {
  position: absolute;
  top: 47.66%;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-jimu-mission-box {
    position: relative;
  }
}

.p-jimu-position__image {
  position: absolute;
  top: 40.15%;
  right: 0;
  width: 66.67vw;
}

@media screen and (max-width: 767px) {
  .p-jimu-position__image {
    position: relative;
    width: 100%;
  }
}

.p-jimu-position-box {
  position: relative;
}

.p-jimu-position-box__jobName {
  margin-top: 60px;
  color: #0c57c5;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
  .p-jimu-position-box__jobName {
    margin-top: 3.12vw;
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-jimu-position-box__jobName {
    margin-top: 10vw;
    font-size: 2.2rem;
    line-height: 1.45;
    letter-spacing: 0.55px;
  }
}

.p-jimu-position-box__jobText {
  margin-top: 22px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1340px) {
  .p-jimu-position-box__jobText {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-jimu-position-box__jobText {
    margin-top: 4vw;
    line-height: 1.75;
  }
}

.p-jimu__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .p-jimu__inner {
    padding: 0 5vw;
  }
}

.p-jimu-heading > * {
  display: block;
  text-align: center;
}

.p-jimu-heading__japanese {
  font-size: 3.2rem;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 767px) {
  .p-jimu-heading__japanese {
    font-size: 2.6rem;
    letter-spacing: 1.3px;
  }
}

.p-jimu-heading__english {
  margin-top: 12px;
  color: #666;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .p-jimu-heading__english {
    margin-top: 2.5vw;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
}

.p-jimu-tableHead {
  display: block;
  width: 100%;
  margin-top: 50px;
  padding: 12px 20px 11px;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
  .p-jimu-tableHead {
    margin-top: 10vw;
    padding: 2vw 5vw;
  }
}

.p-jimu-tableHead--navy {
  background: #0c57c5;
}

.p-jimu-tableHead--blue {
  background: #1891fb;
}

@media screen and (max-width: 767px) {
  .p-jimu-tableHead--blue {
    margin-top: 12.5vw;
  }
}

@media screen and (max-width: 767px) {
  .p-jimu-tableHead--blue span {
    font-size: 1.6rem;
    letter-spacing: 0.4px;
  }
}

.p-jimu-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
}

.p-jimu-table > * {
  padding: 20px 25px;
}

@media screen and (max-width: 767px) {
  .p-jimu-table > * {
    padding: 4vw;
  }
}

.p-jimu-table__name {
  max-width: 20.83%;
  -ms-flex-preferred-size: 20.83%;
      flex-basis: 20.83%;
  border-right: 1px solid #ccc;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-jimu-table__name {
    max-width: 27.78%;
    -ms-flex-preferred-size: 27.78%;
        flex-basis: 27.78%;
  }
}

.p-jimu-table__data {
  max-width: 79.17%;
  -ms-flex-preferred-size: 79.17%;
      flex-basis: 79.17%;
}

@media screen and (max-width: 767px) {
  .p-jimu-table__data {
    max-width: 72.22%;
    -ms-flex-preferred-size: 72.22%;
        flex-basis: 72.22%;
  }
}

.desc {
  padding-top: 195px;
}

@media screen and (min-width: 1701px) {
  .desc {
    padding-top: 20vw;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1700px) {
  .desc {
    padding-top: 16vw;
  }
}

@media screen and (max-width: 767px) {
  .desc {
    padding-top: 12.5vw;
  }
}

.desc__background {
  padding: 85px 0 130px;
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .desc__background {
    padding: 10vw 0 12.5vw;
  }
}

.entry {
  padding: 85px 0 130px;
}

@media screen and (max-width: 767px) {
  .entry {
    padding: 10vw 0 12.5vw;
  }
}

.entry-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .entry-contact {
    display: block;
    margin-top: 2.5vw;
  }
}

.entry-contact__item {
  position: relative;
  max-width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .entry-contact__item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.entry-contact__item::before {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  content: "";
}

@media screen and (max-width: 767px) {
  .entry-contact__item::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12.5vw;
    height: 12.5vw;
  }
}

.entry-contact__item:nth-of-type(n+2)::after {
  position: absolute;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 20px;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .entry-contact__item:nth-of-type(n+2)::after {
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .entry-contact__item:nth-of-type(n+2)::after {
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-90deg);
            transform: translateY(50%) rotate(-90deg);
    width: 7.5vw;
    height: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .entry-contact__item:nth-of-type(n+2):hover::after {
    bottom: 24px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.entry-contact__item--phone::before {
  background: url(../images/icon-phone.png) no-repeat 100%/contain;
}

.entry-contact__item--web::before {
  background: url(../images/icon-mail.png) no-repeat 100%/contain;
}

.entry-contact__item--web::after {
  background: url(../images/arrow-blue.png) no-repeat 100%/contain;
}

.entry-contact__item--line::before {
  background: url(../images/icon-line.png) no-repeat 100%/contain;
}

.entry-contact__item--line::after {
  background: url(../images/arrow-green.png) no-repeat 100%/contain;
}

.entry-contact__item + .entry-contact__item {
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .entry-contact__item + .entry-contact__item {
    border-top: 1px solid #ccc;
    border-left: 0;
  }
}

.entry-contact__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 110px 0 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .entry-contact__link {
    padding: 7.5vw 0 7.5vw 16vw;
  }
}

@media screen and (min-width: 768px) {
  .entry-contact__link:hover {
    opacity: 0.7;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (min-width: 768px) {
  .entry-contact__link--phone {
    pointer-events: none;
  }
}

.entry-contact__title {
  margin-top: -5px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.44;
  letter-spacing: 0.45px;
}

@media screen and (max-width: 767px) {
  .entry-contact__title {
    display: block;
    margin-top: 0;
    line-height: 1.33;
    text-align: left;
  }
}

.entry-contact__phoneNumber {
  display: block;
  width: 74.3%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .entry-contact__phoneNumber {
    width: 60vw;
    margin: 0;
  }
}

.entry-contact__text {
  display: inline-block;
  margin-top: 8px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .entry-contact__text {
    display: block;
    margin-top: 2vw;
    font-size: 1.4rem;
    text-align: left;
  }
}

.entry-contact__break {
  display: none;
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .entry-contact__break {
    display: block;
  }
}

.banner {
  padding: 30px 0;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 5vw 0;
  }
}

@media screen and (max-width: 767px) {
  .banner .p-jimu__inner {
    padding: 0 6vw;
  }
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .banner-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.banner-list__item {
  max-width: 23.4375%;
  -ms-flex-preferred-size: 23.4375%;
      flex-basis: 23.4375%;
}

@media screen and (max-width: 767px) {
  .banner-list__item {
    max-width: 48.2%;
    -ms-flex-preferred-size: 48.2%;
        flex-basis: 48.2%;
  }
}

@media screen and (max-width: 767px) {
  .banner-list__item:nth-of-type(n+3) {
    margin-top: 2.5vw;
  }
}

.banner-list__link {
  display: block;
  width: 100%;
}

.footer {
  padding: 9px 0 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 2vw 0;
  }
}

.footer__copyright {
  color: #666;
  font-size: 1.1rem;
  letter-spacing: 0;
}
