@charset "UTF-8";
/* base_color */
.bgWhite {
  background: #FFFFFF;
}

.bg_gray01 {
  background: #f8f8f8;
}

.bg_gray02 {
  background: #e4e9f4;
}

.bg_gray03 {
  background: #e5e5e5;
}

.mainVs {
  position: relative;
  margin-top: -80px;
}
.mainVs .topFV_Area {
  text-align: center;
  height: 440px;
}
.mainVs .topFV_Area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: right top;
     object-position: right top;
}
.mainVs .topFV_Area h1 {
  font-size: min(6vw, 78px);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.4;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.8);
  transform: translate(0, -50%);
}
.mainVs .topFV_Area h1 span {
  font-size: 16px;
  display: block;
  font-weight: 500;
}
.mainVs .topFV_Area h1 span.subcap02 {
  font-size: min(3.4vw, 48px);
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mainVs {
    margin-top: 80px;
  }
  .mainVs .topFV_Area {
    height: 36.4vw;
  }
  .mainVs .topFV_Area h1 {
    font-size: 6.25vw;
  }
  .mainVs .topFV_Area h1 span {
    font-size: 2.34vw;
  }
}
/* pankuzu */
.breadcrumbs {
  margin: 30px 0;
}
.breadcrumbs a {
  color: #1543b9;
}
.breadcrumbs span {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 3vw;
    margin-top: 5.2vw;
  }
}
/* 社長挨拶 president */
.president_salutation {
  /* background: url(/assets/images/president/president_pc.png) no-repeat;
  background-size: contain; */
  width: 100%;
  height: 50vw;
  max-height: 640px;
  position: relative;
}
.president_salutation .textArea {
  position: absolute;
  top: 55px;
  right: 80px;
  width: 60%;
  max-width: 638px;
}
.president_salutation h2 {
  font-size: min(2.4vw, 36px);
  margin-bottom: 40px;
}
.president_salutation p {
  font-size: min(1.2vw, 16px);
  line-height: 2.2;
}
.president_salutation p.sign {
  font-size: min(2.4vw, 36px);
  margin-top: 1em;
  text-align: right;
}
.president_salutation p.sign span {
  font-size: min(1.2vw, 16px);
  margin-right: 10px;
}
.president_salutation .mt16 {
  margin-top: 1.6em;
}

@media screen and (min-width: 769px) {
  .president_salutation .img img {
    max-height: 640px;
  }
}
@media screen and (max-width: 1379px) {
  .president_salutation .textArea {
    width: 48vw;
    top: 3vw;
    right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .president_salutation {
    height: 100%;
    max-height: inherit;
  }
  .president_salutation .textArea {
    position: relative;
    width: 100%;
    top: 20px;
    left: 0;
    right: 0;
    margin-bottom: 13vw;
  }
  .president_salutation .textArea h2 {
    margin: 4vw 0 8.59vw;
  }
  .president_salutation .textArea h2, .president_salutation .textArea p.sign {
    font-size: 5vw;
  }
  .president_salutation .textArea p, .president_salutation .textArea p.sign span {
    font-size: 3vw;
  }
}
/* philosophy */
#philosophy {
  background: url(../images/philosophy/bg.png) no-repeat;
  background-position-x: center;
  background-size:contain;
}
#philosophy .inner {
  width: 1000px;
}
#philosophy .inner .ubBod {
  padding-bottom: 30px;
}
#philosophy .inner .textArea {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  line-height: 2.222;
}
#philosophy .inner .indent {
  text-indent: -5em;
  padding-left: 5em;
}
#philosophy .inner .indent02 {
  text-indent: -4em;
  padding-left: 4em;
}

@media screen and (max-width: 1000px) {
  #philosophy .inner {
    width: 90%;
  }
  #philosophy .inner .textArea {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 768px) {
  #philosophy {
    background-size: 100% 80%;
  }
  #philosophy .inner .ubBod {
    padding-bottom: 3.9vw;
  }
}
/* box系　新星社の強み */
#advantage section {
  overflow: hidden;
}
#advantage section .inner {
  margin-bottom: 120px;
}

.itemBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 120px;
}
.itemBox .textBox {
  width: 50%;
  padding-top: 5%;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
}
.itemBox .textBox .numWrap {
  display: flex;
  align-items: center;
}
.itemBox .textBox .numWrap .numArea {
  display: flex;
  flex-direction: column;
  font-size: min(7.246vw, 100px);
  color: #969fb5;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.itemBox .textBox .numWrap .numArea span {
  font-size: min(1.01vw, 14px);
  font-weight: 600;
}
.itemBox .textBox .numWrap .ttl {
  font-size: min(4.492vw, 62px);
  margin-left: 0.5em;
}
.itemBox .textBox .textArea {
  font-size: min(1.1vw, 16px);
  margin-top: 1em;
}
.itemBox .imgBox {
  width: 50%;
  position: relative;
}

.itemBox.reverse {
  flex-direction: row-reverse;
}
.itemBox.reverse .textBox {
  margin-right: 0;
  margin-left: 5%;
}

.itemBox.bg_gray {
  position: relative;
}
.itemBox.bg_gray:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw - 8px); /* scrollvar調整 */
  z-index: -1;
  background: #f8f8f8;
}
.itemBox.bg_gray .imgBox {
  top: -40px;
}

@media screen and (max-width: 768px) {
  .itemBox {
    flex-wrap: wrap;
    margin-top: 15.6vw;
  }
  .itemBox .textBox {
    width: 100%;
    padding: 10% 4%;
    margin-right: 0;
  }
  .itemBox .textBox .numWrap .ttl {
    font-size: 5vw;
  }
  .itemBox .textBox .numWrap .numArea {
    font-size: 13.02vw;
  }
  .itemBox .textBox .numWrap .numArea span {
    font-size: 2.08vw;
  }
  .itemBox .textBox .textArea {
    font-size: 3vw;
  }
  .itemBox .imgBox {
    width: 100%;
  }
  .itemBox.bg_gray .imgBox {
    top: 0;
  }
  .itemBox.bg_gray:before {
    top: 0;
    height: 105%;
  }
  .itemBox.reverse .textBox {
    margin-left: 0;
  }
}
/* 資材加工（製作代行） material_processing */
#material_processing {
  position: relative;
}
#material_processing section {
  overflow: hidden;
}
#material_processing section h3 {
  margin: 50px auto 30px;
}
#material_processing p {
  line-height: 2;
}
#material_processing .pcmL0 img {
  /* margin: 0 0 0 auto; */
}
#material_processing .img03 {
  display: inline-block;
  /* width: 79%; */
  margin: 0 0 5% 2%;
}
#material_processing .textBox {
  width: 47%;
}
#material_processing .itemBoxWrap {
  width: 90%;
  max-width: 1050px;
}
#material_processing .itemBoxWrap .itemBox.itemBox02 {
  justify-content: space-between;
}
#material_processing .itemBoxWrap .itemBox.itemBox02 .textBox {
  width: 45%;
  padding-right: 0;
}
#material_processing .itemBoxWrap .itemBox.itemBox02 .imgBox {
  width: -moz-fit-content;
  width: fit-content;
}

h2.h2_pt02 {
  margin: min(9%, 140px) auto -50px;
  line-height: 1.1;
  font-size: min(5.2vw, 52px);
}
h2.h2_pt02 span.fBig {
  font-size: min(7.6vw, 68px);
}
h2.h2_pt02 span.cap {
  font-size: 16px;
  display: block;
  font-weight: 500;
  color: #969fb5;
}

.cblue {
  color: #1543b9;
}

.bg_ppl_grd {
  position: relative;
}
.bg_ppl_grd:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: linear-gradient(90deg, rgb(228, 233, 244) 0%, rgb(235, 239, 247) 70%, rgb(255, 255, 255) 100%);
}

.bg_blue_grd {
  position: relative;
}
.bg_blue_grd:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(239, 247, 252) 70%, rgb(230, 242, 250) 100%);
}

