/*=============================================
=            PAGE HEAD            =
=============================================*/
#pageHead.companyPage2 {
  padding: 80px 0;
  overflow: hidden;
  background-color: #011c98;
  position: relative;
}
#pageHead.companyPage3 {
  padding: 60px 0 50px;
  overflow: hidden;
  background-color: #011c98;
  position: relative;
}
.companyPage2 .row {
  position: relative;
  z-index: 3;
}

#pageHead .companyImgWrapper .imgBg {
  background-image: url(./img/pageHead.jpg);
}
#pageHead.companyPage2 .companyLogo2,
#pageHead.companyPage3 .companyLogo2 {
  height: 90px;
  padding: 1em 0;
  display: inline-block;
}
#pageHead.companyPage2 .companyLogo2 img,
#pageHead.companyPage3 .companyLogo2 img {
  width: 90%;
}
#pageHead.companyPage2 .companyInner,
#pageHead.companyPage2 .companyInner2 {
  margin-top: 60px;
}
#pageHead.companyPage2 .companyInner2 {
  color: #fff;
  text-align: right;
}
#pageHead.companyPage2 .companyInner .companyTitle,
#pageHead.companyPage2 .companyInner2 .companyTitle {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-feature-settings: "palt";
}
#pageHead.companyPage2 .companyInner .companySubTitle,
#pageHead.companyPage2 .companyInner2 .companySubTitle {
  font-size: 3.8vw;
}

/* animation */
.anime_line01,
.anime_line02,
.anime_line01s,
.anime_line02s {
  background-color: #fff;
}
.anime_line03,
.anime_line04,
.anime_line03s,
.anime_line04s {
  background-color: #031b83;
}

.anime_line01,
.anime_line02,
.anime_line03,
.anime_line04,
.anime_line01s,
.anime_line02s,
.anime_line03s,
.anime_line04s {
  height: 160%;
  position: absolute;
  top: -30%;
}
.anime_line01,
.anime_line01s {
  left: 10%;
  transform: rotate(-18deg);
  z-index: 2;
}
.anime_line01 {
  width: 15%;
}
.anime_line01s {
  width: 10%;
}

.anime_line02,
.anime_line02s {
  width: 1%;
  transform: rotate(35deg);
  z-index: 2;
}
.anime_line02 {
  left: 20%;
}
.anime_line02s {
  left: 15%;
}

.anime_line03,
.anime_line03s {
  width: 10%;
  left: 15%;
  transform: rotate(-18deg);
  z-index: 1;
}
.anime_line04,
.anime_line04s {
  transform: rotate(35deg);
  z-index: 1;
}
.anime_line04 {
  width: 4%;
  left: 25%;
}

.anime_line04s {
  width: 1%;
  left: 20%;
}

@media only screen and (min-width: 768px) {
  #pageHead.companyPage2 {
    padding: 180px 0;
  }
  #pageHead.companyPage3 {
    padding: 60px 0 100px;
  }
  #pageHead.companyPage2 .companyInner,
  #pageHead.companyPage2 .companyInner2 {
    margin-bottom: 50px;
  }
  #pageHead.companyPage2 .companyLogo2,
  #pageHead.companyPage3 .companyLogo2 {
    padding: 4em 0;
  }

  #pageHead.companyPage2 .companyLogo2 img,
  #pageHead.companyPage3 .companyLogo2 img {
    width: 100%;
  }
  #pageHead.companyPage2 .companyInner .companyTitle,
  #pageHead.companyPage2 .companyInner2 .companyTitle {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  #pageHead.companyPage2 .companyInner .companyTitle {
    font-size: 40px;
  }
  #pageHead.companyPage2 .companyInner2 .companyTitle {
    font-size: 30px;
  }
  #pageHead.companyPage2 .companyLogo2,
  #pageHead.companyPage3 .companyLogo2 {
    width: 60%;
    height: 160px;
  }
  #pageHead.companyPage2 .companyInner .companySubTitle,
  #pageHead.companyPage2 .companyInner2 .companySubTitle {
    font-size: 14px;
  }
}

/*=====  End of PAGE HEAD  ======*/

/*=============================================
=            LEAD            =
=============================================*/

#lead {
  width: 100%;
  position: relative;
  background: #191970;
}
#lead1,
#lead2 {
  width: 100%;
}

