@charset "utf-8";
/* font *************************************************************************/
/* h2 */
.stl2509-h2StyleA {
  text-align: center;
  font-weight: bold;
  color: #e93d37;
  margin: 0 0 2rem;
}
.stl2509-h2StyleA span.stl2509-h2StyleASubEm {
  font-size: 1.3em;
  margin: 0 0.25em;
}
.stl2509-h2StyleA span.stl2509-h2StyleASubBg {
  background: #e93d37;
  color: #fff;
  padding: 0 0.5rem;
  box-sizing: border-box;
  margin: 0 0 1rem;
}
@media screen and (max-width: 768px) {
  .stl2509-h2StyleA {
    margin: 0 0 1rem;
  }
  .stl2509-h2StyleA span.stl2509-h2StyleASubEm {
    font-size: 1.2em;
    margin: 0 0.15em;
  }
  .stl2509-h2StyleA span.stl2509-h2StyleASubBg {
    font-size: 0.8em;
    padding: 0 0.5rem;
    margin: 0 0 0.5rem;
  }
}
/* bg *************************************************************************/
.stl2509-bgBlack {
  background: #313131;
}
@media screen and (max-width: 768px) {
}
/* btn *************************************************************************/
a.btn-borderRed {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border: solid 1px #e93d37;
  display: block;
  color: #e93d37;
  font-weight: bold;
}
a.btn-bgRed {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #e93d37;
  display: block;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  a.btn-borderRed {
    height: 65px;
    line-height: 65px;
  }
  a.btn-bgRed {
    height: 65px;
    line-height: 65px;
  }
}
/* Header(v2) *********/
header.mvv2 {
  min-width: 1024px;
}
.HeBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 999;
}
.heWrap {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.heLogo img {
  width: auto;
  height: 53px;
  margin-top: 4px;
}
.heCta a {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 3px 8px;
  box-sizing: border-box;
  color: #fff;
  border: solid 1px #fff;
  margin-top: 14px;
  font-size: 0.9rem;
}
.heCta a i {
  margin-left: 2px;
  font-size: 0.8rem;
  vertical-align: middle;
}
/* mv */
.mvBox {
  height: 100vh;
  min-height: 650px;
  position: relative;
  z-index: 2;
  min-width: 1024px;
}
.mvTextBox {
  padding: 28vh 0 0 0;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}
.mvLabelWrap {
  display: flex;
}
.mvLabelWrap li {
  background: #e93d37;
  margin: 0 5px;
  padding: 3px 12px 1px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.mvLabelWrap li:first-child {
  margin: 0 5px 0 0;
}
.mvLabelWrap li:last-child {
  margin: 0 0 0 5px;
}
.mvLabelWrap li span {
  font-size: 1.4rem;
  line-height: 1.5;
}
.mvTitle {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 6px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.mvTitle span {
  display: block;
  font-size: 2rem;
  margin-top: 0.5rem;
}
.mvLeadBox p {
  font-size: 1.2rem;
  line-height: 1.8;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  letter-spacing: 1px;
}
.MvImgBox {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.MvImgBox .swiper {
  width: 100%;
  height: 100%;
}
.MvImgBox .swiper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* secBg *************************************************/
.secBg {
  background: #1a1a1a;
  color: #fff;
}
.secBgTypeB {
  background: #f6f6f6;
}
/* box *************************************************/
.contents,
.headerBox,
.mvText {
  width: 1300px;
  max-width: 98%;
  min-width: 1024px;
  margin: 0 auto;
}
.headerBox {
  min-width: auto;
}
.lBox {
  width: 98%;
  margin: 0 auto;
}
.sBox,
.flwStep {
  width: 80%;
  margin: 0 auto;
}
.detailBox {
  margin: 3rem 0;
}
/*  *************************************************/
section {
  position: relative;
  padding: 8rem 0;
  box-sizing: border-box;
}
.secTitle {
  position: absolute;
  top: 0;
  left: -1rem;
  transform: translateY(-50%);
  z-index: 5;
}
.secTitle h2 {
  display: inline-block;
  color: #e93d37;
  font-size: 9rem;
  font-weight: bold;
  letter-spacing: -2px;
}
h3.subTitle {
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 0 0.8rem;
  color: #e93d37;
}
h3.subTitle > span {
  font-size: 1.3em;
  font-weight: normal;
  color: #e93d37;
  margin: 0 2px 0 5px;
}
.contentsIntro {
  font-weight: bold;
  text-align: center;
  margin: 0.8rem 0 2rem;
}
.contentsIntro span {
  background: #e93d38;
  padding: 1px 3px;
  margin: 0 3px;
  color: #fff;
}

/* service */
.srvLineup {
  margin: 3rem 0;
}
.srvScene {
  text-align: center;
}
.srvScene .contentsIntro {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 1rem;
}
.srvScene .contentsIntro::after {
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  background: url("../img/srvSceneCheck.png") no-repeat center;
  background-size: cover;
  width: 1.2rem;
  height: 1.2rem;
}
.srvSceneWrap {
  display: flex;
  flex-wrap: wrap;
}
.srvSceneWrap li {
  width: 24%;
  margin: 1rem auto;
}
.srvSceneWrap li img {
  width: 200px;
  max-width: 95%;
  margin: 0 auto;
}
.srvSceneWrap li h4 {
  font-size: 1.2rem;
}
.srvSceneWrap li h4 span {
  background: #e93d38;
  padding: 1px 6px;
  line-height: 1.25;
  white-space: nowrap;
  color: #fff;
}
.srvSceneWrap li h4 span.mb {
  margin-bottom: 0.4rem;
}
/* reason */
.raoCntRow {
  margin: 2rem 0;
}
.raoCntWrap {
  display: flex;
  justify-content: space-between;
}
.raoCntNum {
  width: 23%;
}
.raoCntDetail {
  width: 75%;
}
.raoCntDetail h4 {
  font-size: 1.3rem;
  color: #e93d37;
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
.raoCntDetailText p {
  line-height: 1.7;
}

/* works */
.wrkWrap {
  display: flex;
  flex-wrap: wrap;
}
.wrkWrapCnt {
  width: calc((100% / 3) - 2rem);
  margin: 1rem;
  position: relative;
  padding-bottom: 11rem;
  box-sizing: border-box;
}
.wrkWrapCnt h4 {
  margin: 0.8rem 0 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
.wrkDesc {
  margin: 0.8rem 0 0.5rem;
}
.wrkDesc p {
  margin: 5px 0;
  font-size: 1rem;
}
.wrkDetail {
  position: absolute;
  top: 30.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrkDetail dd,
.wrkDetail dt {
  margin: 0.2rem 0;
  padding: 0.2rem 0;
  box-sizing: border-box;
}
.wrkDetail dt {
  width: 25%;
  text-align: center;
}
.wrkDetail dt span {
  background: #e93d38;
  width: 100%;
  vertical-align: text-top;
}
.wrkDetail dd {
  width: 73%;
}
/* flow */
#flw .contents {
  position: relative;
  z-index: 2;
}
.flwBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.flwStep {
  margin: 4rem auto;
}
.flwStep ul {
  display: flex;
  align-items: center;
}
.flwStep ul li.flwStepCnt {
  width: 18%;
  margin: 0 auto;
  padding-top: 10%;
  box-sizing: border-box;
  background: #e93d38;
  position: relative;
}
.flwStep ul li.flwStepCnt .flwStepNum {
  position: absolute;
  top: -1.7rem;
  left: -0.2rem;
  font-size: 2rem;
  line-height: 1;
  font-family: "Montserrat", serif;
  color: #e93d38;
}
.flwStep ul li.flwStepCnt p {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.flwStep ul li.flwStepArrow {
  width: 5%;
  margin: 0 auto;
  font-size: 1.7rem;
  text-align: center;
}
.flwDetail {
  width: 92%;
  margin: 0 auto;
}
.flwDetailWrap {
  display: flex;
  justify-content: space-between;
  margin: 2.5rem auto;
}
.flwDetailWrap:nth-child(even) {
  flex-direction: row-reverse;
}
.flwDetailWrap:last-child {
  margin: 2.5rem auto 0;
}
.flwDetailImg {
  width: 37%;
  border-right: solid 17px #e93d37;
}
.flwDetailImg {
  width: 37%;
}
.flwDetailCnt {
  width: 60%;
}
.flwDetailCnt h4 {
  font-size: 1.5rem;
  color: #e93d37;
  line-height: 1.5;
  margin: 0 0 1rem;
}
.flwDetailCnt h4 span {
  font-family: "Montserrat", serif;
  font-size: 1.5em;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.5rem;
  font-weight: normal;
}
.flwDetailDesc p {
  margin: 12px 0;
}
/* faq */
.faqCnt .docDL_Box {
  margin: 5rem auto 0;
  text-align: center;
  color: #111;
}
/* contact */
.contactCnt div.Btn-styleA a {
  text-align: center;
  background: #e93d38;
}
/* footer */
.fBox {
  background: #1a1a1a;
  color: #fff;
  padding: 1.5rem 0 0;
  box-sizing: border-box;
}
footer.fBox ul {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
footer.fBox ul li a {
  color: #fff !important;
}
footer.fBox div.info {
  background: #333;
  border: none;
}
/*-- Sec02 --*/
div.Sec02Img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
div.Sec02Cnt {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
}
ul.Sec02CntText {
  width: 55%;
  height: auto;
  padding: 0;
  padding-right: 20px;
  margin: 0;
  box-sizing: border-box;
}
li.Sec02CntTextRow {
  width: 100%;
  height: auto;
  padding: 1em 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
li.Sec02CntTextRow:first-child {
  padding: 0 0 1em;
}
li.Sec02CntTextRow:last-child {
  padding: 1em 0 0em;
}
li.Sec02CntTextRow img {
  width: 12%;
  display: block;
  padding-right: 15px;
}
li.Sec02CntTextRow span {
  font-weight: bold;
}
div.Sec02CntImg {
  width: 45%;
  height: auto;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  box-sizing: border-box;
}

/* OnlineEvent ******/
.oe_slider {
  margin: 50px 0;
}
.oe_sliderInBox {
  padding: 75px 0 0;
  box-sizing: border-box;
}
.oe_sliderCnt {
  height: 600px;
}
.oe_sliderInCnt {
  width: 55%;
}
/* .swiper {
  padding: 0 0 50px !important;
}
div.swiper-slide {
  width: 100%;
  line-height: 1.2 !important;
  position: relative;
}
div.swiper-slide img {
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
}
.swiper-pagination-bullet {
  background: #e93d37 !important;
  border-radius: 0% !important;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  ) !important;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  ) !important;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: rgba(100, 100, 100, 0.9);
} */
/*-- Sec04 --*/
div.Sec04Img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul.Sec04Cnt {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li.Sec04CntRow {
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
li.Sec04CntRow:first-child {
  padding: 0 0 15px;
}
li.Sec04CntRow:last-child {
  padding: 15px 0 0;
}
li.Sec04CntRow img {
  width: 7%;
  display: block;
  padding-right: 15px;
}
div.Sec04CntRowText {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
div.Sec04CntRowText p {
  font-size: 18px;
}
/*-- Sec05 --*/
div.Sec05Title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 50px;
  box-sizing: border-box;
}
ul.Sec05Cnt {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
li.Sec05CntRow {
  width: 100%;
  height: auto;
  padding: 0.75em 0;
  margin: 0;
  box-sizing: border-box;
}
li.Sec05CntRow:first-child {
  padding: 0 0 0.75em;
}
li.Sec05CntRow:last-child {
  padding: 0.75em 0 0em;
}
li.Sec05CntRow span {
  font-size: 2.7em;
  font-weight: bold;
  padding-right: 10px;
}
li.Sec05CntRow p {
}
div.questuin {
  width: 100%;
  height: auto;
  padding: 0.6% 4%;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #f9f9f9;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
div.questuin p {
  font-size: 22px;
}
div.answer {
  width: 100%;
  height: auto;
  padding: 0.6% 8%;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
div.answer p {
  font-size: 20px;
}
div.answer span {
  color: #777777;
}
/****FAQ****/
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 28px 80px 28px 30px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
  border-top: 1px solid #ccc;
}
.qa-list dl::before {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #e93d37;
  border-right: 2px solid #e93d37;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 20px;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "Q.";
  color: #e93d38;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 10px;
  display: block;
  content: "A.";
  font-weight: bold;
  color: #19a0ff;
}
.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 0 50px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
  font-size: 1em;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

/*-- Sec06 --*/
section#Sec06 {
  text-align: center;
}
div.Sec06Title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 90px;
  box-sizing: border-box;
}
div.Sec06Title p {
  font-weight: normal;
  margin-top: 50px;
  font-size: 20px;
}
div.Sec06Title .TitleLine {
  margin-left: auto;
}
div.Sec06Cnt {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/*********CheckList**********/
div.docDL_Box {
  width: 90%;
  margin: 10px auto 60px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 10px solid #d92225;
}
div.docDL_Box h3 {
  font-size: 1.6em;
  margin: 10px auto 24px;
  line-height: 1.4;
}
div.docDL_Box h3 span {
  font-size: 0.7em;
  color: #e93d38;
}
div.docDL_Box h3 span.attend {
  font-size: 1.7em;
  padding: 0 0.25em;
  border-bottom: double 5px #e93d38;
  line-height: 1.3;
}

div.docDL_Con {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
div.docDL_Img {
  width: 35%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
div.docDL_Img img {
  width: 90%;
  margin: 0 auto;
}
div.docDL_Btn {
  width: 55%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
}
div.docDL_Btn p {
  font-size: 1em;
}
div.docDL {
  width: 80%;
  margin: 40px auto;
  padding: 0;
  box-sizing: border-box;
  background: #111;
  text-align: center;
  height: 120px;
  line-height: 120px;
  font-size: 1.1em;
  color: #fff;
  position: relative;
}
div.docDL a {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
div.docDL a:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
/*********fade**********/
section#fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
section#fade .Inner {
  position: relative;
  width: 100%;
  height: auto;
}
#fadebox {
  z-index: 100;
  position: fixed;
  bottom: 25px;
  right: 25px;
  max-width: 300px;
  width: 95%;
  opacity: 0;
  display: none;
}
#fadebox.UpMove {
  display: block;
  animation: UpAnime 0.8s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#fadebox a {
  display: block;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: relative;
}
#fadebox a:hover {
}
div#cancel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(50%, -50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: solid 2px #aaa;
}
div#cancel:hover {
  cursor: pointer;
  background: #aaa;
}
div.cancelinner {
  position: relative;
  width: 100%;
  height: 100%;
}
div.cancelinner::after,
div.cancelinner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background: #aaa;
}
div.cancelinner:hover::after,
div.cancelinner:hover::before {
  background: #fff;
}
div.cancelinner::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
div.cancelinner::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.none {
  display: none !important;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  /* Header(v2) *********/
  header.mvv2 {
    min-width: 100%;
  }
  .HeBg {
    height: 35px;
  }
  .HeBg img {
    width: 75px;
    margin: 0 0 0 0;
    padding: 0.75em;
  }
  .MvBox {
    height: 100vh;
    max-height: 700px;
    min-height: 500px;
  }
  .MvText {
    padding: 35vh 0 0 0;
    margin: 0 0 0 0;
  }
  .MvText h2 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 100;
  }
  .MvText h4 {
    font-size: 16px;
  }
  .MvBox::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  /* secBg *************************************************/
  /*-- Sec02 --*/
  div.Sec02Title {
    margin: 35px 0;
  }
  div.Sec02Cnt {
    width: 96%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  ul.Sec02CntText {
    width: 100%;
    padding-right: 0px;
  }
  li.Sec02CntTextRow {
    width: 100%;
    padding: 10px 0;
  }
  li.Sec02CntTextRow:first-child {
    padding: 0 0 10px;
  }
  li.Sec02CntTextRow:last-child {
    padding: 10px 0 10px;
  }
  li.Sec02CntTextRow img {
    width: 10%;
    padding-right: 10px;
  }
  div.Sec02CntImg {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }

  /*-- Sec04 --*/
  section#Sec04 {
    padding: 50px 0;
  }
  div.Sec04Title {
    margin: 35px 0;
  }
  ul.Sec04Cnt {
    width: 85%;
    margin: 0 auto;
  }
  li.Sec04CntRow {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  li.Sec04CntRow:first-child {
    padding: 0 0 10px;
  }
  li.Sec04CntRow:last-child {
    padding: 10px 0 0;
  }
  li.Sec04CntRow img {
    width: 10%;
    display: block;
    padding-right: 0px;
    padding: 10px 0;
    margin: 0 auto;
  }
  /*-- Sec05 --*/
  div.Sec05Title {
    margin: 0 0 35px;
  }
  li.Sec05CntRow span {
    font-size: 2em;
    font-weight: bold;
    padding-right: 10px;
  }
  li.Sec05CntRow p {
    font-size: 16px;
  }
  div.questuin {
    padding: 1% 2%;
    margin-bottom: 5px;
  }
  div.answer {
    width: 100%;
    height: auto;
    padding: 1% 2% 1% 6%;
  }
  /******FAQ*******/
  .qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
  }
  .qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 16px;
  }
  .qa-list dl dt::before {
    font-size: 16px;
    top: 3px;
    left: 5px;
    content: "Q.";
  }
  .qa-list dl dd::before {
    font-size: 16px;
    top: 5px;
    left: 5px;
    content: "A.";
  }
  .qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 16px;
  }
  .qa-list dl dd p {
    margin: 0.5rem 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }

  /*-- Sec06 --*/
  section#Sec06 {
    padding: 50px 0;
  }
  div.Sec06Title {
    margin: 0 0 35px;
  }
  div.Sec06Title p {
    margin-top: 15px;
  }
  /*********CheckList**********/
  div.docDL_Box {
    width: 100%;
    margin: 10px auto 60px;
    padding: 16px;
  }
  div.docDL_Box h3 {
    font-size: 1.3em;
  }
  div.docDL_Box h3 span {
    font-size: 0.8em;
  }
  div.docDL_Box h3 span.attend {
    font-size: 1.5em;
    line-height: 1.2;
  }

  div.docDL_Con {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  div.docDL_Img {
    width: 80%;
    margin: 0 auto 20px;
  }
  div.docDL_Img img {
    width: 96%;
  }
  div.docDL_Btn {
    width: 92%;
    margin: 0 auto;
  }
  div.docDL_Btn p {
  }
  div.docDL {
    width: 100%;
    margin: 30px auto;
    font-size: 1em;
    height: 75px;
    line-height: 75px;
  }
  div.docDL a {
  }
  div.docDL a:hover {
  }
  /*********fade**********/
  #fadebox {
    max-width: 230px;
    /*transform: translateY(100px);*/
  }

  /* OnlineEvent ******/
  .oe_slider {
    margin: 35px 0;
  }
  .oe_sliderInBox {
    padding: 5% 0;
    box-sizing: border-box;
    border: solid 1px #f1f1f1;
  }
  .oe_sliderCnt {
    height: auto;
  }
  .oe_sliderInCnt {
    width: 100%;
    padding: 0 0 300px;
  }
  /* div.swiper-slide img {
    z-index: -1;
    object-fit: contain;
    height: auto;
  } */
}

@media screen and (max-width: 634px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}

/* re2412- */
@media screen and (max-width: 768px) {
  /* Header(v2) *********/
  header.mvv2 {
    min-width: 95%;
  }
  .HeBg {
    height: 55px;
  }
  .heLogo img {
    width: auto;
    height: 49px;
    margin-top: 3px;
    padding: 0;
  }
  .heCta a {
    padding: 6px 7px;
    margin-top: 9px;
    font-size: 0.9rem;
  }
  .heCta a i {
    margin-left: 2px;
    font-size: 0.8rem;
    vertical-align: middle;
  }

  /* mv */
  .mvBox {
    height: 60vh;
    min-height: 350px;
    min-width: 95%;
    position: relative;
  }
  .mvTextBox {
    width: 90%;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .mvLabelWrap li {
    background: #e93d37;
    margin: 0 3px;
    padding: 2px 7px 0px;
    letter-spacing: 0;
  }
  .mvLabelWrap li:first-child {
    margin: 0 3px 0 0;
  }
  .mvLabelWrap li:last-child {
    margin: 0 0 0 3px;
  }
  .mvLabelWrap li span {
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .mvTitle {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1.8rem;
    letter-spacing: 3px;
    line-height: 1.4;
  }
  .mvTitle span {
    display: block;
    font-size: 1.4rem;
  }
  /*  */
  .mvLeadBox {
    width: 85%;
    margin-bottom: 0rem;
  }
  .mvLeadBox p {
    font-weight: bold;
    line-height: 1.8;
    text-shadow: none;
  }
  /* box *************************************************/
  .contents,
  .headerBox,
  .mvText {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    margin: 0 auto;
  }
  .headerBox {
    min-width: auto;
  }
  .lBox {
    width: 95%;
    margin: 0 auto;
  }
  .sBox,
  .flwStep {
    width: 95%;
    margin: 0 auto;
  }
  .detailBox {
    margin: 2rem 0;
  }
  /*  *************************************************/
  section {
    position: relative;
    padding: 3.5rem 0;
    box-sizing: border-box;
  }
  .secTitle {
    width: calc(100% + 0.5rem);
    display: inline-block;
    left: -0.5rem;
  }
  .secTitle h2 {
    font-size: 4rem;
  }
  h3.subTitle {
    font-size: 1.3rem;
    margin: 0 0 0.8rem;
  }
  h3.subTitle > span {
    font-size: 1.2em;
    margin: 0 2px;
  }
  .contentsIntro {
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
  .contentsIntro span {
    padding: 1px 5px;
    line-height: 1.5;
  }

  /* service */
  .srvLineup {
    margin: 1.5rem 0;
  }
  .srvScene {
    text-align: center;
  }
  .srvScene .contentsIntro {
    text-align: left;
  }
  .srvScene .contentsIntro::after {
    top: 25%;
  }
  .srvSceneWrap li {
    width: 33%;
    margin: 0.5rem auto;
  }
  .srvSceneWrap li h4 {
    font-size: 1rem;
  }
  .srvSceneWrap li h4 span {
    line-height: 1.5;
    white-space: wrap;
  }
  .srvSceneWrap li:last-child {
    width: 100%;
    margin: 0.5rem auto;
  }
  .srvSceneWrap li:last-child img {
    max-width: 32%;
  }
  /* reason */
  .detailBox.raoCnt {
    margin: 0;
  }
  .raoCntRow {
    margin: 2rem 0;
  }
  .raoCntWrap {
    flex-wrap: wrap;
  }
  .raoCntNum {
    width: 100%;
  }
  .raoCntNum img {
    width: 22%;
    margin-bottom: 0.5rem;
  }
  .raoCntDetail {
    width: 100%;
  }
  .raoCntDetail h4 {
    font-size: 1.2rem;
    margin: 0 0 0.3rem;
  }
  .raoCntDetailText p {
    line-height: 1.7;
  }

  /* works */
  .wrkWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .wrkWrapCnt {
    width: 100%;
    margin: 1rem 0;
    padding-bottom: 0;
  }
  .wrkWrapCnt h4 {
    margin: 0.8rem 0 0.5rem;
    font-size: 1.2rem;
  }
  .wrkDesc {
    margin: 0 0 0.8rem;
  }
  .wrkDesc p {
    margin: 5px 0;
    font-size: 1rem;
  }
  .wrkDetail {
    position: static;
  }
  .wrkDetail dd,
  .wrkDetail dt {
    margin: 0.1rem 0;
    padding: 0.1rem 0;
  }
  .wrkDetail dt {
    width: 20%;
  }
  .wrkDetail dd {
    width: 78%;
  }
  /* flow */
  #flw .contents {
    position: relative;
    z-index: 2;
  }
  .flwBg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .flwStep {
    margin: 2rem auto 4rem;
  }
  .flwStep ul {
    flex-wrap: wrap;
  }
  .flwStep ul li.flwStepCnt {
    width: 100%;
    padding-top: 12.5%;
  }
  .flwStep ul li.flwStepCnt p {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.2;
  }
  .flwStep ul li.flwStepArrow {
    width: 100%;
    transform: rotate(90deg);
  }
  .flwDetail {
    width: 95%;
  }
  .flwDetailWrap {
    display: flex;
    justify-content: space-between;
    margin: 2.5rem auto;
    flex-wrap: wrap;
  }
  .flwDetailWrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .flwDetailWrap:last-child {
    margin: 2.5rem auto 0;
  }
  .flwDetailImg {
    width: 100%;
    border-right: solid 15px #e93d37;
  }
  .flwDetailCnt {
    width: 100%;
  }
  .flwDetailCnt h4 {
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem;
  }
  .flwDetailCnt h4 span {
    font-family: "Montserrat", serif;
    font-size: 1.5em;
    vertical-align: text-bottom;
    line-height: 1;
    margin-right: 0.5rem;
    font-weight: normal;
  }
  .flwDetailDesc p {
    margin: 6px 0;
  }
  /* faq */
  .faqCnt .docDL_Box {
    margin: 3rem auto 0;
  }
  /* contact */
  .contactCnt div.Btn-styleA a {
    padding: 5% 2%;
  }
  /* footer */
  .fBox {
    padding: 1rem 0 0;
  }
  footer.fBox ul {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 550px) {
  .mvTitle {
    font-size: 1.7rem;
  }
  .mvTitle span {
    font-size: 1.3rem;
  }
}
/* re2412- */
@media screen and (max-width: 468px) {
  .mvTitle {
    font-size: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .mvLeadBox {
    width: 100%;
  }
  .mvLeadBox p {
    font-size: 1rem;
  }
  .srvSceneWrap li h4 {
    font-size: 0.9rem;
  }
  .srvSceneWrap li h4 span {
    padding: 1px 3px;
    box-sizing: border-box;
  }
  .wrkWrapCnt h4 {
    margin: 0.8rem 0 0.5rem;
    font-size: 1rem;
  }
  .secTitle h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 380px) {
  .mvTitle {
    font-size: 1.4rem;
  }
  .mvTitle span {
    font-size: 1.2rem;
    margin-top: 0.25rem;
  }
  .secTitle h2 {
    font-size: 3.2rem;
  }
}
/* nayami *************************************************************************/
#nayami {
  position: relative;
}
.stl2509-nayamiArrw {
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  height: 6%;
}
.stl2509-nayamiCnt img {
  width: 768px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
}
/* work *************************************************************************/
#wrk {
  padding-bottom: 0;
}
.stl2509-wrkCnt {
  padding-bottom: 8rem;
  box-sizing: border-box;
  min-width: 1024px;
}
.stl2509-wrkWrap {
  display: flex;
  flex-wrap: wrap;
}
.stl2509-wrkBox {
  width: 100%;
  display: flex;
  align-items: center;
}
.stl2509-wrkBox:nth-child(2n) {
  flex-direction: row-reverse;
}
.stl2509-wrkImg {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
}
.stl2509-wrkTxt {
  width: 900px;
  max-width: 50%;
  margin: 1rem auto 1rem -5%;
  background: #fff;
  padding: 2rem 0 0;
  box-sizing: border-box;
  z-index: 1;
}
.stl2509-wrkBox:nth-child(2n) .stl2509-wrkTxt {
  margin: 1rem -5% 1rem auto;
}
.stl2509-wrkDetail,
.stl2509-wrkType {
  padding: 0 3rem;
  box-sizing: border-box;
}
.stl2509-wrkLabel {
  font-weight: bold;
  display: inline-flex;
}
.stl2509-wrkLabel .stl2509-wrkCat,
.stl2509-wrkLabel .stl2509-wrkNum {
  padding: 0.1rem 0.5rem 0;
  box-sizing: border-box;
}
.stl2509-wrkLabel .stl2509-wrkCat {
  background: #e93d37;
  color: #fff;
}
.stl2509-wrkLabel .stl2509-wrkNum {
  border-right: solid 1px #e93d37;
  border-top: solid 1px #e93d37;
  border-bottom: solid 1px #e93d37;
  color: #e93d37;
}
.stl2509-wrkName {
  font-size: 1.4rem;
  color: #e93d37;
  border-bottom: solid 1px #e93d37;
  margin: 1rem 0;
}
.stl2509-wrkInfo {
  color: #707070;
  margin: 1rem 0;
}
.stl2509-wrkDesc {
  font-weight: bold;
  margin: 1rem 0;
}
.stl2509-wrkType {
  background: #eeeeee;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.stl2509-wrkTypeEm {
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.stl2509-wrkTypeWrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}
.stl2509-wrkTypeBox {
  display: inline-block;
}
.stl2509-wrkTypeBox span {
  min-width: 115px;
  font-weight: bold;
  color: #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 0.4rem 0.5rem;
  box-sizing: border-box;
  text-align: center;
}
.stl2509-wrkTypeBox span.stl2509-wrkTypeOn {
  color: #e93d37;
}
.stl2509-wrkBtn {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  font-weight: bold;
  text-align: right;
}
.stl2509-wrkBtn a {
  color: #e93d37;
}
.stl2509-wrkBtn a i {
  margin-left: 0.25rem;
}
/* imgs */
#stl2509-wrkHioki90 {
  background: url("../img/wrk-hioki90.png") no-repeat center;
  background-size: cover;
}
#stl2509-wrkNetDM25 {
  background: url("../img/wrk-netDM25.png") no-repeat center;
  background-size: cover;
}
#stl2509-wrkConsmos {
  background: url("../img/wrk-consmos.png") no-repeat center;
  background-size: cover;
}
#stl2509-wrkTspSMT {
  background: url("../img/wrk-tspSMT.png") no-repeat center;
  background-size: cover;
}
#stl2509-wrkOTE {
  background: url("../img/wrk-OTE.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #wrk {
    padding-bottom: 0;
  }
  .stl2509-wrkCnt {
    padding-bottom: 3.5rem;
    min-width: 100%;
  }
  .stl2509-wrkWrap {
    row-gap: 2rem;
  }
  .stl2509-wrkBox {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .stl2509-wrkBox:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .stl2509-wrkImg {
    width: 100%;
    height: 420px;
  }
  .stl2509-wrkTxt {
    width: 90%;
    max-width: 90%;
    margin: -15% auto 0;
    padding: 1.5rem 0 0;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
  }
  .stl2509-wrkBox:nth-child(2n) .stl2509-wrkTxt {
    margin: -15% auto 0;
  }
  .stl2509-wrkDetail,
  .stl2509-wrkType {
    padding: 0 2rem;
  }
  .stl2509-wrkLabel .stl2509-wrkCat,
  .stl2509-wrkLabel .stl2509-wrkNum {
    padding: 0.2rem 0.4rem 0;
    box-sizing: border-box;
    font-size: 0.9rem;
  }
  .stl2509-wrkName {
    font-size: 1.2rem;
    margin: 0.75rem 0;
  }
  .stl2509-wrkType {
    background: #eeeeee;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .stl2509-wrkInfo {
    color: #707070;
    margin: 0.75rem 0;
  }
  .stl2509-wrkDesc {
    font-weight: bold;
    margin: 0.75rem 0 1rem;
  }
  .stl2509-wrkTypeWrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.3rem;
    column-gap: 0.3rem;
  }
  .stl2509-wrkTypeBox span {
    padding: 0.3rem 0.4rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 440px) {
  .stl2509-wrkImg {
    width: 100%;
    height: 320px;
  }
  .stl2509-wrkTypeBox span {
    min-width: auto;
  }
  .stl2509-wrkInfo p {
    font-size: 0.9rem;
  }
}

/* contact *************************************************************************/
.content-cnt {
  background: #fff;
  padding: 3rem;
  box-sizing: border-box;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
}
.content-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 4rem;
}
.content-box {
  width: calc((100% / 2) - 2rem);
}
.content-BtnTel {
  text-align: center;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.content-BtnTel img {
  width: 24px;
  display: inline-block;
  margin-right: 0.5rem;
}
.content-BtnFrm {
  text-align: center;
  font-size: 1.25rem;
}
.content-BtnFrm i {
  margin-left: 0.5rem;
}
.content-boxTxt {
  text-align: center;
  margin-top: 1rem;
}
.content-boxTxtEm {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.btn-borderRed.content-BtnWrks {
  width: 300px;
  max-width: 80%;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #fff;
  margin-top: 2.5rem;
}
.btn-borderRed.content-BtnWrks i {
  margin-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  .content-cnt {
    padding: 2rem 1.5rem;
  }
  .content-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 0;
  }
  .content-box {
    width: 100%;
  }
  .content-box:first-child {
    padding-bottom: 1.5rem;
    border-bottom: dotted 1px #ddd;
  }
  .content-BtnTel {
    font-size: 1.5rem;
  }
  .content-BtnTel img {
    width: 18px;
  }
  .content-BtnFrm {
    text-align: center;
    font-size: 1rem;
  }
  .content-boxTxtEm {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .content-boxTxtNotice {
    margin-top: 0.5rem;
  }
  .btn-borderRed.content-BtnWrks {
    width: 240px;
    max-width: 75%;
    height: 48px;
    line-height: 48px;
    margin-top: 2rem;
  }
  .btn-borderRed.content-BtnWrks i {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 440px) {
  .content-BtnTel img {
    width: 18px;
  }
  .content-boxTxtEm {
    font-size: 0.9rem;
  }
  .content-boxTxtNotice {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .btn-borderRed.content-BtnWrks {
    width: 200px;
    max-width: 75%;
    height: 45px;
    line-height: 45px;
  }
}
