@charset "UTF-8";
.elleairkindness-inner {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 700px) {
  .u-pc-ele {
    display: none !important;
  }
}
.u-sp-block {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .u-sp-block {
    display: block !important;
  }
}
.c-inner {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.js-fadein {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1.8s ease, -webkit-filter 1.4s ease;
  transition: opacity 1.8s ease, -webkit-filter 1.4s ease;
  transition: opacity 1.8s ease, filter 1.4s ease;
  transition: opacity 1.8s ease, filter 1.4s ease, -webkit-filter 1.4s ease;
}
.js-fadein.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.css-fadein-top .mv01,
.css-fadein-top .mv02,
.css-fadein-top .planeObj,
.css-fadein-top .mainvisualText {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-filter 1.4s ease;
  transition: opacity 0.7s ease-in-out, -webkit-filter 1.4s ease;
  transition: opacity 0.7s ease-in-out, filter 1.4s ease;
  transition: opacity 0.7s ease-in-out, filter 1.4s ease, -webkit-filter 1.4s ease;
}
.css-fadein-top.active .mv01 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.css-fadein-top.active .mv02 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.css-fadein-top.active .mainvisualText {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.css-fadein-top.active .planeObj {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media screen and (max-width: 700px) {
  .css-fadein-top.active .planeObj {
    -webkit-transition-delay: 2.1s;
            transition-delay: 2.1s;
  }
}
.elleairkindness-inner img {
  width: 100%;
}
.mainVisualWrapper {
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .mainVisualWrapper {
    padding-top: 5.333333333333334vw;
    margin-bottom: 0;
  }
}
.mainvisual {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 450px;
}
@media screen and (max-width: 700px) {
  .mainvisual {
    height: 92vw;
  }
}
.mv01 {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(828 / 1150 * 100%);
  margin-left: calc(50 / 1150 * 100%);
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .mv01 {
    width: 98.13333333333333vw;
    margin-left: 0;
  }
}
.mv02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(286 / 1150 * 100%);
  z-index: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  margin-right: calc(50 / 1150 * 100%);
}
@media screen and (max-width: 700px) {
  .mv02 {
    width: 41.06666666666667vw;
    margin-right: 0;
  }
}
.mainvisualText {
  width: calc(380 / 1000 * 100%);
  max-width: 380px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -17px;
  margin-left: calc(58 / 1000 * 100%);
}
@media screen and (max-width: 700px) {
  .mainvisualText {
    position: relative;
    right: 0;
    width: 78.4vw;
    margin: 12.8vw auto 7.199999999999999vw;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.planeObj {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 256px;
  z-index: 3;
  margin-bottom: -207px;
  margin-right: 130%;
  -webkit-animation: plane-pc forwards 4s ease-in-out;
          animation: plane-pc forwards 4s ease-in-out;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .planeObj {
    -webkit-animation: plane-sp forwards 3s ease-in-out;
            animation: plane-sp forwards 3s ease-in-out;
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
    width: 38.666666666666664vw;
    margin-right: 130%;
    margin-bottom: -21.333333333333336vw;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.messageAccordionArea {
  padding: 0 calc(60 / 1000 * 100%);
  color: #0068b7;
}
@media screen and (max-width: 700px) {
  .messageAccordionArea {
    padding: 0 6.933333333333333vw;
    margin-bottom: 9.6vw;
  }
}
.messageAccordionArea p.messageText {
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: calc(35 / 16);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .messageAccordionArea p.messageText {
    text-align: center;
    font-size: 3.733333333333334vw;
    letter-spacing: -0.04em;
    line-height: calc(30 / 14);
    margin-bottom: 8.799999999999999vw;
  }
}
.messageLogo {
  width: 187px;
  margin-left: -18px;
  margin-bottom: 28px;
}
@media screen and (max-width: 700px) {
  .messageLogo {
    margin: 0 auto;
    width: 29.86666666666667vw;
  }
}
.messageBtn {
  margin: 0 auto 90px;
  background-image: url("/_var/about/social/elleairkindness/img/btn_bg.svg");
  background-size: 170px 60px;
  background-repeat: no-repeat;
  background-position: center top;
  width: calc(170px * 1.1);
  height: calc(60px * 1.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-size ease-in-out 0.4s;
  transition: background-size ease-in-out 0.4s;
}
.messageBtn:hover {
  background-size: calc(170px * 1.1) calc(60px * 1.1);
}
@media screen and (max-width: 700px) {
  .messageBtn:hover {
    background-size: 100%;
  }
}
@media screen and (max-width: 700px) {
  .messageBtn {
    width: 44vw;
    height: 15.466666666666667vw;
    background-size: 100%;
    margin-bottom: 21.333333333333336vw;
  }
}
.messageBtnText {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 700px) {
  .messageBtnText {
    font-size: 3.466666666666666vw;
  }
}
.messageBtnText.hidden {
  display: none;
}
.messageBtnText.open {
  margin-top: -3px;
}
.messageBtnText.open:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 9px;
  background-image: url("/_var/about/social/elleairkindness/img/btn_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: -11px;
  -webkit-transition: margin ease-in-out 0.4s;
  transition: margin ease-in-out 0.4s;
}
.messageBtnText.close {
  margin-top: 5px;
}
.messageBtnText.close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 16px;
  height: 9px;
  background-image: url("/_var/about/social/elleairkindness/img/btn_arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-top: -10px;
  -webkit-transition: margin ease-in-out 0.4s;
  transition: margin ease-in-out 0.4s;
}
.movieWrapper {
  padding-bottom: min(calc(360 / 1280 * 100vw), 360px);
}
@media screen and (max-width: 700px) {
  .movieWrapper {
    padding-bottom: 34.66666666666667vw;
  }
}
.movieTitle {
  width: 165px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 700px) {
  .movieTitle {
    width: 30.133333333333333vw;
  }
}
.movieContainer {
  width: 560px;
  height: 315px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .movieContainer {
    width: 84vw;
    height: 47.199999999999996vw;
  }
}
.movieContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieThumbnail {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}
.aboutWrapper {
  padding-bottom: 120px;
}
@media screen and (max-width: 700px) {
  .aboutWrapper {
    padding-bottom: 13.333333333333334vw;
  }
}
.aboutTitle {
  width: 406px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 700px) {
  .aboutTitle {
    padding-top: 10.666666666666668vw;
    width: 78.13333333333333vw;
    margin-bottom: 8vw;
  }
}
.aboutSection.section01 {
  margin-bottom: 55px;
}
.aboutSectionTitleImg {
  width: 412px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 700px) {
  .aboutSectionTitleImg {
    width: 100%;
  }
}
.aboutSectionContainer {
  -webkit-box-shadow: 0px 0px 15px #acd4f7;
          box-shadow: 0px 0px 15px #acd4f7;
  background: #fff;
  border-radius: 42px;
  padding: 38px 60px 50px;
  color: #0068b7;
}
@media screen and (max-width: 700px) {
  .aboutSectionContainer {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    border-radius: 0;
    padding: 12.266666666666666vw 6.933333333333333vw;
  }
}
@media screen and (max-width: 700px) {
  .aboutSectionContainerForSp {
    -webkit-box-shadow: 0 0 15px #acd4f7;
            box-shadow: 0 0 15px #acd4f7;
    background: #fff;
    border-radius: 42px;
  }
}
.aboutSectionColumnLead {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .aboutSectionColumnLead {
    font-size: 3.733333333333334vw;
    letter-spacing: 0;
    line-height: calc(24 / 14);
  }
}
.aboutSectionColumnList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 700px) {
  .aboutSectionColumnList {
    display: block;
  }
}
.aboutSectionColumnItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  border-radius: 18px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px #acd4f7;
          box-shadow: 0px 0px 10px #acd4f7;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.aboutSectionColumnItem:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 700px) {
  .aboutSectionColumnItem:nth-of-type(1) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.aboutSectionColumnItem:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 700px) {
  .aboutSectionColumnItem:nth-of-type(2) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
.aboutSectionColumnItem:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 700px) {
  .aboutSectionColumnItem:nth-of-type(3) {
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
}
@media screen and (max-width: 700px) {
  .aboutSectionColumnItem {
    width: 100%;
    padding-bottom: 6.4vw;
    margin-bottom: 10.666666666666668vw;
  }
}
.columnImage {
  width: 100%;
}
.columnTitle {
  padding: 22px 20px 0;
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  height: 106px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: calc(28 / 18);
  letter-spacing: -0.02em;
}
.section02 .columnTitle {
  height: 78px;
}
@media screen and (max-width: 700px) {
  .section02 .columnTitle {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .columnTitle {
    height: auto;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 700px) {
  .columnTitle.sp-small {
    font-size: 4.266666666666667vw;
  }
}
.columnText {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: calc(25 / 14);
  padding: 0 20px;
  height: 125px;
}
.section02 .columnText {
  height: 75px;
}
@media screen and (max-width: 700px) {
  .section02 .columnText {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .columnText {
    height: auto;
    font-size: 3.733333333333334vw;
    letter-spacing: 0;
    line-height: calc(20 / 14);
  }
}
.columnTextAnnotation {
  height: 42px;
  margin-bottom: 25px;
  padding: 0 20px;
  font-size: 14px;
  color: #4a4a4a;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .columnTextAnnotation {
    font-size: 3.733333333333334vw;
  }
}
a.columnBtn {
  width: 210px;
  display: block;
  background: #0068b7;
  border-radius: 24px;
  margin: 0 auto;
  height: 42px;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
  opacity: 1;
}
a.columnBtn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.columnBtnText {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.columnBtnText:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 15px;
  background-image: url("/_var/about/social/elleairkindness/img/arrow_right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 700px) {
  .aboutTabTitles {
    cursor: pointer;
    width: 92.26666666666667vw;
    margin: 0 auto 5.600000000000001vw;
  }
  .aboutTabTitles.isCurrent {
    pointer-events: none;
  }
}
.aboutTabWrapper {
  display: none;
}
@media screen and (max-width: 700px) {
  .aboutTabWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hasWave {
  position: relative;
  background-color: #ebf6fe;
}
.hasWave:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(360 / 1280 * 100vw);
  max-height: 360px;
  background-image: url("/_var/about/social/elleairkindness/img/wave_top.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: max(-220px, calc(-220 / 1280 * 100vw));
  z-index: 1;
}
.hasWave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(500 / 1200 * 100vw);
  background-image: url("/_var/about/social/elleairkindness/img/wave_bottom.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: calc(-500 / 1200 * 100vw);
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .hasWave:after {
    margin-bottom: -58.666666666666664vw;
  }
}
.hasWave .c-inner {
  z-index: 2;
}
.waveSpacer {
  width: 100%;
  padding-top: max(300px, calc(300 / 1200 * 100vw));
}
@media screen and (max-width: 700px) {
  .waveSpacer {
    padding-top: 21.333333333333336vw;
  }
}
.elleairkindness-inner .el-d-section {
  position: relative;
  z-index: 2;
}
@-webkit-keyframes plane-pc {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    margin-bottom: -207px;
  }
  30% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    margin-bottom: -110px;
  }
  100% {
    opacity: 1;
    margin-bottom: -34px;
    margin-right: calc(80 / 1100 * 100%);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes plane-pc {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    margin-bottom: -207px;
  }
  30% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    margin-bottom: -110px;
  }
  100% {
    opacity: 1;
    margin-bottom: -34px;
    margin-right: calc(80 / 1100 * 100%);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes plane-sp {
  0% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    margin-right: 130%;
    margin-bottom: -21.333333333333336vw;
  }
  30% {
    opacity: 0;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    margin-bottom: -21.333333333333336vw;
  }
  100% {
    opacity: 1;
    margin-bottom: -107px;
    margin-right: 25.333333333333336vw;
    margin-bottom: -4.8vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes plane-sp {
  0% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    margin-right: 130%;
    margin-bottom: -21.333333333333336vw;
  }
  30% {
    opacity: 0;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    margin-bottom: -21.333333333333336vw;
  }
  100% {
    opacity: 1;
    margin-bottom: -107px;
    margin-right: 25.333333333333336vw;
    margin-bottom: -4.8vw;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