.contentsBox {
  position: relative;
  display: inline-block;
  margin-bottom: 5.5%;
}
.contentsBox.bg_gray:after {
  content: "";
  position: absolute;
  bottom: -5vw;
  background: #f8f8f8;
  height: 90%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .contentsBox {
    padding-bottom: 10%;
  }
  .contentsBox p {
    font-size: 3vw;
  }
  h2.h2_pt02 {
    margin: 22vw auto -6vw;
  }
  h2.h2_pt02 span.fBig {
    font-size: 10vw;
  }
  h2.h2_pt02 span.cap {
    font-size: 2vw;
    margin-top: 1%;
  }
  #material_processing .textBox {
    width: 100%;
  }
  #material_processing .itemBoxWrap {
    width: 100%;
    max-width: inherit;
  }
  #material_processing .itemBoxWrap .itemBox.itemBox02 {
    padding-bottom: 6%;
  }
  #material_processing .itemBoxWrap .itemBox.itemBox02 .textBox {
    width: 100%;
    padding-right: 3.5%;
  }
  #material_processing .itemBoxWrap .itemBox.itemBox02 .imgBox {
    width: 100%;
  }
  #material_processing .img03 {
    width: 95%;
    display: block;
    margin: 0 auto;
    padding-bottom: 12%;
  }
}
.itemBox02 {
  align-items: center;
  justify-content: left;
  padding: 7.5% 0;
}
.itemBox02 .textBox {
  width: 43.5%;
  padding-top: 0;
  padding-right: 3.5%;
}
.itemBox02 .textBox .numWrap {
  align-items: baseline;
  flex-direction: column;
}
.itemBox02 .textBox .numWrap .numArea {
  color: #bbc8e8;
}
.itemBox02 .textBox .numWrap .ttl {
  font-size: min(2.5vw, 35px);
  margin: 1.2em 0 0 -2.4em;
  line-height: 1.444;
}
.itemBox02 .textBox .numWrap02 .numArea {
  font-size: min(10vw, 150px);
}
.itemBox02 .textBox .numWrap02 .ttl {
  padding-left: 5%;
  margin-top: -12%;
}
.itemBox02 .textBox .textArea {
  padding-left: 5%;
}
.itemBox02.itemBoxAdj {
  justify-content: left;
  margin-left: 8%;
}
.itemBox02.bg_gray:before {
  top: 0;
}

.textArea02 {
  background: #FFFFFF;
  padding: 4% 7% 6%;
  width: 95%;
  margin: 8% 0 0 auto;
  border: 1px solid #f8f8f8;
}
.textArea02 dt {
  font-weight: 600;
  font-size: min(1.6vw, 20px);
}
.textArea02 dd {
  font-size: min(1.1vw, 14px);
}
.textArea02 dd.line {
  position: relative;
  height: 1.5em;
  margin-top: 5px;
}
.textArea02 dd.line::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  margin-top: 1em;
  border-top: 2.6px dotted;
}
.textArea02 dd.line .name {
  position: absolute;
  padding-right: 1ex;
  background-color: #FFFFFF;
}
.textArea02 dd.line .data {
  right: 0;
  position: absolute;
  padding-left: 1ex;
  background-color: #FFFFFF;
}

.noMgn {
  margin: 0;
}

.btn_pt_mgn01 {
  margin: 3em auto 5em;
}

.bnrArea {
  position: relative;
  padding: 7% 5%;
  margin: min(5%, 60px) 0 0;
  box-sizing: border-box;
}
.bnrArea h3 {
  margin-bottom: 3%;
}
.bnrArea .btn_data {
  margin-left: 1.5%;
}
.bnrArea .bnrAreaImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .itemBox02 {
    padding: 8% 0 12%;
  }
  .itemBox02 .textBox {
    width: 100%;
  }
  .itemBox02 .textBox .numWrap .ttl {
    font-size: 5vw;
  }
  .itemBox02 .textBox .numWrap02 {
    align-items: center;
    flex-direction: inherit;
  }
  .itemBox02 .textBox .numWrap02 .numArea {
    font-size: 13.02vw;
  }
  .itemBox02 .textBox .numWrap02 .ttl {
    width: 80%;
    margin: 0em 0 0 0;
  }
  .itemBox02 .textBox .textArea {
    padding-left: 0;
  }
  .itemBox02 .textBox .textArea02 {
    width: 100%;
    margin: 8% 0 0;
  }
  .itemBox02 .textBox .textArea02 dt {
    font-size: 3.64vw;
  }
  .itemBox02 .textBox .textArea02 dd {
    font-size: 2.3vw;
  }
  .itemBox02.itemBoxAdj {
    margin-left: 0;
  }
  .itemBox02 .imgBox {
    display: flex;
    justify-content: center;
  }
  .bnrArea {
    padding: 8.5% 5% 6%;
  }
  .bnrArea h3 {
    margin-bottom: 15vw;
  }
  .bnrArea .btn_pt {
    width: 100%;
    margin-bottom: 3%;
  }
  .bnrArea .btn_data {
    margin-left: 0;
  }
  .btn_pt_mgn01 {
    margin: 0 auto 5em;
  }
  .btn_pt_mgn01 .btn_pt.btn_pt02 {
    width: 100%;
    padding: 0 5%;
  }
}
/* 資材加工（製作代行） material_processing */
#material_sale section {
  overflow: hidden;
  padding: 0;
}
#material_sale h2.h2_pt02 {
  margin: min(9%, 100px) auto -50px;
}

