@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #fefefe;
}
.section-top {
  position: relative;
  text-align: right;
}
.section-top-img {
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  width: 90%;
}
.section-top h2 img {
  position: absolute;
  top: 76%;
  left: 5%;
  width: 200px;
  mix-blend-mode: difference;
}
.section-top div img {
  position: absolute;
  top: 68%;
  left: 7%;
  width: 105px;
  mix-blend-mode: difference;
}
@media (min-width:768px) {
  .section-top-img-pc {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: 0;
    padding-left: 150px;
  }
  .section-top-img {
    display: none;
  }
  .section-top h2 img {
    width: 435px;
    left: 8%;
  }
  .section-top div img {
    width: 156px;
    left: 28%;
  }
}
.section-commitment h2 {
  font-size: 2.4rem;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #d0d0c4 0%, #929f9d 100%) 1;
  width: 80%;
  margin: 0 auto 50px;
  padding-top: 30px;
}
.section-commitment_wrap {
  position: relative;
}
.section-commitment_img {
  padding-top: 15px;
  width: 195px;
}
.section-commitment_health-wrap {
  background-image: url("../images/about/health_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -20px;
  padding: 10% 5% 10% 6%;
}
.section-commitment_healing-wrap {
  background-image: url("../images/about/healing_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 5% 4% 10% 6%;
}
.section-commitment_health-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 20px;
}
.section-commitment_health-title p::before {
  content: "/";
  padding: 0 10px 0;
}
.section-commitment_health-title1 {
  width: 130px;
}
.section-commitment_health-title2 {
  width: 147px;
}
.section-commitment_health-content p {
  color: #fff;
  font-size: 1.8rem;
}
.section-commitment_healing-wrap {
  margin-top: 10%;
}
.section-commitment_health-description {
  text-align: left;
}
.section-effect h2 {
  font-size: 2.4rem;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #d0d0c4 0%, #929f9d 100%) 1;
  width: 80%;
  margin: 0 auto;
  padding-top: 65px
}
.section-effect p {
  text-align: left;
  padding: 40px 5% 0 7%;
}
.section-effect_piechart-wrap {
  padding: 50px 24px;
}
.section-effect_piechart1 {
  padding-right: 50px;
}
.section-effect_piechart2 {
  padding-left: 55px;
}
/*
.section-effect_instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d9972e;
  width: 99%;
  max-width: 327px;
  margin: 50px auto 30px;
  padding: 15px 10px;
}
.section-effect_instagram p {
  font-size: 1.8rem;
  padding: 0;
  color: #fff;
}
.section-effect_instagram img {
  width: 27px;
  height: 27px;
}
.section-effect a{
  text-decoration: none;
}
*/
.section-voice h2 {
  font-size: 2.4rem;
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #d0d0c4 0%, #929f9d 100%) 1;
  width: 80%;
  margin: 0 auto;
  padding-top: 65px;
}
.section-voice li, .modaal-content-container li {
  background-color: #e5eae2;
  margin: 35px auto;
  list-style: none;
  padding: 25px 20px;
  width: 95%;
  max-width: 409px;
}
.section-voice li {
  text-align: left;
}
.section-voice_name {
  font-size: 1.6rem;
  padding-bottom: 15px;
}
.section-voice_menu {
  line-height: 2.4rem;
  padding-bottom: 0;
  font-weight: 700;
  min-height: 50px;
  height: auto;
}
.section-voice_menu-minutes {
  font-size: 1.4rem;
  display: inline-block;
}
.section-voice_menu-jpy {
  font-size: 1.4rem;
  display: inline-block;
}
.section-voice_price {
  font-size: 1.8rem;
  font-family: sans-serif;
  display: block;
  padding-top: 0;
  text-align: right;
  font-weight: 500;
}
.section-voice_description {
  font-size: 1.4rem;
  padding-top: 20px;
}
.sp-hide {
  display: none;
}
.sp-show {
  display: block;
}
.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: none;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
.section-career {
  padding: 80px 6% 50px;
}
.section-career h2 {
  font-size: 2.0rem;
}
.section-career_staff {
  padding-bottom: 70px;
}
.section-career_staff img {
  width: 270px;
}
.section-_staff-name {
  font-size: 1.4rem;
  margin-bottom: -10px;
}
.section-career_detail {
  padding: 60px 0 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-career_staff-jpname {
  font-size: 3.0rem;
}
.section-career h3::before, .section-career h3::after {
  content: "ー";
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
}
.section-career h3::before {
  margin-right: 10px;
}
.section-career h3::after {
  margin-left: 10px;
}
.section-career_content li {
  list-style: none;
}
.section-career_qualification {
  padding-bottom: 50px;
  display: inline-block;
}
.section-career_qualification h3 {
  margin-bottom: 10px;
}
.section-career_qualification p {
  text-align: left;
  display: flex;
  flex-shrink: 0;
}
.section-career_qualification p::before {
  content: "//";
  padding-right: 10px;
}
.section-career_content ul {
  text-align: left;
}
@media (max-width:340px) {
  .section-top-img {
    padding-left: 20px;
  }
  .section-effect_piechart1 {
    padding-right: 0;
  }
  .section-effect_piechart2 {
    padding-left: 10px;
  }
}
@media (max-width:409px) {
  .commitment-wave1, .commitment-wave2, .commitment-wave3 {
    display: none;
  }
}
@media (min-width:410px) {
  .commitment-wave1 {
    position: relative;
    z-index: 1;
    top: 35px;
  }
  .commitment-wave1 img {
    width: 100%;
  }
  .commitment-wave2 {
    position: absolute;
    top: 430px;
    left: 0;
    z-index: 1;
  }
  .commitment-wave2 img {
    width: 100vw;
  }
  .commitment-wave3 {
    position: relative;
    z-index: 1;
    width: 100vw;
    top: -48px;
  }
  .commitment-wave3 img {
    width: 100vw;
    height: 50vh;
  }
  .section-commitment_healing-wrap {
    margin-top: 3%;
  }
  .section-commitment_health-wrap {
    background-image: url("../images/about/health-bg-ipad.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 10% 5% 10% 6%;
  }
  .section-commitment_healing-wrap {
    background-image: url("../images/about/healing-bg-ipad.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    position: relative;
    padding: 5% 4% 15% 6%;
  }
  .section-effect h2 {
    padding-top: 0;
  }
  .section-commitment h2 {
    margin: 0 auto;
  }
}
@media (min-width:965px) {
  .commitment-wave1, .commitment-wave2, .commitment-wave3 {
    display: none;
  }
  .section-commitment_health-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0 20px;
  }
  .section-commitment_health-title p::before {
    content: "/";
    padding: 0 10px 0;
  }
  .section-commitment_health-title1 {
    width: 130px;
  }
  .section-commitment_health-title2 {
    width: 110px;
  }
  .section-commitment_health-content p {
    color: #fff;
  }
  .section-commitment_healing-wrap {
    margin-top: 30px;
    padding-bottom: 10%;
  }
  .section-commitment_health-description {
    text-align: left;
  }
  .section-effect h2 {
    padding-top: 65px;
  }
}
@media (min-width:967px) {
  .section-commitment_wrap {
    background-image: url("../images/about/health-healing_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-commitment_health-wrap {
    background-image: none;
  }
  .section-commitment_healing-wrap {
    background-image: none;
  }
  .section-commitment_health-wrap, .section-commitment_healing-wrap {
    display: flex;
    justify-content: space-around;
  }
  .section-commitment_health-content, .section-commitment_healing-content {
    width: 40%;
  }
  .section-commitment_img {
    width: 268px;
  }
  .section-commitment_health-title p {
    font-size: 2.9rem;
  }
  .section-commitment_health-title1 {
    width: 200px;
  }
  .section-commitment_health-title2 {
    width: 230px;
  }
  .section-commitment_healing-wrap {
    margin-top: 0;
    padding-top: 0;
  }
  .section-commitment_health-wrap {
    padding-top: 90px;
    margin-top: 5%;
  }
}
@media (min-width:950px) {
  .section-voice_modaal-wrap {
    display: flex;
    justify-content: center;
    width: 87%;
    margin: 0 auto;
  }
  .section-voice_modaal-wrap li {
    margin-right: 10px;
    margin-left: 10px;
  }
  .sp-hide {
    display: block;
  }
  .sp-show {
    display: none;
  }
  .section-career {
    display: flex;
    justify-content: space-evenly;
  }
  .modaal-content-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 87%;
    margin: 0 auto;
  }
  .modaal-inner-wrapper {
    z-index: 9999;
  }
}
@media (min-width:768px) {
  .section-commitment h2 {
    font-size: 3.0rem;
    border-image: linear-gradient(to right, #d0d0c4 0%, #929f9d 100%) 1;
    width: 40%;
  }
  .section-effect h2 {
    font-size: 3.0rem;
    border-image: linear-gradient(to right, #d0d0c4 0%, #929f9d 100%) 1;
    width: 40%;
    margin-bottom: 35px;
  }
  .section-effect p {
    text-align: center;
    padding-top: 0;
  }
  .section-effect_piechart-wrap {
    padding-top: 70px;
  }
  .section-effect_piechart2 {
    padding-left: 95px;
  }
  .section-voice h2 {
    font-size: 3.0rem;
    border-image: linear-gradient(to right, #d0d0c4 0%, #929f9d 100%) 1;
    width: 40%;
    margin-bottom: 35px;
  }
  .section-career_wrap1 {
    padding-top: 20px;
  }
  .timeline li {
    font-size: 1.8rem;
  }
  .section-career_staff-name {
    font-size: 1.8rem;
    margin-bottom: -10px;
  }
}
@media (min-width:1450px) {
  .section-commitment_wrap {
    background-image: url("../images/about/health-healing_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*========= モーダル表示のためのCSS ===============*/
/*infoエリアをはじめは非表示*/
#info {
  display: none;
}
/*モーダルの横幅を変更したい場合*/
.modaal-container {}
/*モーダルの色変更*/
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #ccc;
}
/*モーダル変更*/
.modaal-content-container {
  padding: 15px;
}
/*タイムライン全体の設定*/
.timeline {
  max-width: 400px;
  width: 100%;
  margin: 10px auto;
  padding: 0 15px;
}
.timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}
.timeline dl {
  margin: 0 0 20px 2em;
}
/*絶対配置で線を設定*/
.border-line {
  /*線の位置*/
  position: absolute;
  left: 0.2em;
  top: 10px;
  width: 2px; /*線の太さ*/
  height: 0; /*はじめは高さを0に*/
  background: #ccc;
}
/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
}
/*睡眠の質ボタン、アニメーション*/
.btnchangeline_span {
  display: inline-block;
}
.btnchangeline_span::after {
  content: url("../images/top/icon.png");
  width: 10px;
  height: 5px;
  display: inline-block;
  vertical-align: text-top;
  transform: scale(0.1);
}
/*塗りから線に変わる*/
.btnchangeline {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #d9972e;
  padding: 10px 30px 10px 15px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 327px;
}
/*線の設定*/
.btnchangeline::before {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*線の形状*/
  width: 100%;
  height: 100%;
  border-top: 1px solid #d9972e;
  border-bottom: 1px solid #d9972e;
  /*はじめは透過0に*/
  opacity: 0;
  transform: scale(0, 1);
  /*アニメーションの指定*/
  transition: all 0.3s;
}
/*背景の設定*/
.btnchangeline::after {
  content: '';
  /*絶対配置で背景の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*背景の形状*/
  width: 100%;
  height: 100%;
  background-color: #d9972e;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
/*hoverした際の背景と線の形状*/
.btnchangeline:hover::before {
  opacity: 1; /*不透明に*/
  transform: scale(1, 1); /*X方向に線を伸ばす*/
}
.btnchangeline:hover::after {
  opacity: 0; /*透過0に*/
  transform: scale(0, 1); /*X方向に背景を縮小*/
}
/*テキストの設定*/
.btnchangeline span {
  /*テキストを前面に出すためz-indexの値を高く設定*/
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  /*テキストの形状*/
  color: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s;
}
/*hoverした際のテキストの形状*/
.btnchangeline:hover span {
  color: #d9972e;
}
/*moreボタンのアニメーション*/
/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: #ead83f 1px solid; /* ボーダーの色と太さ */
  padding: 0 40% 6px;
  margin: 0;
  text-align: center;
  outline: none;
  /*アニメーションの指定   
  transition: ease .2s;*/
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #333;
  text-decoration: none;
}
.btn:hover span {
  color: #fff;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  /*色や形状*/
  background: #ead83f; /*背景色*/
  width: 200%;
  height: 200%;
  /*アニメーション*/
  transform-origin: right top;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .4s;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  transform: translateX(10%);
}
@media (min-width:768px) {
  .btn span {
    margin: 0;
    padding: 0;
  }
  .btn {
    margin: 0;
    padding: 0 7% 5px;
  }
}