@charset "UTF-8";
/* -----------------------------------------------------------------------------

	setting

----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

	About共通

----------------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
    #headNav h1 a img {
        vertical-align: middle;
    }
}

@media print, screen and (min-width: 769px) {
    .about_page .ec-layoutRole .ec-layoutRole__contents {
        max-width: 100% !important;
        padding-top: 0px;
    }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1500px;
  }
}

.poppins {
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .about_page .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .about_page .sp {
    display: none !important;
  }
}
.about_page #containerWrap {
  font-family: Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, sans-serif;
}
@media print, screen and (min-width: 769px) {
  .about_page .ec-searchnavRole {
    max-width: 100% !important;
  }
}
.about_page .ec-layoutRole {
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .about_page .ec-layoutRole {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .about_page .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .about_page #main-content img {
    width: 100%;
  }
  .sec-articles__list .img img{
    border-radius: 50%;
  }
}



.about_page .sec-ttl {
  text-align: center;
}
.about_page .sec-ttl .en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-ttl .en {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-ttl .en {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.about_page .sec-ttl .jp {
  font-family: "Poppins", Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, sans-serif;
  display: block;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-ttl .jp {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-ttl .jp {
    font-size: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles {
    margin: 60px auto 0;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles {
    margin: -70px auto 0;
    padding-top: 70px;
  }
}
.about_page .sec-articles .inner {
  background: #002248;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles .inner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles .inner {
    padding-bottom: 60px;
  }
}
.about_page .sec-articles .sec-ttl {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles .sec-ttl {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles .sec-ttl {
    padding: 70px 0 50px;
  }
}
.about_page .sec-articles .sec-ttl .en {
  color: #7FBFF5;
}
.about_page .sec-articles .sec-ttl .jp {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles .sec-ttl .jp {
    line-height: 1.4285714286;
  }
}
.about_page .sec-articles__list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list li {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list li {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list li + li {
    margin-top: 40px;
  }
}
.about_page .sec-articles__list a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.about_page .sec-articles__list a:hover {
  text-decoration: none;
}
.about_page .sec-articles__list a:hover {
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list a:hover img {
    transform: scale(1.1, 1.1);
  }
}
.about_page .sec-articles__list .img {
  display: block;
  border-radius:50%;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list .img {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list .img {
    margin-bottom: 28px;
    width: 80%;
    margin: 0 auto 40px;
  }
}
.about_page .sec-articles__list .img img {
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list .img img:hover {
    transform: scale(1.1, 1.1);
  }
}
.about_page .sec-articles__list .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list .info {
    padding: 0 30px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list .info {
    padding: 0 20px;
  }
}
.about_page .sec-articles__list .info .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #002248;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  padding: 0 15px;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list .info .tag {
    height: 32px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list .info .tag {
    height: 30px;
    font-size: 10px;
  }
}
.about_page .sec-articles__list .info .date {
  color: #7FBFF5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.about_page .sec-articles__list .info .date span{
  padding-left: 10px;
  font-size: 2em;
  letter-spacing: 0.05em;
}
.about_page .sec-articles__list .ttl {
  color: #002248;
  font-weight: 600;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list .ttl {
    font-size: 18px;
    line-height: 1.7777777778;
    padding: 0 30px 25px;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list .ttl {
    font-size: 16px;
    line-height: 1.75;
    padding: 0 20px 30px;
    color: #fff;
  }
}
.about_page .sec-articles__list.commingsoon {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list.commingsoon {
    padding-bottom: 400px;
  }
}
.about_page .sec-articles__list.commingsoon:after {
  content: "Comming Soon";
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(117, 167, 174, 0.6);
  position: absolute;
  z-index: 10;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-articles__list.commingsoon:after {
    right: 0;
    top: 0;
    width: 780px;
    height: 523px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-articles__list.commingsoon:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 380px;
    font-size: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-products {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-products {
    padding: 50px 0 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-products .sec-ttl {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-products .sec-ttl {
    margin-bottom: 30px;
  }
}
.about_page .sec-products .sec-ttl .en {
  color: #7FBFF5;
}
.about_page .sec-products .sec-ttl .jp {
  color: #002248;
}
.about_page .sec-products__list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-products__list {
    width: 1200px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-products__list {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 30px;
    padding: 0 13px;
  }
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-products__list li {
    width: 200px;
    height: 200px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-products__list li {
    width: 46.8%;
    height: 48vw;
    margin: 0 1.6%;
    margin-bottom: 15px;
  }
}
.about_page .sec-products__list li:nth-child(1) a {
  color: #fff;
}
.about_page .sec-products__list li:nth-child(1) a:after {
  background-image: url(/html/template/sodastream/assets/img/common/head_item_img01.png);
}
.about_page .sec-products__list li:nth-child(2) a {
  color: #002238;
}
.about_page .sec-products__list li:nth-child(2) a:after {
  background-image: url(/html/template/sodastream/assets/img/common/head_item_img02.png);
}
.about_page .sec-products__list li:nth-child(3) a {
  color: #002238;
}
.about_page .sec-products__list li:nth-child(3) a:after {
  background-image: url(/html/template/sodastream/assets/img/common/head_item_img03.png);
}
.about_page .sec-products__list li:nth-child(4) a {
  color: #fff;
}
.about_page .sec-products__list li:nth-child(4) a:after {
  background-image: url(/html/template/sodastream/assets/img/common/head_item_img04.png);
}
.about_page .sec-products__list li:nth-child(5) {
  border: 1px solid #DBDDDF;
}
@media screen and (max-width: 768px) {
  .about_page .sec-products__list li:nth-child(5) {
    width: 100%;
    height: 32vw;
  }
}
.about_page .sec-products__list li:nth-child(5) a {
  color: #002238;
  overflow: hidden;
}
.about_page .sec-products__list li:nth-child(5) a:after {
  background-image: url(/html/template/sodastream/assets/img/common/head_item_img05.png);
}
@media screen and (max-width: 768px) {
  .about_page .sec-products__list li:nth-child(5) a:after {
    height: 120%;
    background-position: left 4vw center;
    background-size: auto 100%;
    bottom: 2px;
    top: initial;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-products__list li:nth-child(5) a {
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 32vw;
  }
  .about_page .sec-products__list li:nth-child(5) a span {
    padding-right: 6.6666666667vw;
  }
}
.about_page .sec-products__list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  font-weight: bold;
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-products__list a {
    padding-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-products__list a {
    font-size: 3.7333333333vw;
    padding-top: 5.3333333333vw;
  }
}
.about_page .sec-products__list a span {
  display: block;
  position: relative;
  z-index: 2;
}
.about_page .sec-products__list a:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-products__list a:after {
    width: 200px;
    height: 200px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .about_page .sec-products__list a:after {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
.about_page .sec-products__list a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .about_page .sec-products__list a:hover {
    opacity: 0.8;
  }
  .about_page .sec-products__list a:hover:after {
    transform: scale(1.1, 1.1);
  }
}
.about_page .btn__products {
  margin: 0 auto;
}
.about_page .btn__products a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #002238;
  font-weight: bold;
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  .about_page .btn__products a {
    width: 240px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .btn__products a {
    width: 64%;
    height: 60px;
    font-size: 14px;
  }
}
.about_page .btn__products a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .about_page .btn__products a:hover {
    background: #002248;
  }
}

/* -----------------------------------------------------------------------------

	wellness TOP

----------------------------------------------------------------------------- */
#wellness-top .sec-mv {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background-repeat: no-repeat;
  position: relative;
}
#wellness-top .sec-intro{
  position: relative;
}

