/* Scss Document */
.time-table img {
	display:block;
	max-width:600px;
	margin:0 auto;
}
.tel img {
	display:block;
	max-width:376px;
	margin:30px auto;
	margin-bottom:0;
}
.mv_area {
  background: #e8e8e8;
}
.mv_area__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.page_title {
  width: 100%;
  font-size: 24px;
  height: 3.2em;
  background: url("../../img/staff/mdb.png") center center/contain no-repeat;
  position: relative;
}
@media screen and (max-width: 480px) {
  .page_title {
    font-size: 28px;
  }
}
.page_title p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #555;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.common__inner {
  border: none !important;
  padding-bottom: 0 !important;
}

.area01 {
  width: 100%;
  margin-top: 46px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .area01 {
    font-size: 18px;
  }
}
.area01__inner {
  width: 93.75%;
  margin: auto;
}
.area01__inner__inner {
  width: 93.75%;
  margin: 18px auto 0;
}
.area01__inner__inner ul {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area01__inner__inner ul {
    display: block;
  }
}
.area01__inner__inner ul li:first-child {
  width: 354px;
  margin-left: 77px;
}
@media screen and (max-width: 480px) {
  .area01__inner__inner ul li:first-child {
    width: 80%;
    margin: 0 auto;
  }
}
.area01__inner__inner ul li:last-child {
  width: 270px;
  padding-top: 1em;
}
@media screen and (max-width: 480px) {
  .area01__inner__inner ul li:last-child {
    width: 100%;
    padding: 0;
    margin-top: 1.5em;
  }
}
.area01__inner__inner ul li:last-child h3 {
  font-size: 1.125em;
  line-height: 1.6;
  font-weight: 700;
  color: #555;
}
.area01__inner__inner ul li:last-child p {
  font-size: .875em;
  line-height: 2;
  margin-top: .25em;
}

