﻿@charset "utf-8";

/* =================================メイン=========================================== */
/*メイン
-------------------------------------------------------------------------*/
#mv {
  width: 100%;
  margin: 0 auto;
}

#mv img {
  width: 100%;
}

#mv .mv_sp {
  display: none;
}

/* =================================topコロナ=========================================== */
/*topコロナ
-------------------------------------------------------------------------*/
.top_corona {
  background: url(../img/bg_recruit.png);
  padding: 20px;
}

.top_corona .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_corona h2 {
  background: #fd9b9c;
  padding: 40px 100px;
  text-align: center;
  width: fit-content;
  line-height: 2em;
  margin-right: 20px;
  box-shadow: -10px 10px rgba(58, 79, 130, 1);
}

.bnr_menkai img {
  width: 980px;
}

.corona_txt {
  text-align: left;
  font-size: 1rem;
  color: red;
}

.corona_news {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.corona_news>div:last-of-type {
  border-right: none !important;
}

.corona_news a {
  display: inline-block;
  width: 100%;
  max-width: 350px;
}

.corona_news a span {
  display: block;
  text-align: center;
  background: #ffb1b2;
  color: #3a4f82;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.corona_news a::after {
  content: "詳しくはこちら";
  display: block;
  font-size: 1rem;
}

.corona_news a img {
  display: block;
  max-width: 700px;
  width: 100%;
}

.inful_news {
  width: 100%;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: flex-start;
}

.inful_news a {
  display: inline-block;
  width: 100%;
}

.inful_news a span {
  display: block;
  text-align: center;
  background: #ffb1b2;
  color: #3a4f82;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.inful_news a::after {
  content: "詳しくはこちら";
  display: block;
  font-size: 1rem;
}

.inful_news a img {
  display: block;
  width: 100%;
}

.floar_stt {
  width: 40%;
  text-align: left;
  font-size: 1.6rem;
}

.floar_stt span {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
  color: #3a4f82;
  font-weight: bold;
}

.floar_stt table {
  width: 100%;
  border-collapse: collapse;
}

.floar_stt table th,
.floar_stt table td {
  padding: 12px;
  border: 1px solid #b9b9b9;
  text-align: center;
}

.floar_stt table th {
  vertical-align: middle;
  color: #134088;
  background-color: #ffb1b2;
  font-weight: bold;
  width: 30%;
}

.floar_stt table td {
  background-color: #fff;
}

.newyear img {
  width: 46%;
}

/* =================================お知らせ欄=========================================== */
/*お知らせ欄
-------------------------------------------------------------------------*/
#news {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background: #fefdf8;
}

#news .inner {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
}

/*見出し
-------------------------------------------------------------------------*/
#news .inner h2 {
  width: 100%;
  max-width: 380px;
  color: #fd9b9c;
  border: 1px solid #fd9b9c;
  padding: 60px 20px;
  border-radius: 20px 0 0 20px;
  position: relative;
  font-size: 2.2rem;
  text-align: center;
  line-height: 40px;
}

/*所定疾患ボタン
-------------------------------------------------------------------------*/
#news .inner h2 a {
  display: block;
  border: 1px solid #fd9b9c;
  border-radius: 10px;
  padding: 5px 0 5px 10px;
  color: #fd9b9c;
  position: relative;
  margin-top: 30px;
  font-size: 1.2rem;
}

#news .inner h2 a::after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
  position: absolute;
  right: 20px;
  top: 20px;
}

#news .inner h2 a.letter::after {
  top: 5px;
}

#news .inner h2 a:hover {
  background: #fd9b9c;
  color: #fff;
  transition: all 0.2s ease-in;
}

/*お知らせテーブル
-------------------------------------------------------------------------*/
#news .inner .scroll_box {
  overflow-y: scroll;
  width: 65%;
  height: 490px;
}

#news .inner table {
  width: 100%;
}

#news .inner table tr {
  border-bottom: 1px solid #ccc;
}

#news .inner table th,
#news .inner table td {
  padding: 15px 0;
}

#news .inner table th {
  width: 20%;
  max-width: 120px;
  font-weight: bold;
}

#news .inner table td {
  width: 80%;
  max-width: 620px;
  line-height: 30px;
}

/*スクロールバーデザイン
-------------------------------------------------------------------------*/
#news .inner .scroll_box::-webkit-scrollbar {
  width: 10px;
}

