@charset "UTF-8";
/* =================================================================================================

　基本スタイル

================================================================================================= */
/* CSS Document */
.fixed_text {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
  color: #f6e214;
  position: absolute;
  top: 2rem;
  left: -10rem;
  font-size: 1.125rem;
  line-height: 100%;
}

@media screen and (max-width: 592px) {
  .fixed_text {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
#title_area {
  position: relative;
  margin-bottom: 4rem;
}

#title_area h1 {
  width: 760px;
  position: absolute;
  top: 0rem;
  left: calc((100% - 760px) / 2);
  z-index: 2;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 3px;
  color: #2e3192;
}

@media screen and (max-width: 840px) {
  #title_area h1 {
    width: 80%;
    left: 10%;
  }
}

#title_area h1 span {
  display: inline-block;
  border-top: 5px solid #2e3192;
  padding-top: 1rem;
}

#title_area h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  color: #2e3192;
  font-size: 2.4rem;
  letter-spacing: 12px;
  line-height: 210%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #title_area h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  #title_area h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 592px) {
  #title_area h2 {
    font-size: 1.4rem;
    top: 2rem;
  }
}

#title_area .bg {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 592px) {
  #title_area .bg {
    top: 2rem;
  }
}

#title_area .bg img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　イントロ
---------------------------------------------------------------------------- */
#intro {
  width: 760px;
  margin: 0 auto 4.5rem;
  position: relative;
}

@media screen and (max-width: 840px) {
  #intro {
    width: 85%;
  }
}

@media screen and (max-width: 592px) {
  #intro {
    margin: 0 auto 2rem;
  }
}

#intro .title_area {
  position: relative;
  padding-top: 5rem;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 592px) {
  #intro .title_area {
    padding-top: 7rem;
    margin-bottom: 3rem;
  }
}

#intro .title_area h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
}

#intro .title_area h2 span {
  color: #fff;
  font-size: 1.7rem;
  line-height: 110%;
  padding: 0.3rem 0.5rem;
  background-color: #2e3192;
  display: inline-block;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 800px) {
  #intro .title_area h2 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  #intro .title_area h2 span {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

#intro .title_area .photo {
  width: 73%;
  margin-left: 27%;
}

@media screen and (max-width: 592px) {
  #intro .title_area .photo {
    width: 100%;
    margin-left: 0%;
  }
}

#intro .title_area .photo img {
  width: 100%;
}

#intro .text {
  line-height: 220%;
  margin-bottom: 4.5rem;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 592px) {
  #intro .text {
    margin-bottom: 3rem;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 592px) {
  #intro .chart {
    width: 90%;
    margin: 0 auto;
  }
}

#intro .chart img {
  width: 100%;
}

/* ----------------------------------------------------------------------------
　コラム1
---------------------------------------------------------------------------- */
#culumn1 {
  position: relative;
  overflow: hidden;
  padding: 13rem 0;
}

@media all and (max-width: 1366px) {
  #culumn1 {
    padding: 10rem 0;
  }
}

@media screen and (max-width: 1024px) {
  #culumn1 {
    padding: 8rem 0;
  }
}

#culumn1:after {
  content: "";
  width: 100%;
  left: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  background-color: #f3f1f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f2f2), to(#fdfdfd));
  background: linear-gradient(to bottom, #f3f2f2 0%, #fdfdfd 100%);
  position: absolute;
  height: calc(100% - 200px);
  top: 100px;
}

@media all and (max-width: 1366px) {
  #culumn1:after {
    height: calc(100% - 150px);
    top: 75px;
  }
}

@media screen and (max-width: 1024px) {
  #culumn1:after {
    height: calc(100% - 100px);
    top: 50px;
  }
}

@media screen and (max-width: 800px) {
  #culumn1:after {
    height: calc(100% - 70px);
    top: 35px;
  }
}

#culumn1 .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-left: 360px;
  padding-top: 6rem;
}

@media screen and (max-width: 840px) {
  #culumn1 .inner {
    width: 85%;
    padding-left: 40%;
  }
}

@media screen and (max-width: 592px) {
  #culumn1 .inner {
    padding-left: 0%;
    padding-top: 0rem;
  }
}

#culumn1 h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
}