.lead_in {
  color: #fff;
  position: relative;
  z-index: 0;
}
.lead1_in {
  padding: 15% 0 10%;
  text-align: center;
}
.lead2_in {
  padding: 2% 0;
  text-align: center;
}
.lead1_in h3 {
  font-size: 4.8vw;
  line-height: 2em;
  text-align: left;
  letter-spacing: 0.2em;
}
.lead2_in h3 {
  font-size: 5vw;
  line-height: 1.6em;
}

.lead_in::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8em;
  color: #fff;
  /*四角形を傾けます*/
  transform: skew(0deg, -3deg);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #191970;
}

#lead .pageLead {
  line-height: 2em;
  padding: 1em 0 2em;
}
/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #lead {
    margin-top: 40px;
  }

  .lead1_in {
    padding: 100px 0 0;
    text-align: center;
  }

  .lead1_in h3 {
    line-height: 3em;
    font-size: 2rem;
    text-align: center;
  }

  .lead2_in h3 {
    line-height: 1.8em;
    font-size: 2rem;
  }
}
/*=====  End of LEAD  ======*/

/*=============================================
=            BUSINESS            =
=============================================*/
#business {
  background-color: rgba(249, 216, 157, 0.1);
}

#business .businessWrapper {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

#business .businessWrapper .businessTitle {
  font-weight: bold;
  color: #f15a24;
  letter-spacing: 0.2em;
}
#business .businessWrapper .dscBox {
  line-height: 1.5;
}

/*=====  End of BUSINESS  ======*/

/*=============================================
=            SERVICE            =
=============================================*/
.pc {
  display: none;
}
.mo {
  display: block;
}

.service_wrap h3 {
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.service_wrap p {
  font-size: 1.2rem;
  font-weight: 400;
}

#service,
#works {
  background-color: #fff;
  padding: 100px 4%;
}

#service .serviceMainTitle {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  flex-wrap: wrap;
}
#service .serviceMainTitle > * {
  padding-left: 5px;
  padding-right: 5px;
}

#service .serviceMainTitle img {
  max-width: 300px;
}

#service .serviceMainTitle span {
  display: inline-block;
}

#service .serviceWrapper {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  padding: 16% 0;
}
#service .serviceWrapper img {
  width: 100%;
}

#service .serviceWrapper .serviceTitle {
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 45%;
  left: 5%;
  z-index: 2;
}

#service .serviceWrapper .serviceTitle span {
  font-size: 0.8em;
}

#service .serviceWrapper .dscBox {
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 40%;
  right: 5%;
  text-align: right;
}

#service .serviceWrapper .dscBox h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  font-size: 3em;
  letter-spacing: 0.2em;
}

#service .serviceWrapper .dscBox h3 span {
  font-size: 70%;
}
#service .serviceWrapper .dscBox h4 {
  font-size: 1.5em;
}

#service .serviceWrapper .imgWrapper {
  margin-bottom: 20px;

  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

a.service_btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.service_btn:hover {
  opacity: 0.7;
}

.sec_tit {
  display: flex;
}

.sec_tit h1,
.sec_tit2 h1 {
  font-size: 8vw;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
}

.sec_tit_in {
  margin-top: 2.5vw;
  display: inline-block;
}

.sec_tit .bar {
  display: inline-block;
  margin: auto 15px;
}

.sec_tit .bar {
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 10px 5px 7px 15px;
  display: inline-block;
}

.sec_tit .sectionSubTitle {
  font-size: 3.5vw;
  font-weight: bold;
  display: inline-block;
}