#news .inner .scroll_box::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

#news .inner .scroll_box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

/* =================================3つのポイント欄=========================================== */
/*3つのポイント
-------------------------------------------------------------------------*/
#point {
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 0;
  background: url(../img/bg_point.png) no-repeat #fefdf8;
  background-size: cover;
}

#point .inner {
  width: 100%;
  max-width: 1300px;
  height: 650px;
  margin: 0 auto;
  position: relative;
}

/*イメージ
-------------------------------------------------------------------------*/

#point .inner .point_box {
  width: 100%;
}

/*見出し
-------------------------------------------------------------------------*/
#point .inner .point_box h2 {
  text-align: center;
  border: 1px solid #fd9b9c;
  color: #fd9b9c;
  font-size: 3.5rem;
  padding: 35px 0;
  border-radius: 100px;
  margin: 0 auto 80px;
}

.kaigo_20 {
  text-align: center;
  border: 1px solid #fd9b9c;
  color: #fd9b9c;
  font-size: 3.2rem;
  padding: 35px 0;
  border-radius: 100px;
  margin: 0 auto 80px;
}

.best_kaigo_img {
  display: flex;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.best_kaigo_img img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#best_kaigo {
  width: 100%;
  margin: 0 auto;
  padding: 140px 0 0;
  background: url(../img/bg_point.png) no-repeat #fefdf8;
  background-size: cover;
}

#point .inner .point_box h2 span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

/*リンクリスト
-------------------------------------------------------------------------*/
#point .inner .point_box ul {
  display: flex;
  z-index: 30;
  gap: 10px;
}

#point .inner .point_box ul li {
  background: #fd9b9c;
  border-radius: 30px;
  padding: 10px;
  width: calc(100% / 5 - (40px / 5));
}

#point .inner .point_box ul li h3 {
  background: #fff;
  padding: 2px;
  border-radius: 20px;
  margin-bottom: 20px;
  color: #fd9b9c;
}

#point .inner .point_box ul li h3 span {
  display: block;
  border: 5px solid #fd9b9c;
  border-radius: 20px;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}

#point .inner .point_box ul li h3 span em {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
  position: relative;
  font-size: 18px;
}

#point .inner .point_box ul li h3.list_1 span em::before {
  content: url(../img/point_icon_1.png);
  position: absolute;
  left: -35px;
  top: -2px;
}

#point .inner .point_box ul li h3.list_2 span em::before {
  content: url(../img/point_icon_2.png);
  position: absolute;
  left: -35px;
  top: -2px;
}

#point .inner .point_box ul li h3.list_3 span em::before {
  content: url(../img/point_icon_3.png);
  position: absolute;
  left: -35px;
  top: -2px;
}

#point .inner .point_box ul li h3.list_4 span em::before {
  content: url(../img/point_icon_4.png);
  position: absolute;
  left: -35px;
  top: -2px;
}

#point .inner .point_box ul li h3.list_5 span em::before {
  content: url(../img/point_icon_5.png);
  position: absolute;
  left: -35px;
  top: -2px;
}

#point .inner .point_box ul li img {
  display: block;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

#point .inner .point_box ul li p {
  color: #fff;
  line-height: 25px;
}

#point .inner .point_box ul li a {
  color: #fff;
  text-align: center;
  display: block;
}

/* =================================イベント=========================================== */
/*イベント
-------------------------------------------------------------------------*/
#event {
  width: 100%;
  margin: 0 auto;
  background: #fefdf8;
}

#event .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}

/*見出し
-------------------------------------------------------------------------*/
#event .inner h2 span {
  display: inline-block;
  padding: 25px 70px;
  background: #fd9b9c;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}

#event .inner h2 span::before {
  content: url(../img/event_h2_icon.png);
  position: absolute;
  left: 15px;
  top: 15px;
}

/*コンテンツ欄
-------------------------------------------------------------------------*/
#event .inner .eve_wrapp {
  background: #ffffff;
  border: 1px solid #fd9b9c;
  padding: 60px 20px;
  border-radius: 0 30px 30px 30px;
}

#event .inner .eve_box {
  display: flex;
  justify-content: space-around;
  width: 49%;
}

#event .inner .eve_box .event_flex {
  display: flex;
  justify-content: space-around;
}