@media screen and (max-width: 592px) {
  #culumn1 h2 {
    position: relative;
    margin-bottom: 2rem;
  }
}

#culumn1 h2 span {
  color: #fff;
  font-size: 1.7rem;
  line-height: 110%;
  padding: 0.3rem 0.5rem;
  background-color: #2e3192;
  display: inline-block;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 800px) {
  #culumn1 h2 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  #culumn1 h2 span {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

#culumn1 .text {
  line-height: 220%;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 592px) {
  #culumn1 .text {
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------------------
　コラム2
---------------------------------------------------------------------------- */
#culumn2 {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}

#culumn2 .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-left: 360px;
  padding-top: 6rem;
}

@media screen and (max-width: 840px) {
  #culumn2 .inner {
    width: 85%;
    padding-left: 40%;
  }
}

@media screen and (max-width: 592px) {
  #culumn2 .inner {
    padding-left: 0%;
    padding-top: 0rem;
  }
}

#culumn2 h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
}

@media screen and (max-width: 592px) {
  #culumn2 h2 {
    position: relative;
    margin-bottom: 2rem;
  }
}

#culumn2 h2 span {
  color: #fff;
  font-size: 1.7rem;
  line-height: 110%;
  padding: 0.3rem 0.5rem;
  background-color: #2e3192;
  display: inline-block;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 800px) {
  #culumn2 h2 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  #culumn2 h2 span {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

#culumn2 .text {
  line-height: 220%;
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 592px) {
  #culumn2 .text {
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------------------
　コラム3
---------------------------------------------------------------------------- */
#culumn3 {
  position: relative;
  overflow: hidden;
  padding: 15rem 0 13rem;
}

@media all and (max-width: 1366px) {
  #culumn3 {
    padding: 10rem 0;
  }
}

@media screen and (max-width: 1024px) {
  #culumn3 {
    padding: 8rem 0 6rem;
  }
}

#culumn3:after {
  content: "";
  width: 100%;
  left: 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  background-color: #f3f2f2;
  position: absolute;
  height: 200%;
  top: 100px;
}

@media all and (max-width: 1366px) {
  #culumn3:after {
    top: 75px;
  }
}

@media screen and (max-width: 1024px) {
  #culumn3:after {
    top: 50px;
  }
}

@media screen and (max-width: 800px) {
  #culumn3:after {
    top: 35px;
  }
}

#culumn3 .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 840px) {
  #culumn3 .inner {
    width: 85%;
  }
}

#culumn3 .title_area {
  position: relative;
  padding-top: 5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 592px) {
  #culumn3 .title_area {
    padding-top: 0rem;
    margin-bottom: 3rem;
  }
}

#culumn3 .title_area h2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
}

@media screen and (max-width: 592px) {
  #culumn3 .title_area h2 {
    position: relative;
    top: 1rem;
  }
}

#culumn3 .title_area h2 span {
  color: #fff;
  font-size: 1.7rem;
  line-height: 110%;
  padding: 0.3rem 0.5rem;
  background-color: #2e3192;
  display: inline-block;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 800px) {
  #culumn3 .title_area h2 span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  #culumn3 .title_area h2 span {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}

#culumn3 .title_area .photo {
  width: 73%;
  margin-left: 27%;
}

@media screen and (max-width: 592px) {
  #culumn3 .title_area .photo {
    width: 100%;
    margin-left: 0%;
  }
}

#culumn3 .title_area .photo img {
  width: 100%;
}

#culumn3 .text {
  line-height: 220%;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 592px) {
  #culumn3 .text {
    font-size: 0.875rem;
  }
}

/* ----------------------------------------------------------------------------
　斜め背景
---------------------------------------------------------------------------- */
.bg_test {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ff0000;
}

.bg_test .text {
  position: relative;
  z-index: 2;
}

.bg_test .bg {
  width: 100%;
  height: 200%;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
  background-color: #f3f1f2;
  position: absolute;
  top: 6.5rem;
  left: 0rem;
}

@media all and (max-width: 1366px) {
  .bg_test .bg {
    top: 4.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .bg_test .bg {
    top: 3.5rem;
  }
}

@media screen and (max-width: 800px) {
  .bg_test .bg {
    top: 2.5rem;
  }
}
/*# sourceMappingURL=company.css.map */