@charset "UTF-8";
/*
# =================================================================
# フォント
# =================================================================*/
@font-face {
  font-family: "";
  src: url("");
}
/*
# =================================================================
# 共通要素
# =================================================================*/
html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) {
  main {
    contain: paint;
  }
}

#suntory_contents {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic ProN", HiraginoSans-W3, sans-serif;
  line-height: 1.4;
  color: #222;
}

a {
  color: #222;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

*:focus {
  outline: none;
}

.sp {
  display: none !important;
}

#suntory-plus-lp {
  font-size: 16px;
}

.pageNav, .sectionWrap {
  box-sizing: border-box;
}

/*
# =================================================================
# エフェクト要素
# =================================================================*/
.js-effect {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.5s;
}
.js-effect.js-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
.js-effect.slow {
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .js-effect.slow {
    transition-delay: 0s;
  }
}

/*
# =================================================================
# ページ
# =================================================================*/
/* SP用 */
.hamburgerMenu {
  display: none;
}

/* ボタン */
a.btn {
  -webkit-transition: background-color ease-in 0.1s;
  transition: background-color ease-in 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btnAction {
  background-color: #FF612A;
  color: #fff;
  border: solid 2px #FF612A;
  width: 100%;
  max-width: 240px;
  height: 45px;
  font-size: 1.6rem;
  border-radius: 35px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
}
a.btnAction:hover {
  background-color: #EB5320;
  border: solid 2px #EB5320;
}
@media screen and (max-width: 767px) {
  a.btnAction {
    max-width: 329px;
    height: 56px;
  }
}
a.btnWhite {
  transition: 0.5s ease all;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes parts1 {
  0% {
    top: 0%;
    left: 10%;
    transform: scale(0) rotate(-50deg);
  }
  80% {
    opacity: 1;
  }
  100% {
    top: -45%;
    left: -12%;
    transform: scale(0.9) rotate(-20deg);
    opacity: 0;
  }
}
@keyframes parts2 {
  0% {
    top: 0%;
    right: 10%;
    transform: scale(0) rotate(-30deg);
  }
  100% {
    top: -72%;
    right: -14%;
    transform: scale(0.8) rotate(-5deg);
  }
}
@keyframes parts3 {
  0% {
    top: 0%;
    right: 10%;
    transform: scale(0) rotate(-35deg);
  }
  100% {
    top: 68%;
    right: -8%;
    transform: scale(1) rotate(-5deg);
  }
}
@keyframes parts4 {
  0% {
    top: 0%;
    left: 10%;
    transform: scale(0) rotate(-30deg);
  }
  100% {
    top: 72%;
    left: -10%;
    transform: scale(0.9) rotate(0deg);
  }
}
.btnWhite {
  border: 2px solid #FF612A;
  color: #FF612A;
  width: 100%;
  max-width: 240px;
  height: 45px;
  font-size: 1.6rem;
  border-radius: 35px;
  line-height: 1;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: bold;
  transition: 0.5s ease all;
}
@media screen and (max-width: 767px) {
  .btnWhite {
    max-width: 329px;
    height: 56px;
  }
}
.btnWhite:hover {
  background-color: #FDECE1;
}
.btnWhite.readmore:hover {
  background-color: #FDECE1;
}

.btnColor {
  border: 1px solid #FF612A;
  color: #ffffff;
  width: 100%;
  max-width: 350px;
  height: 50px;
  font-size: 1.8rem;
  border-radius: 35px;
  background-color: #FF612A;
}

/* 円グラフ */
.grafList {
  display: flex;
}
.grafList li {
  width: 33.3333333333%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.grafList li:not(:last-child) {
  margin-right: 10px;
  padding-top: 5px;
}
.grafList li:nth-child(1) {
  background-image: url("../img/circleGraf2.png");
}
.grafList li:nth-child(2) {
  background-image: url("../img/circleGraf2.png");
}
.grafList li:nth-child(3) {
  background-image: url("../img/circleGraf3.png");
}
.grafList li p {
  position: relative;
}
.grafList li p.colorText {
  color: #FF612A;
}
.grafList li p .attention {
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  top: 35%;
  right: 10px;
  color: #222;
}

/* タイトル */
.sectionTitle {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10rem;
  margin-top: -0.2em;
}
.sectionTitle.color {
  color: #FF612A;
}
.sectionTitle .large {
  font-size: 3.8rem;
}

section {
  min-width: 769px;
}

.sectionWrap {
  max-width: calc(1024px + 5rem);
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sectionWrap {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.sectionWrap.narrow {
  max-width: 1020px;
  padding: 0 1.5rem;
}

/* ナビゲーション */
.pageHeader {
  background: #FFF7F5;
  display: none;
}

.Menu {
  position: fixed;
  background: #FF612A;
  height: 100vh;
  width: 100%;
  top: 0;
  z-index: 4;
  display: none;
}
.Menu.isShow {
  display: block;
  -webkit-animation: fadeIn 0.2s linear 0s;
  animation: fadeIn 0.2s linear 0s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.Menu__Close {
  margin-left: auto;
}

.Menu__Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 32px;
  margin-bottom: 32px;
}

.Menu__Container--isClose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Menu__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 56px;
}

.Menu__Item:not(:last-child) {
  margin-bottom: 32px;
}
.Menu__Item a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
}
.Menu__Item a:hover {
  color: #fff;
}

.Menu__Button {
  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-decoration: none;
  margin: 0px auto 10px;
}

/* メインビジュアル */
.firstView {
  color: #222222;
}

.sectionBg {
  background-color: #FFF7F5;
  padding: 3.4rem 0 3.8rem;
}

.sectionWrapper {
  width: 100%;
  max-width: calc(1000px + 5rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: auto;
}

.firstViewFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  letter-spacing: 0.02em;
  padding-top: 3.8rem;
  padding-bottom: 3.3rem;
}

.firstViewContents {
  width: 44%;
}

.firstViewLogo {
  margin-bottom: 2.9rem;
}

.firstViewTitle {
  font-size: 3.9rem;
  font-weight: bold;
  word-break: keep-all;
  line-height: 1.2;
  margin-bottom: 1.7rem;
  margin-top: -0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: -0.06em;
}
.firstViewTitle + p {
  font-size: 3rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 5rem;
  margin-top: -0.35em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: -0.03em;
}

.firstViewList {
  margin-top: 3rem;
}

.firstViewListTxt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.firstViewListTxt img {
  margin-right: 2.3rem;
}
.firstViewListTxt p {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
}

.firstViewList .firstViewListListWrap:first-of-type {
  margin-bottom: 1rem;
}

.firstViewListListWrap {
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.firstViewListListWrap p {
  font-family: "Noto Sans JP", sans-serif;
}
.firstViewListListWrap img + p {
  font-size: 2rem;
  padding: 0 2rem;
  width: 100%;
  max-width: 224px;
}

.rateWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.rateWrap > p {
  font-size: 5.2rem;
  color: #ff612a;
  font-weight: bold;
}

.rateItem p:first-of-type {
  font-size: 0.9rem;
}
.rateItem p:last-of-type {
  font-size: 1.6rem;
  color: #ff612a;
}

.firstViewContents .btn {
  height: 55px;
  width: 329px;
  max-width: 329px;
}
.firstViewContents .btnAction {
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35);
  box-shadow: 0px 0px 8px 0px rgba(255, 97, 42, .7);*/
  box-shadow: none;
  margin-bottom: 2rem;
}
.firstViewContents .btnList {
  margin-top: 6rem;
}
.firstViewContents .btnList a {
  font-family: "Noto Sans JP", sans-serif;
}
.firstViewContents a.btnAction, .firstViewContents a.btnWhite {
  margin: 1rem auto 0;
  font-size: 2rem;
}
.firstViewContents .textLink {
  margin-bottom: 2.5rem;
  color: #FF612A;
  font-size: 1.6rem;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s ease;
  position: relative;
  z-index: 9;
}
.firstViewContents .textLink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FF612A;
  border-right: 2px solid #FF612A;
  -webkit-transform: translate(-4px, -1px) rotate(45deg);
  transform: translate(-4px, -1px) rotate(45deg);
  transition: 0.3s ease;
}
.firstViewContents .textLink:hover {
  opacity: 0.7;
}
.firstViewContents .textLink:hover:after {
  -webkit-transform: translate(0, -1px) rotate(45deg);
  transform: translate(0, -1px) rotate(45deg);
}

.firstViewImageSp {
  display: none;
}

.firstViewImage {
  width: 56%;
  position: relative;
}
.firstViewImage .firstViewIntroduction {
  position: absolute;
  top: 0px;
  right: 18px;
  z-index: 10;
  text-align: center;
  display: inline-block;
  width: 186px;
  height: 186px;
  text-align: center;
  border: solid #ff612a 3px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.firstViewImage .firstViewIntroduction::after {
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: solid #ff612a 5px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #ff612a;
}
.firstViewImage .firstViewIntroductionText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  color: #fff;
  font-weight: bold;
}
.firstViewImage .firstViewIntroductionText p {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.firstViewImage .firstViewIntroductionTextprice {
  font-size: 2rem;
  line-height: 0.7;
  margin-top: 1rem;
}
.firstViewImage .firstViewIntroductionText .firstViewIntroductionTextprice span {
  font-size: 6.5rem;
  display: inline-block;
}
.firstViewImage .movieArea {
  width: 380px;
  height: 559px;
  position: relative;
  margin: 0 16.5% 0 auto;
}
.firstViewImage .movieArea::after {
  content: "";
  width: 100%;
  height: 570px;
  display: block;
  background: url("../img/movieWaku.png?ver=1.0") no-repeat center center;
  background-size: auto 548px;
  z-index: 9;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.firstViewImage .movieArea .movieWrap {
  width: 254px;
  height: 519px;
  overflow: hidden;
  border-radius: 15px;
  /* position: absolute;
  top: 10px;
  left: 14px; */
  background-color: #fff;
  transform: translateX(17px) translateY(23px);
}
.firstViewImage .movieArea video {
  width: 254px;
  border-radius: 15px;
  overflow: hidden;
  transform: translateY(-22px);
  display: block;
}
.firstViewImage .imgPerson {
  display: inline-block;
  position: absolute;
  right: 13px;
  bottom: 0;
  z-index: 9;
  width: 213px;
  height: 303px;
}

/*.firstViewImage .firstViewIntroduction li:not(:last-child){
  margin-bottom: 1rem;

}*/
.firstView .attentionWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1080px;
  margin: 2rem auto 0;
  justify-content: space-between;
}
.firstView .attentionText {
  font-size: 0.9rem;
  line-height: 1.5;
}
.firstView .attentionText p {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: -0.8px;
}
.firstView .imgDesign {
  margin-right: 66px;
}
@media screen and (min-width: 1024px) {
  .firstViewBanner {
    background-color: #F45C2A;
    height: 100px;
  }
  .firstViewBanner .banner_flex {
    display: flex;
    justify-content: center;
    background: url(../img/banner_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    height: 100px;
    position: relative;
  }
  .firstViewBanner .banner_img {
    /* order: 2; */
    align-items: end;
    display: grid;
    max-width: 155px;
    /* position: absolute;
    bottom: 0;
    left: 12px; */
  }
  .firstViewBanner .banner_title {
    /* order: 1; */
    display: block;
    text-align: center;
    color: #fff;
    font-size: 3.5rem;
    margin: 0 3rem;
    line-height: 1;
  }
  .firstViewBanner .banner_title span {
    font-size: 2.4rem;
  }
  .firstViewBanner .banner_btn {
    /* order: 3; */
    align-items: center;
    display: grid;
    /* position: absolute;
    bottom: 20px;
    right: 16px; */
    color: #FF612A;
    width: 100%;
    max-width: 184px;
    font-size: 1.7rem;
    border-radius: 35px;
    line-height: 1;
    font-weight: bold;
  }
  .firstViewBanner .banner_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: solid 3px #FF612A;
    border-right: solid 3px #FF612A;
    transform: rotate(135deg);
  }
  .firstViewBanner .banner_btn a {
    height: 38px;
    /* font-size: 1.75rem; */
  }
  .firstViewBanner .banner_btn a span {
    margin-right: 2rem;
  }
  .img_sp {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .firstViewBanner {
    background-color: #F45C2A;
    height: 140px;
  }
  .firstViewBanner .banner_flex {
    display: grid;
    justify-content: center;
    background: url(../img/banner_bg_L.png), url(../img/banner_bg_R.png);
    background-size: 70px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    max-width: 394px;
    width: 100%;
    margin: 0 auto;
    height: 140px;
    position: relative;
  }
  .firstViewBanner .banner_img {
    order: 2;
    display: inline-block;
    max-width: 160px;
    position: absolute;
    bottom: 0;
    left: 12px;
  }
  .firstViewBanner .banner_title {
    order: 1;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
  }
  .firstViewBanner .banner_title span {
    font-size: 1.6rem;
  }
  .firstViewBanner .banner_btn {
    order: 3;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 16px;
    color: #FF612A;
    width: 100%;
    max-width: 184px;
    font-size: 1.7rem;
    border-radius: 35px;
    line-height: 1;
    font-weight: bold;
  }
  .firstViewBanner .banner_btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: solid 3px #FF612A;
    border-right: solid 3px #FF612A;
    transform: rotate(135deg);
  }
  .firstViewBanner .banner_btn a {
    height: 38px;
    /* font-size: 1.75rem; */
  }
  .firstViewBanner .banner_btn a span {
    margin-right: 2rem;
  }
  .img_pc {
    display: none;
  }
}

/* ページナビゲーション */
.pageNav {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  -webkit-box-shadow: 0 2px 2px 0 rgba(190, 190, 190, 0.5);
  box-shadow: 0 2px 2px 0 rgba(190, 190, 190, 0.5);
  min-width: 960px;
}
.pageNav.fixed {
  position: fixed;
  width: 100%;
}

.pageNavWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1024px + 5rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: auto;
}

.navLogo {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  width: 90px;
}

.pageNavLogo {
  margin-right: 6rem;
}

.pageNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 124px);
  margin: 0 0 0 auto;
}
.pageNavList a {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}
.pageNavList a:hover {
  color: #FF612A;
}
.pageNavList li.btnContact a {
  width: 150px;
  padding: 8px 10px;
  background-color: #FF612A;
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF612A;
  transition: 0.3s ease;
}
.pageNavList li.btnContact a:hover {
  background-color: #EB5320;
  border: 2px solid #EB5320;
}

