
#header {
  position: relative;
  border-bottom: 1px solid #dfe2e5;
}
.wrapper {
  padding: 0;
}
.buttonType02{
  padding:0;
}
.buttonType02 a{
  max-width: 360px;
	padding: 22px 0;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 3.539px;
	display:block;
}
.buttonType02 a {
  transition: all .2s ease-in-out;
  display: block;
}
.buttonType02:hover {
  color: #ffffff;
  background-color: #2c61b8;
}

li p a{
  color: #2c61b8;
}

li p a:hover{
  opacity: 0.8;
}

/* --------------------------
mv
--------------------------- */
#mainVisual>div {
  position: relative;
}
#mvTitle {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  width: 70%;
  text-align: center;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  padding: 50px 0;
  z-index: 2;
}
#mvTitle{
  background-image: none;
}
#mvTitle h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.mvText h3 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 20px;
}
#main {
  text-align: center;
  padding: 0 0 40px;
}
#main p {
  line-height: 1.7;
  text-align: left;
  font-size: 14px;
}
#main p+p {
  padding-top: 10px;
}
.contentsTitle-01 {
  color: #2c61b8;
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: 0.05em;
}
.inner {
  width: calc(670 / 750 * 100%);
  margin: auto;
}
@media screen and (min-width: 350px) {
  #mvTitle h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .contentsTitle-01 {
    color: #2c61b8;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mvText h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1140px;
    margin: auto;
  }
  #mvTitle {
    top: 30%;
    width: auto;
    padding: 50px 0;
  }
  #mvTitle h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .mvText {
    bottom: -190px;
    padding: 80px 0 20px;
  }
  .mvText h3 {
    font-size: 30px;
    line-height: 1.5;
    padding-top: 26px;
  }
  .contentsTitle-01 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  #main {
    text-align: center;
    padding: 68px 0 78px;
  }
  #main p {
    text-align: center;
    line-height: 2;
    font-size: 18px;
  }
  #main p+p {
    padding-top: 32px;
  }
}

.wgtTitle.type01 {
  margin: 0 0 20px;
  padding: 0 0 14px;
  position: relative;
  width: 100%;
}
.wgtTitle.type01 h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #212121;
}
.wgtTitle.type01:before {
  display: block;
  content: "";
  width: 30%;
  height: 2px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-bottom: 2px solid #193768;
}
.wgtTitle.type01:after {
  display: block;
  content: "";
  width: 70%;
  height: 2px;
  left: 30%;
  bottom: 0;
  position: absolute;
  border-bottom: 2px solid #51a0ea;
}
.datailTable {
  margin-bottom: 60px;
}
.datailTable dl:first-child {
  border-top: 1px solid #DFE2E5;
}
.datailTable dl {
  border-bottom: 1px solid #DFE2E5;
}
.datailTable dt {
  background: #F4F7FB;
  border-bottom: 1px solid #DFE2E5;
}
.datailTable dt,
.datailTable dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  vertical-align: top;
  padding: 8px 4%;
  box-sizing: border-box;
}
.datailTable dd p,
.datailTable dd li {
  line-height: 1.75;
}
.datailTable dd.indentList p {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.datailTable dd.indentList02 p {
  text-indent: -1em;
  padding-left: 1em;
}
.datailTable dd li+li {
  padding-top: 15px;
}
.datailTable dd span.note {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #d32f2f;
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 5px;
}
.datailTable .flow dd>div {
  text-align: center;
  padding: 15px 0;
}
.datailTable .flow dd>div>div {
  width: 60px;
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 0 1% 0 0;
}
.datailTable .flow dd>div>div.last {
  padding-right: 0;
}
.datailTable .customerList dd li+li {
  padding-top: 2px;
}
.datailTable .customerList dd .note {
  text-align: right;
}
#recruitment,
#companyDetail {
  padding-bottom: 40px;
}
@media screen and (min-width: 350px) {
  .datailTable .flow dd>div>div {
    padding: 0 5% 0 0;
  }
  .datailTable .flow dd>div>div:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: solid 2px #dfe2e5;
    border-right: solid 2px #dfe2e5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .datailTable .flow dd>div>div.last:after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .wgtTitle.type01 {
    margin: 0 0 24px;
    padding: 0 0 24px;
  }
  .wgtTitle.type01 h4 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .wgtTitle.type01:before {
    width: 31%;
  }
  .wgtTitle.type01:after {
    width: 69%;
    left: 31%;
  }
  #recruitment {
    padding-bottom: 150px;
  }
  #companyDetail {
    padding-bottom: 120px;
  }
  .datailTable {
    padding-top: 15px;
    margin-bottom: 60px;
  }
  .datailTable dl {
    display: table;
  }
  .datailTable dt,
  .datailTable dd {
    display: table-cell;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 20px;
  }
  .datailTable dt {
    width: 200px;
    border-bottom: none;
  }
  .datailTable dd {
    width: 960px;
  }
  .datailTable dl:nth-child(3) dt {
    vertical-align: middle;
  }
  .datailTable dd span.note {
    font-size: 14px;
    line-height: 2;
    padding-top: 0;
  }
  .datailTable .customerList ul {
    display: inline-block;
    vertical-align: top;
  }
  .datailTable .customerList ul+ul {
    padding-left: 3.5%;
  }
  .datailTable .customerList dd li+li {
    padding-top: 0;
  }
  .datailTable .flow dd>div {
    padding: 30px 0;
  }
  .datailTable .flow dd>div>div {
    width: auto;
    padding-right: 52px;
  }
  .datailTable .flow dd>div>div:after {
    right: 18px;
    width: 30px;
    height: 30px;
    border-top: solid 4px #dfe2e5;
    border-right: solid 4px #dfe2e5;
  }
}