@charset "UTF-8";
/*-----------------------------------------------------
// common
-----------------------------------------------------*/
body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

.main-wrap {
  display: block;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  color: #231815;
}

p, section, h2 {
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.main-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.15em;
}

.section {
  width: 100%;
  display: block;
}

.lower-page__mv {
  margin-bottom: 90px;
  position: relative;
  width: 100vw;
  right: 50%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.lower-page__mv img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.lower-page--title {
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 246px;
  height: 41px;
  position: relative;
  z-index: 2;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.15em;
  position: absolute;
  left: 0;
}

.lower-page__section + .lower-page__section {
  margin-top: 95px;
}

.lower-page__section--title {
  padding-left: 105px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  position: relative;
}

.lower-page__section--title:before {
  content: '';
  display: block;
  background-image: url(title_deco.png);
  width: 528px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lower-page__section--text-v1 {
  max-width: 688px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2.0;
}

.lower-page__article + .lower-page__article {
  margin-top: 50px;
}

.common-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-flex-box__textarea {
  margin-left: 24px;
}

.common-flex-box__textarea--title {
  color: #1D50A2;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.common-flex-box__textarea--text {
  font-size: 16px;
  line-height: 1.6;
}

/*-----------------------------------------------------
// aside
-----------------------------------------------------*/
.common-linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 60px auto;
}

.common-linkarea--item {
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}

.common-linkarea--item:visited, .common-linkarea--item:link {
  color: #fff;
}

.common-linkarea--item:hover {
  color: #231815;
  text-decoration: none;
}

.common-linkarea--item--01 {
  background-image: url(btn01.png);
}

.common-linkarea--item--01:hover {
  background-image: url(btn01_hover.png);
}

.common-linkarea--item--02 {
  background-image: url(btn02.png);
}

.common-linkarea--item--02:hover {
  background-image: url(btn02_hover.png);
}

.common-linkarea--item--03 {
  background-image: url(btn03.png);
}

.common-linkarea--item--03:hover {
  background-image: url(btn03_hover.png);
}

.common-linkarea--item--04 {
  background-image: url(btn04.png);
}

.common-linkarea--item--04:hover {
  background-image: url(btn04_hover.png);
}

/*-----------------------------------------------------
// アシスト価値とは
-----------------------------------------------------*/
.index-page {
  display: block;
  background-image: url(index_main_bg_top.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 100%;
}

.index-page__main-title {
  width: 998px;
  margin-bottom: 90px;
}

.index-page__main-title--deco {
  width: 198px;
  height: 44px;
  background-image: url(index_title_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 500;
}

.index-page__section {
  width: 554px;
  margin-left: auto;
  margin-right: auto;
}

.index-page__section--title {
  display: block;
  margin-bottom: 60px;
}

.index-page__section--text {
  font-size: 16px;
  line-height: 2.0;
}

.index-page__section--text + .index-page__section--text {
  margin-top: 30px;
}

.index-page__section__main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-lines: auto;
  margin-right: auto;
  margin-top: 70px;
}

.index-page__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index-page__last img {
  width: 100%;
  max-width: 960px;
}

.index-page--aside .common-linkarea--item--01 {
  color: #231815;
  background-image: url(btn01_hover.png);
  pointer-events: none;
}

/*-----------------------------------------------------
// 愉快を生み出す様々な場
-----------------------------------------------------*/
.place-page--title {
  background-image: url(place_title_bg.jpg);
  margin-top: -90px;
}

.place-page__section--img {
  text-align: center;
  margin-top: 55px;
}

.place-page__box {
  background-image: url(place_main_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 960px;
  padding: 50px 40px 50px 0;
  box-sizing: border-box;
}

.place-page--aside .common-linkarea--item--02 {
  color: #231815;
  background-image: url(btn02_hover.png);
  pointer-events: none;
}

/*-----------------------------------------------------
// 進化し続けるアシストの「超サポ愉快」
-----------------------------------------------------*/
.declaration-page--title {
  background-image: url(declaration_title_bg.jpg);
  width: 362px;
}

.declaration-page__section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  padding-bottom: 45px;
}

.declaration-page__section--01 {
  padding-top: 135px;
}

.declaration-page__section--02, .declaration-page__section--03 {
  padding-top: 120px;
}

.declaration-page__section--03 .declaration-page__section-box {
  width: 480px;
}

.declaration-page__section-box {
  width: 500px;
}

.declaration-page__section-box-r {
  margin-left: auto;
  margin-right: 90px;
}

.declaration-page__section-box-l {
  margin-left: 90px;
}

.declaration-page__section--tag {
  background-image: url(declaration_icon_bg.png);
  width: 150px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-bottom: 20px;
}

.declaration-page__section--title {
  margin-bottom: 30px;
}

.declaration-page__section--text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.declaration-page__section__action--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.declaration-page__section__action--item:hover {
  opacity: .7;
  text-decoration: none;
}

.declaration-page__section__action--item + .declaration-page__section__action--item {
  margin-top: 15px;
}

.declaration-page__section__action--item-img {
  width: 115px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.declaration-page__section__action--item-text {
  margin-left: 5px;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

.declaration-page--aside .common-linkarea--item--03 {
  color: #231815;
  background-image: url(btn03_hover.png);
  pointer-events: none;
}

.declaration-page__section--01 {
  background-image: url(declaration_section_bg01.png);
}

.declaration-page__section--02 {
  background-image: url(declaration_section_bg02.png);
}

.declaration-page__section--03 {
  background-image: url(declaration_section_bg03.png);
}

/*-----------------------------------------------------
// アシスト価値を考える社員たちの座談会
-----------------------------------------------------*/
.pleasurable-page--title {
  background-image: url(pleasurable_title_bg.jpg);
  width: 369px;
}

.pleasurable-page--deco {
  position: relative;
}

.pleasurable-page--deco:after {
  content: '';
  display: block;
  background-image: url(pleasurable_main_bg_top.png);
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -288px;
  right: 0;
  width: 356px;
  height: 310px;
}

.pleasurable-page--deco--last {
  position: relative;
  padding-bottom: 65px;
}

.pleasurable-page--deco--last:after {
  content: '';
  display: block;
  background-image: url(pleasurable_main_bg_bottom.png);
  background-repeat: no-repeat;
  width: 365px;
  height: 351px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.pleasurable-page__section + .pleasurable-page__section {
  margin-top: 120px;
}

.pleasurable-page__section--01 {
  margin-top: 90px;
  position: relative;
}

.pleasurable-page__section--01:after {
  content: '';
  display: block;
  background-image: url(pleasurable_main_bg_middle.png);
  background-repeat: no-repeat;
  width: 342px;
  height: 657px;
  position: absolute;
  z-index: -1;
  bottom: -420px;
}

.pleasurable-page__section__main-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 90px;
}

.pleasurable-page__section__main-r + .pleasurable-page__section__main-l {
  margin-top: 50px;
}

.pleasurable-page__section__textarea-r {
  margin-left: 20px;
}

.pleasurable-page__section--title-r {
  position: relative;
  z-index: 2;
  margin-left: -80px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pleasurable-page__section__main-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 85px;
}

.pleasurable-page__section__textarea-l {
  margin-right: 20px;
}

.pleasurable-page__section--title-l {
  position: relative;
  z-index: 2;
  margin-right: -80px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pleasurable-page__section__main-deco {
  position: relative;
}

.pleasurable-page__section__main-deco:before {
  content: '';
  display: block;
  background-image: url(pleasurable_main_bg_middle-right.png);
  background-repeat: no-repeat;
  width: 258px;
  height: 232px;
  position: absolute;
  top: -228px;
  right: 0;
  z-index: -1;
}

.pleasurable-page__section--talk {
  display: table;
}

.pleasurable-page__section--talk + .pleasurable-page__section--talk {
  margin-top: 10px;
}

.pleasurable-page__section--name, .pleasurable-page__section--text {
  display: table-cell;
}

.pleasurable-page__section--name {
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  width: 70px;
  font-size: 16px;
  font-weight: 500;
}

.pleasurable-page__section--text {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.pleasurable-page__section__textarea--bottom {
  margin-top: 20px;
  margin-left: 85px;
}

.pleasurable-page__member {
  background-image: url(pleasurable_main_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0 80px;
}

.pleasurable-page__member__wrap {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pleasurable-page__member--title {
  color: #fff;
  font-family: "Noto Sans JP", "Meiryo", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  margin-bottom: 70px;
  letter-spacing: 0.15em;
}

.pleasurable-page__member__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pleasurable-page__member__box + .pleasurable-page__member__box {
  margin-top: 50px;
}

.pleasurable-page__member__box__prof {
  position: relative;
}

.pleasurable-page__member__box__prof--img {
  display: block;
  position: absolute;
  top: -40px;
}

.pleasurable-page__member__box__prof__main {
  background-color: #dbdcdc;
  width: 300px;
  padding: 22px 5px 22px 175px;
  box-sizing: border-box;
}

.pleasurable-page__member__box__prof__main--name-ja {
  font-size: 16px;
  margin-bottom: 5px;
}

.pleasurable-page__member__box__prof__main--name-en {
  font-size: 8px;
  margin-bottom: 12px;
}

.pleasurable-page__member__box__prof__main--text {
  font-size: 10px;
}

.pleasurable-page__member__box__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
  margin-left: 22px;
}

.pleasurable-page--aside .common-linkarea--item--04 {
  color: #231815;
  background-image: url(btn04_hover.png);
  pointer-events: none;
}

/*
-----------------------------------------------------------------------
js
-----------------------------------------------------------------------
*/
.scroll-content-js,
.scroll-content-js--title {
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.scroll-js .move-js {
  opacity: 0;
}

.scroll-content-js--title {
  display: block;
}

.scroll-content-js--title.move-title-js {
  -webkit-animation: firstimg 1.2s ease-in-out;
          animation: firstimg 1.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

@-webkit-keyframes firstimg {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes firstimg {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.scroll-content-js--01.move-js {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}

.scroll-content-js--02.move-js {
  -webkit-transform: translate(0, 70px);
          transform: translate(0, 70px);
}

.scroll-content-js--03.move-js {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.scroll-content-js--04.move-js {
  -webkit-transform: translate(0, 130px);
          transform: translate(0, 130px);
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.first-text {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.first-title {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
