@charset "UTF-8";
/* CSS Document */
.side__btn {
  z-index: 20;
}

.common-header {
  position: fixed;
  z-index: 15;
  width: 100%;
  top: 0px;
  background: #e5e5e5;
}

@media screen and (max-width: 767px) {
  .common-header {
    position: absolute;
  }
}

.common-header.fixed {
  z-index: 15;
  background: #e5e5e5;
}

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

/*--------------------------------------
 要素
---------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  vertical-align: top;
}

input[type="text"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::-moz-input-placeholder,
input[type="password"]::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/*--------------------------------------
 パーツ
---------------------------------------*/
.contZone {
  position: relative;
  text-align: center;
}

.contBox {
  display: none;
  margin-top: -27px;
}

@media screen and (max-width: 767px) {
  .contBox {
    margin-top: -22px;
  }
}

.contBox.on {
  display: block;
}

.active .u-ttl.sticky .c2,
.active .u-ttl.sticky .c3 {
  background: #FFF;
}

.u-ttl {
  z-index: 1;
  text-align: center;
  position: relative;
  top: 0px;
}

.u-ttl.sticky {
  z-index: 8;
  position: sticky;
  top: 265px;
}

.u-ttl.sticky .c2,
.u-ttl.sticky .c3 {
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .u-ttl.sticky {
    top: 93px;
  }
}

.u-ttl.sticky2 span {
  background: #EEE;
}

.u-ttl.sticky2 span.active {
  background: #FFF;
}

.u-ttl span {
  display: inline-block;
  padding: .6em .5em .3em .5em;
  background-color: white;
  line-height: 1;
  position: relative;
  top: -30px;
  box-sizing: border-box;
  font-size: 16px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  .u-ttl span {
    top: -30px;
  }
}

.u-ttl span.c2 {
  background: #EEE;
}

.u-ttl span.c3 {
  background: #e5e5e5;
}

.u- {
  /* パディング */
  /* インナー */
  /* テキスト */
  /* テキスト色 */
  /* 背景色 */
  /* ボタン */
  /* ラベル */
  /* アイコン */
  /* 注釈 */
  /* リスト */
  /* テーブル */
  /* リンク集 */
  /* 箱 */
  /* ページャー */
  /* 状態 */
}

@media screen and (max-width: 767px) {
  .u-spPd1 {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
}

.u-imageBox {
  background: #FFF;
  text-align: left;
  background-image: url("../img/main/main.jpg");
  background-position: center;
  height: 60vw;
  max-height: 800px;
  background-size: cover;
}
.u-imageBox.size2{
  height: 15vw;
}

.u-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.u-inner.sz2 {
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .u-inner {
    max-width: none;
    width: auto;
    padding: 0 15px;
  }
}

.u-link {
  color: #000 !important;
  text-decoration: none;
}

.u-titleBox {
  text-align: center;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .u-titleBox {
    padding: 0 15px;
  }
}

.u-titleBox:hover {
  opacity: .7;
}

.u-titleBox .btnArea {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  display: flex;
  width: 700px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea {
    width: auto;
    font-size: 16px;
  }
}

.u-titleBox .btnArea .num {
  display: block;
  font-size: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea .num {
    font-size: 20px;
    margin-right: 15px;
  }
}

.u-titleBox .btnArea .txt {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-titleBox .btnArea .txt {
    font-size: 15px;
  }
}

.u-titleBox2 {
  text-align: center;
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 767px) {
  .u-titleBox2 {
    padding: 0 15px;
  }
}

.u-titleBox2:hover {
  opacity: .7;
}

.u-titleBox2 .btnArea {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  display: flex;
  width: 700px;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .u-titleBox2 .btnArea {
    width: auto;
    font-size: 16px;
  }
}

.u-titleBox2 .btnArea .num {
  display: block;
  font-size: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .u-titleBox2 .btnArea .num {
    font-size: 20px;
    margin-right: 15px;
  }
}

.u-titleBox2 .btnArea .txt {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-titleBox2 .btnArea .txt {
    font-size: 15px;
  }
}

.u-mainColor {
  background-color: #f00;
}

.u-subColor {
  background-color: #0f0;
}

.u-accentColor {
  background-color: #00f;
}

.u-red1 {
  background-color: #c80000;
}

.u-red1_a50 {
  background-color: rgba(200, 0, 0, 0.5);
}

.u-btn1 {
  display: inline-block;
  border-radius: 8px;
}

.u-btn1.sz1 {
  padding: 0.5em 1.0em;
  font-size: 1.8rem;
}

.u-btn1.clr1 {
  background-color: #00f;
  color: #fff;
  transition: 0.3s;
}

.u-btn1.clr1:hover {
  opacity: 0.7;
}

.u-btn1.clr2 {
  background-color: #c80000;
  transition: background-color 0.3s;
  color: #fff;
}

.u-btn1.clr2:hover {
  background-color: #ff1616;
}

.u-pager1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-dis_flex_block {
  display: flex;
}

@media screen and (max-width: 767px) {
  .u-dis_flex_block {
    display: block;
  }
}

/* その他 */
/*--------------------------------------
 プラグイン
---------------------------------------*/
/* Slick */
.slick-slider {
  margin-bottom: 0;
}

.slick-arrow {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  width: 38px;
  height: 59px;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(0);
  transition: 0.3s;
}

.slick-arrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 2.89375vw;
    height: 4.6875vw;
  }
}

