@charset "UTF-8";
figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.main {
  display: block;
  min-width: 960px; }
  .main img {
    /*	  width: 100%;*/
    vertical-align: middle; }

@media screen and (max-width: 48.0625em) {
  .main {
    min-width: 100%; } }

@media screen and (max-width: 48.0625em) {
  .main img {
    width: 100%;
    height: auto; } }

/* ----- helper ----- */
@media screen and (min-width: 48em) {
  .tx-align-right {
    text-align: right; } }

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }

@media screen and (max-width: 48.0625em) {
  .pc {
    display: none; } }

.sp {
  display: none; }

@media screen and (max-width: 48.0625em) {
  .sp {
    display: block; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.main {
  display: block;
  max-width: 960px;
  min-width: 960px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 48.0625em) {
  .main {
    min-width: 100%; } }

/* 去年の
--------------------------------------------------------- */
#ttlContents, #mainContents {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }

#ttlContents p {
  text-align: center;
  margin: 0 0 30px 0; }

/* lead
--------------------------------------------------------- */
.lead {
  background-color: #009376;
  margin-bottom: 0;
  height: 190px; }

@media screen and (max-width: 48.0625em) {
  .lead {
    height: 240px; } }

@media (min-width: 1501px) {
  .lead {
    min-width: 1500px;
    background-size: 100% auto; } }

.lead_ttl {
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.3em;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 48.0625em) {
  .lead_ttl {
    line-height: 1.4423076923;
    font-size: 8.125vw; } }

.lead_ttl_small {
  font-size: 18px;
  margin-top: .6em; }

@media screen and (max-width: 48.0625em) {
  .lead_ttl_small {
    margin-top: 0;
    font-size: 2.8125vw; } }

.lead_ttl br {
  display: none; }

@media screen and (max-width: 48.0625em) {
  .lead_ttl br {
    display: block; } }

/* tab
--------------------------------------------------------- */
.tab {
  margin-bottom: 30px; }

@media screen and (max-width: 48.0625em) {
  .tab--top, .tab--bottom {
    margin-left: auto;
    margin-right: auto;
    width: 84.6875%; } }

.tab--bottom {
  margin-bottom: 20px; }

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

.tab__item {
  cursor: pointer;
  display: block;
  width: 50%;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .tab__item img {
    width: 100%; }

.js-tab.is_current {
  pointer-events: none; }

.tab__item:hover {
  opacity: 0.8; }

.tab__item__sub {
  display: none;
  left: 0;
  top: 0;
  position: absolute; }

.tab__item.is_current .tab__item__sub {
  display: block; }

.tab__item.is_current:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #dc6b82 transparent transparent transparent; }

.tab--bottom .tab__item.is_current:after {
  bottom: auto;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #dc6b82 transparent;
  top: -10px; }

@media screen and (max-width: 48.0625em) {
  .tab--bottom .tab__item.is_current:after {
    border-width: 0 5px 5px 5px;
    top: -5px; } }

.bottom-menu .tab .tab__item.is_current:after {
  bottom: auto;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #dc6b82 transparent;
  top: -5px; }

.tab__item:hover .tab__item__sub {
  -webkit-animation: fadeIn .2s;
  animation: fadeIn .2s; }

/* intro
--------------------------------------------------------- */
.intro {
  position: relative;
  padding: 60px 0 40px; }

.intro__back {
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
  width: 350px; }

@media screen and (max-width: 48.0625em) {
  .intro__back {
    position: relative;
    top: auto;
    right: auto;
    width: 84.6875%;
    margin: 0 auto 20px;
    display: block; } }

@media screen and (max-width: 48.0625em) {
  .intro {
    padding: 6.25% 0; } }

.intro-cont {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 48.0625em) {
  .intro-cont {
    margin-left: auto;
    margin-right: auto;
    width: 84.6875%; } }

.intro__pict {
  width: 70px; }

@media screen and (max-width: 48.0625em) {
  .intro__pict {
    width: 50px; } }

.intro__text {
  width: calc(100% - 90px); }

@media screen and (max-width: 48.0625em) {
  .intro__text {
    padding-top: 2.34375%;
    width: calc(100% - 55px); } }

.intro__text__top {
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px; }

.intro__text__top__pict {
  display: none; }

.intro__text__bottom {
  line-height: 1; }

@media screen and (max-width: 48.0625em) {
  .intro__text__bottom {
    line-height: 1.4; } }

.intro__text__date {
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em; }

.intro__text__desc {
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em; }
  .intro__text__desc span {
    display: inline-block;
    padding: 0 1em;
    font-size: 16px;
    font-weight: bold; }

@media screen and (max-width: 48.0625em) {
  .intro__text__desc {
    font-size: 12px; } }

@media screen and (max-width: 48.0625em) {
  .intro__text__desc span {
    display: block;
    font-size: 14px;
    padding: 0; } }

@media screen and (max-width: 48.0625em) {
  .intro__text__border {
    display: none; } }

.intro__ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 65px;
  line-height: 1;
  letter-spacing: 0.03em; }

@media screen and (max-width: 48.0625em) {
  .intro__ttl {
    font-size: 32px;
    width: calc(100% - 35px); } }

@media screen and (max-width: 48.0625em) and (max-width: 48.0625em) {
  .intro__ttl {
    width: 100%; } }

@media screen and (max-width: 48.0625em) {
  .intro__ttl > span {
    display: block;
    height: 4px;
    padding-top: 10px; } }

@media screen and (max-width: 48.0625em) and (max-width: 48.0625em) {
  .intro__ttl > span {
    padding-top: 4px; } }

@media screen and (max-width: 48.0625em) {
  .intro__ttl > span img {
    vertical-align: top; } }

.intro__ttl__small {
  color: #dc6b82; }
  .intro__ttl__small span:last-child {
    padding-left: 2.4em;
    position: relative; }
    .intro__ttl__small span:last-child:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 1.6em;
      bottom: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #dc6b82; }

@media screen and (max-width: 48.0625em) {
  .intro__ttl__small {
    display: none; } }

/* article
--------------------------------------------------------- */
.article {
  display: none; }
  .article.is_current {
    -webkit-animation: fadeIn .3s;
    animation: fadeIn .3s;
    display: block; }

@media screen and (max-width: 48.0625em) {
  .article__heading {
    margin-left: auto;
    margin-right: auto;
    width: 84.6875%; } }

/* sec
--------------------------------------------------------- */
.sec {
  position: relative;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  /* ----- sec(common) ----- */
  /* ----- sec--top ----- */
  /* ----- sec--bottom ----- */
  /* ----- sec--col2 ----- */
  /* ----- sec--col2 ----- */
  /* ----- sec--col3 ----- */
  /* ----- sec--column ----- */
  /* ----- sec--left,right ----- */ }

.sec__text__figure {
  margin-left: -52px; }

@media screen and (max-width: 48.0625em) {
  .sec__text__figure {
    display: none;
    margin-left: 0; } }

.sec__desc {
  color: #000;
  font-size: 13px;
  line-height: 2; }

@media screen and (max-width: 48.0625em) {
  .sec__desc {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-left: auto;
    margin-right: auto;
    width: 84.6875%; } }

.sec__ttl {
  color: #dc6b82;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 29px;
  line-height: 1.3793103448;
  letter-spacing: 0.13em;
  padding-bottom: 14px;
  position: relative;
  z-index: 2; }

@media screen and (max-width: 48.0625em) {
  .sec__ttl {
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    text-align: center;
    margin-bottom: 7.5%;
    padding-bottom: 3.90625%; }
    .sec__ttl:after {
      background-color: #e7ac02;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 80px;
      height: 1px; } }

.sec__balloon {
  position: absolute;
  top: 0;
  left: -50px; }

@media screen and (max-width: 48.0625em) {
  .sec__balloon {
    width: 25.46875%;
    top: -17.1875%;
    left: -10px; } }

.sec--top {
  position: relative;
  max-width: 100%; }
  .sec--top .sec__desc {
    max-width: 420px;
    position: absolute;
    right: 45px;
    bottom: 90px;
    z-index: 2;
    /* ----- position ----- */ }
    .sec--top .sec__desc.reverse {
      right: 60%; }

@media screen and (min-width: 48em) {
  .tab02 .sec--top {
    padding-bottom: 20px; } }

@media screen and (max-width: 48.0625em) {
  .sec--top .sec__desc {
    max-width: 100%;
    position: static;
    padding-bottom: 10.46875%; } }

@media screen and (min-width: 48em) {
  #person01 .tab01 .sec--top .sec__desc {
    bottom: 90px; }
  #person01 .tab02 .sec--top .sec__desc {
    bottom: 100px; }
  #person02 .tab01 .sec--top .sec__desc {
    bottom: 10px; }
  #person02 .tab02 .sec--top .sec__desc {
    bottom: 90px; }
  #person03 .tab01 .sec--top .sec__desc {
    bottom: 50px; }
  #person03 .tab02 .sec--top .sec__desc {
    bottom: 70px; } }