#event .inner .eve_box:nth-of-type(odd) {
  border-right: 1px solid #fd9b9c;
}

#event .inner .eve_box .txt {
  width: 40%;
  line-height: 35px;
}

.inner .eve_box .txt a {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}

.inner .eve_box .txt a img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

#event .inner .eve_box .txt h3 {
  font-weight: bold;
}

#event .inner .eve_box .txt .eve_btn a,
.eve_btn a {
  display: inline-block;
  border: 1px solid #fd9b9c;
  margin: 20px auto;
  color: #fd9b9c;
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}

#event .inner .eve_box .txt .eve_btn a:hover,
.eve_btn a:hover {
  color: #ffffff;
  background: #fd9b9c;
  padding: 10px 30px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}

#event .inner .eve_box .txt .eve_btn a,
.eve_btn a {
  display: block;
  margin: 20px auto;
}

.txtaC {
  padding: 20px;
}

/* =================================サービスのご案内=========================================== */
/*サービスのご案内
-------------------------------------------------------------------------*/
#service {
  width: 100%;
  margin: 0 auto;
  background: #fff4ee;
  padding: 100px 0;
}

#service .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/*見出し
-------------------------------------------------------------------------*/
#service .inner h2 {
  margin-bottom: 40px;
  text-align: center;
}

#service .inner h2 span {
  display: inline-block;
  width: 100%;
  max-width: 680px;
  padding: 20px;
  background: #fd9b9c;
  color: #fff;
  font-size: 2rem;
  border-radius: 40px;
  position: relative;
}

#service .inner h2 span::before {
  content: url(../img/h2_service_before.png);
  position: absolute;
  left: 80px;
}

#service .inner h2 span::after {
  content: url(../img/h2_service_after.png);
  position: absolute;
  right: 80px;
}

/*リンクパネル
-------------------------------------------------------------------------*/
#service .inner .sercice_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#service .inner .sercice_link li {
  width: 49%;
  margin-bottom: 20px;
}

#service .inner .sercice_link li a {
  display: block;
}

#service .inner .sercice_link li a:hover {
  transition: all 0.2s ease-in;
  opacity: 0.6;
}

#service .inner .sercice_link li img {
  width: 100%;
}

#service .inner .sercice_link li span {
  display: block;
  background: #fff;
  padding: 30px;
  color: #fd9b9c;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
}

#service .inner .sercice_link li span::after {
  /*content: url(../img/service_icon_flow.png);*/
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  right: 40px;
}

/* =================================採用情報=========================================== */
/*採用情報
-------------------------------------------------------------------------*/
#recruit {
  width: 100%;
  margin: 0 auto;
  background: url(../img/bg_recruit.png);
}

#recruit .inner {
  width: 100%;
  max-width: 1300px;
  height: 550px;
  margin: 0 auto;
  position: relative;
}

#recruit .inner .txt {
  width: 100%;
  max-width: 500px;
  background: #fffdf7;
  padding: 30px 60px;
  float: left;
  margin-top: 100px;
}

#recruit .inner .txt h2 {
  font-size: 2rem;
  border-bottom: 2px solid #fd9b9c;
  font-weight: bold;
  padding: 8px 0px 19px 60px;
  position: relative;
  margin-bottom: 30px;
}

#recruit .inner .txt h2::before {
  content: url(../img/h2_recruit.png);
  position: absolute;
  left: 0;
  top: 0;
}

#recruit .inner .txt p {
  font-size: 1.4rem;
  margin-bottom: 30px;
  line-height: 40px;
}

#recruit .inner .txt p.rec_btn a {
  font-size: 1.2rem;
  display: inline-block;
  border: 1px solid #fd9b9c;
  padding: 10px 40px;
  color: #fd9b9c;
  border-radius: 5px;
}

#recruit .inner .txt p.rec_btn a:hover {
  color: #ffffff;
  background: #fd9b9c;
  transition: all 0.2s ease-in;
}

#recruit .inner .img {
  position: absolute;
  bottom: 0;
  right: 0;
}

#recruit .inner .img img {
  width: 100%;
}

/* =================================交通アクセス=========================================== */
/*交通アクセス
-------------------------------------------------------------------------*/
#access {
  width: 100%;
  margin: 0 auto;
  background: #fefdf8;
}

#access .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
  background: #fefdf8;
}