.slick-arrow:before {
  content: normal;
}

.slick-arrow.slick-prev {
  background-image: url(../img/slk_arw1_l.png);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 0.78125vw;
  }
}

.slick-arrow.slick-next {
  background-image: url(../img/slk_arw1_r.png);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 0.78125vw;
  }
}

.slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  margin: 0 11px;
  border-radius: 50%;
  box-sizing: border-box;
}

.slick-dots li.slick-active {
  background-color: #3B3561;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0 2.93333vw;
  }
  .slick-dots li.slick-active {
    border-width: 0.3125vw;
  }
}

.modalBox {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

.modalBox .modalInner {
  width: 600px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 20%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modalBox .modalInner {
    width: 90%;
  }
}

.modalBox .modalInner p {
  text-align: left;
  padding: 20px 0;
  font-size: 1.5rem;
}

.modalBox .btnClose {
  display: inline-block;
  font-size: 1.5rem;
  background: #333;
  padding: 5px;
  color: #FFF;
}

#mainContents {
  margin-top: 226px;
}

#mainContents.show {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #mainContents {
    margin-top: 146px;
  }
}

.ttlWrap {
  cursor: pointer;
}

.titleWrap {
  position: absolute;
  background: #EEE;
  width: 100%;
  height: 150px;
  z-index: 5;
  transition-duration: .6s;
  top: 76px;
}

.titleWrap.hide {
  top: -100px;
}

@media screen and (max-width: 767px) {
  .titleWrap {
    height: 76px;
  }
  .titleWrap.spFix {
    top: 0px;
  }
}

h2.titleBlock {
  background: #EEE;
  width: 100%;
  line-height: 1;
  text-align: center;
  z-index: 10;
  min-width: 1260px;
  padding: 30px 0 0px 0;
}

@media screen and (max-width: 767px) {
  h2.titleBlock {
    min-width: inherit;
    padding: 15px 0 0;
    position: absolute;
  }
  h2.titleBlock.fix {
    position: fixed;
    top: 0px;
  }
}

h2.titleBlock .mainTitle {
  font-size: 48px;
  padding-bottom: .4em;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  h2.titleBlock .mainTitle {
    padding-bottom: 5px;
    font-size: 24px;
  }
}

h2.titleBlock .mainTitle sup {
  top: -2em;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  h2.titleBlock .mainTitle sup {
    font-size: 10px;
    top: -1.5em;
  }
}

h2.titleBlock .subTitle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .15em;
}

@media screen and (max-width: 767px) {
  h2.titleBlock .subTitle {
    font-size: 12px;
    line-height: 1.4;
  }
}

h2.titleBlock .subTitle br {
  display: none;
}

.mainBox {
  text-align: center;
  position: relative;
  z-index: 1;
}

.mainBox .mainImg {
  background: #FFF;
  text-align: left;
  background-image: url("../img/main/ph1.jpg");
  background-position: center;
  height: 50vw;
  max-height: 750px;
  background-size: cover;
}

/*--------------------------------------
 cont1
---------------------------------------*/
.cont1Zone {
  background: #FFF;
}

.cont1Zone .contBox p {
  text-align: center;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .cont1Zone .contBox p {
    font-size: 13px;
    padding: 0 20px;
    text-align: left;
    margin-bottom: 1.5em;
  }
}

.cont1Zone .contBox p br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .cont1Zone .contBox p br.pc {
    display: none;
  }
}

.cont1Zone .contBox .u-inner {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .cont1Zone .contBox .u-inner {
    padding-top: 15px;
    padding-bottom: 40px;
  }
}

/*--------------------------------------
 cont2
---------------------------------------*/
.cont2Zone {
  background: #EEE;
}

.cont2Zone .contBox .u-imageBox.no1 {
  background: url("../img/works/ph01.jpg") no-repeat;
  background-size: cover;
}