.sec--bottom {
  position: relative;
  max-width: 100%;
  padding-bottom: 30px; }
  .sec--bottom .sec-cont {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    position: absolute;
    max-width: 380px; }
  .sec--bottom .sec__desc {
    font-size: 12px; }

@media screen and (max-width: 48.0625em) {
  .sec--bottom {
    padding-bottom: 11.25%; } }

@media screen and (min-width: 48em) {
  #person02 .sec--bottom .sec__ttl {
    white-space: nowrap;
    padding-bottom: 60px; } }

@media screen and (max-width: 48.0625em) {
  .sec--bottom .sec-cont {
    max-width: 100%;
    padding-left: 0;
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

@media screen and (max-width: 48.0625em) {
  .sec--bottom .sec__pict {
    padding-top: 10.9375%; } }

.sec--col2, .sec--col3 {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 48px; }

@media screen and (max-width: 48.0625em) {
  .sec--col2, .sec--col3 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-bottom: 11.40625%; } }

@media screen and (max-width: 48.0625em) {
  .sec--col2 .sec__pict, .sec--col3 .sec__pict {
    -webkit-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10.3125%;
    width: 67%; }
  .tab02 .sec--col2 .sec__pict, .tab02 .sec--col3 .sec__pict {
    width: 75%; }
  .sec--col2 .sec__pict img:first-of-type, .sec--col3 .sec__pict img:first-of-type {
    padding-bottom: 6.25%; } }

.sec--col2 .sec__text, .sec--col3 .sec__text {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0 10px; }

@media screen and (max-width: 48.0625em) {
  .sec--col2 .sec__text, .sec--col3 .sec__text {
    -webkit-order: 0;
    -ms-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
    width: 100%; } }

.sec--col2 .sec__ttl, .sec--col3 .sec__ttl {
  white-space: nowrap; }

@media screen and (max-width: 48.0625em) {
  .sec--col2 .sec__ttl, .sec--col3 .sec__ttl {
    white-space: normal;
    text-align: center; } }

.sec--col2 .sec__desc, .sec--col3 .sec__desc {
  font-size: 13px;
  max-width: 520px; }

@media screen and (max-width: 48.0625em) {
  .sec--col2.favorite .sec__ttl, .sec--col3.favorite .sec__ttl {
    padding-bottom: 0;
    margin-bottom: 6.25%; }
  .sec--col2.favorite .sec__ttl:after, .sec--col3.favorite .sec__ttl:after {
    display: none; } }

@media screen and (max-width: 48.0625em) {
  .sec--col2.favorite .sec__pict, .sec--col3.favorite .sec__pict {
    margin-left: 10px; } }

.tab02 .sec--col2 {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .tab02 .sec--col2.fasion {
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 918px;
    margin-right: 0; }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2 {
    padding-bottom: 30px; } }

#person03 .tab02 .sec--col2.fasion {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2.fasion {
    padding-bottom: 30px; }
    .tab02 .sec--col2.fasion .sec__text {
      max-width: 456px; } }