#access .inner h2 {
  padding: 7px 50px;
  position: relative;
  font-size: 2rem;
}

#access .inner h2::before {
  content: url("../img/h2_access.png");
  position: absolute;
  left: 0;
  top: 0;
}

#access .access_cont_wrapp {
  width: 100%;
  margin: 0 auto;
  background: #fefdf8;
  padding: 40px 0;
}

#access .access_cont {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid #fd9b9c;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}

#access .access_cont h3 {
  color: #fd9b9c;
  font-size: 1.7rem;
  margin-bottom: 30px;
}

#access .access_cont h3 span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#access .access_cont .access_btn a {
  display: inline-block;
  margin: 20px auto;
  padding: 15px 50px;
  background: #fd9b9c;
  color: #fff;
  border-radius: 10px;
}

#access .access_cont .access_btn a:hover {
  transition: all 0.2s ease-in;
  opacity: 0.6;
}

/* =================================バナー欄=========================================== */
/*バナー欄
-------------------------------------------------------------------------*/
#banner {
  width: 100%;
  margin: 0 auto;
  background: #fff4ee;
}

#banner .inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0;
}

#banner .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

#banner .inner ul li {
  width: 18%;
  margin-bottom: 20px;
  margin-right: 2%;
}

#banner .inner ul li:nth-of-type(5n) {
  margin-right: 0;
}

#banner .inner ul li img {
  width: 100%;
}

.juyo_box {
  display: flex;
  justify-content: space-around;
}

.juyo_box_menkai {
  width: 70%;
  border: 4px solid #ffb1b2;
  padding: 10px;
  margin: 10px auto 10px;
  border-radius: 5px;
  font-weight: bold;
  background: #ffe1e1;
  padding-bottom: 15px;
  padding: 30px 20px 30px;
  box-shadow: -10px 10px rgba(58, 79, 130, 1);
  margin-bottom: 30px;
  min-width: 700px;
}

@media screen and (max-width: 767px) {
  #mv .mv_sp {
    display: block;
  }

  #mv .mv_top {
    display: none;
  }

  .juyo_box_menkai {
    width: 100%;
    min-width: 100%;
  }

  .juyo_title span {
    font-size: 18px;
  }
}

#menkai_jokyo {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}

.juyo_box div:first-child {
  width: 50%;
}

.juyo_box div a:hover {
  opacity: 0.6;
}

a.sentaku {
  display: block;
  font-size: 1rem;
  margin-top: 20px;
  background: #e67030;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
}

.juyo_title {
  font-size: 28px !important;
  color: #3a4f82;
  text-align: left;
  padding-top: 10px;
}

/* 10/12追加分　------------- */

#event .inner .eve_wrapp.festival {
  display: block;
}

#event .inner .eve_box.festival {
  border-right: 0px;
  width: 100%;
}

#event .inner .eve_wrapp.festival img {
  width: 350px;
}

/*　面会について　--------------------- */
.menkai {
  padding-top: 0;
}

.about_menkai {
  border-right: 1px solid #ffb1b2;
  width: 25% !important;
}

/*イベント情報レイアウト変更*/

.table_schedule {
  table-layout: fixed;
  width: 90%;
  margin: 50px auto;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
}

.table_schedule td {
  padding: 10px;
  background-color: white;
  border-right: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}

.table_schedule th {
  text-align: center;
  padding: 10px;
  background-color: #fd9a9c;
  border-right: 1px solid #7b7b7b;
  border-bottom: 1px solid #7b7b7b;
  color: white;
  width: 25%;
  font-family: "HGP創英角ﾎﾟｯﾌﾟ体", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}

.table_schedule tr:first-child th {
  border-radius: 10px 0 0 0;
}

.table_schedule tr:first-child td {
  border-radius: 0 10px 0 0;
}

.table_schedule tr:last-child th {
  border-radius: 0 0 0 10px;
}

.table_schedule tr:last-child td {
  border-radius: 0 0 10px 0;
}

.pop {
  font-size: 25px;
  font-family: "HG創英角ﾎﾟｯﾌﾟ体", "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
}

.chiiki,
.shisetsu {
  color: white;
  border-radius: 7px;
  font-size: 14px;
  padding: 3px;
}

.shisetsu {
  background: #c63537;
}

.chiiki {
  background: #24a515;
}

.eve_sche_box>.img_670>img {
  width: 400px !important;
}