.cont2Zone .contBox .u-imageBox.no2 {
  position: relative;
  background: url("../img/works/ph03.jpg") no-repeat;
  background-size: cover;
}

.cont2Zone .contBox .u-imageBox.no2 .imgCap {
  position: absolute;
  font-size: 14px;
  color: #fff;
  bottom: 40px;
  left: 5%;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .u-imageBox.no2 .imgCap {
    font-size: 12px;
    margin-right: 0;
    bottom: 10px;
    right: 10px;
  }
}

.cont2Zone .contBox .u-imageBox.no2 + .bgWht {
  margin-top: 0;
}

.cont2Zone .contBox .u-imageBox.no3 {
  background: url("../img/works/ph02.jpg") no-repeat;
  background-size: cover;
}

.cont2Zone .contBox .bgGray {
  background: #eee;
}

.cont2Zone .contBox h3 {
  position: relative;
  background: #fff;
  font-size: 40px;
  line-height: 1.75;
  font-weight: 600;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox h3 {
    font-size: 18px;
    padding: 15px 0;
  }
}

.cont2Zone .contBox h3.noLine:before {
  content: none;
}

.cont2Zone .contBox h3 .ttlInner {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox h3 .ttlInner {
    padding: 0 15px;
  }
}

.cont2Zone .contBox h3 .ttlInner.lSnt {
  font-size: 30px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox h3 .ttlInner.lSnt {
    font-size: 17px;
  }
}

.cont2Zone .contBox h3 .ttlInner.lSnt br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox h3 .ttlInner.lSnt br.sp {
    display: block;
  }
}

.cont2Zone .contBox h3 .ttlInner span {
  position: relative;
  top: -.3em;
  display: inline-block;
  text-indent: -1em;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox h3 .ttlInner span {
    font-size: 12px;
    top: -.1em;
  }
}