#wellness-top .sec-intro::before {
    content: "";
    display: block;
    background: url(/user_data/packages/default/img/about/ambassador/bg_mark.png) top right no-repeat;
    width: 200px;
    position: absolute;
    right: 0px;
    height: 300px;
    background-size: 100% auto;
    top: 50px;
}

@media print, screen and (min-width: 769px) {
  #wellness-top .sec-mv {
    background-image: url(/user_data/packages/default/img/about/wellness/top/mv.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 1500px;
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-mv {
    background-image: url(/user_data/packages/default/img/about/wellness/top/mv_sp.jpg);
    background-size: 100%;
    background-position: center bottom;
    width: 100%;
    height: 164.5333333333vw;
  }
  #wellness-top .sec-intro::before{
    content: "";
      display: block;
      background: url(/user_data/packages/default/img/about/ambassador/bg_mark.png) top right no-repeat;
      width: 160px;
      position: absolute;
      right: 0px;
      height: 300px;
      background-size: 100% auto;
      top: 10px;
      opacity: 0.3;
      z-index: 1;
  }
}
#wellness-top .sec-mv__copy {
  position: absolute;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-mv__copy {
    font-size: 64px;
    line-height: 1.34375;
    top: 196px;
    left: 120px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-mv__copy {
    font-size: 11.2vw;
    line-height: 1.4285714286;
    top: 5.6vw;
    left: 12.2666666667vw;
  }
}
#wellness-top .sec-mv__txt {
  position: absolute;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-mv__txt {
    font-size: 24px;
    top: 526px;
    left: 120px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-mv__txt {
    font-size: 3.7333333333vw;
    top: 64vw;
    left: 12.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-mv__txt .txt {
    margin-right: 32px;
  }
  #wellness-top .sec-mv__txt .logo {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-mv__txt .txt {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-mv__txt .logo {
    width: 36.8vw;
  }
}
#wellness-top .sec-intro {
  color: #13294B;
  font-weight: bold;
}
#wellness-top .sec-intro__txt span{
  font-size: 1.6em;
}