.itemBox03 .textBox {
  width: 45%;
}
.itemBox03 .textBox .numWrap .ttl {
  font-size: min(2.6vw, 35px);
  line-height: 1.444;
  margin-left: 0;
}
.itemBox03.bg_gray:before {
  height: 80%;
}

@media screen and (max-width: 768px) {
  .itemBox03 .textBox {
    width: 100%;
  }
  .itemBox03 .textBox .numWrap .ttl {
    font-size: 5vw;
  }
}
/* recruit- リクルート */
#recruit dl {
  padding: 2.4em 0;
  line-height: 2.5;
  position: relative;
}
#recruit dl dt {
  width: 20%;
  display: inline-block;
  padding: 3% 0;
  position: absolute;
  left: 3%;
  font-weight: 600;
  font-size: 20px;
  line-height: 2;
}
#recruit dl dd {
  padding: 3% 0 3% 20%;
  border-top: 1px solid #707070;
  font-size: 16px;
}
#recruit dl dd:last-child {
  border-bottom: 1px solid #707070;
}
#recruit .itemBox03.bg_gray:before {
  height: 100%;
}

@media screen and (max-width: 768px) {
  #recruit dl dt {
    font-size: 2.8vw;
  }
  #recruit dl dd {
    font-size: 2.3vw;
  }
}
/* 新商品情報 */
.list_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.list_flex li {
  width: 30%;
  background: #f8f8f8;
  border: 1px solid #e4e9f4;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
  padding-bottom: 1em;
}
.list_flex li .ttlArea {
  font-size: min(2.5vw, 18px);
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.75;
  font-feature-settings: "palt";
  padding: 1.5em 1.5em 0;
}
.list_flex li .textArea {
  margin-bottom: 20px;
  padding: 0 1.5em;
  line-height: 1.75;
}
.list_flex li .btn_pt {
  width: 85%;
  margin: auto auto 1em;
  background: initial;
}
.list_flex li .btn_pt a {
  width: auto;
}
.list_flex::after {
  content: "";
  display: block;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .list_flex li {
    width: 48%;
  }
  .list_flex li .ttlArea {
    padding: 1em 1.5em 0;
  }
  .list_flex li .btn_pt a {
    width: 100%;
    padding: 1em 0;
  }
}
/* top お役立ち */
#useful .section.bg_gray {
  position: relative;
}
#useful .section.bg_gray:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 40%;
  width: 100vw;
  margin: 0 calc(50% - 50vw - 8px); /* scrollvar調整 */
  z-index: -1;
  background: #f8f8f8;
}
#useful section.pdt20 {
  padding: 20px 0 100px;
}

@media screen and (max-width: 768px) {
  #useful .section.bg_gray:before {
    top: 15%;
    height: 84%;
  }
  #useful section.pdt20 {
    padding-top: 9.76vw;
  }
}
.col4 {
  display: flex;
  margin-bottom: 60px;
}
.col4 li {
  width: calc(25% - 20px);
  margin-left: 20px;
  position: relative;
}
.col4 li .list-label {
  margin: 1em 0;
}
.col4 li.new:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -10px;
  background: url(/cp-bin/wp/wp-content/themes/shinseisha/assets/images/common/new.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  z-index: 1;
}