@media screen and (max-width: 48.0625em) {
  .tab02 .sec--col2.fasion .sec__pict {
    width: 82.8125%; }
    .tab02 .sec--col2.fasion .sec__pict img.sp {
      margin-left: auto;
      margin-right: auto;
      width: 90%; } }

.tab02 .sec--col2.colleague {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2.colleague .sec__desc {
    max-width: 424px;
    margin-left: auto; } }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2.healing {
    padding-top: 20px !important;
    padding-bottom: 40px !important; } }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2.healing .sec__text {
    max-width: 406px;
    padding-top: 45px; } }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2.room .sec__text {
    max-width: 387px; } }

@media screen and (max-width: 48.0625em) {
  .tab02 .sec--col2.colleague {
    padding-bottom: 10.9375%; } }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2.colleague .sec__text {
    max-width: 410px;
    margin-right: -3em; } }

@media screen and (min-width: 48em) {
  .tab02 .sec--col2.colleague .sec__ttl {
    margin-left: -3em; } }

@media screen and (max-width: 48.0625em) {
  .tab02 .sec--col2.colleague .sec__pict img:first-of-type {
    padding-bottom: 0; } }

@media screen and (min-width: 48em) {
  #person02 .sec--col2.healing {
    padding-bottom: 60px; } }