/* =================================スマホ関連=========================================== */

@media screen and (max-width: 767px) {

  /* =================================お知らせ欄=========================================== */
  /*お知らせ欄
-------------------------------------------------------------------------*/
  #news {
    padding: 50px 0;
  }

  #news .inner {
    max-width: 1300px;
    flex-direction: column;
  }

  .top_corona .inner {
    flex-direction: column;
  }

  .top_corona h2 {
    display: none;
  }

  .top_corona img {
    width: 100%;
    margin-left: 0;
  }

  /*見出し
-------------------------------------------------------------------------*/
  #news .inner h2 {
    padding: 20px;
    font-size: 1.6rem;
    line-height: 40px;
    border-radius: 0;
  }

  /*所定疾患ボタン
-------------------------------------------------------------------------*/
  #news .inner h2 a {
    border-radius: 10px;
    padding: 5px 0 5px 10px;
    position: relative;
    margin-top: 30px;
    font-size: 1rem;
  }

  /*お知らせテーブル
-------------------------------------------------------------------------*/
  #news .inner .scroll_box {
    overflow-y: scroll;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
  }

  #news .inner table th,
  #news .inner table td {
    display: block;
    width: 100%;
  }

  #news .inner table td a {
    display: block;
  }

  /* =================================3つのポイント欄=========================================== */
  /*3つのポイント
-------------------------------------------------------------------------*/
  #point {
    overflow: hidden;
    padding: 90px 0;
  }

  #point .inner {
    height: auto;
    overflow: hidden;
  }

  /*イメージ
-------------------------------------------------------------------------*/
  #point .inner .point_img {
    display: none;
  }

  #point .inner .point_box {
    overflow: hidden;
  }

  /*見出し
-------------------------------------------------------------------------*/
  #point .inner .point_box h2 {
    font-size: 2rem;
    padding: 25px 0;
    margin: 80px auto 30px;
  }

  #point .inner .point_box h2 span {
    font-size: 1rem;
  }

  .kaigo_20 {
    font-size: 1.7rem;
    line-height: initial;
  }

  #access .access_cont {
    width: 90%;
  }

  #access .access_cont .access_btn a {
    margin: 20px 10px;
  }

  /*リンクリスト
-------------------------------------------------------------------------*/
  #point .inner .point_box ul {
    position: relative;
    flex-direction: column;
    z-index: 30;
  }

  #point .inner .point_box ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .best_kaigo_img {
    flex-direction: column;
  }

  /* =================================イベント=========================================== */
  /*見出し
-------------------------------------------------------------------------*/
  #event .inner h2 span {
    display: block;
    padding: 20px 70px;
    font-size: 1.8rem;
  }

  #event .inner h2 span::before {
    content: url(../img/event_h2_icon.png);
    position: absolute;
    left: 15px;
    top: 15px;
  }

  /*コンテンツ欄
-------------------------------------------------------------------------*/
  #event .inner .eve_wrapp {
    padding: 30px 20px;
    border-radius: 0 0 30px 30px;
    flex-direction: column;
  }

  #event .inner .eve_box {
    flex-direction: column;
    width: 100%;
  }

  #event .inner .eve_box:nth-of-type(odd) {
    border-right: none;
    border-bottom: 1px solid #ffa97a;
  }

  #event .inner .eve_box .txt {
    width: 100%;
    line-height: 35px;
  }

  #event .inner .eve_box .txt .eve_btn {
    text-align: center;
  }

  #event .inner .eve_box .img {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }

  /* =================================サービスのご案内=========================================== */
  /*サービスのご案内
-------------------------------------------------------------------------*/
  #service {
    padding: 50px 0;
  }

  /*見出し
-------------------------------------------------------------------------*/
  #service .inner h2 {
    margin-bottom: 40px;
    text-align: center;
  }

  #service .inner h2 span {
    display: inline-block;
    width: 100%;
    max-width: 680px;
    padding: 20px;
    background: #ffa97a;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 40px;
    position: relative;
  }

  #service .inner h2 span::before {
    display: none;
  }

  #service .inner h2 span::after {
    display: none;
  }

  /*リンクパネル
-------------------------------------------------------------------------*/
  #service .inner .sercice_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #service .inner .sercice_link li {
    width: 100%;
    margin-bottom: 20px;
  }

  #service .inner .sercice_link li img {
    width: 100%;
  }

  #service .inner .sercice_link li span {
    padding: 20px;
    font-size: 1.2rem;
  }

  #service .inner .sercice_link li span::after {
    right: 40px;
    top: 22px;
  }

  #service .inner .sercice_link li span::after {
    font-size: 1.6rem;
  }

  /* =================================採用情報=========================================== */
  /*採用情報
-------------------------------------------------------------------------*/
  #recruit {
    background-size: cover;
  }

  #recruit .inner {
    height: auto;
    overflow: hidden;
  }

  #recruit .inner .txt {
    background: #fffdf7;
    padding: 30px 60px;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #recruit .inner .txt h2 {
    font-size: 2rem;
    border-bottom: 2px solid #ffa87a;
    font-weight: bold;
    padding: 8px 0px 19px 60px;
    position: relative;
    margin-bottom: 30px;
  }

  #recruit .inner .txt h2::before {
    content: url(../img/h2_recruit.png);
    position: absolute;
    left: 0;
    top: 0;
  }

  #recruit .inner .txt p {
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 40px;
  }

  #recruit .inner .txt p.rec_btn a {
    font-size: 1.2rem;
    display: inline-block;
    border: 1px solid #f0ab84;
    padding: 10px 40px;
    color: #f0ab84;
    border-radius: 5px;
  }

  #recruit .inner .txt p.rec_btn a:hover {
    color: #ffffff;
    background: #fda97a;
    transition: all 0.2s ease-in;
  }

  #recruit .inner .img {
    display: none;
  }

  /* =================================バナー欄=========================================== */
  /*バナー欄
-------------------------------------------------------------------------*/
  #banner .inner {
    padding: 50px 0;
  }

  #banner .inner ul li {
    width: 49%;
    margin-right: 1%;
  }

  #banner .inner ul li:nth-of-type(5n) {
    margin-right: 1%;
  }

  .juyo_box {
    display: block;
    width: 100%;
    padding: 10px;

    min-width: 100%;
    text-align: center;
  }

  .juyo_box div:first-child {
    width: 100%;

    border-right: none;
  }

  .juyo_box div:nth-child(2) {
    width: 100%;
  }

  /* 10/12追加分　------------- */

  #event .inner .eve_wrapp.festival img {
    width: 100%;
  }

  /*　面会について　--------------------- */
  .about_menkai {
    border-right: none;
    width: 100% !important;
    padding: 5px 0;
  }

  /*イベント情報レイアウト変更*/

  .chiiki,
  .shisetsu {
    display: block;
    text-align: center;
  }

  .eve_sche_box>.img_670>img {
    width: 100% !important;
  }

  .newyear img {
    width: 100%;
  }

  .activity .activity_box .img_list li img {
    height: auto;
    width: 100%;
  }
}