.area02 {
  width: 100%;
  margin-top: 70px;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .area02 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.area02__inner {
  width: 93.75%;
  margin: auto;
}
.area02__inner__inner {
  margin-top: 30px;
  text-align: center;
}
.area02__inner__inner div {
  display: inline-block;
  text-align: left;
}
.area02__inner__inner div h3 {
  font-size: 1.125em;
  line-height: 1.6;
  font-weight: 700;
  color: #555;
}
.area02__inner__inner div p {
  font-size: .875em;
  line-height: 2;
  margin-top: .25em;
}

.area03 {
  width: 93.75%;
  margin: 50px auto 0;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .area03 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.area03 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area03 ul {
    display: block;
  }
}
.area03 ul li:first-child {
  width: 185px;
}
@media screen and (max-width: 480px) {
  .area03 ul li:first-child {
    width: 60%;
    margin: auto;
  }
}
.area03 ul li:last-child {
  width: 428px;
  margin-left: 48px;
}
@media screen and (max-width: 480px) {
  .area03 ul li:last-child {
    width: 100%;
    margin: 1.5em 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.area04 {
  width: 100%;
  margin: 60px auto 0;
  font-size: 16px;
  background: #dee2ed;
  padding: 60px 0;
}
.area04 .time_table_title {
  margin-top: 0 !important;
}
@media screen and (max-width: 480px) {
  .area04 {
    margin-top: 40px;
    font-size: 18px;
    padding: 40px 0;
  }
}
.area04__inner {
  width: 93.75%;
  margin: auto;
}
.area04__inner__inner {
  margin-top: 45px;
}
.area04__inner__inner ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner ul {
    display: block;
  }
}
.area04__inner__inner ul + ul {
  margin-top: 45px;
}
.area04__inner__inner ul li:first-child {
  width: 185px;
  margin-left: 48px;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner ul li:first-child {
    width: 60%;
    margin: auto;
  }
}
.area04__inner__inner ul li:last-child {
  width: 428px;
}
@media screen and (max-width: 480px) {
  .area04__inner__inner ul li:last-child {
    width: 100%;
    margin: 1.5em 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.area05 {
  width: 100%;
  font-size: 16px;
  padding: 60px 0;
}
.area05 .time_table_title {
  margin-top: 0 !important;
}
@media screen and (max-width: 480px) {
  .area05 {
    font-size: 18px;
    padding: 40px 0;
  }
}
.area05__inner {
  width: 93.75%;
  margin: auto;
}
.area05__inner__inner {
  margin-top: 45px;
}
.area05__inner__inner ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner ul {
    display: block;
  }
}
.area05__inner__inner ul + ul {
  margin-top: 45px;
}
.area05__inner__inner ul li:first-child {
  width: 185px;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner ul li:first-child {
    width: 60%;
    margin: auto;
  }
}
.area05__inner__inner ul li:last-child {
  width: 428px;
  margin-left: 48px;
}
@media screen and (max-width: 480px) {
  .area05__inner__inner ul li:last-child {
    width: 100%;
    margin: 1.5em 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.area06 {
  width: 100%;
  font-size: 16px;
  padding: 60px 0;
  background: #eae5bd;
}
.area06 .time_table_title {
  margin-top: 0 !important;
}
@media screen and (max-width: 480px) {
  .area06 {
    font-size: 18px;
    padding: 40px 0;
  }
}
.area06__inner {
  width: 93.75%;
  margin: auto;
}
.area06__inner__inner {
  margin-top: 45px;
}
.area06__inner__inner ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 480px) {
  .area06__inner__inner ul {
    display: block;
  }
}
.area06__inner__inner ul + ul {
  margin-top: 45px;
}
.area06__inner__inner ul li:first-child {
  width: 185px;
  margin-left: 48px;
}
@media screen and (max-width: 480px) {
  .area06__inner__inner ul li:first-child {
    width: 60%;
    margin: auto;
  }
}
.area06__inner__inner ul li:last-child {
  width: 428px;
}
@media screen and (max-width: 480px) {
  .area06__inner__inner ul li:last-child {
    width: 100%;
    margin: 1.5em 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.area06__inner__inner + .time_table_title {
  margin-top: 50px !important;
}
.area06__inner__inner .box {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  border: 1px solid #222;
  margin: .75em auto 0;
  padding: 20px 60px;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .area06__inner__inner .box {
    padding: 20px;
  }
}
.area06__inner__inner .box dl {
  font-size: 15px;
  line-height: 1.65;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .area06__inner__inner .box dl {
    font-size: 16px;
  }
}
.area06__inner__inner .box dl + dl {
  margin-top: 7px;
}
.area06__inner__inner .box dl dt {
  width: 6em;
  text-align: center;
}
.area06__inner__inner .box dl dt.bg01 {
  background: #dee2ed;
}
.area06__inner__inner .box dl dt.bg02 {
  background: rgba(146, 184, 110, 0.2);
}
.area06__inner__inner .box dl dd {
  margin-left: 1.7em;
}
@media screen and (max-width: 480px) {
  .area06__inner__inner .box dl dd {
    margin-left: 1em;
  }
}

.comment_set {
  margin-top: 12px;
  line-height: 1.65;
  font-size: .875em;
}
@media screen and (max-width: 480px) {
  .comment_set {
    margin-top: 18px;
  }
}
.comment_set .history dl {
  display: flex;
}
.comment_set .history dl dt {
  width: 4.5em;
  white-space: nowrap;
}
.comment_set .history dl dd {
  flex: 1;
}
.comment_set .history2 dl {
  display: flex;
}
.comment_set .history2 dl dt {
  width: 6em;
  white-space: nowrap;
}
.comment_set .history2 dl dd {
  flex: 1;
}
.comment_set .history3 dl {
  display: flex;
}
.comment_set .history3 dl dt {
  width: 5em;
  white-space: nowrap;
}
.comment_set .history3 dl dd {
  flex: 1;
}
.comment_set hr {
  margin: .75em 0;
  padding: 0;
  height: 1px;
  border: none;
  background: #333;
}

@media screen and (max-width: 480px) {
  .staff_area {
    text-align: center;
  }
}

.staff01 {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-left: 48px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.staff01::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("../../img/staff/icon01.png") center center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  .staff01 {
    font-size: 18px;
    padding-left: 54px;
  }
  .staff01::before {
    width: 33.75px;
    height: 45px;
  }
}
.staff01 .post {
  font-size: .75em;
}
.staff01 .name {
  font-size: 1.125em;
  margin-top: .3125em;
}

.staff02 {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-left: 48px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.staff02::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("../../img/staff/icon02.png") center center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  .staff02 {
    font-size: 18px;
    padding-left: 54px;
  }
  .staff02::before {
    width: 33.75px;
    height: 45px;
  }
}
.staff02 .post {
  font-size: .75em;
}
.staff02 .name {
  font-size: 1.125em;
  margin-top: .3125em;
}

.staff03 {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-left: 48px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.staff03::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("../../img/staff/icon03.png") center center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  .staff03 {
    font-size: 18px;
    padding-left: 54px;
  }
  .staff03::before {
    width: 33.75px;
    height: 45px;
  }
}
.staff03 .post {
  font-size: .75em;
}
.staff03 .name {
  font-size: 1.125em;
  margin-top: .3125em;
}

.staff04 {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-left: 48px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.staff04::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("../../img/staff/icon04.png") center center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  .staff04 {
    font-size: 18px;
    padding-left: 54px;
  }
  .staff04::before {
    width: 33.75px;
    height: 45px;
  }
}
.staff04 .post {
  font-size: .75em;
}
.staff04 .name {
  font-size: 1.125em;
  margin-top: .3125em;
}

.staff05 {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 16px;
  padding-left: 48px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.staff05::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url("../../img/staff/icon05.png") center center/contain no-repeat;
}
@media screen and (max-width: 480px) {
  .staff05 {
    font-size: 18px;
    padding-left: 54px;
  }
  .staff05::before {
    width: 33.75px;
    height: 45px;
  }
}
.staff05 .post {
  font-size: .75em;
}
.staff05 .name {
  font-size: 1.125em;
  margin-top: .3125em;
}

/* 20230417_add */
.area01__inner__inner ul {
    align-items: center;}
    
@media screen and(min-width: 1280px) {
.area01__inner__inner ul li:first-child {
    margin-left: 60px!important;
}

.area01__inner__inner ul li:last-child {
    width: 325px!important;
}
}