/* secondaryContents コンセプト */
.secondaryContents {
  padding: 0 0 0;
  background-color: #F2F2F2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .secondaryContents {
    overflow: hidden;
  }
}
.secondaryContentsInner {
  padding: 12rem 0px 58rem;
  background-color: rgb(242, 242, 242);
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .secondaryContentsInner {
    padding: 3rem 0px 6rem;
  }
}
.secondaryContents .sectionWrap {
  width: 100%;
  max-width: calc(1024px + 5rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
  z-index: 2;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .secondaryContents .sectionWrap {
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.secondaryContents .sectionWrapLeft {
  width: 50%;
  background-color: #EEEEEE;
  position: absolute;
  height: 100%;
  z-index: 1;
  margin-top: -12rem;
  left: 0;
  background-image: url(../img/conceptCardBackground_L.png);
}
@media screen and (max-width: 767px) {
  .secondaryContents .sectionWrapLeft {
    display: none;
  }
}
.secondaryContents .sectionWrapRight {
  width: 50%;
  background-color: #E4E4E4;
  position: absolute;
  height: 100%;
  z-index: 1;
  margin-top: -12rem;
  right: 0;
  background-image: url(../img/conceptCardBackground_R.png);
}
@media screen and (max-width: 767px) {
  .secondaryContents .sectionWrapRight {
    display: none;
  }
}
.secondaryContents .sectionTitle {
  line-height: 1.4;
  margin-top: -0.2em;
  margin-bottom: 9rem;
  position: relative;
  z-index: 1;
}
.secondaryContents .ConceptCard {
  display: block;
  box-sizing: border-box;
  border-radius: 4rem;
  box-shadow: 5px 5px 0 #DADADA;
  background-color: #F9F9F9;
  width: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .secondaryContents .ConceptCard {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.secondaryContents .ConceptCardContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .secondaryContents .ConceptCardContainer {
    flex-direction: column;
  }
}
.secondaryContents .ConceptCardTop {
  height: 74px;
  background-color: #fff;
  width: 100%;
  border-bottom: 2px solid #EEEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secondaryContents .ConceptCardTop * {
  color: #464648;
}
.secondaryContents .ConceptCardTopText {
  font-size: 1.8rem;
}
.secondaryContents .ConceptCardTopText .large {
  font-size: 2.4rem;
}
.secondaryContents .ConceptCardTopText .bold {
  font-weight: bold;
}
.secondaryContents .ConceptCardBottom {
  width: 100%;
  height: 423px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.secondaryContents .ConceptCardBottom * {
  color: #464648;
}
.secondaryContents .ConceptCardBottom img {
  margin: 40px 0 25px;
}
.secondaryContents .ConceptCardBottomList {
  margin-left: 3.1rem;
}
.secondaryContents .ConceptCardBottomListText {
  position: relative;
  margin-bottom: 1.6rem;
}
.secondaryContents .ConceptCardBottomListText:last-child {
  margin-bottom: 0;
}
.secondaryContents .ConceptCardBottomListText.grayPoint::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #DADADA;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -2.8rem;
}
.secondaryContents .ConceptCardBottomListText span {
  line-height: 3rem;
  letter-spacing: 0.5px;
}
.secondaryContents .ConceptCardBottomListText .top {
  font-size: 1.6rem;
}
.secondaryContents .ConceptCardBottomListText .bottom {
  font-size: 2rem;
  font-weight: bold;
}
.secondaryContents .ConceptCard.left {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .secondaryContents .ConceptCard.left {
    margin-right: 0px;
    margin-bottom: 4rem;
  }
}
.secondaryContents .ConceptCard.right {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .secondaryContents .ConceptCard.right {
    margin-left: 0px;
    margin-bottom: 6rem;
  }
}
.secondaryContents .ConceptBody {
  padding: 0;
  position: relative;
  text-align: center;
  margin-top: -22.5rem;
  margin-bottom: 6.5rem;
  z-index: 2;
}

.ConceptBottom {
  text-align: center;
}
.ConceptBottomCircle {
  width: 100vw;
  max-width: 2560px;
  height: 743px;
  margin: -38.8rem 0;
  position: relative;
  background-color: #FFF6F0;
  z-index: 3;
  padding-top: 4rem;
}
@media screen and (max-width: 1199px) {
  .ConceptBottomCircle {
    height: 1308px;
  }
}
@media screen and (max-width: 767px) {
  .ConceptBottomCircle {
    margin-top: -6.8rem;
    height: 1556px;
  }
}
.ConceptBottomCircle::before {
  content: "";
  display: block;
  background-color: rgb(255, 246, 240);
  position: absolute;
  width: 2385px;
  height: 698px;
  left: calc(50% - 1192.5px - 0.5px);
  border-radius: 100%;
  z-index: 3;
  top: -26.2rem;
}
@media screen and (max-width: 767px) {
  .ConceptBottomCircle::before {
    width: 980px;
    height: 635px;
    left: calc(50% - 490px - 0.5px);
    top: -10.2rem;
  }
}
.ConceptBottomCircle::after {
  content: "";
  display: block;
  background-color: rgb(255, 246, 240);
  position: absolute;
  width: 2385px;
  height: 698px;
  left: calc(50% - 1192.5px - 0.5px);
  border-radius: 100%;
  z-index: 3;
  bottom: -30.2rem;
}
@media screen and (max-width: 767px) {
  .ConceptBottomCircle::after {
    display: none;
  }
}
.ConceptBottom .ConceptBottomText {
  font-size: 3rem;
  font-weight: bold;
  line-height: 6rem;
  margin-top: -0.3rem;
  margin-bottom: 14rem;
  position: relative;
  z-index: 4;
  color: #464648;
}
.ConceptBottom .ConceptBottomText::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -0.4em;
  position: relative;
  z-index: 3;
}
.ConceptBottom .ConceptBottomText .large {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .ConceptBottom .ConceptBottomText .large {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 320px) {
  .ConceptBottom .ConceptBottomText .large {
    font-size: 2.8rem;
  }
}
.ConceptBottom .ConceptBottomText img {
  vertical-align: sub;
  margin-right: 4px;
  position: relative;
  z-index: 3;
}
.ConceptBottom > img {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ConceptBottom .ConceptBottomContent {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ConceptBottom .ConceptBottomContent {
    flex-direction: column;
  }
}
.ConceptBottom .ConceptBottomItem.left {
  margin-right: 50px;
}
@media screen and (max-width: 1199px) {
  .ConceptBottom .ConceptBottomItem.left {
    margin-right: 0;
    margin-bottom: 96px;
  }
}
.ConceptBottom .ConceptBottomItem.right {
  margin-left: 50px;
}
@media screen and (max-width: 1199px) {
  .ConceptBottom .ConceptBottomItem.right {
    margin-left: 0;
  }
}
.ConceptBottom .ConceptBottomItemTitle {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 45px;
  color: #1C1C1E;
}
.ConceptBottom .ConceptBottomItemTitle .large {
  font-size: 2.8rem;
}
@media screen and (max-width: 320px) {
  .ConceptBottom .ConceptBottomItemTitle {
    font-size: 2rem;
  }
  .ConceptBottom .ConceptBottomItemTitle .large {
    font-size: 2.4rem;
  }
}
.ConceptBottom .ConceptBottomItemTitleColor {
  font-size: 1.9rem;
  color: #F24A12;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  line-height: 2.8rem;
  letter-spacing: 2px;
}
.ConceptBottom .ConceptBottomItemTitleColor::before, .ConceptBottom .ConceptBottomItemTitleColor::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #F45C2A;
  bottom: 1px;
}
.ConceptBottom .ConceptBottomItemTitleColor:before {
  left: -19px;
  transform: rotate(-25deg);
}
.ConceptBottom .ConceptBottomItemTitleColor:after {
  right: -19px;
  transform: rotate(25deg);
}
@media screen and (max-width: 767px) {
  .ConceptBottom .ConceptBottomItemImg {
    width: calc(100% - 64px);
    margin: 0 32px;
    height: auto;
  }
}
.ConceptBottom .ConceptBottomLabel {
  width: 216px;
  height: 40px;
  background-color: #FFE7D7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ConceptBottom .ConceptBottomLabel {
    width: 158px;
    height: 30px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 320px) {
  .ConceptBottom .ConceptBottomLabel {
    width: 138px;
    font-size: 1.3rem;
  }
}
.ConceptBottom .ConceptBottomLabelContainer {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ConceptBottom .ConceptBottomLabelContainer {
    gap: 18px;
    justify-content: center;
  }
}

/* 吹き出し */
.conceptBallon {
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 8px;
  display: block;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  max-width: 266px;
  height: 102px;
  border-radius: 10px;
  line-height: 1.5;
  opacity: 0;
}
.conceptBallon span {
  font-size: 2rem;
}
.conceptBallon::after {
  content: "";
  position: absolute;
}
.conceptBallon.ballon1 {
  top: 19%;
  left: 11%;
  padding: 2rem 0;
}
.conceptBallon.ballon1::after {
  bottom: 25px;
  right: -32px;
  /* border: 12px solid transparent;
  border-left: 22px solid #ffffff;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg); */
  border: 8px solid transparent;
  border-left: 30px solid #ffffff;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.conceptBallon.ballon2 {
  top: 52.5%;
  left: 11%;
  padding: 1.6rem 0;
}
.conceptBallon.ballon2::after {
  bottom: 30px;
  right: -28px;
  border: 8px solid transparent;
  border-left: 30px solid #ffffff;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.conceptBallon.ballon3 {
  top: 19.5%;
  right: 11%;
  padding: 2rem 0;
}
.conceptBallon.ballon3::after {
  position: absolute;
  bottom: 25px;
  left: -32px;
  /* border: 12px solid transparent;
  border-right: 22px solid #ffffff;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg); */
  border: 8px solid transparent;
  border-right: 30px solid #ffffff;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.conceptBallon.ballon4 {
  top: 53%;
  right: 11%;
  padding: 2rem 0;
}
.conceptBallon.ballon4::after {
  bottom: 35px;
  left: -28px;
  border: 8px solid transparent;
  border-right: 30px solid #ffffff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.conceptBallon.ballon5 {
  max-width: 408px;
  height: auto;
  padding: 12px;
  top: -10px;
  left: 30%;
  display: inline-block;
}
.conceptBallon.ballon5::after {
  bottom: -32px;
  left: 50%;
  /* border: 10px solid transparent;
  border-top: 32px solid #ffffff;
  z-index: 0;
  -webkit-transform: translateX(-50%) rotate(-18deg);
  transform: translateX(-50%) rotate(-18deg); */
  border: 8px solid transparent;
  border-top: 30px solid #ffffff;
  -webkit-transform: translateX(-50%) rotate(-18deg);
  transform: translateX(-50%) rotate(-18deg);
}
.conceptBallon.active {
  animation: fukidashi 1s cubic-bezier(0.44, 0.5, 0.06, 1) forwards;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.98);
  }
}
@keyframes fukidashi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* サントリープラスとは about */
.aboutContents {
  padding: 120px 0 150px 0;
  padding-top: 65rem;
  background-color: #FFC3A3;
}
@media screen and (max-width: 767px) {
  .aboutContents {
    overflow: hidden;
    position: relative;
  }
  .aboutContents::before {
    content: "";
    display: block;
    background-color: rgb(255, 246, 240);
    position: absolute;
    border-radius: 100%;
    z-index: 3;
    top: -30.2rem;
    width: 980px;
    height: 635px;
    left: calc(50% - 490px - 0.5px);
    top: -55.2rem;
  }
}
.aboutContents .sectionWrap {
  max-width: 1290px;
}

.aboutContainer {
  background-color: #fff;
  width: 1200px;
  border-radius: 40px;
  padding: 100px 90px 0;
  margin-top: 188px;
  position: relative;
}
.aboutContainer:last-child {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .aboutContainer:last-child {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .aboutContainer {
    width: calc(100% - 20px);
    margin: 150px auto 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .aboutContainer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 320px) {
  .aboutContainer {
    width: calc(100% + 4px);
  }
}
.aboutContainer .sectionTitle {
  font-size: 3.5rem;
  line-height: 5.4rem;
  color: #F45C2A;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .aboutContainer .sectionTitle {
    font-size: 2.4rem;
  }
}
.aboutContainerDeco {
  display: block;
  position: absolute;
  right: 90px;
  top: -216px;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .aboutContainerDeco {
    top: -179px;
  }
}
@media screen and (max-width: 320px) {
  .aboutContainerDeco {
    right: 68px;
  }
}
.aboutContainerDeco span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  position: absolute;
  z-index: 5;
  top: 68px;
  left: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutContainerDeco span {
    font-size: 1.3rem;
    text-align: center;
    top: 32px;
    left: 37px;
  }
}
@media screen and (max-width: 767px) {
  .aboutContainerDeco img {
    width: 148px;
    height: 189px;
  }
}

.aboutLabel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  background-color: #FFF3CA;
  border: 1.5px solid #1C1C1E;
  color: #1C1C1E;
  font-size: 1.6rem;
  border-radius: 4rem;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 500;
}
.aboutLabel.employee {
  width: 166px;
  margin-right: 146px;
}
@media screen and (max-width: 1199px) {
  .aboutLabel.employee {
    margin-right: 11.40625%;
  }
}
@media screen and (max-width: 767px) {
  .aboutLabel.employee {
    margin-right: 9px;
  }
}
.aboutLabel.drink {
  width: 177px;
  margin-left: 146px;
}
@media screen and (max-width: 1199px) {
  .aboutLabel.drink {
    margin-left: 11.40625%;
  }
}
@media screen and (max-width: 767px) {
  .aboutLabel.drink {
    margin-left: 9px;
  }
}
.aboutLabel.employer {
  width: 224px;
  margin-right: 100px;
}
@media screen and (max-width: 1199px) {
  .aboutLabel.employer {
    margin-right: 11.40625%;
  }
}
@media screen and (max-width: 767px) {
  .aboutLabel.employer {
    margin-right: 9px;
  }
}
.aboutLabel.healthy {
  width: 224px;
  margin-left: 140px;
}
@media screen and (max-width: 1199px) {
  .aboutLabel.healthy {
    margin-left: 11.40625%;
  }
}
@media screen and (max-width: 767px) {
  .aboutLabel.healthy {
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .aboutLabel {
    width: 158px;
    height: 28px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  .aboutLabel {
    font-size: 0.9rem;
  }
}
.aboutLabelContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .aboutLabelContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.aboutImageContainer {
  display: block;
  width: 1020px;
  height: 586px;
  border-radius: 40px;
  background-color: #FFFCF1;
  position: relative;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .aboutImageContainer {
    width: 100%;
    height: calc((100vw - 20px) * 0.9 * 0.5745098039 + 74px);
    margin: 0;
    text-align: unset;
  }
}
@media screen and (max-width: 767px) {
  .aboutImageContainer {
    width: calc(100% + 30px);
    height: calc((100vw - 20px) * 0.9 * 0.57451 + 65px);
    margin-left: -15px;
    padding-top: 0;
    background-color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  .aboutImageContainer img.employee {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutImageContainer img.employee {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: calc((100vw - 20px) * 0.9 * 0.5575221239 * 0.0694444444 * -2);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.aboutImageContainer img.response {
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .aboutImageContainer img.response {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: calc((100vw - 20px) * 0.9 * 0.5575221239 * 0.0595238095 * -1);
  }
}
@media screen and (max-width: 767px) {
  .aboutImageContainer img.response {
    width: calc(100% - 32px);
    margin-left: 16px;
  }
}

.aboutTitle {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: bold;
  margin: 78px auto 19px;
  color: #1C1C1E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aboutTitle {
    font-size: 2rem;
    margin-top: 51px;
  }
}

.aboutContent {
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #464648;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .aboutContent {
    width: 96%;
  }
}

.aboutMovieContainer {
  height: 2050px;
  position: relative;
  width: 100%;
  margin-top: 95px;
  background-image: url("../img/movieContainerBg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% + 180px);
  margin-left: -90px;
  border-radius: 0 0 40px 40px;
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .aboutMovieContainer {
    width: calc(100% + 30px);
    margin-left: -15px;
    height: auto;
    padding-bottom: 6rem;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieContainer {
    margin-top: 5rem;
    background-image: url("../img/movieContainerBgSp.png");
    background-position-y: 0;
    padding-top: 6rem;
    margin-bottom: 5rem;
  }
}
.aboutMovieContainer.response {
  background-image: url("../img/movieContainerBgResponse.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 664px;
}
@media screen and (max-width: 767px) {
  .aboutMovieContainer.response {
    background-image: url("../img/movieContainerBgSp.png");
    background-position-y: 0;
    margin-bottom: 10rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieContainer .MovieContent {
    width: calc(100% - 40px);
    margin-left: 20px;
    aspect-ratio: 329/186;
    height: auto;
  }
}
.aboutMovieTitle {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 46px;
}
.aboutMovieTitle .large {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .aboutMovieTitle {
    margin-bottom: 1.3rem;
  }
}
.aboutMovieTitleColor {
  font-size: 2rem;
  color: #F24A12;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  line-height: 2.8rem;
}
.aboutMovieTitleColor::before, .aboutMovieTitleColor::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #F45C2A;
  bottom: 1px;
}
.aboutMovieTitleColor:before {
  left: -19px;
  transform: rotate(-25deg);
}
.aboutMovieTitleColor:after {
  right: -19px;
  transform: rotate(25deg);
}
.aboutMovieTitleColorExtra {
  font-size: 2rem;
  color: #F24A12;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  line-height: 2.8rem;
  letter-spacing: 2px;
}
.aboutMovieTitleColorExtra::before, .aboutMovieTitleColorExtra::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #F45C2A;
  bottom: 1px;
}
.aboutMovieTitleColorExtra:before {
  left: -25px;
  transform: rotate(-30deg);
}
.aboutMovieTitleColorExtra:after {
  right: -25px;
  transform: rotate(30deg);
}

.aboutArukoFes {
  width: 923px;
  padding: 30px;
  background-color: #EFFAFF;
  border-radius: 3rem;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .aboutArukoFes {
    width: 100%;
    flex-direction: column;
    padding: 90px 20px 30px;
  }
}
.aboutArukoFesImg {
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .aboutArukoFesImg {
    width: 100%;
    height: auto;
    max-width: 598px;
  }
}
.aboutArukoFesImgNeko {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .aboutArukoFesImgNeko {
    bottom: -3rem;
  }
}
.aboutArukoFesContent {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #464648;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .aboutArukoFesContent {
    text-align: justify;
    margin-bottom: 4rem;
  }
}
.aboutArukoFesContentContainer {
  margin-left: 30px;
  width: calc(100% - 334px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .aboutArukoFesContentContainer {
    width: 100%;
    margin-left: 0;
    align-items: center;
  }
}
.aboutArukoFesTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .aboutArukoFesTop {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-74.2px);
    width: 148.5px;
  }
}
.aboutArukoFesTopFlag {
  width: 148.5px;
  height: 30px;
}
.aboutArukoFesTopSpeaker {
  position: absolute;
  top: 50%;
  margin: -10px auto 0;
  left: 13px;
  width: 16px;
  height: 16px;
}
.aboutArukoFesTopText {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #F45C2A;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 32px;
}
.aboutArukoFesTitle {
  font-weight: bold;
  color: #1C1C1E;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .aboutArukoFesTitle {
    margin-top: 4rem;
    text-align: center;
  }
}
.aboutArukoFesLink {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1694DA;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 320px) {
  .aboutArukoFesLink {
    margin-left: -12px;
  }
}
.aboutArukoFesLink:before, .aboutArukoFesLink:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  transition: all 0.5s ease;
}
.aboutArukoFesLink:before {
  border-left: 1.5px solid #1694DA;
  border-bottom: 1.5px solid #1694DA;
  right: -15px;
  bottom: 6.5px;
}
.aboutArukoFesLink:after {
  border: 1.5px solid #1694DA;
  right: -18px;
  bottom: 9.5px;
}
.aboutArukoFesLink:hover {
  color: #2475B2;
}
.aboutArukoFesLink:hover:before, .aboutArukoFesLink:hover:after {
  border-color: #2475B2;
}

/* KenkoQuest */
.aboutKenkoQuest {
  width: 923px;
  background-color: #FFF;
  border-radius: 3rem;
  margin: 60px auto 0;
  align-items: center;
}
.aboutKenkoQuestFlexBox {
   display: flex;
  justify-content: flex-start;
  padding: 40px 30px;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuest {
    width: 100%;
    /* flex-direction: column; */
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestFlexBox {
    flex-direction: column;
    padding: 0 2rem 3.2rem 2rem ;
  }
}
.sectionWrap.aboutKenkoQuestBox {
    padding-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .sectionWrap.aboutKenkoQuestBox {
    padding-top: 3rem;
  }
}
.aboutKenkoQuestImg {
  border-radius: 4px;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestImg {
    width: 100%;
    height: auto;
    max-width: 598px;
    margin: 0 auto;
  }
}
.aboutKenkoQuestImgNeko {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestImgNeko {
    bottom: -3rem;
  }
}
.aboutKenkoQuestContent {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #464648;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestContent {
    text-align: justify;
    margin-bottom: 0;
  }
}
.aboutKenkoQuestContentContainer {
  margin-left: 30px;
  width: calc(100% - 334px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestContentContainer {
    width: 100%;
    margin-left: 0;
    align-items: center;
  }
}
.aboutKenkoQuestTop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestTop {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-74.2px);
    width: 148.5px;
  }
}
.aboutKenkoQuestTopFlag {
  width: 148.5px;
  height: 30px;
}
.aboutKenkoQuestTopSpeaker {
  position: absolute;
  top: 50%;
  margin: -10px auto 0;
  left: 13px;
  width: 16px;
  height: 16px;
}
.aboutKenkoQuestTopText {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #F45C2A;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 32px;
}
.aboutKenkoQuestTitle {
  text-align: left;
  font-weight: bold;
  color: #1C1C1E;
  font-size: 2.4rem;
  line-height: 3.5rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestTitle {
    margin-top: 4rem;
    text-align: center;
  }
}
.aboutKenkoQuestTitleColorExtra {
  color: #F45C2A;
}
@media screen and (max-width: 1023px) {
  .aboutKenkoQuestTitleColorExtra {
  font-size: 2.8rem;
  }
}
.aboutKenkoQuestLink {
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #1694DA;
  position: relative;
  transition: all 0.5s ease;
}
@media screen and (max-width: 320px) {
  .aboutKenkoQuestLink {
    margin-left: -12px;
  }
}
.aboutKenkoQuestLink:before, .aboutKenkoQuestLink:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  transition: all 0.5s ease;
}
.aboutKenkoQuestLink:before {
  border-left: 1.5px solid #1694DA;
  border-bottom: 1.5px solid #1694DA;
  right: -15px;
  bottom: 6.5px;
}
.aboutKenkoQuestLink:after {
  border: 1.5px solid #1694DA;
  right: -18px;
  bottom: 9.5px;
}
.aboutKenkoQuestLink:hover {
  color: #2475B2;
}
.aboutKenkoQuestLink:hover:before, .aboutKenkoQuestLink:hover:after {
  border-color: #2475B2;
}

@media screen and (min-width: 1024px) {
  .sectionWrap.introductionKenkoQuest {
    padding: 3.2rem 3rem 6.4rem 3rem;
    background-color: rgb(255, 231, 215);
    border-radius: 0 0 3rem 3rem;
  }

  .introductionKenkoQuestList {
    display: flex;
  }

  .introductionKenkoQuestList li {
      /* width: 100%;
      min-height: 371px; */
      height: auto;
      position: relative;
      background-color: rgba(255, 255, 255, 0.9);
      margin: 0 2rem;
      padding: 3.2rem 0;
      transition: all 0.8s;
      margin-bottom: 4rem;
      font-weight: bold;
      border-radius: 40px;
  }

  .introductionKenkoQuestList li .introductionKenkoQuestImage {
      text-align: center;
      height: auto;
      margin-top: 0;
      margin-bottom: 2rem;
  }
  .introductionKenkoQuestList .small_txt {
    font-size: 1.5rem;
  }
  .introductionImage img {
    width: 100%;
    max-width: 318px;
    height: auto;
  }

  .sectionWrap.introductionKenkoQuest .sectionTitle {
    color: #F45C2A;
    font-size: 2rem;
    line-height: 2.6rem;
    display: inline-block;
    position: relative;
  }

  .sectionWrap.introductionKenkoQuest .sectionTitle::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    right: -9px;
    transform: rotate(25deg);
  }

  .introductionKenkoQuestSp::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    right: -15px;
    transform: rotate(30deg);
  }

  .introductionKenkoQuestSp_before::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    left: -25px;
    transform: rotate(-30deg);
  }

  .introductionKenkoQuestSp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    left: -19px;
    transform: rotate(-25deg);
  }

  .introductionKenkoQuestWrapFlex {
    display: flex;
    justify-content: center;
    margin: 2.4rem 0 6.4rem 0;
  }

  .introductionKenkoQuestAnnotateContainer {
    text-align: left;
    margin: 0 2rem 8rem 2rem;
  }
  .introductionKenkoQuestAnnotateContainer .introductionTitle {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .introductionKenkoQuestAnnotateContainer .introductionTitle .large_txt {
    font-size: 4.8rem;
  }
  .introductionKenkoQuestAnnotate {
  text-indent: -2rem;
  padding-left: 2rem;
  margin-bottom: 5px;
  line-height: 1.5rem;
  font-size: 0.9rem;
  }

  .introductionKenkoQuestBtnListContainer {
    text-align: center;
    margin: 0 2rem 0 2rem;
  }
  .introductionKenkoQuestBtnListContainer p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }

  .introductionKenkoQuestBtnListContainer .btnList {
    display: flex;
    justify-content: center;
  }

  .introductionKenkoQuestBtnListContainer a:first-child {
    margin-right: 1rem;
  }
  .introductionKenkoQuestBtnListContainer .btnWhite {
    height: 42px;
  }
  .introductionKenkoQuestBtnListContainer .btnAction {
    height: 42px;
  }
}