.category_flex {
  display: flex;
}
.category_flex .categoryArea {
  position: relative;
}
.category_flex .categoryArea:after {
  content: "";
  position: absolute;
  right: -3em;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e4e9f4;
}
.category_flex .categoryArea li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
.category_flex .categoryArea li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #969fb5;
  border-radius: 10px;
}
.category_flex .categoryArea li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid #969fb5;
  background: #969fb5;
  border-radius: 10px;
}
.category_flex .categoryArea li.active {
  font-weight: 600;
  color: #1543b9;
}
.category_flex .categoryArea li.active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #1543b9;
  border-radius: 10px;
}
.category_flex .categoryArea li.active:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  width: 12px;
  height: 12px;
  border: 1px solid #1543b9;
  background: #1543b9;
  border-radius: 10px;
}
.category_flex .col4 {
  width: 75%;
  margin: 0 0 0 auto;
  flex-wrap: wrap;
}
.category_flex .col4 li {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 4%;
  display: none;
}
.category_flex .col4 li.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .col4 {
    flex-wrap: wrap;
    margin-bottom: 7.81vw;
  }
  .col4 li {
    width: 90%;
    margin: 0 auto 9.114vw;
  }
  .col4 li .imgArea img {
    width: 100%;
  }
  .col4 li p {
    font-size: 3.255vw;
  }
  .col4 li:last-child {
    margin: 0 auto 0;
  }
  .category_flex {
    flex-wrap: wrap;
  }
  .page_topics .category_flex {
    flex-direction: column-reverse;
    }
  .category_flex .categoryArea {
    width: 90%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .category_flex .categoryArea li {
    width: 50%;
    font-size: 3vw;
  }
  .category_flex .col4 {
    width: 90%;
    margin: 6% auto 0 auto;
  }
  .category_flex .col4 li {
    width: 100%;
  }
}
.title_ptn01 {
  display: flex;
  background: #f8f8f8;
  align-items: center;
  font-size: min(3.2vw, 26px);
  font-weight: 600;
  margin-bottom: .3em;
}
.title_ptn01 img {
  margin-right: 1em;
}

.categoryArea02 {
  width: 280px;
}
.categoryArea02 dt {
  font-size: 18px;
  color: #1543b9;
  font-weight: 600;
  margin: 1em 0;
  position: relative;
}

.categoryArea02 dt:hover {
  background:#efefef;
  cursor:pointer;
}
.categoryArea02 dt:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 1px;
  background: #1543b9;
}
.categoryArea02 dt:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 7px;
  background: #1543b9;
}
.categoryArea02 dt.active:after {
  content: none;
}
.categoryArea02 dd {
  padding: 0.5em;
  display: none;
}
.categoryArea02 dd.active {
  background: #f8f8f8;
}

.contentArea {
  width: 75%;
  margin: 0 0 0 1em;
}

@media screen and (max-width: 768px) {
  .title_ptn01 {
    margin-bottom: 1em;
  }
  .categoryArea02 {
    width: 100%;
    margin-bottom: 2em;
  }
  .categoryArea02 dd {
    font-size: 3.5vw;
  }
  .contentArea {
    width: 100%;
    margin: 0 auto;
  }
}
/* QA */
#qa .bg_gray {
  background: #f8f8f8;
}
#qa .result_text {
  margin-bottom: 75px;
  font-size: min(3.6vw, 20px);
}

/* 採用 */
.deco_und_ttl {
  position: relative;
  padding: 0 0 15px;
  margin: 3% 0;
  font-size: min(3.2vw, 26px);
}
.deco_und_ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 32px;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #1543b9;
}

.deco_und_ttl.mT8 {
  margin: 8% 0 3%;
}

/* 拠点アクセス */
#access .inner {
  position: relative;
}
#access .btn_pt {
  margin: 5% 0 0;
}
#access .btn_pt i {
  margin-left: 10px;
}
#access .btn_pt a:after {
  content: none;
}
#access .itemBox03.bg_gray:before {
  height: 100%;
}
#access .itemBox03.bg_gray:first-child {
    margin-bottom:11vw
}
#access .itemBox03.bg_gray:first-child:before {
    height: 110%;
}
#access .pdb0 {
  padding-bottom: 0;
}
#access .mapArea {
  background: url(../images/access/bg.png) repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
#access .mapArea .mapText {
  position: absolute;
}
#access .mapArea .mapText.hokkaido {
  top: 13.2%;
  right: 44.5%;
}
#access .mapArea .mapText.kyushu {
  bottom: 33%;
  line-height: 1.4;
  left: 0;
}
#access .mapArea .mapText.kanto {
  right: 8em;
  bottom: 12.5%;
  line-height: 1.4;
}
#access .mapArea .mapText dt {
  font-size: min(3.5vw, 32px);
  margin-bottom: 0.8em;
}
#access .mapArea .mapText dd {
  font-size: min(1.7vw, 22px);
  padding-left: 1em;
  position: relative;
}
#access .mapArea .mapText dd::before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  content: "";
  background: url(../images/access/i01.png) no-repeat;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: cover;
  top: 0;
  bottom: 0;
  margin: auto;
}
#access .mapArea .mapText dd.active::before {
  background: url(../images/access/i02.png) no-repeat;
}

