@charset "UTF-8";
/* 変数css
----------------------- */
/* -----------------------
変数
----------------------- */
/* mixin
----------------------- */
/* -----------------------
* component
* ----------------------- */
.topSecTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  color: #777;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .topSecTitle {
    font-size: 20px;
  }
}
.txtLink {
  border-bottom: 1px solid #e672a5;
  color: #e672a5;
  text-decoration: none;
}
.txtLink::before {
  content: '\f0da';
  border-radius: 50%;
  background-color: #e672a5;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  line-height: 1.3;
  text-align: center;
  width: 20px;
  height: 20px;
}
/* ▶ボタン */
.linkBtn {
  display: inline-block;
  color: #e672a5;
  text-decoration: none;
}
.linkBtn::before {
  content: '\f0da';
  border-radius: 50%;
  background-color: #e672a5;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  line-height: 1.3;
  text-align: center;
  width: 20px;
  height: 20px;
}
/* -----------------------
* mainimg
* ----------------------- */
.mainimg {
  background-image: url(../../../temp-ell/assets_ell/images/top/mainimg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0 300px;
  /* 背景の表示領域を確保するため、padding-bottom: 300px */
}
.mainimg__inner {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mainimg__inner > div {
  width: 49%;
}
.mainimg__l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.mainimg__l img {
  position: absolute;
  top: 0;
  left: 0;
}
.mainimg__lead {
  margin: 362px 246px 0 2px;
  color: #e672a5;
}
.mainimg__lead2 {
  margin: 0 0 0 2px;
  color: #e672a5;
}
/* -----------------------
* topNav
* ----------------------- */
.topNav {
  padding: 0;
}
@media (max-width: 768px) {
  .topNav {
    display: none;
  }
  .mv_sp {
    background-image: url("../../../temp-ell/assets_ell/images/mobile/main_v_sp.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-top: 300px;
  }
  .mv_sp p {
    padding: 10px;
  }
}
.topNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.topNavList__link:hover {
  opacity: .8;
}
.topNavList__link:hover img {
  opacity: .8;
}
.topNavList__item {
  margin-right: 10px;
}
/* -----------------------
* topLead
* ----------------------- */
.topLead {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .topLead {
    padding: 50px 0;
  }
}
.covid19PC {
  border: 8px solid #e672a5;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .covid19PC {
    display: none;
  }
}
.covid19__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .covid19__desc {
    font-size: 14px;
  }
}
/* PC用 */
.covid19 .covid19__desc {
  width: 75%;
}
/* SP用 */
.covid19SP {
  border: 8px solid #e672a5;
  padding: 50px 20px 20px 20px;
  position: relative;
}
.covid19SP__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.covid19SP__flex .covid19__desc {
  width: 60%;
}
.covid19SP__flex .covid19__img {
  width: 40%;
}
.topSecTitleSP {
  color: #e672a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 60%;
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* -----------------------
* menu
* ----------------------- */
.menu {
  background-image: url(../../../temp-ell/assets/images/top/top-bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .menu {
    padding: 50px 0;
  }
}
.menuContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .menuList {
    width: 48%;
  }
}
.menuList__item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .menuList__item {
    margin-bottom: 20px;
  }
}
.menuList__link:hover {
  opacity: 1;
}
.menuList__link:hover * {
  opacity: 1;
  -webkit-box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 2px 2px rgba(0, 0, 0, 0.3);
}
/* -----------------------
* 心療のご案内
* ----------------------- */
.guide {
  padding: 100px 0;
  background-image: url(../../../temp-ell/assets/images/top/top-bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .guide {
    background-image: none;
    padding: 50px 0;
  }
}
.guideList__wrap {
  padding: 50px 0;
}
.guideList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .guideList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.guideList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .guideList__item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.guideList__link {
  background-color: #ffece1;
  border-radius: 50%;
  color: #777;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
  width: 300px;
  height: 150px;
  position: relative;
  /* 吹き出し */
}
.guideList__link::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26.0px 15px 0 15px;
  border-color: #ffece1 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 90%);
  transform: translate(-50%, 90%);
}
@media (max-width: 768px) {
  .guideList__link {
    font-size: 16px;
    width: 180px;
    height: 180px;
    /* 吹き出し */
  }
  .guideList__link::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26.0px 15px 0 15px;
    border-color: #ffece1 transparent transparent transparent;
    position: absolute;
    left: initial;
    bottom: initial;
    top: 50%;
    right: -20px;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
  }
}
/* ▶ボタン */
.guideList__linkBtn {
  display: block;
  color: #e672a5;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
}
.guideList__linkBtn::before {
  content: '\f0da';
  border-radius: 50%;
  background-color: #e672a5;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
  line-height: 1.3;
  text-align: center;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .guideList__img {
    width: 40%;
  }
}
/* SP時、左右逆にするレイアウト */
@media (max-width: 768px) {
  .spReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
/* 吹き出しの向きも反転する */
@media (max-width: 768px) {
  .spReverse .guideList__link::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -20px;
    right: initial;
  }
}
/* 初診の方へ */
.first {
  /* 中央に表示する位置調整 */
  position: relative;
  top: -50px;
  left: 30px;
}
@media (max-width: 768px) {
  .first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: 0;
    left: 0;
  }
}
/* -----------------------
* TOPICS
* ----------------------- */
.topics {
  margin: 400px 0 0;
  /* 背景画像と見出しを配置するため、十分な余白を設ける */
  position: relative;
}
.topics::before {
  content: '';
  background-image: url(../../../temp-ell/assets/images/top/top-bg03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  height: 269px;
}
.topics::after {
  content: '';
  background-image: url(../../../temp-ell/assets/images/top/topics-footer.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 116px;
  position: absolute;
  bottom: -50px;
}
@media (max-width: 768px) {
  .topics {
    margin: 100px 0 0;
  }
  .topics::before {
    background-size: 100%;
    /* SP時は縦に引き伸ばさない */
    background-position: bottom;
    height: 134.5px;
    /* PC分の半分の高さ */
    top: 1px;
    /* 背景画像の下にできる余白を消す */
  }
  .topics::after {
    background-size: 100%;
    /* SP時は縦に引き伸ばさない */
    height: 58px;
    /* PC分の半分の高さ */
  }
}
.topics__inner {
  background-color: #c7eaff;
  padding: 100px 0;
  /* 上下の背景画像と被さらないための余白 */
}
@media (max-width: 768px) {
  .topics__inner {
    padding: 50px 0;
  }
}
/* 見出しの位置を調整 */
.topics .topSecTitle {
  position: absolute;
  left: 50%;
  top: -250px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .topics .topSecTitle {
    top: -130px;
  }
}
.topicsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
/* SP時「お仕事説明会」のみ下に下げる */
@media (max-width: 768px) {
  .topicsList__item.second {
    position: relative;
    top: 60px;
  }
}
.topicsList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.topics__lead {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #777;
}
@media (max-width: 768px) {
  .topics__lead {
    font-size: 14px;
    text-align: center;
  }
}
/* SP時のみ表示するテキスト */
.topics__spLead {
  display: none;
}
@media (max-width: 768px) {
  .topics__spLead {
    display: block;
    color: #ff0000;
    font-size: 12px;
    text-align: center;
  }
}
/* -----------------------
* gourp
* ----------------------- */
.group {
  background-color: #fbeaf2;
  padding: 50px 0;
}
/* フッターのスタイルに追加 */
.group {
  position: relative;
}
.group::before {
  content: '';
  background-image: url("../../../temp-ell/assets_ell/images/common/group_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 123px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.group__title {
  color: #e672a5;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 50px;
}
.groupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .groupList {
    gap: 10px;
  }
  .group::before {
    background-size: 100%;
    height: 2%;
  }
}
.groupList__item {
  width: calc((100% - 30px) / 2);
}
@media (max-width: 768px) {
  .groupList__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }
}
.groupList__link {
  background-color: #fff;
  border-bottom: 1px solid #e672a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
}
.groupList__link::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #e672a5 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.groupList__link:hover {
  opacity: 1;
  -webkit-box-shadow: 4px 4px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .groupList__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.groupList__title {
  color: #777;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: 20px;
  left: 20px;
  width: 45%;
}
@media (max-width: 768px) {
  .groupList__title {
    top: 0;
    left: 0;
    font-size: 12px;
    width: 100%;
  }
  .groupList__desc {
    font-size: 0.7rem !important;
  }
}
/* -----------------------
* お知らせ
* ----------------------- */
.news {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .news {
    padding: 50px 0;
  }
}
/* ----------------------
* 既存タブのスタイルを上書き */
#newsTab {
  border: none;
}
#tab-all, #tab-yoshida, #tab-group {
  border: 1px solid #ccc;
  padding: 30px;
  margin: 1px 0;
}
#newsTab .newsTab__list {
  background-color: #fff;
  border: none;
}
#newsTab .newsTab__item {
  background-color: #fff;
  border: none;
  /* リセット */
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  border-radius: 0;
  /* リセット */
  border-top-right-radius: 7px;
}
@media (max-width: 768px) {
  #newsTab .newsTab__item {
    font-size: 12px;
    white-space: normal;
  }
}
#newsTab .newsTab__item:not(.ui-state-active) {
  top: 10px;
}
@media (max-width: 768px) {
  #newsTab .newsTab__item:not(.ui-state-active) {
    top: 0;
  }
}
#newsTab .newsTab__item.ui-state-active {
  font-size: 20px;
}
@media (max-width: 768px) {
  #newsTab .newsTab__item.ui-state-active {
    font-size: 12px;
    font-weight: 700;
  }
}
#newsTab .newsTab__item:nth-of-type(1) {
  border-color: #e672a5;
}
#newsTab .newsTab__item:nth-of-type(1) .newsTab__link {
  color: #e672a5;
}
#newsTab .newsTab__item:nth-of-type(2) {
  border-color: #8a4463;
}
#newsTab .newsTab__item:nth-of-type(2) .newsTab__link {
  color: #8a4463;
}
#newsTab .newsTab__item:nth-of-type(3) {
  border-color: #777;
}
#newsTab .newsTab__item:nth-of-type(3) .newsTab__link {
  color: #777;
}
#newsTab .newsTab__link {
  display: block;
  width: 300px;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #newsTab .newsTab__link {
    padding: 2px;
    width: 100px;
  }
}
/* ----------------------
* リストの中 */
.tabList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555 !important;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 2px dashed #ccc;
}
@media (max-width: 768px) {
  .tabList__link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabList__label {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 10px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .tabList__label {
    font-size: 12px;
  }
}
/* カラーバリエーション */
.tabList__label.pink {
  background-color: #e672a5;
}
.newsListLink {
  display: block;
  text-align: right;
  margin: 10px 0;
  text-decoration: none;
}
@media (max-width: 768px) {
  .tabList__title {
    font-size: 14px;
    margin-top: 10px;
  }
}