@media screen and (max-width: 1023px) {
  .sectionWrap.introductionKenkoQuest {
    padding: 32px 0 64px 0;
    background-color: rgb(255, 231, 215);
    border-radius: 0 0 3rem 3rem;
  }

  .introductionKenkoQuestList li {
      /* width: 100%;
      min-height: 371px; */
      height: auto;
      position: relative;
      background-color: rgba(255, 255, 255, 0.9);
      margin: 0 2rem;
      padding: 3.2rem 0;
      transition: all 0.8s;
      margin-bottom: 4rem;
      font-weight: bold;
      border-radius: 40px;
  }

  .introductionKenkoQuestList li .introductionKenkoQuestImage {
      text-align: center;
      height: auto;
      margin-top: 0;
      margin-bottom: 2rem;
  }
  .introductionKenkoQuestList .small_txt {
    font-size: 1.5rem;
  }
  .introductionImage img {
    width: 100%;
    max-width: 318px;
    height: auto;
  }

  .sectionWrap.introductionKenkoQuest .sectionTitle {
    color: #F45C2A;
    font-size: 2rem;
    line-height: 2.6rem;
    display: inline-block;
    position: relative;
  }

  .sectionWrap.introductionKenkoQuest .sectionTitle::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    right: -9px;
    transform: rotate(25deg);
  }

  .introductionKenkoQuestSp::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    right: -15px;
    transform: rotate(30deg);
  }

  .introductionKenkoQuestSp_before::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    left: -15px;
    transform: rotate(-30deg);
  }

  .introductionKenkoQuestSp::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #F45C2A;
    bottom: 1px;
    left: -9px;
    transform: rotate(-25deg);
  }

  .introductionKenkoQuestAnnotateContainer {
    text-align: left;
    margin: 0 2rem 8rem 2rem;
  }
  .introductionKenkoQuestAnnotateContainer .introductionTitle {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .introductionKenkoQuestAnnotateContainer .introductionTitle .large_txt {
    font-size: 4.8rem;
  }
  .introductionKenkoQuestAnnotate {
  text-indent: -2rem;
  padding-left: 2rem;
  margin-bottom: 5px;
  line-height: 1.5rem;
  font-size: 0.9rem;
  }

  .introductionKenkoQuestBtnListContainer {
    text-align: center;
    margin: 0 2rem 0 2rem;
  }
  .introductionKenkoQuestBtnListContainer p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
  }

  .introductionKenkoQuestBtnListContainer a {
    margin: 0 auto;
  }
  .introductionKenkoQuestBtnListContainer a:first-child {
    margin-bottom: 1.5rem;
  }
  .introductionKenkoQuestBtnListContainer .btnWhite {
    height: 42px;
  }
  .introductionKenkoQuestBtnListContainer .btnAction {
    height: 42px;
  }

}