#person02 .sec--col2.healing .sec__pict {
  padding-top: 40px; }

#person02 .sec--col2.colleague .sec__text {
  margin-right: 0; }

@media screen and (max-width: 48.0625em) {
  #person02 .sec--col2.healing .sec__pict {
    padding-top: 0; } }

.sec--col3 .sec__text {
  max-width: 383px; }

.sec--col3 .sec__ttl {
  white-space: nowrap;
  font-size: 21px; }

.sec--col3 .sec__desc {
  font-size: 13px; }

@media screen and (max-width: 48.0625em) {
  .sec--col3 .sec__text {
    -webkit-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media screen and (max-width: 48.0625em) {
  .sec--col3 .sec__pict {
    -webkit-order: 0;
    -ms-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 0; } }

@media screen and (max-width: 48.0625em) {
  .sec--col3 .sec__ttl {
    font-size: 18px;
    white-space: normal; } }

.sec--column {
  background-color: #fbf0f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px; }
  .sec--column.bag .sec__text {
    max-width: 440px;
    padding-left: 30px; }

@media screen and (max-width: 48.0625em) {
  .sec--column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 14.0625%;
    margin-top: 20.9375%;
    padding-bottom: 7.8125%;
    width: 84.6875%; } }

@media screen and (min-width: 48em) {
  .sec--column.bag {
    margin-bottom: 40px; } }

@media screen and (max-width: 48.0625em) {
  .sec--column.bag .sec__text {
    padding-left: 0; } }

@media screen and (min-width: 48em) {
  #person02 .sec--column.desk {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 30px 0; } }

@media screen and (max-width: 48.0625em) {
  #person02 .sec--column.desk {
    margin-top: 0; } }

@media screen and (min-width: 48em) {
  #person02 .sec--column.desk .sec__pict {
    padding-left: 84px; } }

@media screen and (max-width: 48.0625em) {
  #person02 .sec--column.desk .sec__pict {
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    width: 90%; }
    #person02 .sec--column.desk .sec__pict img {
      width: 75%;
      vertical-align: middle; }
    #person02 .sec--column.desk .sec__pict figcaption {
      padding-left: 4.6875%; } }

#person02 .sec--column.bag .sec__balloon + .sec__text {
  max-width: 440px; }

@media screen and (max-width: 48.0625em) {
  #person02 .sec--column.bag .sec__balloon + .sec__text {
    max-width: 100%; } }