@media print, screen and (min-width: 769px) {
  #wellness-top .sec-intro__txt {
    font-size: 18px;
    line-height: 2.2222222222;
    padding: 77px 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-intro__txt  {
    font-size: 15px;
    padding: 60px 20px 55px;
    line-height: 2;
  }
  #wellness-top .sec-intro__txt span{
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-intro p + p {
    margin-top: 20px;
  }
}
#wellness-top .anchor-nav {
  display: flex;
  position: relative;
  z-index: 2;
  font-family: "Poppins", Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, sans-serif;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .anchor-nav {
    width: 1200px;
    height: 100px;
    margin: 0 auto 140px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .anchor-nav {
    width: 100%;
    height: 80px;
    margin: 0 auto 40px;
  }
}
#wellness-top .anchor-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .anchor-nav li {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .anchor-nav li {
    width: 50%;
  }
}
#wellness-top .anchor-nav li a {
  background: #002248;
  color: #fff;
  font-weight: 600;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .anchor-nav li a {
    font-size: 20px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .anchor-nav li a {
    text-align: center;
    font-size: 13px;
    padding-bottom: 12px;
  }
}
#wellness-top .anchor-nav li a:after {
  content: "";
  background-image: url(/user_data/packages/default/img/about/icon_arrow.svg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .anchor-nav li a:after {
    width: 12px;
    height: 7px;
    bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .anchor-nav li a:after {
    width: 12px;
    height: 7px;
    bottom: 16px;
  }
}
#wellness-top .anchor-nav li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .anchor-nav li a:hover {
    background: #002238;
  }
}
#wellness-top .anchor-nav li:not(:last-child) {
  border-right: 1px solid #ccc;
}
#wellness-top .sec-wellness {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness {
    margin: -100px auto 0;
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness {
    margin: -70px auto 0;
    padding-top: 70px;
    padding-bottom: 37.3333333333vw;
  }
}
/*
#wellness-top .sec-wellness:after {
  content: "Push for \a better";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  color: #F9F7F5;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
  */
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness:after {
    bottom: -53px;
    font-size: 154px;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness:after {
    bottom: -4px;
    font-size: 18.9333333333vw;
    line-height: 0.8421052632;
    white-space: pre;
  }
}
#wellness-top .sec-wellness__box01 {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box01 {
    width: 1200px;
    margin: 0 auto 170px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box01 {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box01-img {
    width: 584px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box01-img {
    width: 94.6%;
  }
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box01-txt {
    width: calc(100% - 584px);
    padding-right: 36px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box01-txt {
    padding: 0 16px 30px;
  }
}
#wellness-top .sec-wellness__box01 .ttl .en {
  font-family: "Poppins", sans-serif;
  color: #7FBFF5;
  font-weight: 600;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box01 .ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box01 .ttl .en {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#wellness-top .sec-wellness__box01 .ttl .jp {
  color: #002248;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box01 .ttl .jp {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box01 .ttl .jp {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#wellness-top .sec-wellness__box01 .txt {
  color: #525263;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box01 .txt {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box01 .txt {
    font-size: 16px;
  }
}
#wellness-top .sec-wellness__box02 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02 {
    width: 1200px;
    margin: 0 auto;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02 {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02-img {
    position: absolute;
    width: 556px;
    top: -50px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02-img {
    width: 94.6%;
    margin-top: -90px;
    position: relative;
    z-index: 2;
  }
}
#wellness-top .sec-wellness__box02-txt {
  background: #F6F4F1;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02-txt {
    width: 793px;
    padding: 80px 80px 96px 209px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02-txt {
    padding: 40px 20px 127px;
  }
}
#wellness-top .sec-wellness__box02 .ttl .en {
  font-family: "Poppins", sans-serif;
  color: #7FBFF5;
  font-weight: 600;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02 .ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02 .ttl .en {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#wellness-top .sec-wellness__box02 .ttl .jp {
  color: #002248;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02 .ttl .jp {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02 .ttl .jp {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#wellness-top .sec-wellness__box02 .txt {
  color: #525263;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02 .txt {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02 .txt {
    font-size: 16px;
  }
}
#wellness-top .sec-wellness__box02 .list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02 .list {
    margin-top: 24px;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02 .list {
    margin-top: 20px;
    padding: 20px 0 10px 20px;
  }
}
#wellness-top .sec-wellness__box02 .list li {
  position: relative;
  color: #002248;
  font-weight: bold;
  width: 50%;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02 .list li {
    font-size: 18px;
    padding-left: 32px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02 .list li {
    display: flex;
    align-items:flex-start;
    font-size: 14px;
    padding-left: 32px;
    margin-bottom: 10px;
    min-height: 2em;
  }
}
#wellness-top .sec-wellness__box02 .list li:before {
  content: "";
  /*background-image: url(/user_data/packages/default/img/about/icon_check.svg);*/
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #7FC0F5;
  background: transparent;
}
@media print, screen and (min-width: 769px) {
  #wellness-top .sec-wellness__box02 .list li:before {
    top: 5px;
    left: 0;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #wellness-top .sec-wellness__box02 .list li:before {
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}