/* /KenkoQuest */

.aboutFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
}
.aboutFlex .aboutText {
  width: 45%;
  padding-left: 5.5vw;
  margin-bottom: 5rem;
}

.aboutText .aboutTitle {
  color: #FF612A;
  font-size: 2.8rem;
  line-height: 1.78;
  margin-bottom: 2.6rem;
  white-space: nowrap;
}
.aboutText .aboutTitle + p {
  font-size: 1.6rem;
  line-height: 1.9;
  width: 88%;
}

.aboutFlex .aboutImage {
  width: 55%;
  height: 645px;
  position: relative;
}
.aboutFlex .aboutImage .bg {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutFlex .aboutImage .aboutProducts {
  position: absolute;
  /* width: 45.4%;
  padding: 22.7%; */
  width: 314px;
  height: 314px;
  border-radius: 50%;
  transition: 0.6s ease;
  opacity: 0;
  transform: translateY(15px);
}
.aboutFlex .aboutImage .aboutProducts.active {
  opacity: 1;
  transform: translate(0);
}
.aboutFlex .aboutImage .aboutProducts .aboutProductsWrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutFlex .aboutImage .aboutProducts.products1 {
  top: 0;
  left: 28%;
}
.aboutFlex .aboutImage .aboutProducts.products2 {
  bottom: 0;
  right: -20px;
}
.aboutFlex .aboutImage .aboutProducts.products3 {
  bottom: 0;
  left: 0;
}
.aboutFlex .aboutImage .aboutProducts.products1 {
  background-color: #FDE8C3;
  border-radius: 50%;
}
.aboutFlex .aboutImage .aboutProducts.products2 {
  background-color: #DFE1F1;
  border-radius: 50%;
}
.aboutFlex .aboutImage .aboutProducts.products3 {
  background-color: #E0F0E6;
  border-radius: 50%;
}
.aboutFlex .aboutImage .aboutProducts p {
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  font-size: 1.6rem;
  margin-top: 2rem;
}
.aboutFlex .aboutImage .aboutProducts.products1 p {
  margin-top: 0;
}

svg .svg-elem-1 {
  stroke-dashoffset: 1444.4508056641px;
  stroke-dasharray: 1444.4508056641px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
svg.active .svg-elem-1 {
  animation: stroke 2.4s ease 0.6s forwards;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 1444.4508056641px;
    stroke-dasharray: 1444.4508056641px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.aboutContents .aboutMovie {
  background-color: #FF612A;
  padding: 12rem 0;
  margin-top: 12rem;
}
.aboutContents .aboutMovie .movieTitle {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.aboutContents .aboutMovie .movieTitle span {
  display: inline-block;
  position: relative;
}
.aboutContents .aboutMovie .movieTitle span::before {
  content: "";
  width: 2px;
  height: 24px;
  display: inline-block;
  background-color: #fff;
  transform: rotate(-40deg);
  position: absolute;
  left: -14px;
  bottom: -5px;
}
.aboutContents .aboutMovie .movieTitle span::after {
  content: "";
  width: 2px;
  height: 24px;
  display: inline-block;
  background-color: #fff;
  transform: rotate(40deg);
  position: absolute;
  right: -14px;
  bottom: -5px;
}
.aboutContents .aboutMovie .MovieContent {
  max-width: 875px;
  height: 495px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .aboutContents .aboutMovie .MovieContent {
    width: calc(100% - 40px);
    margin-left: 20px;
    aspect-ratio: 329/186;
    height: auto;
  }
}
.aboutContents .aboutMovie .MovieContent:first-of-type {
  margin-bottom: 5rem;
}
.aboutContents .aboutMovie .MovieContent:hover {
  opacity: 0.9;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* .aboutContents .aboutMovie .MovieContent::after{
  content: '';
  background: url('../img/youtube.png') no-repeat center center/100%;
  display: block;
  width: 120px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
} */
.aboutContents .aboutMovie .MovieContent.on::before, .aboutContents .aboutMovie .MovieContent.on::after {
  display: none;
}

.MovieContent iframe {
  width: 602px;
  height: 341px;
  position: relative;
  z-index: 1;
  transform: scale(1.02);
  border-radius: 10px;
}

/* サントリープラスが選ばれる理由 reasonContents */
.reasonContents {
  padding: 15rem 0;
}
.reasonContents .reasonBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .reasonContents .reasonBox {
    padding: 0 !important;
  }
}
.reasonContents .reasonBox:not(:last-child) {
  border-bottom: 3px solid #F2F2F2;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}
.reasonContents .reasonBox:nth-child(odd) {
  flex-direction: row-reverse;
}
.reasonContents .reasonBox:nth-of-type(1) {
  transition-delay: 0.1s;
}
.reasonContents .reasonBox:nth-of-type(2), .reasonContents .reasonBox:nth-of-type(3), .reasonContents .reasonBox:nth-of-type(4) {
  transition-delay: 0.2s;
}

.reasonBox.flexWrap {
  flex-wrap: wrap;
}
.reasonBox .reasonImage {
  width: 450px;
  text-align: center;
}
.reasonBox .reasonImage img {
  border-radius: 3rem;
}
.reasonBox .reasonText {
  width: calc(100% - 520px);
}

.reasonText .reasonTitle {
  font-size: 3rem;
  line-height: 1.66;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 16px;
}
.reasonText .reasonTitle span {
  color: #FF612A;
}
.reasonText .reasonTitle + p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #464648;
}
.reasonText .reasonTitle + p sup {
  font-size: 0.9rem;
  font-size: 0.9rem;
  top: -0.6rem;
  left: -0.5rem;
}

.reasonText .reasonTop {
  position: relative;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop {
    text-align: center;
  }
}
.reasonText .reasonTopImg {
  position: relative;
}
.reasonText .reasonTopText {
  position: absolute;
  color: #1C1C1E;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTopText {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTopText {
    font-size: 1.6rem;
  }
}
.reasonText .reasonTop.reason1 {
  width: 368px;
  min-width: 368px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason1 {
    width: 311px;
    min-width: 311px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason1 {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
}
.reasonText .reasonTop.reason1 .reasonTopImg {
  width: 368px;
  min-width: 368px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason1 .reasonTopImg {
    width: 311px;
    min-width: 311px;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason1 .reasonTopImg {
    width: 100%;
    min-width: 100%;
  }
}
.reasonText .reasonTop.reason1 .left {
  left: 25px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason1 .left {
    left: 17px;
    top: 11px;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason1 .left {
    left: 6%;
    top: 13%;
  }
}
.reasonText .reasonTop.reason1 .right {
  right: 22px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason1 .right {
    right: 17px;
    top: 23px;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason1 .right {
    right: 6%;
    top: 29%;
  }
}
.reasonText .reasonTop.reason2 {
  width: 400px;
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason2 {
    width: 327px;
    min-width: 327px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason2 {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
}
.reasonText .reasonTop.reason2 .reasonTopImg {
  width: 400px;
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason2 .reasonTopImg {
    width: 327px;
    min-width: 327px;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason2 .reasonTopImg {
    width: 100%;
    min-width: 100%;
  }
}
.reasonText .reasonTop.reason2 .left {
  left: 28px;
  top: 12px;
}
.reasonText .reasonTop.reason2 .left.typeBuble4 {
  left: 24px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason2 .left {
    left: 20px;
    top: 11px;
  }
  .reasonText .reasonTop.reason2 .left.typeBuble4 {
    left: 14px;
  }  
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason2 .left {
    left: 6%;
    top: 13%;
  }
}
.reasonText .reasonTop.reason2 .right {
  right: 26px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason2 .right {
    right: 14px;
    top: 23px;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason2 .right {
    right: 4%;
    top: 30%;
  }
}
.reasonText .reasonTop.reason3 {
  width: 298px;
  min-width: 298px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason3 {
    width: 247px;
    min-width: 247px;
    margin: 0 auto;
  }
}
.reasonText .reasonTop.reason3 .reasonTopImg {
  width: 298px;
  min-width: 298px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason3 .reasonTopImg {
    width: 247px;
    min-width: 247px;
  }
}
.reasonText .reasonTop.reason3 .left {
  left: 28px;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason3 .left {
    left: 22px;
    top: 11px;
  }
}
.reasonText .reasonTop.reason3 .right {
  right: 25px;
  top: 24px;
}
@media screen and (max-width: 767px) {
  .reasonText .reasonTop.reason3 .right {
    right: 17px;
    top: 23px;
  }
}
@media screen and (max-width: 320px) {
  .reasonText .reasonTop.reason3 .right {
    right: 21px;
    top: 23px;
  }
}

.reasonAnnotate {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #464648;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .reasonAnnotate {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    margin-bottom: 5px;
    line-height: 1.5rem;
  }
}
.reasonAnnotateContainer {
  width: 100%;
  margin-top: 30px;
}

.reasonLink {
  margin-top: 0.5rem;
}
.reasonLink a {
  color: #0066AA;
  text-decoration: underline;
}

.marker {
  padding: 0 5px;
  background-image: linear-gradient(rgba(255, 187, 108, 0.5), rgba(255, 187, 108, 0.5));
  background-size: 0 30%;
  /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: 0.6s ease;
  transition-delay: 0.2s;
  /* background-size: 100% 30%; */
}

/*アニメーション後*/
.js-scroll .marker {
  background-size: 100% 30%;
  /*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
}

/* お問い合わせボタン */
.contactArea {
  background: url(../img/contactBg.png) no-repeat center center/cover;
  padding: 6rem 0;
  text-align: center;
}

.contactText {
  font-size: 2.3rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.5rem;
}

.contactArea a {
  margin: 0 auto;
}
.contactArea a.btnAction {
  margin-bottom: 1.4rem;
}
.contactArea a.btnWhite span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

/* 利用者の声 voiceContents */
.voiceContents {
  padding: 15rem 0;
  background-color: #FBF4DD;
  overflow: hidden;
  text-align: center;
}
.voiceContents .sectionTitle {
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-top: 0;
}
.voiceContents .voiceList {
  list-style: none;
}
.voiceContents .voiceList .voiceItem {
  width: 250px !important;
  height: 238px;
  padding: 3rem 2.2rem 3rem 2.2rem;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 3rem;
  position: relative;
  border: 2px solid #F0F0F0;
}
.voiceContents .voiceList li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 30px solid #ffffff;
  -webkit-transform: rotate(5deg);
  transform: rotate(-20deg);
}
.voiceContents .voiceList li .disc {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: -0.3em;
}
.voiceContents .voiceList li .disc span {
  color: #FF612A;
}
.voiceContents .voiceList li .name {
  font-size: 1.6rem;
  text-align: right;
  position: absolute;
  right: 22px;
  bottom: 15px;
}
.voiceContents .voiceWrap {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  .voiceContents .voiceWrap {
    padding-left: 1.7rem;
    padding-right: 3.2rem;
    overflow-x: visible;
    flex-wrap: nowrap;
    width: 1279px;
  }
}
.voiceContents .voiceWrapContainer {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .voiceContents .voiceWrapContainer {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .voiceContents .voiceWrapContainer::-webkit-scrollbar {
    display: none;
  }
}
.voiceContents .voiceWrapTitle {
  font-size: 2.4rem;
  color: #646464;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  line-height: 3.8rem;
  margin: 9.3rem auto 3.6rem;
  text-align: center;
}
.voiceContents .voiceWrapTitle::before, .voiceContents .voiceWrapTitle::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #646464;
  bottom: 7px;
}
.voiceContents .voiceWrapTitle:before {
  left: -19px;
  transform: rotate(-25deg);
}
.voiceContents .voiceWrapTitle:after {
  right: -11px;
  transform: rotate(25deg);
}
.voiceContents .voiceWrapTitle .colorText {
  color: #FF612A;
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media screen and (max-width: 320px) {
  .voiceContents .voiceWrapTitle {
    font-size: 2rem;
  }
  .voiceContents .voiceWrapTitle .colorText {
    font-size: 2.4rem;
  }
}
.voiceContents .voiceWrap .voiceItem {
  width: calc((100% - 60px) / 4);
  height: 320px;
  background-color: #fff;
  border-radius: 3rem;
  box-sizing: border-box;
  display: block;
  padding: 4rem 3rem 1rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .voiceContents .voiceWrap .voiceItem {
    width: 285px;
  }
}
@media screen and (max-width: 320px) {
  .voiceContents .voiceWrap .voiceItem {
    width: 258px;
    height: 347px;
  }
}
.voiceContents .voiceWrap .voiceItem img {
  width: 80px;
  height: 80px;
}
.voiceContents .voiceWrap .voiceItem .name {
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #1C1C1E;
  margin-top: 4px;
  margin-bottom: 23px;
}
.voiceContents .voiceWrap .voiceItem .disc {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3rem;
  text-align: left;
}
.voiceContents .voiceWrap .voiceItem .disc span {
  color: #FF612A;
}

.slick-slider .slick-list {
  overflow: inherit;
}

.voiceContents .voiceImage {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 19rem;
}

.resultsBox {
  background-color: #fff;
  border-radius: 15px;
  padding: 8.6rem 3.6rem 4rem 3.6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition-delay: 0.3s;
}
.resultsBox:nth-child(1) {
  margin-bottom: 14rem;
}
.resultsBox .boxItem {
  width: 50%;
}
.resultsBox .boxItem.voiceBox {
  width: 46%;
}
.resultsBox .circleText {
  background-color: #FF612A;
  width: 142px;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 50%;
  opacity: 0;
}
.resultsBox .circleText.active {
  animation: mochimochi 0.5s cubic-bezier(0, 0.31, 0.44, 0.99) 1.2s forwards;
}

@keyframes mochimochi {
  /* 0% {
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
  }

  40% {
    transform: translateX(-50%) translateY(-20px);
    opacity: 1;
  }

  80% {
    transform: translateX(-50%) translateY(5px);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(0);
     opacity: 1;
  } */
  0% {
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }
  40% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  80% {
    transform: translateX(-50%) scale(0.9);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
/* 質問 */
.questionItem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  margin-left: 1.5rem;
}
.questionItem .questionItemIcon {
  font-size: 2.5rem;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: #FF612A;
  color: #fff;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.questionItem .questionTitle {
  color: #FF612A;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: -0.25em;
}

.resultsBox .resultsImage {
  margin-left: 3rem;
}
.resultsBox .resultsNotes {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 3.8rem;
}
.resultsBox .flexBox.attention {
  align-items: flex-start;
  margin-top: 3rem;
}
.resultsBox .flexBox.attention .resultsNotes {
  margin-top: 0;
}

.resultsVoice {
  padding: 2.8rem 2.8rem 1.6rem 2.8rem;
  background-color: #FFF9F6;
  border-radius: 10px;
  position: relative;
}
.resultsVoice::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 50px;
  border: 12px solid transparent;
  border-top: 38px solid #FFF9F6;
  transform: rotate(-30deg);
}
.resultsVoice:nth-child(1) {
  margin-bottom: 4rem;
}
.resultsVoice:nth-child(2) {
  margin-bottom: 2.5rem;
}
.resultsVoice .disc {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.resultsVoice .disc span {
  color: #FF612A;
}
.resultsVoice .name {
  text-align: right;
  font-size: 1.6rem;
}

.resultsVoiceImage {
  text-align: right;
}

.resultsBox:nth-child(1) .resultsVoiceImage img {
  transform: translateX(-25px);
}

.continueTitle {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1rem;
  transform: translateX(-10px);
}
.continueTitle span {
  display: inline-block;
  position: relative;
}
.continueTitle span::before {
  content: "";
  width: 2px;
  height: 24px;
  display: inline-block;
  background-color: #1F1F1F;
  transform: rotate(-40deg);
  position: absolute;
  left: -14px;
  bottom: -5px;
}
.continueTitle span::after {
  content: "";
  width: 2px;
  height: 24px;
  display: inline-block;
  background-color: #1F1F1F;
  transform: rotate(40deg);
  position: absolute;
  right: -14px;
  bottom: -5px;
}

.continueNum {
  font-weight: bold;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  transform: translateX(-15px);
  margin-top: -0.4em;
}
.continueNum .num {
  font-size: 4rem;
}
.continueNum .num.color {
  color: #FF612A;
  font-size: 6rem;
}
.continueNum .persent {
  color: #FF612A;
  font-size: 4rem;
}

.continueImage {
  text-align: center;
  margin-bottom: 4rem;
  transform: translateX(-10px);
}
.continueImage img {
  max-width: 100%;
}

.resultsBox .flexBox {
  display: flex;
  align-items: center;
}
.resultsBox .flexBox:not(.attention) {
  width: 90%;
  margin: 0 auto;
}
.resultsBox .flexBox:not(.attention).flexBoxText {
  white-space: nowrap;
}
.resultsBox .flexBox:not(.attention) .flexBoxImage {
  padding-left: 1rem;
}
.resultsBox .flexBox .flexBoxText p {
  font-size: 1.6rem;
  font-weight: bold;
}
.resultsBox .flexBox .flexBoxText .numText {
  font-size: 2.8rem;
  margin-top: -0.35em;
  letter-spacing: 0.06em;
}
.resultsBox .flexBox .flexBoxText .numText .large {
  letter-spacing: 0;
  font-size: 3.5rem;
}
.resultsBox .flexBox .flexBoxText .numText .num {
  font-size: 3.5rem;
}
.resultsBox .flexBox .flexBoxText .numText .num.large {
  font-size: 4.5rem;
}
.resultsBox .flexBox .flexBoxText .numText sup {
  font-size: 1rem;
  vertical-align: text-top;
  display: inline-block;
  transform: translateX(-5px);
}
.resultsBox .flexBox .attention {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1rem;
}

/* 導入事例 caseContents */
.caseContents {
  padding: 12rem 0 0 0;
}
.caseContents .caseFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
.caseContents .sectionWrap {
  max-width: 1920px;
  padding: 0;
}
.caseContents .sectionWrap.enterpriseWrap {
  width: 100%;
  margin: 101px 0 73px;
  height: 180px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .caseContents .sectionWrap.enterpriseWrap {
    margin: 80px 0 80px;
    display: block;
    height: 86px;
  }
}
.caseContents .sectionWrap .slick-prev,
.caseContents .sectionWrap .slick-next {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 364px;
}
.caseContents .sectionWrap .slick-prev {
  background: url(../img/arrowPrev.svg) 13px center/31px 27px no-repeat, rgba(255, 255, 255, 0.6);
  left: 50px;
}
.caseContents .sectionWrap .slick-next {
  background: url(../img/arrowNext.svg) 18px center/31px 27px no-repeat, rgba(255, 255, 255, 0.6);
  right: 50px;
}

@media screen and (min-width: 768px) {
  .slick-track {
    margin-left: calc(-1 * (652px - (100vw - 652px - 24rem) / 2));
  }
}

.caseList .caseItem {
  width: 652px;
  height: 691px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding: 40px;
  margin: 0 4rem;
}
.caseList .caseItem:first-child {
  margin-left: 2rem;
}
.caseList .caseItem:last-child {
  margin-right: 2rem;
}

.caseList .caseItem .caseText {
  padding: 2rem 0 3rem;
  text-align: center;
}
.caseList .caseItem .caseText .caseLogo {
  min-height: 65px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo {
    justify-content: center;
  }
}
.caseList .caseItem .caseText .caseLogo img.MHI {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.MHI {
    width: 102px;
    height: 30px;
  }
}
.caseList .caseItem .caseText .caseLogo img.ALPSALPINE {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.ALPSALPINE {
    width: 123px;
    height: 24px;
  }
}
.caseList .caseItem .caseText .caseLogo img.brother {
  width: 114px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.brother {
    width: 82px;
    height: 34px;
  }
}
.caseList .caseItem .caseText .caseLogo img.asuka {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.asuka {
    width: 132px;
    height: 22px;
  }
}
.caseList .caseItem .caseText .caseLogo img.coincheck {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.coincheck {
    width: 132px;
    height: 26px;
  }
}
.caseList .caseItem .caseText .caseLogo img.mitutoyo {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.mitutoyo {
    width: 90px;
    height: auto;
  }
}
.caseList .caseItem .caseText .caseLogo img.shikishima {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.shikishima {
    width: 160px;
    height: auto;
  }
}
.caseList .caseItem .caseText .caseLogo img.toshiba {
  width: 346px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.toshiba {
    width: 220px;
    height: auto;
  }
}
.caseList .caseItem .caseText .caseLogo img.ponycanyon {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.ponycanyon {
    width: 115px;
    height: auto;
  }
}
.caseList .caseItem .caseText .caseLogo img.topy {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.topy {
    width: 100px;
    height: auto;
  }
}
.caseList .caseItem .caseText .caseLogo img.just {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.just {
    width: 55px;
    height: auto;
  }
}
.caseList .caseItem .caseText .caseLogo img.seino {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .caseList .caseItem .caseText .caseLogo img.seino {
    width: 100px;
    height: auto;
  }
}
.caseList .caseItem .caseText .caseTitle {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.8rem;
  text-align: left;
  margin-top: 0.9rem;
}
.caseList .caseItem .caseText p {
  font-size: 1.6rem;
  line-height: 1.78;
  text-align: left;
  color: #464648;
}
.caseList .caseItem .caseText .btn {
  width: 100%;
  max-width: 128px;
  height: 40px;
  font-size: 1.6rem;
  margin: 1.8rem 0 0 auto;
}

.caseContents .enterpriseTitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 6rem;
  position: relative;
  width: 504px;
  height: 346px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .caseContents .enterpriseTitle {
    width: 100%;
    height: 97.6923076923vw;
    max-width: 397px;
    max-height: 387.8384615385px;
  }
}
.caseContents .enterpriseTitle img {
  width: 504px;
  height: 346px;
}
@media screen and (max-width: 767px) {
  .caseContents .enterpriseTitle img {
    width: 100%;
    height: auto;
  }
}
.caseContents .enterpriseTitle p {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 700;
  color: #1C1C1E;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 94px;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .caseContents .enterpriseTitle p {
    margin-left: 8px;
  }
}
@media screen and (max-width: 320px) {
  .caseContents .enterpriseTitle p {
    top: 79px;
    left: -8px;
  }
}
.caseContents .enterpriseTitle p .large {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .caseContents .enterpriseTitle p .large {
    line-height: 1.5;
  }
}
.caseContents .enterpriseTitle p.enterpriseDate {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3rem;
  top: 230px;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .caseContents .enterpriseTitle p.enterpriseDate {
    font-size: 1.2rem;
    top: 243px;
  }
}
@media screen and (max-width: 320px) {
  .caseContents .enterpriseTitle p.enterpriseDate {
    top: 211px;
  }
}
.caseContents .enterpriseList {
  align-items: center;
}
.caseContents .enterpriseList .enterpriseItem {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 172px;
  height: 70px;
}
.caseContents .enterpriseList .enterpriseItem:first-child {
  margin-left: 0;
}
.caseContents .enterpriseList .enterpriseItem:last-child {
  margin-right: 0;
}
.caseContents .enterpriseList .enterpriseItem.paused .slick-slide {
  transition: none !important;
}
.caseContents .enterpriseList .enterpriseItem img {
  width: 172px;
  height: auto;
}
.caseContents .enterpriseList + p {
  text-align: center;
  font-size: 1rem;
}

/* 導入までの流れ flowContents */
.flowContents {
  background-color: #F2F2F2;
  padding: 15rem 0;
}
.flowContents .sectionWrap {
  max-width: 1200px;
}
.flowContents .sectionWrap .sectionTitle {
  margin-bottom: 5rem;
}
.flowContents .btnAction {
  margin: 0 auto;
}

.flowList {
  display: flex;
  justify-content: center;
  align-self: center;
  padding-top: 2rem;
  margin-bottom: 9rem;
  margin-left: auto;
  margin-right: auto;
}
.flowList li {
  width: 33.3333333333%;
  width: 277px;
  height: 451px;
  position: relative;
  position: relative;
  margin: 0 1px 0 0;
  padding: 5rem 2rem 3.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.8s;
  margin-right: 3rem;
  border-radius: 40px;
  opacity: 0;
  transform: translateY(15px);
}
.flowList li:last-child {
  margin-right: 0;
}
.flowList li .num {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background-color: #FF612A;
  border-radius: 50%;
  padding-top: 2px;
  line-height: 53px;
  text-align: center;
}
.flowList li .numText {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: Hiragino Maru Gothic ProN W4, ヒラギノ丸ゴ ProN W4, "Noto Sans JP", "Hiragino Kaku Gothic ProN", HiraginoSans-W3, sans-serif;
}
@media screen and (max-width: 767px) {
  .flowList li .numText {
    margin-top: -0.3rem;
  }
}
.flowList li h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  color: #FF612A;
  font-size: 2.4rem;
}
.flowList li .flowImage {
  text-align: center;
  height: 146px;
}
.flowList li .btn {
  background-color: #FF612A;
  color: #fff;
  border: solid 2px #FF612A;
  width: 100%;
  max-width: 150px;
  height: 45px;
  font-size: 1.6rem;
  border-radius: 35px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  margin-top: 2rem;
  transition: 0.3s cubic-bezier(0, 0.44, 0.22, 1.01) all;
}
.flowList li .btn:hover {
  background-color: #fff;
  color: #FF612A;
}
.flowList li p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: -0.01em;
  color: #464648;
}
.flowList li p.attention {
  font-size: 11px;
  margin-top: 2rem;
  text-indent: -11px;
  padding-left: 11px;
  line-height: 1.56;
}
.flowList li:first-child.fadeUp {
  transform: translateY(0);
  opacity: 1;
}
.flowList li:nth-child(2).fadeUp {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.flowList li:nth-child(3).fadeUp {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.flowList li.active {
  opacity: 1;
  transform: translate(0);
}

.scCompany .btn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

/* 質問 faq */
.faqContents {
  background-color: #FFF8F5;
  padding: 12rem 0;
}

.Question__Title {
  margin-bottom: 30px;
  text-align: center;
}

.Question__Title__Text {
  font-size: 30px;
}

.Question__Content {
  background: #fff;
  padding: 48px;
  border-radius: 10px;
  padding-left: 3rem;
}

.Question__Items:first-child {
  margin-bottom: 44px;
}
.Question__Items:not(:first-child) {
  visibility: hidden;
  border-top: 1px solid #D2D2D2;
}

#Question__Accordion__Content {
  overflow: hidden;
  height: 0;
  transition: all 0.4s ease 0s;
}
#Question__Accordion__Content.is-open {
  height: auto;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  visibility: visible;
  padding-top: 48px;
}

.Question__Item:nth-last-of-type(n + 2) {
  padding-bottom: 44px;
  margin-bottom: 44px;
  border-bottom: 1px solid #D2D2D2;
}

.Question__Item__Question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FF612A;
  margin-bottom: 2rem;
}

.Question__Item__Answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Question__Item__Icon {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background: #FF612A;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  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;
}
.Question__Item__Icon__Text {
  font-size: 2.5rem;
  color: #fff;
  margin-top: -0.5rem;
  margin-left: -0.1rem;
}

.Question__Item__Icon--Black {
  background: #555555;
}
.Question__Item__Icon--Black .Question__Item__Icon__Text {
  margin-top: -0.3rem;
}

.Question__Item__Text--Question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6;
}

.Question__Item__Text--Answer {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 1px;
}

.Question__Item__Text--isTiny {
  font-size: 12px;
}

.Question__ButtonContainer {
  text-align: center;
}
.Question__ButtonContainer .Question__Button {
  font-size: 1.6rem;
  max-width: 160px;
  height: 45px;
}

.Question__Button .Question__Button__Icon {
  display: inline;
}
.Question__Button .Question__Button__Icon--isWhite {
  display: none;
}
.Question__Button:hover .Question__Button__Icon {
  display: none;
}
.Question__Button:hover .Question__Button__Icon--isWhite {
  display: inline;
}

/* お知らせ */
#announce {
  padding: 12rem 0;
}
#announce .sectionWrap {
  border-radius: 15px;
}
#announce .sectionWrap .sectionTitle {
  margin-bottom: 5rem;
}

.Annouce {
  background-color: #F2F2F2;
  border-radius: 40px;
}

.Annouce__Content {
  padding: 48px 30px;
  font-size: 1.6rem;
}

.Annouce__Items:first-child {
  margin-bottom: 44px;
}
.Annouce__Items:not(:first-child) {
  visibility: hidden;
  border-top: 1px solid #D2D2D2;
}

.Annouce__Item {
  line-height: 1.8;
}
.Annouce__Item:nth-last-of-type(n + 2) {
  padding-bottom: 33px;
  margin-bottom: 33px;
  border-bottom: 1px solid #D2D2D2;
}

#Annouce__Accordion__Content {
  overflow: hidden;
  height: 0;
  transition: all 0.4s ease 0s;
}
#Annouce__Accordion__Content.is-open {
  height: auto;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  visibility: visible;
  padding-top: 48px;
}

.Annouce__ButtonContainer {
  text-align: center;
}

.Annouce__Button .Annouce__Button__Icon {
  display: inline;
}
.Annouce__Button .Annouce__Button__Icon--isWhite {
  display: none;
}
.Annouce__Button:hover .Annouce__Button__Icon {
  display: none;
}
.Annouce__Button:hover .Annouce__Button__Icon--isWhite {
  display: inline;
}

.Annouce__ButtonContainer .Annouce__Button {
  font-size: 1.6rem;
  max-width: 160px;
  width: 100%;
}

.Annouce__Item a:not([class]) {
  color: #1694DA;
  margin-top: 14px;
  display: block;
  text-align: right;
  text-decoration: none;
  position: relative;
  transition: all 0.5s ease;
}
.Annouce__Item a:not([class]):before, .Annouce__Item a:not([class]):after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  transition: all 0.5s ease;
}
.Annouce__Item a[target="_blank"]:before {
  border-left: 1.5px solid #1694DA;
  border-bottom: 1.5px solid #1694DA;
  right: -15px;
  bottom: 6.5px;
}
.Annouce__Item a[target="_blank"]:after {
  border: 1.5px solid #1694DA;
  right: -18px;
  bottom: 9.5px;
}
.Annouce__Item a:not([class]):hover {
  color: #2475B2;
}
.Annouce__Item a:not([class]):hover:before, .Annouce__Item a:not([class]):hover:after {
  border-color: #2475B2;
}

.Annouce__Link__Container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 26px;
}
@media screen and (max-width: 767px) {
  .Annouce__Link__Container {
    display: block;
  }
}
.Annouce__Link__Container a {
  margin-left: 45px;
}
@media screen and (max-width: 767px) {
  .Annouce__Link__Container a {
    margin-left: 0;
  }
}