@media screen and (min-width: 48em) {
  #person03 .sec--column.desk {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 30px 0; } }

@media screen and (min-width: 48em) {
  #person03 .sec--column.desk .sec__pict {
    padding-left: 64px; } }

.sec--column .sec__balloon + .sec__text {
  max-width: 380px; }

.sec--column .sec__text {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

.sec--column .sec__ttl {
  font-size: 21px;
  letter-spacing: normal;
  padding-bottom: 10px; }

.sec--column .sec__desc {
  font-size: 11px;
  letter-spacing: 0.05em; }

@media screen and (max-width: 48.0625em) {
  .sec--column .sec__balloon + .sec__text {
    max-width: 100%; } }

@media screen and (max-width: 48.0625em) {
  .sec--column .sec__pict {
    -webkit-order: 0;
    -ms-order: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: -27.03125%;
    width: 73.8007380074%; } }

@media screen and (max-width: 48.0625em) {
  .sec--column .sec__text {
    -webkit-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 82.6568265683%; } }

@media screen and (max-width: 48.0625em) {
  .sec--column .sec__ttl {
    font-size: 18px;
    letter-spacing: 0.13em;
    line-height: 1.4444444444;
    margin-bottom: 0;
    text-align: left;
    padding-top: 7.8125%;
    padding-bottom: 6.25%; }
    .sec--column .sec__ttl:after {
      display: none; } }

@media screen and (max-width: 48.0625em) {
  .sec--column .sec__desc {
    width: 100%; } }

.sec--left {
  max-width: 908px; }

.sec--right {
  max-width: 908px;
  margin-right: 0; }

.sec--left {
  margin-left: 0; }

.article__heading + .sec {
  padding-top: 30px; }

@media screen and (min-width: 48em) {
  .tab02 .article__heading + .sec {
    padding-top: 40px; } }

@media screen and (max-width: 48.0625em) {
  .article__heading + .sec {
    padding-top: 8.59375%; } }

@media screen and (min-width: 48em) {
  .article__heading + .sec--bottom {
    padding-top: 0; } }

/* bottom-menu
--------------------------------------------------------- */
.bottom-menu {
  margin-top: 50px; }

@media screen and (max-width: 48.0625em) {
  .bottom-menu {
    background: url(../img/menu-bg.png) no-repeat left top;
    background-size: cover;
    display: block;
    padding: 12.5% 0; } }

.bottom-menu-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .bottom-menu-cont section {
    margin: 0 10px; }

.bottom-menu__ttl {
  color: #dc6b82;
  font-size: 12px;
  letter-spacing: 0.4em;
  text-align: center;
  padding-bottom: 3.125%; }

.bottom-menu-sec {
  padding-bottom: 4.6875%;
  width: 33%; }
  .bottom-menu-sec.is_current_person .bottom-menu-sec__ttl:after {
    display: block; }
  .bottom-menu-sec.is_current_person .bottom-menu-sec__item.is_current:after {
    display: none; }
  .bottom-menu-sec.is_current_person .bottom-menu-sec__item.is_current .tab__item__sub {
    display: block; }

@media screen and (max-width: 48.0625em) {
  .bottom-menu-cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .bottom-menu-cont section {
      margin: 0; }
  .bottom-menu-sec {
    width: 100%; } }

.bottom-menu-sec__ttl {
  border: 2px solid #dc6b82;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative; }
  .bottom-menu-sec__ttl:after {
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%; }

.bottom-menu .tab {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bottom-menu .tab__item.is_current:after, .bottom-menu .tab__item.is_current .tab__item__sub {
  display: none; }

.bottom__ttl {
  color: #dc6b82;
  text-align: right;
  padding-right: 50px;
  letter-spacing: 0.05em; }
  .bottom__ttl span {
    position: relative;
    padding-left: 2.4em; }
    .bottom__ttl span:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 1.6em;
      bottom: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 5px;
      border-color: transparent transparent transparent #dc6b82; }

@media screen and (max-width: 48.0625em) {
  .bottom__ttl {
    display: none; } }