.menkai_txt {
  font-size: 19px;
  padding: 5px;
  color: #3a4f82;
  text-align: center;

}



/* MeLL+family（メルタスファミリー）について
-------------------------------------------------------------------------*/
.app_box {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #fefdf8;
  /* background: url(../img/bg_recruit.png); */
}

.app_box__in {
  width: 70%;
  margin: 0 auto;
  background-color: #ffe1e1;
  border: 4px solid #ffb1b2;
  padding: 50px;
  border-radius: 10px;
}

.app_box__in h2 {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #3a4f82;
}

.app-flex_box {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.app-flex_box__item {
  width: 45%;
}

.app-flex_box__item a {
  display: block;
  font-size: 1.4rem;
}

.app-flex_box__item a:hover {
  opacity: 0.6;
}

.app-flex_box__item a img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.app_txt {
  margin-top: 20px;
  font-size: 1.1rem;
}


@media screen and (max-width: 767px) {


  .app_box {
    padding: 30px 20px;
  }

  .app_box__in {
    width: 100%;
    padding: 30px;
  }

  .app_box__in h2 {
    margin: 0 auto 50px;
    font-size: 1.6rem;
  }

  .app-flex_box{
    gap: 30px;
  }

  .app-flex_box__item {
    width: 100%;
  }

  .app-flex_box__item a {
    font-size: 1.1rem;
  }

  .app-flex_box__item a img {
    margin-bottom: 20px;
  }

  .app_txt {
    margin-top: 10px;
    font-size: 0.9rem;
  }

}