/* フッター */
.footerSection {
  background-color: #FFF7F5;
  color: #222222;
  padding: 12rem 0 10rem 0;
}

.footerFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3.8rem;
}

.footerContents {
  width: 45%;
  order: 1;
}

.footerTitle {
  font-size: 3.5rem;
  font-weight: bold;
  word-break: keep-all;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  margin-top: -0.3em;
  color: #FF612A;
}
.footerTitle + p {
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5rem;
  margin-top: -0.2em;
}

.footerSubTitle {
  text-align: center;
}
.footerSubTitle p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footerSubTitle p {
    font-size: 2.3rem;
    line-height: 1.6;
    text-align: center;
  }
}
.footerSubTitleBtnGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 14px;
  margin-top: 2.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .footerSubTitleBtnGroup {
    display: block;
    text-align: center;
  }
  .footerSubTitleBtnGroup a {
    margin-right: auto;
    margin-left: auto;
  }
  .footerSubTitleBtnGroup a:first-child {
    margin-bottom: 2rem;
  }
}

.footerContents .btnAction {
  margin-bottom: 18px;
}

.footerImage {
  width: 52%;
  position: relative;
  padding-right: 3.8rem;
  order: 2;
}

.footerGraf {
  justify-content: flex-start;
  margin-bottom: 2rem;
}
.footerGraf li {
  width: 176px;
  height: 176px;
}
.footerGraf li p {
  font-size: 1.6rem;
}
.footerGraf li:not(:last-child) {
  margin-right: 1.8rem;
  box-sizing: border-box;
}
.footerGraf li p.colorText {
  font-size: 2.8rem;
  margin-top: 5px;
  line-height: 1;
}
.footerGraf li p.colorText.price {
  font-size: 2.8rem;
}
.footerGraf li p .num {
  font-size: 5.6rem;
}
.footerGraf li p .attention {
  top: 26%;
}