.svc_btn,
.svc_btn2 {
  cursor: pointer;
}
.svc_btn figure,
.svc_btn2 figure {
  width: 100%;

  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.svc_btn figure a,
.svc_btn2 figure a {
  color: #fff;
}
.svc_btn figure:after,
.svc_btn2 figure:after {
  position: absolute;
  background: #fff;
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  left: 5%;
  top: 53%;
  transform: scale(0);
  transition: all 0.5s ease-out;
}
.svc_btn figure:hover:after,
.svc_btn2 figure:hover:after {
  transform: scale(1);
}
.svc_btn figcaption p,
.svc_btn figcaption h3,
.svc_btn2 figcaption p,
.svc_btn2 figcaption h3 {
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-out 0.3s;
}
.svc_btn figcaption h3,
.svc_btn2 figcaption h3 {
  font-size: 5vw;
  font-weight: bold;
  bottom: 46%;
}
.svc_btn figcaption h3 span,
.svc_btn2 figcaption h3 span {
  font-size: 70%;
}
.svc_btn figcaption p,
.svc_btn2 figcaption p {
  font-size: 3.25vw;
  top: 55%;
}
.svc_btn figure:hover figcaption p,
.svc_btn figure:hover figcaption h3,
.svc_btn2 figure:hover figcaption p,
.svc_btn2 figure:hover figcaption h3 {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}
.svc_btn figure:hover figcaption h3,
.svc_btn2 figure:hover figcaption h3 {
}

.svc_btn figure img,
.svc_btn2 figure img {
  transition: all 0.6s ease-out;
}
.svc_btn2 figure img {
  min-height: 260px;
}

.svc_btn figure:hover img,
.svc_btn2 figure:hover img {
  opacity: 0.4;
  transform: scale(1.1);
}
.worksTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1% 2%;
  background-color: rgba(0, 0, 0, 0.68);
}
.worksTitle a {
  color: #fff;
  font-size: 0.8em;
}
.worksBlock2 {
  position: relative;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgb(243, 243, 243);
}
a.worksCat {
  margin-right: 1em;
}

.worksBlock2 .hover-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  /*透明にして表示させない*/
  opacity: 0;
  /*ホバーの動き方*/
  transition: 0.3s ease-in-out;
}
.worksBlock2 .hover-text .text1 {
  font-size: 16px;
  padding: 4px 20px;
  margin: 0;
  line-height: 1.8em;
}
.worksBlock2 .hover-text .text2 {
  font-size: 10px;
  padding: 20% 20px 0;
  margin: 0;
}
/*ホバーエフェクト*/
.worksBlock2:hover .hover-text {
  /*不透明にして表示*/
  opacity: 1;
}

.worksBlock2 .hover-img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
.worksBlock2 .hover-img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.worksBlock2 .hover-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
/*ホバーエフェクト*/
.worksBlock2 .hover-img img {
  transform: scale(1);
  transition: 0.6s ease-in-out;
}
.worksBlock2:hover .hover-img img {
  transform: scale(1.1);
}

/*=====  End of SERVICE  ======*/
#outline,
#group {
  padding: 100px 4%;
}
.outlineWrapper {
  position: relative;
}
.outline_mori {
  position: absolute;
  top: 4%;
  right: 4%;
  width: 60px;
}
#outline .sectionLead {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .mo {
    display: none;
  }
  .worksRow {
    margin: 3em 0;
    padding: 0 10%;
  }
  .sec_tit h1 {
    font-size: 4em;
  }
  .sec_tit2 h1 {
    font-size: 4em;
  }
  .sec_tit_in {
    margin-top: 1.5vw;
  }
  .sec_tit .sectionSubTitle {
    font-size: 18px;
  }
  #service .sectionTitleWrapper {
    margin-top: 30px;
  }
  .outline_mori {
    width: 180px;
  }
  .svc_btn figure {
    width: 1080px;
    height: 360px;
  }
  .svc_btn2 figure {
    height: 260px;
  }
  .svc_btn figcaption h3,
  .svc_btn2 figcaption h3 {
    font-size: 2.5em;
    bottom: 48%;
  }
  .svc_btn figcaption p,
  .svc_btn2 figcaption p {
    font-size: 1.2em;
    transform: translateY(10px);
    opacity: 0;
  }
}

@media only screen and (min-width: 1350px) {
  .sec_tit h1 {
    font-size: 5em;
    line-height: 1em;
  }
  .sec_tit2 h1 {
    font-size: 5em;
    line-height: 1em;
  }
  #service .sectionTitleWrapper,
  #works .sectionTitleWrapper,
  #outline .sectionTitleWrapper,
  #group .sectionTitleWrapper {
    margin-top: 60px;
  }

  #service .serviceWrapper .serviceTitle {
    font-size: 2em;
    font-style: italic;
  }
}

