@charset "UTF-8";
/* =========================================================================
 foundation¥ì¥¤¥ä©`
========================================================================= */
/* =========================================================================
   image-path
========================================================================= */
/* =========================================================================
   font-size
========================================================================= */
/* =========================================================================
   font-family
========================================================================= */
@import url(//fonts.googleapis.com/icon?family=Material+Icons);
@import url(//fonts.googleapis.com/css?family=Oswald:500,600,700);
/* =========================================================================
   color - default
========================================================================= */
@import url("//fonts.googleapis.com/css?family=Ubuntu:400,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* =========================================================================
   color - project
========================================================================= */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  box-sizing: inherit;
  line-height: 1.5; }

#wrap {
  background-image: none; }

#header_outer {
  margin-bottom: 0; }

#contents {
  width: auto;
  padding: 0; }

#sub {
  display: none; }

#breadcrumbs {
  float: none;
  width: 900px;
  margin: 0 auto; }

#footer, #ftMenu {
  display: none; }

#addMenu {
  display: none; }

main {
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000; }
  @media (max-width: 767px) {
    main {
      margin-bottom: 4rem; } }
  main h1, main h2, main h3, main h4, main h5, main h6 {
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0; }
  main em {
    font-style: normal; }
  main p {
    margin: 0; }
  main ol, main ul {
    list-style: none;
    list-style-type: none; }
  main img {
    max-width: 100%;
    width: auto;
    vertical-align: bottom; }

/* =========================================================================
 applyStep
========================================================================= */
/**************************************
* applyStep
**************************************/
.applyStep {
  padding: 2rem 0; }
  .applyStep__ttl {
    color: #4A2B03;
    font-size: 2.25rem;
    text-align: center; }
    @media (max-width: 575px) {
      .applyStep__ttl {
        font-size: 6.5vw; } }
  .applyStep__lead {
    margin-bottom: 1rem;
    color: #4A2B03;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 575px) {
      .applyStep__lead {
        font-size: 4.5vw; } }
  .applyStep__flow {
    display: flex;
    flex-wrap: wrap; }
    .applyStep__flow__block {
      position: relative;
      width: calc(100% / 5);
      margin-bottom: 1rem;
      font-weight: bold;
      text-align: center; }
      @media (max-width: 959px) {
        .applyStep__flow__block {
          width: calc( 100% / 3 - 1px ); } }
      @media (max-width: 575px) {
        .applyStep__flow__block {
          display: flex;
          align-items: center;
          max-width: 320px;
          width: 100%;
          margin: 0 auto 1rem; } }
      .applyStep__flow__block:after {
        position: absolute;
        content: "";
        display: block;
        width: 12px;
        height: 24px;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #4A2B03;
        top: 30%;
        left: 98%; }
        @media (max-width: 575px) {
          .applyStep__flow__block:after {
            width: 24px;
            height: 12px;
            border-top: 12px solid #4A2B03;
            border-bottom: none;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            top: 100%;
            left: 0;
            right: 0;
            margin: 0 auto; } }
      .applyStep__flow__block:last-of-type:after {
        display: none; }
      .applyStep__flow__block p {
        margin-top: .5rem; }
        @media (max-width: 575px) {
          .applyStep__flow__block p {
            margin-top: 0;
            margin-left: .75rem;
            text-align: left;
            max-width: 72%;
            width: 100%; } }
  .applyStep__notes {
    font-size: 0.75rem;
    padding-left: 0.75rem;
    text-indent: -0.75rem; }

/* class parts
**************************************/
body {
  overflow-X: hidden; }

.underLine-yel {
  background: linear-gradient(transparent 85%, #fff000 0%);
  display: inline-block; }
  @media (max-width: 959px) {
    .underLine-yel {
      display: inline; } }

a:hover {
  text-decoration: none;
  opacity: 0.7; }

@media (min-width: 768px) {
  .pc-view {
    display: block; } }
@media (max-width: 767px) {
  .pc-view {
    display: none; } }

@media (min-width: 768px) {
  .sp-view {
    display: none; } }
@media (max-width: 767px) {
  .sp-view {
    display: block; } }

/* hero
**************************************/
.hero {
  position: relative;
  margin-bottom: 1.5rem; }
  .hero__lead {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 2rem;
    left: 0;
    padding: .5rem 2rem .5rem 1.25rem;
    color: #4A2B03;
    font-size: 2.125rem; }
    @media (max-width: 767px) {
      .hero__lead {
        font-size: 1.625rem; } }
    @media (max-width: 575px) {
      .hero__lead {
        padding: .25rem 1.25rem;
        bottom: 0;
        width: 100%;
        font-size: 1.375rem; } }
    @media (max-width: 374px) {
      .hero__lead {
        font-size: 6vw; } }
    .hero__lead > * {
      display: block; }
    .hero__lead small {
      font-size: 70%; }

/* benefits
**************************************/
.benefits {
  margin: 2.5rem auto 2rem;
  text-align: center; }

/* recruitBtn
**************************************/
.recruitBtn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center; }
  .recruitBtn .sc_button * {
    line-height: 1.2; }
  .recruitBtn .sc_button small {
    display: block;
    font-size: 1rem; }
    @media (max-width: 575px) {
      .recruitBtn .sc_button small {
        font-size: 0.75rem; } }

