/* reset */
html, body, div, ol, ul, dl {
  margin: 0;
  padding: 0; }

p, h1, h2, h3, h4, h5, h6, dt, dd, a, span, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%; }

h1{
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none; }

td, th, caption, thead {
  margin: 0;
  padding: 0;
  font-size: 100%; }

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: 400; }

ol, ul, li {
  list-style: none; }

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

/* base */
html {
  background: #ffffff;
  font-size: 62.5%; }

body {
  position: relative;
  font-family: 'Noto Serif JP', "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  color: #221815; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media (min-width: 1401px) {
  .s {
    display: none; } }

@media (max-width: 1400px) {
  .l {
    display: none; } }

@media (min-width: 751px) {
  body {
    min-width: 1400px; }
  .sp {
    display: none; }
  .hover {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .hover:hover {
    opacity: 0.6; } }

@media (max-width: 750px) {
  .s, .pc {
    display: none; } }

/* fadein */
.fadein {
  opacity: 0;
  z-index: 1; }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  visibility: visible !important; }

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(55px);
            transform: translateY(55px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(55px);
            transform: translateY(55px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  visibility: visible !important; }

@-webkit-keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

/* main */
.main {
  position: relative; }
  .main .logo {
    position: absolute;
    left: 49px;
    top: 53px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 1401px) {
      .main .logo {
        left: 2.5%;
        top: 4.9%; } }
    @media (min-width: 751px) {
      .main .logo img {
        width: 130px; }
      .main .logo:hover {
        opacity: 0.7; } }
    @media (max-width: 750px) {
      .main .logo {
        left: 7%;
        top: 5%; }
        .main .logo img {
          width: 21.6vw; } }
  .main p {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 1.6rem;
    color: #fff; }
    @media (min-width: 1401px) {
      .main p {
        right: 2.6%;
        top: 4.7%; } }
    @media (max-width: 750px) {
      .main p {
        text-align: right;
        font-size: 2.13vw;
        right: 7%;
        top: 5%; } }

/* hdg1 */
.hdg1Wrap {
  overflow: hidden; }
  @media (min-width: 751px) {
    .hdg1Wrap .inner {
      width: 1400px;
      margin: 0 auto;
      position: relative; }
      .hdg1Wrap .inner:after, .hdg1Wrap .inner:before {
        content: "";
        width: 1000px;
        height: 3px;
        background: #DFCE00;
        position: absolute;
        left: -1000px; }
      .hdg1Wrap .inner:after {
        top: 0; }
      .hdg1Wrap .inner:before {
        bottom: 0; } }
  .hdg1Wrap h2 {
    display: inline-block;
    font-size: 5rem;
    font-weight: normal;
    color: #ffea4c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 100px; }
    @media (max-width: 750px) {
      .hdg1Wrap h2 {
        padding-left: 23px;
        font-size: 4rem; } }
    .hdg1Wrap h2.h2_1 {
      background: url("/ads/shibusawa_2021/assets/img/h2_bg.png") no-repeat;
      background-size: 100% auto;
      width: 285px;
      height: 109px; }
      @media (max-width: 750px) {
        .hdg1Wrap h2.h2_1 {
          background: url("/ads/shibusawa_2021/assets/img/h2_bg_sp.png") no-repeat;
          background-size: 100% auto;
          width: 189px;
          height: 59px;
          padding-left: 54px; } }
    .hdg1Wrap h2.h2_2 {
      background: url("/ads/shibusawa_2021/assets/img/h2_bg2.png") no-repeat;
      background-size: 100% auto;
      width: 514px;
      height: 109px; }
      @media (max-width: 750px) {
        .hdg1Wrap h2.h2_2 {
          background: url("/ads/shibusawa_2021/assets/img/h2_bg2_sp.png") no-repeat;
          background-size: 100% auto;
          width: 297px;
          height: 59px;
          padding-left: 24px; } }
    .hdg1Wrap h2.h2_3 {
      color: #009F76;
      background: url("/ads/shibusawa_2021/assets/img/h2_bg3.png") no-repeat;
      background-size: 100% auto;
      width: 394px;
      height: 109px; }
      @media (max-width: 750px) {
        .hdg1Wrap h2.h2_3 {
          background: url("/ads/shibusawa_2021/assets/img/h2_bg3_sp.png") no-repeat;
          background-size: 100% auto;
          width: 226px;
          height: 59px; } }

/* chronology */
.chronology {
  padding: 59px 0 0;
  background: #42ab7e;
  color: #fff; }
  @media (max-width: 750px) {
    .chronology {
      padding-top: 25px; } }
  .chronology .img {
    text-align: center;
    position: relative;
    padding: 0 40px;
    margin: 85px 0 69px; }
    @media (max-width: 750px) {
      .chronology .img {
        overflow-x: scroll;
        margin: 0;
        padding: 0 28px; }
        .chronology .img img {
          max-width: none; } }
    .chronology .img .img1 {
      width: 100%;
      max-width: 1600px;
      margin: 0 auto; }
      @media (max-width: 1400px) {
        .chronology .img .img1 {
          padding-top: 22px; } }
      @media (max-width: 750px) {
        .chronology .img .img1 {
          background: url("/ads/shibusawa_2021/assets/img/chronology_bg_sp.png") no-repeat left bottom 53px;
          background-size: 224px 26px;
          width: 1200px;
          position: relative;
          z-index: 1;
          padding: 30px 0 98px 0; } }
  .chronology .txt {
    position: relative; }
    .chronology .txt .inner {
      position: relative;
      width: 1200px;
      background: url("/ads/shibusawa_2021/assets/img/chronology_bg2.png") no-repeat right top;
      background-size: auto 100%;
      margin: 0 auto;
      padding: 25px 156px 26px 114px;
      font-size: 2rem;
      line-height: 1.87; }
      @media (max-width: 750px) {
        .chronology .txt .inner {
          width: 100%;
          padding: 23px 25px 22px;
          background: #009F76;
          font-size: 1.5rem; } }
      .chronology .txt .inner::before {
        content: "";
        position: absolute;
        background: #009F76;
        width: 1000px;
        height: 100%;
        top: 0;
        left: -1000px; }

/* interview */
.interview {
  padding: 48px 0 101px;
  background: #42ab7e; }
  @media (max-width: 750px) {
    .interview {
      padding: 34px 0 50px; } }
  .interview .hdg1Wrap {
    margin-bottom: 70px; }
    @media (max-width: 750px) {
      .interview .hdg1Wrap {
        margin-bottom: 34px; } }
  .interview .box .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 1200px;
    background: url("/ads/shibusawa_2021/assets/img/interview_bg.png") no-repeat left bottom;
    background-size: auto 273px;
    margin: 0 auto 119px; }
    @media (max-width: 750px) {
      .interview .box .img {
        display: block;
        width: 100%;
        background: none;
        margin-bottom: 35px;
        padding: 0 25px; } }
    .interview .box .img img {
      width: 100%;
      max-width: 650px; }
      @media (max-width: 750px) {
        .interview .box .img img {
          max-width: 100%;
          margin-top: 0; } }
    .interview .box .img p {
      padding: 0 0 20px 50px;
      color: #fff;
      font-size: 5rem;
      text-align: center;
      line-height: 1; }
      @media (max-width: 750px) {
        .interview .box .img p {
          padding: 21px 0 18px;
          font-size: 4rem; } }
      .interview .box .img p span {
        display: block;
        margin-bottom: 10px;
        font-size: 3rem; }
        @media (max-width: 750px) {
          .interview .box .img p span {
            margin-bottom: 9px;
            font-size: 2.5rem; } }
    .interview .box .img::before {
      content: "";
      position: absolute;
      background: #009F76;
      width: 1000px;
      height: 273px;
      bottom: 0;
      left: -1000px; }
      @media (max-width: 750px) {
        .interview .box .img::before {
          width: 100%;
          height: 53.4%;
          left: 0;
          z-index: -1; } }
  .interview .box .txt {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 49px 55px 46px; }
    @media (max-width: 750px) {
      .interview .box .txt {
        width: 100%;
        padding: 27px 25px 22px; } }
    .interview .box .txt h3 {
      font-size: 4rem;
      font-weight: normal;
      text-align: center;
      border-bottom: 4px solid #0092E6;
      margin-bottom: 45px;
      padding-bottom: 46px; }
      @media (max-width: 750px) {
        .interview .box .txt h3 {
          font-size: 2.5rem;
          line-height: 1.35;
          border-bottom: 2px solid #0092E6;
          margin-bottom: 22px;
          padding-bottom: 26px; } }
    .interview .box .txt p {
      padding: 0 79px;
      font-size: 2rem;
      text-indent: 1em;
      line-height: 1.85;
      letter-spacing: -0.02em; }
      @media (max-width: 750px) {
        .interview .box .txt p {
          padding: 0;
          font-size: 1.5rem; } }
      .interview .box .txt p:last-child {
        text-indent: 0; }

/* company */
.company {
  padding: 68px 0 70px; }
  @media (max-width: 750px) {
    .company {
      padding: 35px 0 50px; } }
  .company .hdg1Wrap {
    margin-bottom: 76px; }
    @media (min-width: 751px) {
      .company .hdg1Wrap .inner:after, .company .hdg1Wrap .inner:before {
        background: #009F76; } }
    @media (max-width: 750px) {
      .company .hdg1Wrap {
        margin-bottom: 52px; } }
  .company ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;}
    @media (max-width: 750px) {
      .company ul {
        display: block;
        padding: 0 25px; } }
    .company ul li {
      width: 100%;
      max-width: 350px; }
      @media (min-width: 751px) {
        .company ul li:nth-of-type(n + 4) {
          margin-top: 38px; }
        .company ul li:last-child {
          margin-right: auto;
          margin-left: auto; } }
      @media (max-width: 750px) {
        .company ul li {
          max-width: 100%; }
          .company ul li + li {
            margin-top: 49px; } }
      .company ul li a {
        display: block; }

/* footer */
.footer {
  background: #F0F0F0;
  padding: 46px 0 44px; }
  @media (max-width: 750px) {
    .footer {
      padding: 28px 0 27px; } }
  .footer .footer_copy {
    width: 100%;
    max-width: 968px;
    margin: 0 auto;
    padding: 0 10px;
    color: #5C5C5C;
    font-size: 1.5rem;
    line-height: 2; }
    @media (max-width: 750px) {
      .footer .footer_copy {
        font-size: 1rem;
        text-align: center; } }
/*# sourceMappingURL=style.css.map */