/*=====  下層ページ  ======*/
.companyLogo3 {
  width: 50%;
  margin: 0 auto;
  padding: 2em 0;
}
.companyLogo3 img {
  width: 100%;
}
.mixwell_pagetitle {
  padding: 0 0 0 5%;
}
.mixwell_pagetitle h3 {
  font-size: 7.5vw;
  margin-bottom: 0.25em;
}
.mixwell_pagetitle h3 span {
  font-size: 60%;
}
.mixwell_pagetitle h4 {
  font-size: 3.4vw;
  margin-left: 0;
}
.mixwell_pagetitle h5 {
  font-weight: bold;
  margin-left: 0.15em;
  margin-bottom: 0.5em;
  margin-top: 1em;
  font-size: 3vw;
  font-style: italic;
  letter-spacing: 0;
}
.mixwell_pagetitle h5 span {
  border: 1px solid #333;
  width: 2em;
  height: 1px;
  display: inline-block;
  margin: 0 0.25em 0.25em 0.1em;
}

.mixwell_sample {
  margin-bottom: 4em;
}

.mixwell_sample h4 {
  text-align: center;
  font-size: 5vw;
  margin-top: 2em;
}

.mixwell_sample .col-md-4 {
  margin-top: 2em;
}

.mixwell_sample_box {
  width: 100%;
  background-color: black;
  padding: 0;
  overflow: hidden;
}

.mixwell_sample a {
  transition: all 0.5s;
}
.mixwell_sample a:hover {
  opacity: 0.6;
}

.mixwell_sample img {
  width: 100%;
  transition: all 0.5s;
}
.mixwell_sample img:hover {
  transform: scale(1.1);
}

.mixwell_sample .dscBox {
  padding: 0 5%;
}

.infoTitle_sub {
  text-align: center;
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 900;
  font-style: italic;
}

.info_box {
  padding-bottom: 4em;
  margin-bottom: 4em;
  border-bottom: 1px dotted #ececec;
}
.info_txt {
  text-align: center;
}
.info_txt h4,
.info_txt h5 {
  font-weight: bold;
  text-align: left;
}

.info_txt h5 {
  margin-top: 3em;
  font-size: 0.8em;
}
.info_txt h4 {
  margin-bottom: 1em;
}
.info_txt p {
  text-align: left;
}

#info .dscBox h5 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.6em;
  margin-top: 1.6em;
}

h5.mix_p03_pink {
  background-color: #ff009e;
  color: #fff;
  font-size: 1em;
  padding: 4px 6px;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  letter-spacing: 0;
}

.sample_tenant {
  background-color: #011c98;
  padding: 0 0 4em;
  color: #fff;
}

.mix_va {
  margin: 10% auto 0;
}

.mp_image {
  overflow: hidden;
  max-height: 550px;
  margin: 0 auto;
  position: relative;
}
.mp_image::before {
  content: "";
  border-top: solid 550px transparent;
  border-left: solid 200px #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.mp_image img {
  max-width: 100%;
  width: 100%;
}

figure.sample_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  background-color: #666;
}

figcaption.sample_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
figcaption.sample_text h3,
figcaption.sample_text p {
  color: #fff;
  position: absolute;
  top: 42%;
  left: -5%;
  width: 94%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
figcaption.sample_text h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6em;
}
figcaption.sample_text p {
  top: 15px;
}
figure.sample_box:hover figcaption {
  opacity: 1;
}
figure.sample_box a:hover {
  opacity: 1;
}
figure.sample_box:hover figcaption h3,
figure.sample_box:hover figcaption p {
  left: 14px;
  opacity: 1;
}
figure.sample_box:hover figcaption h3 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.sample_box:hover figcaption p {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
figure.sample_box:hover img,
figure.sample_box .hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.button {
  margin-top: 2em;
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button {
  background-color: #666666;
  color: #fff;
}
.button:hover {
  color: #fff;
  background-color: #191970;
}
@media only screen and (min-width: 768px) {
  .mp_image {
    margin: 0 auto 100px;
  }
  .mixwell_pagetitle {
    padding: 2% 0 0 25%;
  }
  .mixwell_pagetitle h3 {
    font-size: 5em;
  }
  .mixwell_pagetitle h4 {
    font-size: 1.4em;
    margin-left: 0.25em;
  }
  .mixwell_pagetitle h5 {
    font-size: 1.5em;
    margin-top: 0;
  }
  .mixwell_sample h4 {
    font-size: 40px;
  }
  .mixwell_sample .dscBox {
    padding: 2% 15%;
  }
  #info .dscBox h5 {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 1350px) {
}