/* -----------------------------------------------------------------------------

	ambassador TOP

----------------------------------------------------------------------------- */
#ambassador-top .sec-mv {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-mv {
    width: 1500px;
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-mv {
    width: 100%;
    height: 164.5333333333vw;
  }
}
#ambassador-top .sec-mv h1 {
  margin: 0;
}
#ambassador-top .sec-mv .swiper-pagination {
  left: initial;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-mv .swiper-pagination {
    right: 30px;
    width: 30px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-mv .swiper-pagination {
    width: 8vw;
    height: 40vw;
    right: 2.6666666667vw;
  }
}
#ambassador-top .sec-mv .swiper-pagination span {
  opacity: 1;
  background-color: transparent;
  background-image: url(/user_data/packages/default/img/about/ambassador/top/icon_slider-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-mv .swiper-pagination span {
    margin: 16px 0;
    width: 10px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-mv .swiper-pagination span {
    margin: 2.1333333333vw 0;
    width: 2.6666666667vw;
    height: 2.9333333333vw;
  }
}
#ambassador-top .sec-mv .swiper-pagination span.swiper-pagination-bullet-active {
  background-image: url(/user_data/packages/default/img/about/ambassador/top/icon_slider-current.gif) !important;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-mv .swiper-pagination span.swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-mv .swiper-pagination span.swiper-pagination-bullet-active {
    width: 8vw;
    height: 8vw;
  }
}
#ambassador-top .sec-intro {
  text-align: left;
  position: relative;
}
#ambassador-top .sec-intro::before{
  content: "";
    display: block;
    background: url(/user_data/packages/default/img/about/ambassador/bg_mark.png) top right no-repeat;
    width: 200px;
    position: absolute;
    right: 0px;
    height: 300px;
    background-size: 100% auto;
    top: 50px;
}
    