.cont2Zone .contBox h3 .ttlInner span.txtT {
  display: block;
  font-size: 20px;
  text-indent: 0.2em;
  letter-spacing: .12em;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox h3 .ttlInner span.txtT {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.cont2Zone .contBox h3 .ttlInner br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox h3 .ttlInner br.sp {
    display: block;
  }
}

.cont2Zone .contBox .u-ttl.no-img {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .u-ttl.no-img {
    margin-top: 15px;
  }
}

.cont2Zone .contBox .caseCont .thumTtl {
  cursor: pointer;
}

.cont2Zone .contBox .caseCont .thumTtl {
  display: flex;
  max-width: 850px;
  margin: 0 auto;
  padding: 75px 0;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .thumTtl {
    flex-direction: column;
    padding: 30px 15px;
  }
}

.cont2Zone .contBox .caseCont .thumTtl .img {
  width: 360px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .thumTtl .img {
    width: auto;
  }
}

.cont2Zone .contBox .caseCont .thumTtl .txt {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: .1em;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .thumTtl .txt {
    margin-left: 0;
    margin-top: 30px;
  }
}

.cont2Zone .contBox .caseCont .thumTtl .txt em {
  display: block;
  font-size: 32px;
  line-height: 2;
  letter-spacing: .11em;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .thumTtl .txt em {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.6;
  }
}

.cont2Zone .contBox .caseCont .thumTtl .txt em.rows {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .thumTtl .txt em.rows {
    margin-top: 10px;
  }
}

.cont2Zone .contBox .caseCont .wrap {
  display: none;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont {
  padding: 45px 0 60px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont {
    padding: 15px 0 45px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont > p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont > p {
    font-size: 14px;
    line-height: 1.75;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont > p + p {
  margin-top: 45px;
  margin-right: -1em;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont > p + p {
    margin-top: 25px;
    margin-right: 0em;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox {
  display: flex;
  max-width: 9500px;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox ul {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox ul li {
  display: inline-block;
  margin: 0 3px 10px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox ul li {
    width: 30%;
    margin: 0 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox {
    flex-direction: column;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .img {
  width: 428px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .img {
    width: auto;
    margin-right: 0;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .img .caption {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .img .caption {
    font-size: 13px;
    line-height: 1.75;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt {
  width: 465px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt {
    width: auto;
    margin-top: 45px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .caseTtl {
  font-size: 42px;
  line-height: 1.61905;
  letter-spacing: .11em;
  font-weight: 600;
  margin-top: -14px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .caseTtl {
    font-size: 28px;
    line-height: 1.6;
    margin-top: 0;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .lead {
  font-size: 32px;
  line-height: 1.78125;
  letter-spacing: .03em;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .lead {
    font-size: 22px;
    line-height: 1.77273;
    margin-bottom: 25px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .completion {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .completion {
    font-size: 12px;
    line-height: 1.66667;
    margin-bottom: 20px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .imgDscr {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71429;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .imgDscr {
    font-size: 12px;
    line-height: 1.66667;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .imgDscr .name {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt .imgDscr .name {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox .txt > p {
    font-size: 13px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox:nth-of-type(even) .img {
  margin-right: 0;
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox:nth-of-type(even) .img {
    width: auto;
    margin-left: 0;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox + .flxBox {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox + .flxBox {
    margin-top: 45px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.numImg .img li {
  position: relative;
  counter-increment: numImg;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.numImg .img li a:before {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  width: 1.2em;
  height: 1.2em;
  font-weight: 600;
  box-sizing: border-box;
  padding-top: .1em;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  content: counter(numImg);
  color: #fff;
  pointer-events: none;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.numImg.g1 .img li:first-of-type a:before {
  color: #000;
  border: 1px solid #000;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.g1 {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.g1 {
    padding-bottom: 0;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.g2 .completion {
  margin-bottom: 20px;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.g2 .imgAwd {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.g2 .imgAwd {
    width: 190px;
    margin-bottom: 30px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.lTxt {
  justify-content: flex-start;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.lTxt .img {
  width: 380px;
  margin-right: 65px;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.lTxt .img {
    width: 90%;
    margin: 0 auto;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.lTxt .txt {
  width: 520px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.lTxt .txt {
    width: 100%;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.lTxt + .colCont {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.lTxt + .colCont {
    margin-top: 45px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont {
  width: 100%;
  justify-content: flex-start;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img {
  width: 250px;
  margin-right: 0;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img {
    width: 65%;
    margin: 15px auto 0;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img .caption {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img .caption {
    margin-top: 20px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img .caption .capNm {
  position: relative;
  display: block;
  font-size: 20px;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img .caption .capNm {
    font-size: 16px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img .caption .capNm:after {
  top: 50%;
  content: "さん";
  font-size: 15px;
  margin-top: -.5em;
  margin-left: 1em;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .img .caption .capNm:after {
    font-size: 12px;
    margin-left: .5em;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .txt {
  width: 620px;
  margin-left: 75px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .txt {
    width: 100%;
    margin-left: 0;
    margin-top: 45px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .txt dl + dl {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .flxBox.qaCont .txt dl + dl {
    margin-top: 45px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .company {
  font-weight: 700;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt {
  font-size: 15px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt .cName {
  position: relative;
  font-size: 28px;
  letter-spacing: .07em;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt .cName {
    font-size: 20px;
    line-height: 1.5;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt .cName:after {
  display: flex;
  align-items: center;
  position: absolute;
  content: "さま";
  font-size: 15px;
  letter-spacing: 0;
  right: -45px;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt .cName:after {
    top: inherit;
    bottom: 0;
    right: -40px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt .cName br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dt .cName br.sp {
    display: block;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dd p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .company dd p {
    font-size: 14px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont {
  font-weight: 600;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt br.pc,
.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd br.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt br.pc,
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd br.pc {
    display: none;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p,
.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd p {
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p,
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd p {
    padding-left: 22px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p:before,
.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd p:before {
  position: absolute;
  font-size: 25px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p:before,
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd p:before {
    font-size: 19px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt {
    font-size: 19px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p:before {
  content: "Q.";
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p.txtInd {
  text-indent: -.5em;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p.txtInd:before {
  left: .5em;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p .fzLst {
  font-size: 16px;
  letter-spacing: .03em;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dt p .fzLst {
    font-size: 14px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd {
  font-size: 20px;
  line-height: 1.75;
  margin-top: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd {
    font-size: 16px;
    margin-top: 15px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .qaCont dl dd p:before {
  content: "A.";
  top: -6px;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .colCont {
  margin-top: 80px;
  padding: 0 4% 0 9%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .colCont {
    margin-top: 45px;
    padding: 0;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .colCont:first-of-type {
  margin-top: 50px;
}

.cont2Zone .contBox .caseCont .wrap .u-inner .cont .colCont.qaCont {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner .cont .colCont + .colCont {
    margin-top: 45px;
  }
}

.cont2Zone .contBox .caseCont .wrap .u-inner:last-of-type .cont {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont .wrap .u-inner:last-of-type .cont {
    padding-bottom: 75px;
  }
}

.cont2Zone .contBox .caseCont + .caseCont {
  border-top: 5px solid #fff;
}

.cont2Zone .contBox .caseCont.is-actived {
  cursor: auto;
}

.cont2Zone .contBox .caseCont.is-actived:hover {
  opacity: 1;
}

.cont2Zone .contBox .caseCont:last-of-type .thumTtl {
  padding: 75px 0 90px;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont:last-of-type .thumTtl {
    padding: 30px 15px 60px;
  }
}

.cont2Zone .contBox .caseCont.case2 .u-imageBox.no1 {
  background: url("../img/works/case2_main01.jpg") no-repeat;
  background-size: cover;
}

.cont2Zone .contBox .caseCont.case2 .u-imageBox.no2 {
  background: url("../img/works/case2_main02.jpg") no-repeat;
  background-size: cover;
}

.cont2Zone .contBox .caseCont.case2 .u-imageBox.no3 {
  background: url("../img/works/case2_main03.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .cont2Zone .contBox .caseCont.case2 .u-imageBox.no3 + h3 .ttlInner {
    display: inline-block;
    padding: 0;
  }
}

/*--------------------------------------
 cont3
---------------------------------------*/
.cont3Zone .u-imageBox {
  background-image: url("../img/inquiry/main.jpg");
}

.cont3Zone .u-inner {
  max-width: 714.28571px;
}

@media screen and (max-width: 767px) {
  .cont3Zone .u-inner {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cont3Zone .txt1 {
  background-color: #fff;
  padding: 50px 0;
  font-size: 34.28571px;
  font-weight: bold;
  text-align: left;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .cont3Zone .txt1 {
    font-size: 20px;
  }
}

.cont3Zone .formBox {
  background-color: #F4F4F4;
}

.cont3Zone .formBox iframe {
  height: 1500px;
  max-width: 1000px;
  margin: 0 auto;
}

.cont3BG {
  background-color: #F4F4F4;
}

.box .formBox {
  padding: 75px 0;
  font-size: 17.14286px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .box .formBox {
    padding: 50px 0;
  }
}

.box .formBox input[type="text"],
.box .formBox select,
.box .formBox textarea {
  background-color: #fff;
  width: 76%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .box .formBox input[type="text"],
  .box .formBox select,
  .box .formBox textarea {
    width: 100%;
  }
}

.box .formBox .form-field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .box .formBox .form-field {
    display: block;
    margin-bottom: 30px;
  }
}

.box .formBox .form-field .field-label {
  width: 24%;
  padding-top: 0.7em;
}

@media screen and (max-width: 767px) {
  .box .formBox .form-field .field-label {
    display: block;
    width: auto;
    padding: 0 0 10px;
  }
}

.box .formBox .form-field .description {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-left: 24%;
  font-size: 14.28571px;
}

@media screen and (max-width: 767px) {
  .box .formBox .form-field .description {
    width: auto;
    padding-left: 0;
  }
}

.box .formBox .submit {
  text-align: center;
}

.box .formBox .submit input {
  background-color: #000;
  width: 300px;
  padding: 20px 50px;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.box .formBox .submit input:hover {
  opacity: 0.7;
}

.common-header.fixed .common-header__logo {
  left: 60px;
}
.formBox {
  padding: 75px 0;
  font-size: 17.14286px;
  text-align: left;
  }
  @media screen and (max-width: 767px) {
  .formBox {
  padding: 50px 0;
  }
  }
  .formBox input[type="text"],
  .formBox select,
  .formBox textarea {
  background-color: #fff;
  width: 76%;
  padding: 10px;
  }
  @media screen and (max-width: 767px) {
  .formBox input[type="text"],
  .formBox select,
  .formBox textarea {
  width: 100%;
  }
  }
  .formBox .form-field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  }
  @media screen and (max-width: 767px) {
  .formBox .form-field {
  display: block;
  margin-bottom: 30px;
  }
  }
  .formBox .form-field .field-label {
  width: 24%;
  padding-top: 0.7em;
  }
  @media screen and (max-width: 767px) {
  .formBox .form-field .field-label {
  display: block;
  width: auto;
  padding: 0 0 10px;
  }
  }
  .formBox .form-field .description {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-left: 24%;
  font-size: 14.28571px;
  }
  @media screen and (max-width: 767px) {
  .formBox .form-field .description {
  width: auto;
  padding-left: 0;
  }
  }
  .formBox .submit {
  text-align: center;
  }
  .formBox .submit input {
  background-color: #000;
  width: 300px;
  padding: 20px 50px;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  }
  .formBox .submit input:hover {
  opacity: 0.7;
  }
  .formBox .error{
    color: red;
  }
  .must{
    color: red;
  }