/* section1 headline
**************************************/
.headline {
  max-width: 940px;
  width: 100%;
  margin: auto; }
  .headline__band {
    background-color: #e60012;
    max-width: 800px;
    width: 100%;
    padding: 0.8rem 0;
    margin: 1.2rem auto;
    border-radius: 4px; }
    @media (max-width: 575px) {
      .headline__band {
        width: 100%;
        border-radius: 0; } }
    .headline__band p {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 0 4%;
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      color: #fff; }
      @media (max-width: 575px) {
        .headline__band p {
          font-size: 0.9375rem; } }
      @media (max-width: 374px) {
        .headline__band p {
          font-size: 4vw; } }
      .headline__band p i {
        position: absolute;
        right: 1%;
        color: #fff;
        font-size: 2rem;
        line-height: 1; }
        @media (max-width: 575px) {
          .headline__band p i {
            font-size: 1.5rem; } }
  .headline__bnr {
    margin: 2rem 0; }
  .headline__sub {
    text-align: center;
    align-items: center;
    margin-top: 2rem; }
    .headline__sub--ttl {
      display: inline;
      color: #4a2b03;
      font-size: 2.2rem;
      font-weight: bold;
      border-bottom: #dd0000 solid 2px; }
      @media (max-width: 959px) {
        .headline__sub--ttl {
          font-size: 1.5rem;
          line-height: 2.5rem; } }
    .headline__sub--txt {
      margin: 0 auto;
      color: #4a2b03;
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      padding: 1rem 0 0rem; }
      @media (max-width: 959px) {
        .headline__sub--txt {
          font-size: 1.25rem; } }
      @media (max-width: 374px) {
        .headline__sub--txt {
          font-size: 5vw; } }
  .headline .c-container {
    padding: 0; }
    @media (min-width: 1240px) {
      .headline .c-container {
        padding: 0; } }

/* feature
**************************************/
.feature {
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  background-color: #fbf0de; }
  .feature__head {
    text-align: center;
    margin-bottom: 1.5rem; }
    .feature__head__hl {
      margin-top: 1.5rem;
      font-size: 2.25rem;
      font-weight: bolder;
      color: #4a2b03; }
      @media (max-width: 575px) {
        .feature__head__hl {
          font-size: 1.5rem; } }
      .feature__head__hl span {
        color: #dd0000; }
        @media (max-width: 575px) {
          .feature__head__hl span {
            font-size: 1.875rem; } }
      .feature__head__hl em {
        font-size: 3rem; }
    .feature__head__lead {
      font-size: 1.5rem;
      font-weight: bolder;
      color: #4a2b03; }
  .feature__3step {
    text-align: center; }
    @media (max-width: 767px) {
      .feature__3step__block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; } }
    .feature__3step__block:after {
      position: absolute;
      content: url(/contents/ambassador/amb/out_images/arrow_br_next.png);
      width: 13px;
      height: 25px;
      top: 50%;
      right: -0.5rem; }
      @media (max-width: 767px) {
        .feature__3step__block:after {
          transform: rotate(90deg);
          top: auto;
          bottom: -1rem;
          left: 0;
          right: 0;
          margin: 1rem auto; } }
    .feature__3step__block[data-arrow="none"]:after {
      content: ""; }
    .feature__3step__ttl {
      background: #4a2b03;
      width: 100%;
      padding: .25rem;
      color: #fff; }
    .feature__3step__img {
      padding: 1rem 0; }
      @media (max-width: 767px) {
        .feature__3step__img {
          flex-basis: 30%; } }
    .feature__3step__txt {
      font-weight: bold; }
      @media (max-width: 767px) {
        .feature__3step__txt {
          text-align: left;
          padding: 1rem; } }
  .feature__note {
    margin: 2rem 0; }
    .feature__note li {
      padding-left: 1em;
      text-indent: -1em;
      text-align: left;
      font-size: 0.75rem; }

/* mcVar
**************************************/
.mcVar {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fbf0de; }

/* section3 Machine Select
**************************************/
.mcSelect {
  background-color: #fbf0de;
  padding-top: 2rem;
  padding-bottom: 5rem; }
  @media (min-width: 768px) {
    .mcSelect__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
  @media (min-width: 768px) {
    .mcSelect__list li {
      width: 50%;
      padding: .5rem; } }
  @media (max-width: 767px) {
    .mcSelect__list li {
      text-align: center; } }
  @media (max-width: 767px) {
    .mcSelect__list li a {
      display: inline-block; } }

/* starBucksCpn
**************************************/
.starBucksCpn {
  position: relative;
  background-image: url(/contents/ambassador/amb/out_images/bg_starBucks.png);
  background-position: top center;
  background-size: auto;
  background-repeat: repeat-y;
  padding: 3rem 0;
  margin-bottom: 3rem; }
  .starBucksCpn__blockTtl {
    margin-top: 3rem;
    position: relative; }
    .starBucksCpn__blockTtl::before {
      position: absolute;
      content: "";
      width: 101px;
      height: 174px;
      left: 4%;
      bottom: .25rem;
      background-size: auto auto;
      background-repeat: no-repeat;
      background-position: bottom center; }
      [data-machine="ndg"] .starBucksCpn__blockTtl::before {
        background-image: url(/contents/ambassador/amb/out_images/machine_ndg.png); }
      [data-machine="nsp"] .starBucksCpn__blockTtl::before {
        background-image: url(/contents/ambassador/amb/out_images/machine_nsp.png); }
      @media (max-width: 959px) {
        .starBucksCpn__blockTtl::before {
          background-size: contain;
          width: 90px;
          height: 150px;
          left: 2%;
          bottom: -.125rem;
          top: auto; } }
      @media (max-width: 767px) {
        .starBucksCpn__blockTtl::before {
          width: 70px;
          height: 120px; } }
      @media (max-width: 575px) {
        .starBucksCpn__blockTtl::before {
          background-position: center right;
          right: 8%;
          left: auto;
          bottom: 0;
          max-width: 100px;
          width: 30%;
          height: 100%; } }
  .starBucksCpn__ttl {
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    background-image: url(/contents/ambassador/amb/out_images/bg_ribbon_green.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 96px;
    height: auto;
    max-width: 940px;
    width: 100%;
    padding: 1.5rem 0 2rem;
    margin: 0 auto;
    color: #FFD85D;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 959px) {
      .starBucksCpn__ttl {
        background-size: 100% 100%;
        padding: 1rem 0 2rem; } }
    @media (max-width: 575px) {
      .starBucksCpn__ttl {
        font-size: 7vw; } }
  .starBucksCpn__lead {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1.5rem 1rem;
    color: #40200C;
    font-size: 2.375rem;
    font-weight: bold;
    text-shadow: white 2px 0px,  white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px;
    text-align: center; }
    @media (max-width: 959px) {
      .starBucksCpn__lead {
        font-size: 5vw; } }
    @media (max-width: 575px) {
      .starBucksCpn__lead {
        font-size: 7vw;
        padding: .75rem 1rem; } }
  .starBucksCpn__block {
    background-color: #fff;
    padding: 2rem 1rem;
    color: #333;
    position: relative; }
    @media (min-width: 576px) {
      [data-machine="ndg"] .starBucksCpn__block {
        padding: 2rem; } }
    @media (max-width: 959px) {
      .starBucksCpn__block {
        padding: 1rem .625rem; } }
    @media (max-width: 767px) {
      .starBucksCpn__block {
        padding: 1rem 1.5rem; } }
    @media (max-width: 575px) {
      .starBucksCpn__block {
        padding: 1rem .75rem; } }
    @media (min-width: 768px) {
      .starBucksCpn__block .c-row.is-pc-center {
        justify-content: center; } }
    .starBucksCpn__block li {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin: 0 1rem 3rem; }
      [data-machine="ndg"] .starBucksCpn__block li {
        padding: 0 1.25rem; }
      @media (max-width: 959px) {
        .starBucksCpn__block li {
          margin: 0 auto 3rem; } }
      @media (max-width: 767px) {
        .starBucksCpn__block li {
          margin: 0 0 3rem; } }
  .starBucksCpn__hl {
    position: relative;
    background-color: #0E6143;
    padding: 1rem .5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1.375rem;
    text-align: center; }
    @media (max-width: 575px) {
      .starBucksCpn__hl {
        font-size: 1.25rem; } }
    @media (max-width: 374px) {
      .starBucksCpn__hl {
        font-size: 5.8vw;
        text-align: left; } }
    .starBucksCpn__hl:after {
      position: absolute;
      content: "";
      background-image: url(/contents/ambassador/amb/out_images/img_ndg_mod.png);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 120px;
      height: 206px;
      bottom: -2rem;
      left: calc( 100% - 3rem ); }
      @media (max-width: 959px) {
        .starBucksCpn__hl:after {
          width: 90px;
          height: 155px; } }
      @media (max-width: 767px) {
        .starBucksCpn__hl:after {
          width: 60px;
          height: 103px;
          bottom: -1rem; } }
      @media (max-width: 575px) {
        .starBucksCpn__hl:after {
          width: 60px;
          height: 103px;
          bottom: 0rem; } }
  .starBucksCpn__list {
    justify-content: space-around; }
  .starBucksCpn__head {
    padding: .5rem 0;
    text-align: center; }
    .starBucksCpn__head[data-ico="newCap"] {
      position: relative; }
      .starBucksCpn__head[data-ico="newCap"] img {
        position: relative;
        z-index: 100; }
      .starBucksCpn__head[data-ico="newCap"]::before {
        content: "";
        position: absolute;
        width: 90px;
        height: 100%;
        top: -20%;
        left: -30%;
        background-image: url(/contents/ambassador/amb/out_images/ico_newCap.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1; }
        @media (max-width: 959px) {
          .starBucksCpn__head[data-ico="newCap"]::before {
            width: 60px;
            top: -20%;
            left: -5%; } }
        @media (max-width: 767px) {
          .starBucksCpn__head[data-ico="newCap"]::before {
            left: -5%; } }
        @media (max-width: 575px) {
          .starBucksCpn__head[data-ico="newCap"]::before {
            width: 50px;
            top: -2.5rem; } }
        @media (max-width: 374px) {
          .starBucksCpn__head[data-ico="newCap"]::before {
            top: -2rem; } }
  .starBucksCpn__body {
    flex-grow: 1;
    margin-bottom: 1.5rem; }
  .starBucksCpn__item__name {
    margin-top: .75rem;
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1; }
    .starBucksCpn__item__name * {
      line-height: 1.25; }
  .starBucksCpn__item__txt {
    font-weight: 500; }
  .starBucksCpn__item__price {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1; }
    @media (max-width: 575px) {
      .starBucksCpn__item__price {
        font-size: 1rem;
        font-feature-settings: "palt" 1; } }
    .starBucksCpn__item__price span {
      display: block;
      font-size: 0.75rem; }
    .starBucksCpn__item__price em {
      font-family: Open Sans;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1; }
      @media (max-width: 575px) {
        .starBucksCpn__item__price em {
          font-size: 1.75rem; } }
  .starBucksCpn__notes {
    font-size: 0.75rem;
    text-align: right; }
    @media (max-width: 575px) {
      .starBucksCpn__notes {
        text-align: left;
        padding-left: 0.75rem;
        text-indent: -0.75rem; } }

.starBucksCpn__list + .starBucksCpn__list {
  margin-top: 3.75rem; }

/* water server
**************************************/
.icsCpn {
  background-image: url(/contents/ambassador/amb/out_images/bg_icsCpn.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: .5rem;
  margin-bottom: 5rem; }
  @media (max-width: 959px) {
    .icsCpn {
      background-size: 100% 100%; } }
  .icsCpn__ttl {
    position: relative;
    background-image: url(/contents/ambassador/amb/out_images/bg_ribbon_red.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 106px;
    max-width: 800px;
    width: 100%;
    padding: 1rem 0 2rem;
    margin: 0 auto -1rem;
    color: #fff;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1;
    z-index: 10; }
    @media (max-width: 959px) {
      .icsCpn__ttl {
        background-size: 100% 100%;
        height: auto; } }
    @media (max-width: 575px) {
      .icsCpn__ttl {
        font-size: 6vw; } }
    .icsCpn__ttl * {
      line-height: 1.2; }
  .icsCpn__block {
    margin-bottom: .5rem; }
  .icsCpn__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #00B5C2;
    padding: .25rem; }
    .icsCpn__head span {
      display: inline-block;
      background-color: #ff0;
      border-radius: 50%;
      padding: .75rem 1rem;
      margin-right: .5rem;
      color: #E50303;
      font-size: 1.3125rem;
      font-weight: 500;
      text-align: center;
      line-height: 1; }
      @media (max-width: 575px) {
        .icsCpn__head span {
          font-size: 1.125rem; } }
      @media (max-width: 374px) {
        .icsCpn__head span {
          font-size: 1rem; } }
      .icsCpn__head span * {
        line-height: 1; }
    .icsCpn__head em {
      color: #ff0;
      font-size: 2.375rem; }
      @media (max-width: 575px) {
        .icsCpn__head em {
          font-size: 6.5vw; } }
      @media all and (-ms-high-contrast: none) {
        .icsCpn__head em {
          padding-top: 1rem; } }
    .icsCpn__head strong {
      color: #E50303;
      font-size: 150%;
      text-shadow: #ff0 2px 0px,  #ff0 -2px 0px, #ff0 0px -2px, #ff0 0px 2px, #ff0 2px 2px , #ff0 -2px 2px, #ff0 2px -2px, #ff0 -2px -2px, #ff0 1px 2px,  #ff0 -1px 2px, #ff0 1px -2px, #ff0 -1px -2px, #ff0 2px 1px,  #ff0 -2px 1px, #ff0 2px -1px, #ff0 -2px -1px;
      line-height: 1; }
  .icsCpn__body {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center; }
    .icsCpn__body__row {
      justify-content: center;
      align-items: center; }
    @media (max-width: 767px) {
      .icsCpn__body__innerRight {
        display: flex;
        justify-content: space-around;
        align-items: center; } }
    @media (max-width: 575px) {
      .icsCpn__body__innerRight {
        justify-content: center; } }
    .icsCpn__body__circle {
      flex-shrink: 0;
      display: inline-block;
      background-color: #00B5C2;
      border-radius: 50%;
      padding: 1rem;
      color: #FFFF00;
      font-size: 1.625rem;
      font-weight: bold;
      text-align: center;
      line-height: 1;
      margin-bottom: 2rem; }
      @media (max-width: 767px) {
        .icsCpn__body__circle {
          font-size: 1.5rem; } }
      @media (max-width: 575px) {
        .icsCpn__body__circle {
          font-size: 1.25rem; } }
      @media (max-width: 374px) {
        .icsCpn__body__circle {
          font-size: 1rem; } }
      .icsCpn__body__circle * {
        line-height: 1; }
    @media (max-width: 575px) {
      .icsCpn__body__img {
        width: 30vw; } }
  .icsCpn__notes {
    padding-left: 0.75rem;
    text-indent: -0.75rem;
    font-size: 0.75rem; }
    .icsCpn__notes li {
      display: inline;
      font-weight: 500; }
      @media (max-width: 959px) {
        .icsCpn__notes li {
          display: block; } }

/* water server
**************************************/
.waterServer {
  background: #fff;
  border-bottom: solid #ececec 1px;
  padding: 1rem; }
  .waterServer__right {
    padding: 0 0 0 1.5rem; }
  .waterServer__ttl {
    font-size: 1.125rem;
    font-weight: bolder; }
  .waterServer__copy {
    font-size: 1rem;
    margin: 1rem 0; }
  .waterServer__image {
    background: #cfe8f6;
    padding: 1rem; }
    .waterServer__image p {
      margin-bottom: 1rem; }
    .waterServer__image__ttl {
      font-size: 1.125rem;
      font-weight: 600; }
    .waterServer__image__txt {
      font-size: 1rem; }
    .waterServer__image__note {
      font-size: 0.75rem; }

/*** aquaClara  ***/
.aquaClara__box {
  display: block;
  padding: 1rem;
  background-color: #fff; }
.aquaClara__img {
  text-align: center; }
  @media (max-width: 959px) {
    .aquaClara__img {
      margin-bottom: .5rem; } }
.aquaClara__label {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  background-color: #e2001c;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-right: 1rem; }
.aquaClara__list {
  border: 1px solid #bcb5b3;
  margin-bottom: 1rem; }
  .aquaClara__list li {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    line-height: 1; }
    .aquaClara__list li:nth-child(odd) {
      background-color: #fbf7f4; }
    .aquaClara__list li:nth-child(even) {
      background-color: #eeeae5; }
    .aquaClara__list li:before {
      content: url(/contents/ambassador/amb/out_images/ico_check.png);
      margin-right: 1rem; }

/*** AquaWith  ***/
.AquaWith {
  padding: 2rem;
  background: #fff url(/contents/ambassador/amb/out_images/aqua_with_bg.png) no-repeat top left/100% auto; }
  .AquaWith__copy {
    text-align: center;
    font-size: 1.125rem;
    font-weight: bolder; }
  .AquaWith h2 {
    margin-top: 1rem;
    text-align: center; }
  .AquaWith__txt {
    font-size: 1rem;
    padding-bottom: 1.5rem; }
  .AquaWith .c-col-md-6 img {
    width: 100%; }
  .AquaWith__menu {
    background: #39658c;
    padding: 2rem 0;
    margin-top: 1rem;
    text-align: center;
    color: #fff;
    font-weight: bolder; }
    @media (max-width: 767px) {
      .AquaWith__menu {
        margin-bottom: 1rem;
        margin-top: 0; } }
  .AquaWith .c-notes__head {
    background-image: url(/contents/ambassador/amb/out_images/aqua_with_ico_plus.png), linear-gradient(to right, #305d88 0%, #779bb3 100%);
    background-repeat: no-repeat, repeat-x;
    background-position: 98% center, top left;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1.625rem; }
  .AquaWith .c-notes .is-active {
    background-image: url(/contents/ambassador/amb/out_images/aqua_with_ico_minus.png), linear-gradient(to right, #305d88 0%, #779bb3 100%);
    background-repeat: no-repeat, repeat-x;
    background-position: 98% center, top left; }
  .AquaWith .c-notes__body {
    border: solid #d2d2d2 1px;
    padding: 2rem; }
    @media (max-width: 767px) {
      .AquaWith .c-notes__body {
        padding: .5rem; } }
    .AquaWith .c-notes__body table {
      width: 100%; }
    .AquaWith .c-notes__body th {
      background: #fff8a9;
      border: solid #d2d2d2 1px;
      padding: 1rem;
      text-align: center; }
    .AquaWith .c-notes__body td {
      border: solid #d2d2d2 1px;
      padding: 1rem; }
  .AquaWith__red-txt {
    padding: 2rem 0;
    text-align: center;
    color: #e2001c;
    font-size: 1.3125rem;
    font-weight: bolder; }

.AquaWith__box {
  position: relative;
  margin-bottom: 1rem; }
  .AquaWith__box p {
    background: #e8f2fd;
    height: 100%;
    font-weight: bolder;
    font-size: 1.125rem; }
  .AquaWith__box + .AquaWith__box :after {
    content: url(/contents/ambassador/amb/out_images/aqua_with_arrow_next.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -1rem; }
    @media (max-width: 767px) {
      .AquaWith__box + .AquaWith__box :after {
        content: url(/contents/ambassador/amb/out_images/aqua_with_arrow_down.png);
        top: -1rem;
        left: 50%;
        transform: translateX(-50%); } }
  .AquaWith__box span {
    color: #e2001c;
    font-size: 0.75rem; }

.AquaWith__btn {
  text-align: right;
  padding: 1rem; }
  .AquaWith__btn a {
    display: inline-block;
    padding: .5rem 3rem;
    background: #39658c;
    border-radius: .75rem;
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 1.125rem; }

/* voice
**************************************/
.voice {
  background-color: #fbf0de;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .voice__box {
    background-color: #fff;
    padding: 1rem 2rem 2rem;
    margin-bottom: 1rem; }
    @media (max-width: 959px) {
      .voice__box {
        text-align: center; } }
    @media (max-width: 767px) {
      .voice__box {
        background-color: #fff;
        margin-bottom: 0; } }
    .voice__box__ttl {
      display: flex;
      align-items: center;
      font-size: 1.5rem;
      color: #4a2b03;
      margin-bottom: 1rem; }
      @media (max-width: 959px) {
        .voice__box__ttl {
          display: block;
          text-align: left; }
          .voice__box__ttl span {
            display: block; } }
      @media (max-width: 575px) {
        .voice__box__ttl {
          font-size: 1.125rem; } }
    .voice__box__label {
      display: inline-block !important;
      padding: .1rem .25rem;
      margin-right: 1rem;
      font-size: 0.875rem;
      color: #fff;
      background-color: #4a2b03; }
    .voice__box__txt {
      font-size: 1.125rem;
      font-weight: bold;
      margin-bottom: .5rem; }
      @media (max-width: 959px) {
        .voice__box__txt {
          margin-top: 1rem; } }
  .voice__video {
    padding-right: 3rem; }
    @media (max-width: 959px) {
      .voice__video {
        padding-right: 0; } }
    .voice__video__inner {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .voice__video__inner iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }

/*  Q & A
**************************************/
.talk {
  display: flex;
  box-sizing: border-box; }
  .talk .notes {
    display: block;
    margin-left: 12%; }
    @media (max-width: 374px) {
      .talk .notes {
        margin-left: 0; } }
  .talk .ask,
  .talk .answer {
    flex: 96px; }
  .talk__txt-box {
    width: calc(100% - 192px); }
    @media (max-width: 767px) {
      .talk__txt-box {
        width: calc(100% - 96px); } }
  @media (max-width: 767px) {
    .talk .sp_w0 {
      display: none;
      width: 0; } }
  .talk .txt {
    position: relative;
    background: #fff;
    width: calc(98% - 28px);
    margin: 1rem auto;
    padding: .5rem 1rem;
    border-radius: .5em;
    font-size: 1.125rem;
    color: #333; }
    @media (max-width: 767px) {
      .talk .txt {
        width: calc(98% - 10px); } }
    .talk .txt em {
      background: linear-gradient(transparent 80%, #fff000 0%);
      font-size: 1.5rem;
      font-weight: bolder;
      color: #dd0000; }
    .talk .txt small {
      display: inline-block;
      margin-top: .5rem;
      padding-left: 1em;
      text-indent: -1em;
      font-size: 0.75rem; }
  .talk .txt-ask {
    font-weight: bolder; }
    @media (max-width: 767px) {
      .talk .txt-ask {
        margin-right: 0; } }
    .talk .txt-ask:before {
      content: url(/contents/ambassador/amb/out_images/txt_ask.png);
      position: absolute;
      top: 10px;
      left: -14px; }
  @media (max-width: 767px) {
    .talk .txt-answer {
      margin-left: 0; } }
  .talk .txt-answer:before {
    content: url(/contents/ambassador/amb/out_images/txt_answer.png);
    position: absolute;
    top: 20px;
    right: -14px; }

.qa {
  background-color: #fbf0de;
  padding: 3rem 0; }
  .qa__inner {
    background-color: #fff; }
    .qa__inner dl {
      border: 1px solid #e5e5e5; }
    .qa__inner dt, .qa__inner dd {
      padding: .5rem 3rem .5rem .5rem; }
    .qa__inner dd {
      border-top: 1px solid #e5e5e5; }
      @media screen and (min-width: 768px) {
        .qa__inner dd a[href^="tel:"] {
          pointer-events: none; } }

[data-ico="question"] {
  display: flex;
  align-items: center;
  background: url(/contents/ambassador/amb/out_images/ico_plus.png) no-repeat right 1rem center/1.5rem; }
  [data-ico="question"].is-active {
    background-image: url(/contents/ambassador/amb/out_images/ico_minus.png); }
  [data-ico="question"]:before {
    content: url(/contents/ambassador/amb/out_images/ico_question.png);
    margin-right: 2rem; }

[data-ico="anser"] {
  display: flex;
  align-items: center; }
  [data-ico="anser"]:before {
    content: url(/contents/ambassador/amb/out_images/ico_anser.png);
    margin-right: 2rem; }

/* demo
**************************************/
.demo {
  background-color: #fbf0de;
  padding-top: 3rem;
  padding-bottom: 1rem; }
  .demo__box {
    background-color: #fff;
    border: solid 1px #e2001c;
    padding: 3rem 2rem 2rem;
    text-align: center; }
    @media (max-width: 767px) {
      .demo__box {
        padding: 2rem 1rem; } }
    @media (max-width: 575px) {
      .demo__box {
        padding: 1rem .5rem; } }
    .demo__box p {
      font-size: 1.25rem;
      font-weight: bold; }
    .demo__box ul {
      text-align: left;
      text-indent: -0.875rem;
      margin-left: 0.875rem; }

/* section component
**************************************/
.sec__ttl {
  font-size: 2.25rem;
  color: #4a2b03;
  text-align: center;
  margin-bottom: 2rem; }
  @media (max-width: 575px) {
    .sec__ttl {
      font-size: 1.5rem; } }
  .sec__ttl em {
    color: #e2001c; }
  .sec__ttl span {
    position: relative;
    display: inline-block; }
    .sec__ttl span::after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: #dd0000;
      bottom: 7px;
      left: 0;
      position: absolute; }
  .sec__ttl[data-type="demo"] {
    font-size: 1.75rem; }
    @media (max-width: 575px) {
      .sec__ttl[data-type="demo"] {
        font-size: 1.3125rem; } }
  .sec__ttl__sub {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    color: #333; }
.sec__note {
  font-size: 0.75rem; }
  .sec__note span {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em; }

/* coution
**************************************/
.coution {
  margin: 2.5rem 0 2rem; }
  .coution dl {
    border: solid #ccc 1px;
    color: #333; }
  .coution dt {
    border-bottom: solid #ccc 1px;
    padding: 1rem;
    text-align: center;
    font-size: 1.125rem; }
    @media (max-width: 575px) {
      .coution dt {
        font-size: 1rem; } }
  .coution dd {
    padding: 1rem; }
    .coution dd li {
      padding-left: 1em;
      text-indent: -1em; }

/* set マシンは2台以上のお申し込みがおススメ！
**************************************/
/* point
**************************************/
.point {
  padding: 1rem 0rem 3rem; }
  @media (max-width: 575px) {
    .point {
      padding: 1rem 0.5rem; } }
  .point h2 {
    font-size: 2.25rem;
    color: #fff;
    background-color: #00479d;
    padding: 1.25rem;
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 575px) {
      .point h2 {
        padding: .25rem;
        margin-bottom: 1.5rem;
        font-size: 1.5rem; } }
  .point__img {
    margin-bottom: 2rem; }
  .point__item {
    border: 3px solid #d4c977;
    border-radius: 3px;
    position: relative;
    padding: 1rem .5rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .point__item {
        height: auto;
        margin-bottom: 2rem; } }
    .point__item h3 {
      color: #362700;
      font-size: 1.125rem;
      padding-left: calc(88px - 15px + .25rem);
      margin-bottom: .5rem; }
      @media (max-width: 575px) {
        .point__item h3 {
          margin-bottom: 1.5rem; } }
      .point__item h3 span {
        border-bottom: 1px solid #362700; }
    .point__item[data-number="1"]::before {
      content: "";
      width: 89px;
      height: 88px;
      background: url(/contents/ambassador/amb/out_images/point_ico01.png) no-repeat;
      background-size: contain;
      position: absolute;
      left: -15px;
      top: -20px;
      transform-orign: 50%; }
      @media (max-width: 767px) {
        .point__item[data-number="1"]::before {
          width: 76px;
          height: 76px;
          left: -10px; } }
    .point__item[data-number="2"]::before {
      content: "";
      width: 89px;
      height: 88px;
      background: url(/contents/ambassador/amb/out_images/point_ico02.png) no-repeat;
      background-size: contain;
      position: absolute;
      position: absolute;
      left: -15px;
      top: -20px;
      transform-orign: 50%; }
      @media (max-width: 767px) {
        .point__item[data-number="2"]::before {
          width: 76px;
          height: 76px;
          left: -10px; } }
    .point__item[data-number="3"]::before {
      content: "";
      width: 89px;
      height: 88px;
      background: url(/contents/ambassador/amb/out_images/point_ico03.png) no-repeat;
      background-size: contain;
      position: absolute;
      position: absolute;
      left: -15px;
      top: -20px;
      transform-orign: 50%; }
      @media (max-width: 767px) {
        .point__item[data-number="3"]::before {
          width: 76px;
          height: 76px;
          left: -10px; } }
    .point__item__inner {
      display: flex;
      align-items: center; }
    .point__item__txt {
      width: 50%;
      text-align: center; }
      .point__item__txt p {
        display: inline-block;
        text-align: left; }
        @media (max-width: 575px) {
          .point__item__txt p {
            font-size: 1rem; } }
    .point__item__img {
      text-align: center;
      width: 50%; }

.bnr_present {
  text-align: center; }

/**************************************
* applyStep
**************************************/
.applyStep {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  background-color: #fbf0de; }

  /* bnr_office
**************************************/
.bnr_office {
  background-color: #fbf0de;
  padding: 1rem 0 3rem; }
  @media (max-width: 767px) {
    .bnr_office {
      padding: 2rem 0;
      margin-bottom: 2rem; } }
  .bnr_office__title {
    margin-bottom: 1rem;
    font-size: 1.625rem; }
    @media (max-width: 767px) {
      .bnr_office__title {
        margin-bottom: 1.5rem; } }

/*# sourceMappingURL=style.css.map */