@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-intro {
    padding-top: 98px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-intro {
    padding: 60px 20px 0;
  }
  #ambassador-top .sec-intro::before{
    content: "";
      display: block;
      background: url(/user_data/packages/default/img/about/ambassador/bg_mark.png) top right no-repeat;
      width: 160px;
      position: absolute;
      right: 0px;
      height: 300px;
      background-size: 100% auto;
      top: 10px;
      opacity: 0.4;
      z-index: 1;
  }
}
#ambassador-top .sec-intro__ttl {
  color:#002349;
  font-family: "Poppins", Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, sans-serif;
  font-weight: 700;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-intro__ttl {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-intro__ttl {
    font-size: 36px;
    margin-bottom: 20px;
    z-index: 10;
  }
}
#ambassador-top .sec-intro__txt {
  font-weight: 700;
  color: #13294B;
  line-height: 2;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-intro__txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-intro__txt {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-intro__txt + .sec-intro__txt {
    margin-top: 20px;
  }
}
#ambassador-top .sec-contents__main {
  position: relative;
  display: flex;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__main {
    width: 1200px;
    margin: 157px auto 0;
    flex-direction: row-reverse;
  }
  #ambassador-top .sec-contents__main--direction {
    width: 1200px;
    margin: 157px auto 0;
    flex-direction:initial;
  }
  #ambassador-top .sec-contents__main:hover {
    text-decoration: none;
  }
  #ambassador-top .sec-contents__main:hover .btn {
    background: #002238;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main {
    width: 100%;
    flex-direction: column-reverse;
    margin: -23px auto 0px;
  }
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__main-img {
    position: absolute;
    width: 560px;
    top: -60px;
    left: 0;
  }
    #ambassador-top .sec-contents__main-img--01 {
    position: absolute;
    width: 560px;
    top: -60px;
    right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main-img,
  #ambassador-top .sec-contents__main-img--01 {
    width: 94.6%;
    position: relative;
    bottom: -100px;
    z-index: 2;
  }
}
#ambassador-top .sec-contents__main-box {
  background: #002248;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__main-box {
    width: 720px;
    padding: 100px 120px 97px 160px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main-box {
    width: 94.6%;
    padding: 124px 40px 40px 50px;
    margin-left: 5.4%;
  }
}
#ambassador-top .sec-contents__main-box .info {
  display: flex;
  align-items: center;
}
#ambassador-top .sec-contents__main-box .info .num {
  color: #7FBFF5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__main-box .info .num {
    font-size: 64px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main-box .info .num {
    font-size: 48px;
    margin-right: 16px;
  }
}
#ambassador-top .sec-contents__main-box .info .date {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  font-size: 12px;
}
#ambassador-top .sec-contents__main-box .info .name {
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__main-box .info .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main-box .info .name {
    font-size: 18px;
  }
}
#ambassador-top .sec-contents__main-box .copy {
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__main-box .copy {
    font-size: 36px;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main-box .copy {
    font-size: 24px;
    line-height: 1.4166666667;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
#ambassador-top .sec-contents__main-box .copy:before {
  content: "";
  display: block;
  background-image: url(/user_data/packages/default/img/about/ambassador/top/icon_parentheses.svg);
  background-size: 100%;
  position: absolute;
  width: 12px;
  height: 39px;
  top: -10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main-box .copy:before {
    left: -20px;
  }
}
#ambassador-top .sec-contents__main-box .copy:after {
  content: "";
  display: block;
  background-image: url(/user_data/packages/default/img/about/ambassador/top/icon_parentheses.svg);
  background-size: 100%;
  position: absolute;
  transform: scale(-1, -1);
  width: 12px;
  height: 39px;
  bottom: 0;
  right: -10px;
}
#ambassador-top .sec-contents__main-box .btn {
  background: #fff;
  color: #002248;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__main-box .btn {
    width: 240px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__main-box .btn {
    width: 240px;
    height: 48px;
    margin: 0 auto;
  }
}
#ambassador-top .sec-contents__list {
  background: #F6F4F1;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list {
    margin-top: 240px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#ambassador-top .sec-contents__list:after {
  content: "Push for \a better";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  color: #FDFDFC;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list:after {
    bottom: -70px;
    font-size: 200px;
    text-align: center;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list:after {
    bottom: -4px;
    font-size: 21.3333333333vw;
    line-height: 0.8421052632;
  }
}
#ambassador-top .sec-contents__list .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list {
    width: 1200px;
    margin: 0 auto;
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list .list {
    width: 100%;
    top: -160px;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list li {
    width: 360px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list .list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list li:not(:nth-child(3n)) {
    margin-right: 60px;
  }
}
#ambassador-top .sec-contents__list .list li a {
  background: #fff;
  display: block;
}
#ambassador-top .sec-contents__list .list li a:hover {
  text-decoration: none;
}
#ambassador-top .sec-contents__list .list li a:hover {
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list li a:hover img {
    transform: scale(1.1, 1.1);
  }
}
#ambassador-top .sec-contents__list .list li .img {
  display: block;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list li .img {
    width: 360px;
    height: 360px;
    overflow: hidden;
  }
}
#ambassador-top .sec-contents__list .list li .img img {
  transition: all 0.3s ease-out;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list li .img img:hover {
    transform: scale(1.1, 1.1);
  }
}
#ambassador-top .sec-contents__list .list li .date {
  font-family: "Poppins", sans-serif;
  color: #7FBFF5;
  font-weight: 500;
  font-size: 12px;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list li .date {
    padding: 30px 30px 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list .list li .date {
    padding: 28px 20px 16px 20px;
  }
}
#ambassador-top .sec-contents__list .list li .ttl {
  color: #002248;
  font-weight: 700;
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list li .ttl {
    font-size: 18px;
    padding: 0 30px 30px;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list .list li .ttl {
    font-size: 16px;
    padding: 0 20px 30px;
    line-height: 1.75;
  }
}
#ambassador-top .sec-contents__list .list.commingsoon {
  position: relative;
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list .list.commingsoon {
    padding-bottom: 400px;
  }
}
#ambassador-top .sec-contents__list .list.commingsoon:after {
  content: "Comming Soon";
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(117, 167, 174, 0.6);
  position: absolute;
  z-index: 10;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  #ambassador-top .sec-contents__list .list.commingsoon:after {
    right: 0;
    top: 0;
    width: 780px;
    height: 506px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  #ambassador-top .sec-contents__list .list.commingsoon:after {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 380px;
    font-size: 30px;
  }
}