@media screen and (max-width: 1330px) {
  #access .mapArea .mapText.kanto {
    right: 6.5%;
  }
  #access .mapArea .mapText dd {
    padding-left: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #access .mapArea .mapText.hokkaido {
    top: 14%;
  }
  #access .mapArea .mapText.kyushu {
    bottom: 35%;
  }
  #access .mapArea .mapText.kanto {
    right: 6%;
  }
  #access .mapArea .mapText dd::before {
    width: 7px;
    height: 7px;
  }
  #access .itemBox03.bg_gray:first-child:before {
    height: 100%;
    }
}
/* よくある質問 */
#qa #searchArea {
  width: 100%;
}

/* 個人情報 privacy */
.content_emp {
  line-height: 2;
}
.content_emp h4 {
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1543b9;
}
.content_emp p {
  margin-bottom: 60px;
}

.text01 {
  line-height: 2;
  font-size: min(2.2vw, 16px);
}

@media screen and (max-width: 768px) {
  .text01,
  .form-group {
    font-size: 3.33vw;
  }
  #qa .result_text {
  margin-bottom: 10vw;
  }
}
/* info */
.pagenavi {
  text-align: center;
  margin: 15px 0;
}
.pagenavi a,
.pagenavi span {
  text-decoration: none;
  border: 1px solid #e4e9f4;
  padding: 3px 5px;
  margin: 2px;
}
.pagenavi span.current {
  margin: 5px;
  padding: 7px;
  background: #1543b9;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 86%;
}
.pagenavi a:hover,
.pagenavi span.current {
  border-color: #1543b9;
}
.pagenavi a {
  margin: 5px;
  padding: 7px;
  border: 1px solid #e4e9f4;
  color: #212121;
  text-decoration: none !important;
}
.pagenavi span.extend {
  border: none;
}

/* 会社概要 */
.table01 {
  border-collapse: collapse;
  width: 100%;
}
.table01 tr {
  border-top: 1px solid #e4e9f4;
}
.table01 tr:last-child {
  border-bottom: 1px solid #e4e9f4;
}
.table01 th {
  font-weight: 400;
  text-align: left;
  border: 0;
  padding: 2em 0 2em 2em;
  vertical-align: baseline;
  width: 33%;
  white-space: nowrap;
}
.table01 th:nth-child(1) {
  width: 14%;
}
.table01 th:nth-child(2) {
  width: 6%;
  padding-left: 0;
  padding-right: 2em;
  text-align: right;
}
.table01 td {
  border: 0;
  padding: 2em 1em 2em 0;
  width: 47%;
}
.table01 tr:nth-child(odd) th,
.table01 tr:nth-child(odd) td {
  background: #f8f8f8;
}
.list_flex02 li div:first-child {
    display: flex;
    justify-content: center;
    margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .table01 th {
    padding: 2em 0 2em 1em;
  }
  .table01 td {
    width: 35%;
}

}
/* 各種ダウンロード */
.list_flex02 li div:first-child {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.list_flex02 li .btn_pt:last-child {
    margin: 0 auto 1em;
}
.btn_pt.btn_dl.btn_colBlue a:before {
  color: #FFFFFF;
}

.btn_pt.btn_dl.btn_colBlue a:hover:before {
  color: #1543b9;
}

.list_flex02 li .btn_pt:last-child {
  margin: 0 auto 1em;
}

.list_flex02 li.btnOne .btn_pt:last-child {
  margin: auto auto 1em;
}

.textArea .red {
  color: #e50012;
}

#download {
  background: #f8f8f8;
}
#download .list_flex li {
  background: #FFFFFF;
}

.wrap_bg_gray {
  background: #f8f8f8;
}/*# sourceMappingURL=layout.css.map */

.arc_date {
    text-align: right;
    font-size: 120%;
    margin-bottom: 4em;
}

.mw_wp_form_input .form_confirm{
    display:none !important;
}
.mw_wp_form_confirm .form_input{
    display:none !important;
}

.mw_wp_form_input  .rtn_confirm{
    display:none !important;
}

.submit_btn.glay {
    background: #ccc !important; 
}
.submit_btn input{
    /*margin:0 1em;*/
}
	.sc_x {
		/* width: 950px; */
		overflow: auto;
	}