.footerSection .attentionText {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
.footerSection .footerTextLink a {
  font-size: 0.9rem;
  text-decoration: underline;
  color: #222222;
}

/* suntory-common_fotter_link
========================================================================== */
.suntory-common_fotter_link {
  padding-bottom: 80px;
  padding-top: 65px;
}

.suntory-common_fotter_link_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 934px;
}

.suntory-common_fotter_link a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
.suntory-common_fotter_link a:hover {
  opacity: 0.7;
}

.suntory-common_fotter_link_head_pc {
  display: block;
}

.suntory-common_fotter_link_head_sp {
  display: none;
}

.suntory-common_fotter_link_head > a > img {
  width: 100%;
}

.suntory-common_fotter_link_foot {
  margin-top: 50px;
  display: flex;
}
.suntory-common_fotter_link_foot > li {
  width: 25%;
}
.suntory-common_fotter_link_foot > li > a > img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .suntory-common_fotter_link_inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .suntory-common_fotter_link {
    padding: 72px 16px;
  }
  .suntory-common_fotter_link_inner {
    width: auto;
  }
  .suntory-common_fotter_link_foot {
    flex-wrap: wrap;
  }
  .suntory-common_fotter_link_foot > li {
    width: 50%;
  }
  .suntory-common_fotter_link_head_pc {
    display: none;
  }
  .suntory-common_fotter_link_head_sp {
    display: block;
  }
}
/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */
/* laptop NotePC L */
/* laptop NotePC */
@media screen and (max-width: 1240px) {
  .aboutFlex .aboutText {
    padding-left: 0;
    width: 40%;
  }
  .aboutFlex .aboutImage {
    width: 60%;
    height: 645px;
    position: relative;
  }
  .aboutFlex .aboutImage .bg {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .aboutFlex .aboutImage .aboutProducts {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    transition: 0.6s ease;
    opacity: 0;
    transform: translateY(15px);
  }
  .aboutFlex .aboutImage .aboutProducts.active {
    opacity: 1;
    transform: translate(0);
  }
}
@media screen and (max-width: 1080px) {
  .aboutFlex .aboutImage .aboutProducts {
    position: absolute;
    width: 270px;
    height: 270px;
  }
  .aboutFlex .aboutImage .aboutProducts.products1 img {
    width: 190px;
    height: auto;
  }
  .aboutFlex .aboutImage .aboutProducts.products2 img {
    width: 110px;
    height: auto;
  }
  .aboutFlex .aboutImage .aboutProducts.products3 img {
    width: 210px;
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  /* ナビゲーション */
  .Menu__Container--isClose {
    padding: 32px 32px 0;
    margin-bottom: 32px;
  }
  .Nav {
    display: none;
  }
  /* メインビジュアル */
  .Hero {
    padding: 32px 32px 72px;
  }
  .Hero__Title {
    text-align: center;
  }
  .Hero__Container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Hero__Content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .Hero__Content__Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Hero__Content__Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    align-items: center;
  }
  .Hero__Button__Bloc {
    margin-bottom: auto;
  }
  .Hero__AppImage {
    display: none;
  }
}
/* tablet */
@media screen and (max-width: 767px) {
  /* ナビゲーション */
  .Menu__Close__Icon {
    width: 26px;
  }
  /* メインビジュアル */
  .Hero__Title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .Hero__AwardImage {
    margin-bottom: 16px;
  }
  .Hero__MainImage {
    width: 240px;
    margin: 0 auto 24px;
  }
}
/* mobile L */
/* mobile M */
/* mobile S */
@media screen and (max-width: 1024px) {
  .aboutFlex .aboutText {
    padding-left: 0;
  }
  .grafList li p .attention {
    top: 25%;
  }
  .footerGraf li {
    padding-top: 0;
  }
  .footerGraf li p {
    margin-top: -2rem;
    font-size: 1.3rem;
  }
  .footerGraf li p.colorText {
    font-size: 2.6rem;
  }
  .footerGraf li p.colorText .num {
    font-size: 5rem;
  }
  .footerGraf li p .attention {
    top: 17%;
  }
  .flowList li h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 959px) {
  .footerGraf li {
    padding-top: 0;
  }
  .footerGraf li p {
    margin-top: -2rem;
    font-size: 1.3rem;
  }
  .footerGraf li p.colorText {
    font-size: 2.6rem;
  }
  .footerGraf li p .attention {
    top: 10%;
    right: 7%;
  }
}
@media screen and (max-width: 767px) {
  /* 共通 */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .js-effect.slow {
    transition-delay: 0;
  }
  section, .pageNav {
    min-width: 100%;
  }
  .pageHeader {
    display: block;
    position: relative;
  }
  .pageHeader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 2px 2px 0 rgba(190, 190, 190, 0.5);
  }
  .pageHeader .pageHeaderContainer {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 2rem;
  }
  .pageHeader .colorBtn {
    font-size: 1.3rem;
    font-weight: bold;
    max-width: 125px;
    border-width: 1px;
    height: 30px;
    border: 1px solid #FF612A;
    color: #fff;
    width: 100%;
    background-color: #FF612A;
    border-radius: 40px;
    margin-right: 56px;
  }
  .hamburgerMenu {
    width: 75px;
    height: 75px;
    z-index: 9999;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .hamburgerMenu span {
    z-index: 99999;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    background-color: #707070;
    width: 35px;
    right: 20px;
    border-radius: 40px;
  }
  .hamburgerMenu span:nth-of-type(1) {
    top: 24px;
  }
  .hamburgerMenu span:nth-of-type(2) {
    top: 34px;
  }
  .hamburgerMenu span:nth-of-type(3) {
    top: 44px;
  }

  .hamburgerMenu.open {
    width: 110px;
    height: 70px;
    z-index: 9999;
    display: block;
    padding-left: ;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .hamburgerMenu.open span {
    z-index: 99999;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 7px;
    background-color: #222;
    width: 7px;
    right: 20px;
    border-radius: 2px;
  }
  .hamburgerMenu p {
    text-align: left;
    font-weight: bold;
    margin-left: 20px;
  }
  .hamburgerMenu.open span:nth-of-type(1) {
    top: 27px;
    right: 29px;
  }
  .hamburgerMenu.open span:nth-of-type(2) {
    top: 35px;
    right: 29px;
  }
  .hamburgerMenu.open span:nth-of-type(3) {
    top: 27px;
    right: 20px;
  }
  .hamburgerMenu.open span:nth-of-type(4) {
    top: 35px;
    right: 20px;
  }
  /* 
    header .hamburgerMenu.is-active span:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
      background-color: #fff;
    }

    header .hamburgerMenu.is-active span:nth-of-type(2) {
      opacity: 0;
    }

    header .hamburgerMenu.is-active span:nth-of-type(3) {
      -webkit-transform: tr anslateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
      background-color: #fff;
  	} */
  /* header .hamburgerMenu.is-active{
    position: fixed;
  } */
  #closMenu span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }
  #closMenu span:nth-of-type(2) {
    top: 44px;
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    background-color: #fff;
  }
  .Menu {
    position: fixed;
    background: #FF612A;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 4;
    display: none;
    padding-top: 8rem;
    z-index: 999999;
  }
  .Menu.isShow {
    display: block;
    -webkit-animation: fadeIn 0.1s linear 0s;
    animation: fadeIn 0.1s linear 0s;
  }
  .MenuContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .MenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 32px;
  }
  .MenuItem:not(:last-child) {
    margin-bottom: 24px;
  }
  .MenuItem a {
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  .MenuItem a:hover {
    color: #fff;
  }
  .Menu__Button {
    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-decoration: none;
    margin: 0px auto 10px;
  }
  .MenuList .MenuItem.menuFlex {
    display: flex;
  }
  .MenuList .MenuItem.menuFlex a {
    font-size: 1.6rem;
    display: inline-block;
  }
  .MenuList .MenuItem.menuFlex a:nth-child(1) {
    margin-right: 6rem;
  }
  .menuContact {
    background: url(../img/contactBgSp.png) no-repeat center top/cover;
    padding: 4rem 0 12rem 0;
    text-align: center;
    height: 100%;
  }
  .menuContact .btnAction {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 2.5rem;
    height: 56px;
    max-width: 329px;
  }
  .menuContact .btnWhite {
    max-width: 329px;
    height: 56px;
    font-size: 1.8rem;
    margin: 0 auto;
  }
  /* タイトル */
  .sectionTitle {
    font-size: 3rem;
    margin-bottom: 5rem;
    white-space: nowrap;
  }
  a.btnAction {
    height: 56px;
  }
  /* メインビジュアル */
  .firstView {
    padding-top: 0;
    background-color: #FFF7F5;
    overflow-x: hidden;
  }
  .firstView .sectionWrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .firstViewFlex {
    display: block;
    position: relative;
    padding: 0;
  }
  .firstViewContents {
    width: 100%;
  }
  .firstViewLogo {
    margin-bottom: 3.5rem;
    text-align: center;
  }
  .firstViewTitle {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .firstViewTitle + p {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2.5rem;
    line-height: 1.55;
  }
  .firstViewContents .btnList {
    width: 100%;
    text-align: center;
    max-width: 330px;
    margin: 4rem auto 0;
  }
  .firstViewContents .btnAction {
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35);*/
    box-shadow: none;
    margin: 0 auto 18px auto;
  }
  .firstViewContents .btnWhite {
    margin: 1.5rem auto 0;
  }
  /* ページナビゲーション */
  /* secondaryContents コンセプト */
  /* 吹き出し */
  /* サントリープラスとは about */
  /* サントリープラスが選ばれる理由 reasonContents */
  /*アニメーション後*/
  /* お問い合わせボタン */
  /* 利用者の声 voiceContents */
  /* 質問 */
  /* 導入事例 caseContents */
  /* 導入までの流れ flowContents */
  /* 質問 faq */
  /* お知らせ */
  /* フッター */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .firstViewContents .btnWhite {
    max-width: 329px;
    height: 56px;
  }
}
@media screen and (max-width: 767px) {
  .firstViewContents .textLink {
    margin-bottom: 2rem;
    color: #FF612A;
    font-size: 1.4rem;
    display: inline-block;
    font-weight: bold;
    transition: 0.3s ease;
    position: relative;
    z-index: 9;
  }
  .firstViewContents .textLink::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FF612A;
    border-right: 2px solid #FF612A;
    transition: 0.3s ease;
  }
  .firstViewImageSp {
    margin: 0 auto;
    max-width: 350px;
    display: block;
  }
  .firstViewImage {
    width: 100%;
  }
  .firstViewImage .firstViewIntroduction {
    width: 150px;
    height: 150px;
    top: 10px;
    right: 1px;
  }
  .firstViewImage .firstViewIntroduction::after {
    width: 138px;
    height: 138px;
  }
  .firstViewImage .firstViewIntroductionText p, .firstViewImage .firstViewIntroductionTextprice {
    font-size: 1.6rem;
  }
  .firstViewImage .firstViewIntroductionText .firstViewIntroductionTextprice span {
    font-size: 6rem;
  }
  .firstViewImage .movieArea {
    width: 280px;
    min-width: 280px;
    height: 415px;
    margin: 0;
    left: 3px;
  }
  .firstViewImage .movieArea::after {
    content: "";
    width: 100%;
    height: 415px;
    display: block;
    background: url("../img/movieWaku.png") no-repeat center top;
    background-size: 100% 415px;
    z-index: 1;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
  }
  .firstViewImage .movieArea .movieWrap {
    width: 189px;
    height: 406px;
    overflow: hidden;
    border-radius: 15px;
    /* position: absolute;
    top: 10px;
    left: 14px; */
    background-color: #fff;
    transform: translateX(9px) translateY(10px);
  }
  .firstViewImage .movieArea video {
    width: 193px;
    border-radius: 15px;
    overflow: hidden;
    transform: translateY(-17px);
    display: block;
  }
  .firstViewImage .imgPerson {
    right: -20px;
    width: 168px;
    height: auto;
    max-height: 237px;
  }
  .firstView .attentionWrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    margin: 1rem auto 0;
    padding-bottom: 5rem;
  }
  .firstView .attentionText {
    font-size: 1rem;
    line-height: 1.7;
    padding-top: 3rem;
    order: 2;
  }
  .firstView .attentionText p:first-of-type {
    margin-bottom: 1rem;
  }
  .firstView .attentionWrap img {
    order: 1;
    margin: 0 auto;
  }
  .grafList li p .attention {
    font-size: 1rem;
    font-weight: 400;
    position: absolute;
    top: -1%;
    right: 0;
    color: #222;
  }
  .firstViewImage .btnAction {
    position: absolute;
    display: flex !important;
    bottom: -30px;
    z-index: 99;
    height: 56px;
  }
  .firstViewList {
    margin-top: 4.5rem;
  }
  .firstViewListTxt {
    display: block;
    text-align: center;
  }
  .firstViewListTxt p {
    letter-spacing: 0.08em;
  }
  .firstViewListTxt img {
    margin: 0 0 1rem;
  }
  .firstViewListList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 330px;
    margin: 2rem auto 0;
  }
  .firstViewListList .firstViewListListWrap:first-of-type {
    margin-right: 1rem;
  }
  .firstViewListList .firstViewListListWrap:last-of-type {
    margin-left: 1rem;
  }
  .firstViewListListWrap {
    display: block;
    padding: 1.5rem 0 0.5rem;
    width: 152px;
    height: 152px;
  }
  .firstViewListListWrap p {
    text-align: center;
  }
  .firstViewListListWrap img {
    display: none;
  }
  
  .rateWrap {
    justify-content: center;
  }
  .pageNav {
    display: none;
  }
  .secondaryContents {
    padding: 7rem 0;
  }
  .secondaryContents .sectionTitle {
    line-height: 1.4;
    margin-top: -0.2em;
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  .secondaryContents .sectionTitle .large {
    font-size: 3.2rem;
  }
  .secondaryContents .ConceptBody {
    padding: 0 0 6rem 0;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 6rem;
  }
  .ConceptBottom {
    text-align: center;
  }
  .ConceptBottom .ConceptBottomText {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 6.5rem;
  }
  .ConceptBottom .ConceptBottomText img {
    width: 164px;
    height: auto;
  }
  .ConceptBottom .ConceptBottomText + img {
    width: 144px;
    height: auto;
  }
  .ConceptBottom .ConceptBottomText::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: -0.4em;
  }
  .ConceptBottom .ConceptBottomText img {
    vertical-align: sub;
    margin-right: 4px;
  }
  .ConceptBottom > img {
    margin: 0 auto;
  }
  .conceptBallon {
    position: relative;
    content: "";
    background: #fff;
    border-radius: 8px;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 10px;
    width: 100%;
    max-width: 260px;
    height: 80px;
    border-radius: 10px;
    line-height: 1.5;
    opacity: 0;
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
  .conceptBallon:nth-child(even) {
    margin: 0 0 3rem auto;
  }
  .conceptBallon:nth-child(odd) {
    margin: 0 auto 3rem 0;
  }
  .conceptBallon span {
    font-size: 1.8rem;
  }
  .conceptBallon::after {
    content: "";
    position: absolute;
  }
  .conceptBallon.ballon1 {
    top: inherit;
    left: inherit;
    padding: 1.5rem 0;
  }
  .conceptBallon.ballon1::after {
    bottom: -30px;
    right: inherit;
    left: 50px;
    border: none;
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    z-index: 0;
    transform: rotate(-25deg);
  }
  .conceptBallon.ballon2 {
    display: none;
  }
  .conceptBallon.ballon3 {
    top: inherit;
    right: inherit;
    padding: 2rem 0;
  }
  .conceptBallon.ballon3::after {
    bottom: -30px;
    right: inherit;
    left: inherit;
    right: 50px;
    border: none;
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    z-index: 0;
    transform: rotate(25deg);
  }
  .conceptBallon.ballon4 {
    top: inherit;
    right: inherit;
    padding: 2rem 0;
  }
  .conceptBallon.ballon4::after {
    bottom: -30px;
    left: 50%;
    border: none;
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    z-index: 0;
    left: 50px;
    transform: rotate(-25deg);
  }
  .conceptBallon.ballon5 {
    max-width: 260px;
    height: auto;
    padding: 12px;
    top: inherit;
    left: inherit;
    display: block;
  }
  .conceptBallon.ballon5::after {
    bottom: -30px;
    left: inherit;
    right: 50px;
    border: none;
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    z-index: 0;
    transform: rotate(25deg);
  }
  .conceptBallon.active {
    animation: fukidashi 1s cubic-bezier(0.44, 0.5, 0.06, 1) forwards;
  }
  .balloonItem + img {
    width: 110px;
    height: 150px;
  }
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1);
    }
    50%, 70% {
      transform: scale(0.98);
    }
  }
  @keyframes fukidashi {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .aboutContents {
    padding: 7rem 0 0 0;
  }
  .aboutContents .sectionWrap {
    max-width: 1290px;
  }
  .aboutFlex {
    display: block;
  }
  .aboutFlex .aboutText {
    width: 100%;
    padding-left: 0;
    margin-bottom: 6.8rem;
  }
  .aboutText .aboutTitle {
    color: #FF612A;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 2.6rem;
    white-space: nowrap;
    text-align: center;
  }
  .aboutText .aboutTitle + p {
    font-size: 1.6rem;
    line-height: 1.9;
    width: 100%;
  }
  .aboutFlex .aboutImage {
    width: 100%;
    height: 300px;
    position: relative;
    max-width: 326px;
    margin: 0 auto;
  }
  .aboutFlex .aboutImage .bg {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .aboutFlex .aboutImage .bg svg {
    width: 100%;
  }
  .aboutFlex .aboutImage .aboutProducts {
    position: absolute;
    width: 144px;
    max-width: 144px;
    height: 144px;
    border-radius: 50%;
    transition: 0.8s ease;
    opacity: 0;
    transform: translateY(10px);
  }
  .aboutFlex .aboutImage .aboutProducts.active {
    opacity: 1;
    transform: translate(0);
  }
  .aboutFlex .aboutImage .aboutProducts .aboutProductsWrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 1.5rem;
    top: 50%;
    left: 50;
    transform: translate(-50%, -50%);
  }
  .aboutFlex .aboutImage .aboutProducts.products1 {
    top: 0;
    left: 28%;
  }
  .aboutFlex .aboutImage .aboutProducts.products2 {
    bottom: 0;
    right: 0;
  }
  .aboutFlex .aboutImage .aboutProducts.products3 {
    bottom: 0;
    left: 0;
  }
  .aboutFlex .aboutImage .aboutProducts.products1 {
    background-color: #FDE8C3;
    border-radius: 50%;
  }
  .aboutFlex .aboutImage .aboutProducts.products1 img {
    width: 93px;
    height: auto;
  }
  .aboutFlex .aboutImage .aboutProducts.products2 {
    background-color: #DFE1F1;
    border-radius: 50%;
  }
  .aboutFlex .aboutImage .aboutProducts.products2 img {
    width: 48px;
    height: auto;
  }
  .aboutFlex .aboutImage .aboutProducts.products3 {
    background-color: #E0F0E6;
    border-radius: 50%;
  }
  .aboutFlex .aboutImage .aboutProducts.products3 img {
    width: 112px;
    height: auto;
  }
  .aboutFlex .aboutImage .aboutProducts p {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
  }
  svg.active .svg-elem-1 {
    animation: stroke 4.4s ease 0.6s forwards;
  }
  @keyframes stroke {
    0% {
      stroke-dashoffset: 1444.4508056641px;
      stroke-dasharray: 1444.4508056641px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  .aboutContents .aboutMovie {
    background-color: #FF612A;
    padding: 7rem 0;
    margin-top: 7rem;
  }
  .aboutContents .aboutMovie .movieTitle {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
  .aboutContents .aboutMovie .movieTitle span {
    display: inline-block;
    position: relative;
  }
  .aboutContents .aboutMovie .movieTitle span::before {
    content: "";
    width: 2px;
    height: 24px;
    display: inline-block;
    background-color: #fff;
    transform: rotate(-25deg);
    position: absolute;
    left: -5px;
    bottom: 0;
  }
  .aboutContents .aboutMovie .movieTitle span::after {
    content: "";
    width: 2px;
    height: 24px;
    display: inline-block;
    background-color: #fff;
    transform: rotate(25deg);
    position: absolute;
    right: -5px;
    bottom: 0;
  }
  .aboutContents .aboutMovie .MovieContent {
    max-width: 875px;
    height: auto;
    margin: 0 auto;
    padding: 28.2%;
    position: relative;
  }
  .aboutContents .aboutMovie .MovieContent:first-of-type {
    margin-bottom: 3rem;
  }
  .MovieContent iframe {
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 602px;
  }
  .reasonContents {
    padding: 10rem 0;
  }
  .reasonContents .sectionTitle {
    margin-bottom: 10rem;
  }
  .reasonContents .reasonBox {
    display: block;
    padding: 0 1.6rem;
  }
  .reasonContents .reasonBox:not(:last-child) {
    border-bottom: 3px solid #F2F2F2;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
  .reasonContents .reasonBox:nth-child(even) {
    flex-direction: row-reverse;
  }
  .reasonBox .reasonImage {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    height: auto;
  }
  .reasonBox .reasonImage img {
    width: 100%;
    height: auto;
  }
  .reasonBox .reasonText {
    width: 100%;
  }
  .reasonText .reasonTitle {
    font-size: 2.2rem;
    line-height: 1.66;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .reasonText .reasonTitle span {
    color: #FF612A;
  }
  .reasonText .reasonTitle + p {
    font-size: 1.6rem;
    line-height: 1.875;
    color: #464648;
  }
  .marker {
    padding: 0 5px;
    background-image: linear-gradient(rgba(255, 187, 108, 0.5), rgba(255, 187, 108, 0.5));
    background-size: 0 30%;
    /*幅をゼロにしておく*/
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: 0.6s ease;
    transition-delay: 0.2s;
    /* background-size: 100% 30%; */
  }
  .js-scroll .marker {
    background-size: 100% 30%;
    /*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/
  }
  .contactArea {
    background: url(../img/contactBgSp.png) no-repeat center center/cover;
    padding: 3.5rem 2.5rem;
    text-align: center;
  }
  .contactText {
    font-size: 2.3rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .contactArea a {
    margin: 0 auto;
  }
  .contactArea a.btnAction {
    margin-bottom: 2rem;
  }
  .contactArea a.btnWhite {
    max-width: 329px;
    height: 56px;
  }
  .voiceContents {
    padding: 7rem 0;
    background-color: #FBF4DD;
    overflow: hidden;
    padding-left: 1.5rem;
  }
  .voiceContents .sectionTitle + p {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5rem;
  }
  .voiceContents .voiceList {
    list-style: none;
  }
  .voiceContents .voiceList .voiceItem {
    width: 214px !important;
    height: 204px;
    padding: 2.4rem 2.2rem 2.4rem 2.2rem;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    margin: 0 10px;
    position: relative;
    border: 2px solid #F0F0F0;
  }
  .voiceContents .voiceList li::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    border: 12px solid transparent;
    border-top: 30px solid #ffffff;
    -webkit-transform: rotate(5deg);
    transform: rotate(-20deg);
  }
  .voiceContents .voiceList li .disc {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .voiceContents .voiceList li .disc span {
    color: #FF612A;
  }
  .voiceContents .voiceList li .name {
    font-size: 1.6rem;
    text-align: right;
    position: absolute;
    right: 22px;
    bottom: 15px;
  }
  .slick-slider .slick-list {
    overflow: inherit;
  }
  .voiceContents .voiceImage {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 10rem;
  }
  .voiceContents .voiceImage img {
    width: 168px;
  }
  .resultsBox {
    background-color: #fff;
    border-radius: 15px;
    padding: 8.6rem 1.8rem 4rem 1.8rem;
    display: block;
  }
  .resultsBox:nth-child(1) {
    margin-bottom: 9rem;
  }
  .resultsBox .boxItem {
    width: 100%;
  }
  .resultsBox .boxItem.voiceBox {
    width: 100%;
  }
  .resultsBox .circleText {
    background-color: #FF612A;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.8rem;
    font-weight: bold;
    border-radius: 50%;
  }
  .questionItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }
  .questionItem .questionItemIcon {
    font-size: 18px;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background: #FF612A;
    color: #fff;
    flex-shrink: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .questionItem .questionTitle {
    color: #FF612A;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .resultsBox .resultsImage {
    margin-left: 0;
  }
  .resultsBox .resultsImage img {
    width: 100%;
  }
  .resultsBox .resultsNotes {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 2rem;
  }
  .resultsVoice {
    padding: 1.8rem;
    background-color: #FFF9F6;
    border-radius: 10px;
    margin-right: 0;
    position: relative;
    margin-top: 3.5rem;
  }
  .resultsVoice:nth-child(1) {
    margin-bottom: 4.5rem;
    margin-bottom: 2.5rem;
  }
  .resultsVoice .disc {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 0;
  }
  .resultsVoice .name {
    text-align: right;
    font-size: 1.6rem;
  }
  .resultsVoiceImage {
    text-align: center;
    margin-top: 4rem;
  }
  .continueTitle {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    translate: none;
  }
  .continueTitle span {
    display: inline-block;
    position: relative;
  }
  .continueTitle span::before {
    content: "";
    width: 2px;
    height: 24px;
    display: inline-block;
    background-color: #1F1F1F;
    transform: rotate(-20deg);
    position: absolute;
    left: -14px;
    bottom: -5px;
  }
  .continueTitle span::after {
    content: "";
    width: 2px;
    height: 24px;
    display: inline-block;
    background-color: #1F1F1F;
    transform: rotate(20deg);
    position: absolute;
    right: -14px;
    bottom: -5px;
  }
  .continueNum {
    font-weight: bold;
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 0.06em;
    margin-bottom: 1.5rem;
  }
  .continueNum .num {
    font-size: 4rem;
  }
  .continueNum .num.color {
    color: #FF612A;
    font-size: 6rem;
  }
  .continueNum .persent {
    color: #FF612A;
    font-size: 4rem;
  }
  .continueImage {
    text-align: center;
    margin-bottom: 3rem;
    translate: none;
  }
  .resultsBox .flexBox {
    display: block;
  }
  .resultsBox .flexBox .flexBoxText p {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .resultsBox .flexBox:not(.attention) .flexBoxImage {
    padding-left: 0;
  }
  .resultsBox .flexBox .flexBoxText .numText {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    translate: none;
  }
  .resultsBox .flexBox .flexBoxText .numText .large {
    font-size: 3.5rem;
  }
  .resultsBox .flexBox .flexBoxText .numText .num.large {
    font-size: 4.5rem;
  }
  .resultsBox .flexBox .flexBoxText .numText sup {
    font-size: 1rem;
    vertical-align: text-top;
  }
  .resultsBox .flexBox .flexBoxImage {
    text-align: center;
  }
  .resultsBox .flexBox .attention {
    line-height: 1.2;
  }
  .caseContents {
    padding: 7rem 0 0;
    overflow: hidden;
  }
  .caseContents .caseFlex {
    display: block;
    margin-bottom: 7rem;
  }
  .caseFlex .caseItem {
    width: 285px;
    height: 553px;
    padding: 0 0 3rem;
    margin: 0 1.5rem;
  }
  .caseFlex .caseItem .caseText {
    padding: 3rem 2rem;
    text-align: center;
  }
  .caseFlex .caseItem .caseText .caseLogo {
    margin-bottom: 1.8rem;
    min-height: auto;
  }
  .caseFlex .caseItem .caseText .caseLogo img {
    height: 30px;
  }
  .caseFlex .caseItem .caseText .caseTitle {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  .caseFlex .caseItem .caseText p {
    font-size: 1.6rem;
    line-height: 1.78;
    text-align: left;
  }
  .caseFlex .caseItem .caseText p br {
    display: none;
  }
  .caseFlex .caseItem .caseText .btn {
    width: 100%;
    max-width: 180px;
    height: 45px;
    font-size: 1.6rem;
    border-radius: 40px;
    margin: 3rem auto 0 auto;
  }
  .caseFlex .caseItem .caseText .btn:hover {
    color: #ffffff;
  }
  .caseContents .enterpriseTitle {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
  }
  .caseContents .enterpriseTitle span {
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    line-height: 1.5;
  }
  .caseContents .enterpriseTitle span.color {
    color: #FF612A;
  }
  .caseContents .enterpriseTitle > span::before {
    content: "";
    width: 2px;
    height: 40px;
    display: inline-block;
    background-color: #1F1F1F;
    transform: rotate(-20deg);
    position: absolute;
    left: -18px;
    bottom: 0;
  }
  .caseContents .enterpriseTitle > span::after {
    content: "";
    width: 2px;
    height: 40px;
    display: inline-block;
    background-color: #1F1F1F;
    transform: rotate(20deg);
    position: absolute;
    right: -15px;
    bottom: 0;
  }
  .caseContents .enterpriseList .enterpriseItem {
    margin: 0;
  }
  .caseContents .enterpriseList + p {
    text-align: center;
    font-size: 1rem;
  }
  .flowContents {
    background-color: #F2F2F2;
    padding: 10rem 0;
  }
  .flowContents .sectionWrap {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .flowContents .btnAction {
    margin: 0 auto;
  }
  .flowList {
    display: block;
    justify-content: center;
    align-self: center;
    padding-top: 2rem;
    margin-bottom: 9.5rem;
  }
  .flowList li {
    width: 100%;
    min-height: 371px;
    height: auto;
    position: relative;
    position: relative;
    margin: 0 1px 0 0;
    padding: 3.5rem 4.6rem 5rem;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.8s;
    margin-right: 1.5rem;
    margin-bottom: 8.5rem;
  }
  .flowList li:last-child {
    margin-right: 0;
  }
  .flowList li .num {
    position: absolute;
    top: -28px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #FF612A;
    color: #fff;
    border-radius: 50%;
    font-size: 3rem;
    font-weight: bold;
  }
  .flowList li h3 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2.5rem;
    color: #FF612A;
    font-size: 2rem;
  }
  .flowList li .flowImage {
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .flowList li:nth-child(1) .flowImage img {
    width: 184px;
  }
  .flowList li:nth-child(2) {
    padding-top: 5rem;
  }
  .flowList li:nth-child(2) .flowImage img {
    width: 187px;
  }
  .flowList li:nth-child(3) {
    padding-top: 5rem;
  }
  .flowList li:nth-child(3) .flowImage img {
    width: 184px;
  }
  .flowList li:nth-child(4) {
    padding-top: 5rem;
    margin-bottom: 0;
  }
  .flowList li:nth-child(4) .flowImage img {
    width: 174px;
  }
  .flowList li .btn {
    background-color: #FF612A;
    color: #fff;
    border: solid 2px #FF612A;
    width: 100%;
    max-width: 100%;
    height: 56px;
    font-size: 2rem;
    border-radius: 35px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    margin-top: 1rem;
    transition: 0.3s cubic-bezier(0, 0.44, 0.22, 1.01) all;
  }
  .flowList li .btn.sp {
    display: flex !important;
  }
  .flowList li p {
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: -0.01em;
  }
  .flowList li p.attention {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
  .flowList li:first-child.fadeUp {
    transform: translateY(0);
    opacity: 1;
  }
  .flowList li:nth-child(2).fadeUp {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  .flowList li:nth-child(3).fadeUp {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
  }
  .scCompany .btn {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  .faqContents {
    background-color: #FFF8F5;
    padding: 7rem 0;
  }
  .faqContents .sectionWrap {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .Question__Title {
    margin-bottom: 30px;
    text-align: center;
  }
  .Question__Title__Text {
    font-size: 30px;
  }
  .Question__Content {
    background: #fff;
    border-radius: 10px;
    padding: 3rem 2rem;
  }
  .Question__Items:first-child {
    margin-bottom: 44px;
  }
  .Question__Items:not(:first-child) {
    visibility: hidden;
    border-top: 1px solid #D2D2D2;
  }
  #Question__Accordion__Content {
    overflow: hidden;
    height: 0;
    transition: all 0.4s ease 0s;
  }
  #Question__Accordion__Content.is-open {
    height: auto;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    visibility: visible;
    padding-top: 48px;
  }
  .Question__Item:nth-last-of-type(n + 2) {
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
    border-bottom: 1px solid #D2D2D2;
  }
  .Question__Item__Question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #FF612A;
    margin-bottom: 2rem;
  }
  .Question__Item__Answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Question__Item__Icon {
    font-size: 2.2rem;
    width: 35px;
    height: 35px;
    margin-right: 12px;
    background: #FF612A;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    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;
  }
  .Question__Item__Icon--Black {
    background: #555555;
  }
  .Question__Item__Text--Question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.9rem;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
  }
  .Question__Item__Text--Answer {
    font-size: 16px;
    line-height: 1.6;
  }
  .Question__Item__Text--isTiny {
    font-size: 12px;
  }
  .Question__ButtonContainer {
    text-align: center;
  }
  .Question__ButtonContainer .Question__Button {
    font-size: 1.6rem;
    max-width: 180px;
    height: 45px;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
  }
  .Question__Button .Question__Button__Icon {
    display: inline;
  }
  .Question__Button .Question__Button__Icon--isWhite {
    display: none;
  }
  .Question__Button:hover .Question__Button__Icon {
    display: none;
  }
  .Question__Button:hover .Question__Button__Icon--isWhite {
    display: inline;
  }
  #announce {
    padding: 10rem 0;
  }
  #announce .sectionWrap {
    border-radius: 15px;
  }
  .Annouce {
    border-radius: 15px;
  }
  .Annouce__Content {
    padding: 50px 32px;
    font-size: 1.6rem;
  }
  .Annouce__Items:first-child {
    margin-bottom: 44px;
  }
  .Annouce__Items:not(:first-child) {
    visibility: hidden;
    border-top: 1px solid #D2D2D2;
  }
  .Annouce__Item {
    line-height: 1.8;
  }
  .Annouce__Item:nth-last-of-type(n + 2) {
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid #fff;
  }
  #Annouce__Accordion__Content {
    overflow: hidden;
    height: 0;
    transition: all 0.4s ease 0s;
  }
  #Annouce__Accordion__Content.is-open {
    height: auto;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    visibility: visible;
    padding-top: 48px;
  }
  .Annouce__ButtonContainer {
    text-align: center;
  }
  .Annouce__Button .Annouce__Button__Icon {
    display: inline;
  }
  .Annouce__Button .Annouce__Button__Icon--isWhite {
    display: none;
  }
  .Annouce__Button:hover .Annouce__Button__Icon {
    display: none;
  }
  .Annouce__Button:hover .Annouce__Button__Icon--isWhite {
    display: inline;
  }
  .Annouce__ButtonContainer .Annouce__Button {
    font-size: 1.6rem;
    font-weight: normal;
    max-width: 180px;
    border-width: 1px;
    height: 45px;
    border: 1px solid #FF612A;
    color: #FF612A;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
  }
  .footerSection {
    background-color: #FFF7F5;
    color: #222222;
    padding: 10rem 0 2.5rem 0;
  }
  .footerFlex {
    display: flex;
    margin-bottom: 3.8rem;
    flex-direction: column;
  }
  .footerContents {
    width: 100%;
    order: 2;
  }
  .footerTitle {
    font-size: 2.4rem;
    font-weight: bold;
    word-break: keep-all;
    line-height: 1.6;
    margin-bottom: 5rem;
    margin-top: -0.3em;
    color: #FF612A;
    white-space: nowrap;
    text-align: center;
  }
  .footerTitle + p {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5rem;
    margin-top: -0.2em;
  }
  .footerContents .btnAction {
    margin: 0 auto 18px;
  }
  .footerContents a.btnWhite {
    max-width: 224px;
    margin: 0 auto;
  }
  .footerImage {
    width: 100%;
    position: relative;
    padding-right: 0;
    order: 1;
    margin-bottom: 5rem;
  }
  .footerGraf {
    justify-content: center;
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
  .footerGraf li {
    width: 160px;
    height: 160px;
    padding-top: 5px;
  }
  .footerGraf li p {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .footerGraf li:not(:last-child) {
    margin-right: 1.5rem;
    box-sizing: border-box;
  }
  .footerGraf li p.colorText {
    font-size: 2rem;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .footerGraf li p.colorText.price {
    font-size: 2rem;
  }
  .footerGraf li p .num {
    font-size: 5rem !important;
  }
  .footerGraf + img {
    max-width: 285px;
    display: block;
    margin: 0 auto;
  }
  .footerSection .attentionText {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 4rem;
  }
  .footerSection .attentionText p {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    margin-bottom: 5px;
  }
  .footerSection .footerTextLink a {
    font-size: 1.2rem;
    text-decoration: underline;
    color: #222222;
  }
}
@media screen and (max-width: 320px) {
  .pageHeader .pageHeaderContainer {
    padding: 0 1rem;
  }
  .pageHeader .colorBtn {
    font-size: 1.1rem;
    width: 100px;
    margin-right: 50px;
  }
  .sectionTitle {
    font-size: 2.4rem;
  }
  .aboutText .aboutTitle {
    font-size: 2rem;
  }
  .footerTitle {
    font-size: 2.2rem;
  }
  .footerGraf li p {
    margin-top: -2rem;
  }
  .footerGraf li p.colorText {
    font-size: 2.6rem;
  }
  .footerGraf li p.colorText .num {
    font-size: 3.6rem !important;
  }
  .footerGraf li p .attention {
    top: 4%;
  }
  .menuContact .btnAction {
    max-width: 290px;
  }
  .menuContact .btnWhite {
    max-width: 290px;
  }
}