/* -----------------------------------------------------------------------------

	about 記事詳細

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  #about-article .ec-layoutRole {
    padding-top: 140px;
  }
}
#about-article .ec-footerRole {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  #about-article .anchorLink {
    padding-top: 90px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .anchorLink {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#about-article .ambassador-ttl {
  text-align: center;
  color: #7FBFF5;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #about-article .ambassador-ttl {
    font-size: 40px;
    margin: 20px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .ambassador-ttl {
    font-size: 36px;
    margin: 40px 0 20px;
  }
}
#about-article .ambassador-copy {
  text-align: center;
  color: #002248;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #about-article .ambassador-copy {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .ambassador-copy {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
#about-article .sec-mv {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv {
    width: 1100px;
    min-height: 620px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-mv {
    width: 100%;
    height: 128vw;
    margin: 0 auto 40px;
  }
}
#about-article .sec-mv .inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv .inner {
    width: 900px;
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-mv .inner {
    padding: 0 20px;
    bottom: 20px;
  }
}
#about-article .sec-mv__info {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv__info {
    width: 100%;
    margin-bottom: 20px;
  }
}
#about-article .sec-mv__info .tag {
  background: #fff;
  color: #002248;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 0 16px;
  margin-right: 10px;
  height: 36px;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv__info .tag {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-mv__info .tag {
    font-size: 14px;
  }
}
#about-article .sec-mv__info .date {
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv__info .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-mv__info .date {
    font-size: 14px;
  }
}
#about-article .sec-mv__ttl {
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv__ttl {
    font-size: 36px;
    line-height: 1.5;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-mv__ttl {
    font-size: 24px;
    line-height: 1.5;
  }
}
#about-article .sec-mv__img {
  position: initial;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv__img img {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-mv__img img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
#about-article .sec-mv__img:after {
  content: "";
  display: block;
  background-image: linear-gradient(180deg, rgba(82, 82, 99, 0), rgba(82, 82, 99, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-mv__img:after {
    width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-mv__img:after {
    width: 100%;
  }
}
#about-article .sec-entry {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry {
    width: 900px;
  }
}
#about-article .sec-entry .c-ttl01 {
  color: #002248;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .c-ttl01 {
    width: 700px;
    margin: 100px auto 40px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .c-ttl01 {
    font-size: 20px;
    padding: 0 20px;
    margin: 60px auto 30px;
  }
}
#about-article .sec-entry .c-ttl02 {
  color: #7FBFF5;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .c-ttl02 {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .c-ttl02 {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
#about-article .sec-entry .txt {
  color: #525263;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .txt {
    width: 700px;
    margin: 0 auto;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .txt {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .txt + .img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .txt + .img {
    margin-top: 40px;
  }
}
#about-article .sec-entry .txt + .txt {
  margin-top: 30px;
}
#about-article .sec-entry .img {
  margin: auto;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .img + .txt {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .img + .txt {
    margin-top: 30px;
  }
}
#about-article .sec-entry .contentsList {
  background: #F6F4F1;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .contentsList {
    margin: 60px auto 0;
    padding: 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .contentsList {
    margin: 40px auto 0;
    padding: 20px 20px 1px 20px;
  }
}
#about-article .sec-entry .contentsList h2 {
  color: #7FBFF5;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .contentsList h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .contentsList h2 {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
#about-article .sec-entry .contentsList ul li {
  color: #002248;
  list-style: disc;
  list-style-position: inside;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .contentsList ul li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .contentsList ul li {
    margin-bottom: 20px;
  }
}
#about-article .sec-entry .contentsList ul a {
  color: #002248;
  font-weight: bold;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .contentsList ul a {
    font-size: 18px;
  }
  #about-article .sec-entry .contentsList ul a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .contentsList ul a {
    font-size: 16px;
  }
}
#about-article .sec-entry .box {
  background: #F6F4F1;
  font-weight: bold;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .box {
    width: 700px;
    padding: 30px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .box {
    padding: 20px 20px 10px 20px;
  }
}
#about-article .sec-entry .box .pointList li {
  position: relative;
  color: #002248;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .box .pointList li {
    font-size: 18px;
    margin-bottom: 14px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .box .pointList li {
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 34px;
  }
}
#about-article .sec-entry .box .pointList li:before {
  content: "";
  /*background-image: url(/user_data/packages/default/img/about/icon_check.svg);*/
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #7FC0F5;
  background: transparent;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .box .pointList li:before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .box .pointList li:before {
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}
#about-article .sec-entry .supervised {
  background: #F6F4F1;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .supervised {
    width: 700px;
    margin: 80px auto 0;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .supervised {
    flex-direction: column;
    margin: 30px auto 30px;
    padding: 20px;
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .supervised .img {
    width: 180px;
    height: 180px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .supervised .img {
    width: 48vw;
    height: 48vw;
    margin-bottom: 20px;
  }
}
#about-article .sec-entry .supervised .txt {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .supervised .txt {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .supervised .txt {
    width: 100%;
  }
}
#about-article .sec-entry .supervised .txt01 {
  color: #7FBFF5;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 16px;
}
#about-article .sec-entry .supervised .txt02 {
  font-size: 14px;
}
#about-article .sec-entry .supervised .name {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 16px;
  color: #002248;
  font-weight: bold;
  font-size: 20px;
}
#about-article .sec-entry .supervised .name a {
  color: #002248;
  font-weight: bold;
  font-size: 20px;
}
#about-article .sec-entry .supervised .name span {
  font-family: "Poppins", sans-serif;
  color: #7FBFF5;
  font-weight: 600;
  display: block;
  font-size: 14px;
  margin-top: 8px;
}
#about-article .sec-entry .profile {
  background: #F6F4F1;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .profile {
    margin-bottom: 60px;
    padding: 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .profile {
    margin-bottom: 30px;
    padding: 22px 20px;
  }
}
#about-article .sec-entry .profile .ttl {
  font-family: "Poppins", sans-serif;
  color: #7FBFF5;
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .profile .ttl {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .profile .ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
#about-article .sec-entry .profile p {
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .profile p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .profile p {
    font-size: 16px;
  }
}
#about-article .sec-entry .profile p b {
  color: #002248;
}
#about-article .sec-entry .profile p + p {
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .interview + .interview {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .interview + .interview {
    margin-top: 40px;
  }
}
#about-article .sec-entry .interview .interview_q {
  color: #7FBFF5;
  font-weight: bold;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .interview .interview_q {
    font-size: 24px;
    margin-bottom: 16px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .interview .interview_q {
    font-size: 20px;
    margin-bottom: 14px;
    padding: 0 20px;
  }
}
#about-article .sec-entry .interview .interview_a {
  margin: auto;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .interview .interview_a {
    font-size: 18px;
    width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .interview .interview_a {
    font-size: 16px;
    padding: 0 20px;
  }
}
#about-article .sec-entry .interview .interview_a b {
  color: #002248;
}
#about-article .sec-entry .interview .interview_a + .interview_a {
  margin-top: 20px;
}
#about-article .sec-entry .interview .img {
  margin: 60px auto;
}
@media print, screen and (min-width: 769px) {
  #about-article .sec-entry .interview .img {
    margin: 60px auto;
  }
}
@media screen and (max-width: 768px) {
  #about-article .sec-entry .interview .img {
    margin: 40px auto;
  }
}
#about-article .after {
  background: #F6F4F1;
}
@media print, screen and (min-width: 769px) {
  #about-article .after {
    margin-top: 60px;
    padding: 40px 100px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .after {
    font-size: 16px;
    margin-top: 30px;
    padding: 22px 20px;
  }
}
#about-article .after .ttl {
  color: #7FBFF5;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #about-article .after .ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #about-article .after .ttl {
    margin-bottom: 14px;
  }
}
#about-article .after .txt {
  color: #002248;
  font-weight: bold;
  padding: 0;
}
#about-article .sec-products {
  padding-bottom: 100px;
}
#about-article .sec-articles .inner {
  background: #F6F4F1;
  background: #002349;
  color: #fff;
}
#about-article .sec-articles .sec-ttl .en {
  color: #7FBFF5;
}
#about-article .sec-articles .sec-ttl .jp {
  color: #002248;
  color: #fff;
}