main .bg01 {
  background-color: #F8E8E2;
  background-image: url(img/bg01.png);
  background-repeat: no-repeat;
  background-position: bottom 20px right -40px;
}

main .bg02 {
  background-color: #FEF0EB;
  background-image: url(img/bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

main .bg03 {
  background-color: #F8E8E2;
  background-image: url(img/bg03.png);
  background-repeat: no-repeat;
}

main.sub h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
}

main .sub-title h2 {
  font-size: 2.8rem;
  text-align: center;
  line-height: 100%;
  margin-bottom: 80px;
}

main .sub-title h2 span {
  font-size: 2.4rem;
  color: #90B3C7;
  display: block;
  font-weight: 400;
}

@media screen and (max-width:560px) {
  main.sub h2 {
    font-size: 2.0rem;
  }

  main .sub-title h2 {
    font-size: 2.0rem;
    margin-bottom: 35px;
  }

}

.con-box {
  margin-bottom: 180px;
}

main.sub a {
  text-decoration: underline;
}

main.sub .con-box h3 {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 1em;
}

/* 
@media screen and (max-width:768px) {
  main.sub {
    padding-top: 70px;
  }
}
*/

@media screen and (max-width:560px) {
  .con-box {
    margin-bottom: 80px;
  }

  main.sub .con-box h3 {
    font-size: 1.8rem;
  }
}


.page-title-mv {
  padding-top: 114px;
  height: 610px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-title-mv__inner {
  position: relative;
  z-index: 3;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 120px;
  box-sizing: border-box;
}

.page-title-mv__en {
  margin: 0 0 14px;
  color: #EB7083;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
}

main.sub h2.page-title-mv__title {
  margin: 0;
  font-size: 4.8rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media (max-width: 1260px) {
  .page-title-mv__inner {
    width: 94%;
  }

  main.sub h2.page-title-mv__title {
    font-size: 3.8rem;
    letter-spacing: 0;
  }
}


/* スマホ */
@media (max-width: 768px) {
  .page-title-mv {
    height: 348px;
    background-position: center center;
  }

  .page-title-mv {
    padding-top: 0;
    margin-top: -0.7em;
  }

  .page-title-mv__circle {
    left: -120px;
    bottom: -180px;
    width: 520px;
    height: 520px;
  }

  .page-title-mv__inner {
    padding: 84px 20px 40px;
  }

  .page-title-mv__en {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .page-title-mv__title {
    font-size: 3.4rem;
  }
}


@media (max-width: 650px) {
  main.sub h2.page-title-mv__title {
    font-size: 2.0rem;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  }

  .page-title-mv__inner {
    padding-top: 120px;
  }
}

@media screen and (max-width: 560px) {
  .message-title {
    background-image: url(img/message-title-bg-sp.png);
    background-size: contain;
    background-position: top center;
  }

  .page-title-mv__inner {
    padding-top: 40px;
  }

  .page-title-mv {
    height: 260px;
  }
}

@media screen and (max-width: 480px) {
  .page-title-mv {
    height: 230px;
  }

  .page-title-mv__inner {
    padding-top: 40px;
  }

  .page-title-mv {
    height: 260px;
  }
}

/* ---------------- パンクズ ------------------*/
.pankuzu {
  margin-top: -5em;
  position: relative;
  z-index: 1;
  margin-bottom: 8em;
}

.breadcrumb {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

main.sub .breadcrumb a {
  text-decoration: none;
}

@media screen and (max-width:560px) {
  .pankuzu {
    margin-bottom: 4em;
  }

  .breadcrumb {
    font-size: 1.2rem;
  }
}


/* ---------------- 2つ並びBOX ------------------*/
.box2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
  justify-content: center;
  gap: 80px 50px;
}

.box2 .box2__box {
  border-radius: 10px;
}

.box2 .box2__box__con {
  padding: 15px 25px 25px 25px;
}

.box2 .box2__box h3 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}

.box2 .box2__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }

  .box2 .box2__box img {
    width: 100%;
  }
}

@media screen and (max-width:560px) {
  .box2 .box2__box h3 {
    font-size: 2.0rem;
    text-align: center;
  }
}



/* ---------------- 3つ並びBOX ------------------*/
.box3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: center;
  grid-gap: 60px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.box3 .box3__box {
  border-radius: 10px;
  box-shadow: 2px 1px 10px -5px #777777;
  background-color: #fff;
}

.box3 .box3__box__con {
  padding: 15px 25px 20px 25px;
}

.box3 .box3__box h3 {
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.box3 .box3__box p {
  line-height: 2;
}

@media screen and (max-width: 1260px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-gap: 30px;
  }

  .box3 .box3__box img {
    width: 100.5%;
  }
}

@media screen and (max-width: 560px) {
  .box3 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 3em 0;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
}



/* ---------------- 画像左(画像が無い時text_area100％） ------------------*/
.l-img-con {
  display: flex;
  justify-content: space-between;
}

.l-img-con .text__area {
  width: fit-content;
}

.l-img-con .text__area h2 {
  margin-top: -0.5em;
}

.l-img-con .image__area {
  width: 370px;
  margin-right: 50px;
}

.l-img-con .image__area_sp {
  display: none;
}

.l-img-con ul {
  font-weight: 600;
  margin-top: 0.7em;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.l-img-con ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.l-img-con ul li::before {
  content: "・";
  padding: 0px 3px;
  position: absolute;
  margin-left: -1.5em;
}

.l-img-con .image__area__sp {
  display: none;
}

@media screen and (max-width: 1260px) {
  .l-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .l-img-con .image__area img {
    width: 100%;
  }

  .l-img-con ul {
    padding: 1em 1em 0.6em;
  }

  .l-img-con ul li {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .l-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .l-img-con .text__area {
    margin-bottom: 3em;
  }

  .l-img-con .image__area {
    display: none;
    margin: 0 auto;
  }

  .l-img-con ul li::before {
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .l-img-con {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .l-img-con .text__area {
    margin-bottom: 2em;
  }
}


/* ---------------- 横幅100%スライドショー ------------------*/
.slider-w100 .slider_inner {
  margin: 0 10px;
}

.slider-w100 .slider_inner h3 {
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  color: #000;
}

.slider-w100 .slider_inner .slider_product_img img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.dashicons,
.dashicons-before:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 32px;
  font-size: 30px;
  vertical-align: top;
  text-align: center;
  transition: color .1s ease-in;
  color: #FFD300;
  margin-top: 5px;
  margin-right: 5px;
}

.slider-w100 .slider_inner p {
  text-align: left;
  line-height: 1.6;
}

.slider-w100 .slider_inner a:hover h3 {
  transition: all ease 0.3s;
}

.slider-w100 .slider_inner a:hover h3 {
  color: #7BBFB1;
}

@media screen and (max-width: 768px) {
  .slider-w100 .slider_inner {
    margin: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .slider-w100 .slider_inner h3 {
    font-size: 1.6rem;
  }
}

/* ---------------- アコーディオン　------------------*/
.accordion-con {
  max-width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.accordion-con summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 20px 10px 60px;
  color: #354C74;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.8rem;
}

.accordion-con summary span {
  padding-right: 2em;
}

.accordion-con summary span::before {
  content: "Q";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 17px;
  margin-top: -0.8rem;
  left: 10px;
  background-color: #354C74;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con summary::-webkit-details-marker {
  display: none;
}

.accordion-con summary::before,
.accordion-con summary::after {
  width: 2px;
  height: 1.1em;
  background-color: #354C74;
  content: '';
}

.accordion-con summary::before {
  position: absolute;
  right: 20px;
  rotate: 90deg;
}

.accordion-con summary::after {
  transition: rotate .3s;
}

.accordion-con[open] summary::after {
  rotate: 90deg;
}

.accordion-con .accordion__text {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 4em 0.4em 60px;
  color: #333333;
  transition: transform .5s, opacity .5s;
  position: relative;
}

.accordion-con[open] .accordion__text {
  transform: none;
  opacity: 1;
}

.accordion-con .accordion__text::before {
  content: "A";
  font-size: 2.0rem;
  line-height: 180%;
  position: absolute;
  top: 1em;
  margin-top: -1.2rem;
  left: 10px;
  background-color: #474747;
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
}

.accordion-con[open] .accordion__text p {
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul {
  font-weight: 600;
  margin-bottom: 20px;
}

.accordion-con .accordion__text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.accordion-con .accordion__text ul li::before {
  content: "・";
  padding: 0px 3px;
  font-size: 15px;
}

.accordion-con .accordion__text a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top-five .faq {
    padding: 40px 40px 10px 40px;
  }
}

@media screen and (max-width: 560px) {
  .accordion-con {
    margin-bottom: 15px;
  }

  .top-five .faq {
    padding: 15px 15px 5px 15px;
  }

  .accordion-con summary {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 20px 10px 50px;
  }

  .accordion-con .accordion__text {
    padding: 10px 4em 0.4em 50px;
  }

  .accordion-con summary span::before {
    content: "Q";
    font-size: 1.8rem;
    top: 18px;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }

  .accordion-con .accordion__text::before {
    content: "A";
    font-size: 1.8rem;
    top: 1.2em;
    line-height: 1.4;
    width: 30px;
    height: 30px;
  }
}


/* ---------------- テーブルパターン1 ------------------*/
.table-pattern01 table {
  width: 100%;
  border-top: 1px solid #E3E4E4;
}

.table-pattern01 table tr {
  border-bottom: 1px solid #E3E4E4;
}

.table-pattern01 table th {
  width: 275px;
  text-align: left;
  padding: 32px 1em 28px 1em;
  font-weight: 700;
}

.table-pattern01 table td {
  padding: 32px 1em 28px 1em;
}

.table-pattern01 table td li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 9px;
  line-height: 1.8;
}

.table-pattern01 table td li::before {
  content: "●";
  font-size: 1.3rem;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
  padding: 0px 3px;
}

@media screen and (max-width: 768px) {
  .table-pattern01 table th {
    width: 30%;
    padding: 30px 30px 30px 0;
  }

  .table-pattern01 table td {
    width: 70%;
  }
}

@media screen and (max-width: 560px) {
  .table-pattern01 table th {
    width: 100%;
    display: block;
    padding: 1em 1em 0.5em 0;
  }

  .table-pattern01 table td {
    width: 100%;
    display: block;
    padding: 0 0 1em 0;
  }
}



/* ---------------- ページスクロールボタン2横並び ------------------*/
.page-btn {
  padding-top: 150px;
}

.page-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
}

.page-btn ul li {
  margin: 0 10px 20px 10px;
  width: 50%;
  max-width: 500px;
}

.page-btn ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  background-color: #354C74;
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 30px;
  padding: 15px;
  width: 100%;
  transition: all .5s;
}

.page-btn ul li a:hover {
  display: block;
  color: #354C74;
  background: #F3DA45;
}

@media screen and (max-width: 1200px) {
  .page-btn ul {
    max-width: 100%;
    width: 100%;
  }

  .page-btn ul li {
    margin: 10px 1%;
    max-width: 48%;
  }
}

@media screen and (max-width: 560px) {
  .page-btn {
    padding-top: 5em;
  }

  .page-btn ul li {
    margin: 0 0 1em 0;
    width: 100%;
    max-width: 100%;
  }
}




/* ---------------- 画像右(画像が無い時text_area100％） ------------------*/
.r-img-con {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.r-img-con .text__area {
  width: fit-content;
}

.r-img-con .image__area {
  width: 370px;
  margin-left: 50px;
}

.r-img-con .image__area_sp {
  display: none;
}

.r-img-con ul {
  margin-top: 15px;
  margin-bottom: 40px;
}

.r-img-con ul li {
  padding-left: 1em;
  position: relative;
}

.r-img-con ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 12px;
  top: 0.25em;
  position: absolute;
  margin-left: -1.5em;
}

@media screen and (max-width: 1000px) {
  .r-img-con .image__area {
    width: 80%;
    margin-left: 50px;
  }

  .r-img-con .image__area img {
    width: 100%;
  }

  .r-img-con ul {
    padding: 1em 1em 0.6em;
  }

  .r-img-con ul li {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .r-img-con {
    display: block;
    width: 100%;
    padding-bottom: 2em;
    margin-bottom: 3em;
  }

  .r-img-con .image__area {
    display: none;
  }

  .r-img-con .image__area_sp {
    display: block;
    width: 100%;
    margin-bottom: 2em;
  }

  .r-img-con .image__area_sp img {
    width: 100%;
  }

  .r-img-con ul li::before {
    top: 0.1em;
  }
}

@media screen and (max-width: 560px) {
  .r-img-con {
    padding-bottom: 1em;
  }

  .r-img-con ul {
    padding: 1em 0.7em 0.6em 0.2em;
  }
}


/* ============ 採用情報一覧 ============ */
.recruit-title {
  background-image: url("img/recruit-title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.recruit-box{
  margin-bottom: 180px;
}

main.sub .recruit-box a {
  text-decoration: none;
}

.recruit-box__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
}

/* カード */

.recruit-box__item{
  background:#FEF0EB;
  padding:60px 50px;
  border-radius:12px;
  text-align:center;
}

.recruit-box__title{
  font-size:2.6rem;
  color:#ef7f94;
  margin-bottom:25px;
  font-weight:600;
}

.recruit-box__text{
  margin-bottom:40px;
  text-align: left;
}

.recruit-list-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#e46375;
  font-weight:600;
  color:#fff;
  padding:14px 40px;
  border-radius:40px;
  text-decoration:none;
  overflow:hidden;
}

.recruit-list-btn::before{
  content:"";
  position:absolute;
  top:0;
  right:0; /* 右から開始 */
  width:0%;
  height:100%;
  background:#c94f62;
  transition:width .4s ease;
  z-index:0;
}

.recruit-list-btn span{
  position:relative;
  z-index:1;
}

.recruit-list-btn:hover{ 
  color: #fff;
}

.recruit-list-btn:hover::before{
  width:100%;
  left:0;
}

.recruit-box__bottom{
  text-align:center;
  margin-top:80px;
}

.recruit-outline-btn{
  display:inline-flex;
  align-items:center;
  gap:15px;
  padding:16px 40px;
  border:2px solid #ef7f94;
  border-radius:50px;
  color:#ef7f94;
  text-decoration:none;
  font-weight:700;
  font-size:2.2rem;
  transition:.3s;
}

main.sub .recruit-box__bottom a{
  text-decoration: none;
}

.recruit-outline-btn span{
  background-image: url(img/top-btn-bg.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 1.8em;
}

.recruit-outline-btn:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  color: #ef7f94;
}

/* レスポンシブ */

@media (max-width:768px){
  .recruit-title {
    background-image: url("img/recruit-title-bg-sp.png");
  }

  .recruit-box__grid{
    grid-template-columns:1fr;
    gap:25px;
  }

  .recruit-box__item{
    padding:40px 25px;
  }

  .recruit-box__title{
    font-size:2.2rem;
  }
  
  .recruit-outline-btn{
    font-size:1.8rem;
  }
}

@media (max-width:560px){
  .recruit-title {
    background-size: contain;
    background-position: top center;
  }

  .recruit-outline-btn{
    font-size:1.6rem;
  }
}

/* 採用情報詳細  */
.nurse-recruit-detail {
  padding-bottom: 120px;
}

main.sub .nurse-recruit-detail h2 {
  font-size: 3.8rem;
  color: #eb7083;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.nurse-recruit-detail__text {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 600;
}

.nurse-recruit-detail h3 {
  font-size: 3.2rem;
  color: #eb7083;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

/* テーブル */
.nurse-recruit-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
  border: 1px solid #ddd;
}
.nurse-recruit-table th, .nurse-recruit-table td {
  padding: 25px;
  border: 1px solid #ddd;
}
.nurse-recruit-table th {
  background-color: #f0f0f0;
  width: 20%;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
.nurse-recruit-table td {
  background-color: #fff;
  width: 80%;
}

.nurse-recruit-detail .link-btn-wrap {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  padding: 20px 0;
}

.nurse-recruit-detail .link-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 280px;
  min-height: 50px;
  padding: 14px 20px;
  background: #e56f82;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

.nurse-recruit-detail .link-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #d85d71; /* hover時の色 */
  border-radius: 9999px;
  transition: width 0.35s ease;
  z-index: -1;
}

main.sub a.link-btn {
  text-decoration: none;
  color: #fff;
}

.nurse-recruit-detail .link-btn:hover::before {
  width: 100%;
}

.nurse-recruit-detail .link-btn__icon,
.nurse-recruit-detail .link-btn span {
  position: relative;
  z-index: 2;
}

.nurse-recruit-detail .link-btn__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}


.nurse-recruit-detail .entry {
  width: 800px;
  margin: 60px auto;
  background-color: #FEF0EB;
  border-radius: 20px;
  padding: 60px;
  text-align: center;
}

.nurse-recruit-detail .entry p {
  font-weight: 600;
}

.nurse-recruit-detail .entry .recruit-box__bottom {
  margin-top: 60px;
}

@media (max-width: 900px) {
  .nurse-recruit-detail .entry {
    width: 100%;
  }
}


@media (max-width: 767px) {
  .nurse-recruit-detail {
    padding-bottom: 80px;
  }

  .nurse-recruit-table {
    margin-bottom: 40px;
  }

  .nurse-recruit-detail .link-btn-wrap {
    gap: 12px;
    padding: 15px;
  }

  .nurse-recruit-detail .link-btn {
    width: 100%;
    max-width: 320px;
    font-size: 16px;
    min-height: 48px;
    padding: 12px 18px;
    margin: 0 auto;
  }

  .nurse-recruit-detail .link-btn__icon {
    width: 20px;
    height: 20px;
  }

  .nurse-recruit-detail .recruit-box__bottom {
    margin-top: 20px;
  }

  .nurse-recruit-detail .entry {
    padding: 40px;
    margin: 20px auto;
  }

  .nurse-recruit-detail .entry br {
    display: none;
  }

  .nurse-recruit-detail .entry .recruit-box__bottom {
    margin-top: 20px;
  }

  .recruit-outline-btn span {
    padding-right: 2.8em;
  }
}

@media (max-width: 560px) {
  main.sub .nurse-recruit-detail h2 {
    font-size: 2.2rem;
  }
  
  .nurse-recruit-detail__text {
    font-size: 1.6rem;
  }
  
  .nurse-recruit-detail h3 {
    font-size: 2.0rem;
  }

  .nurse-recruit-table th {
    width: 100%;
    display: block;
    text-align: left;
  }

  .nurse-recruit-table td {
    width: 100%;
    display: block;
  }
}



/* ============ プライバシーポリシー ============ */
.privacy {
  margin: 140px 0;
}

.privacy ol {
  margin-left: 1.5em;
  margin-bottom: 2em;
}

.privacy ol li {
  list-style-type: decimal;
  margin-top: 2em;
}

.privacy ul {
  margin-top: 0.7em;
  margin-bottom: 1em;
}

.privacy ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 0;
}

.privacy ul li::before {
  content: "・";
  padding: 0px 3px;
  position: absolute;
  margin-left: -1.5em;
}

.privacy .text-r {
  text-align: right;
  margin-top: 1em;
}

@media screen and (max-width: 560px) {
  .privacy {
    margin: 5em 0;
  }

  .privacy dt {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .privacy dd {
    margin-bottom: 3em;
  }
}



/* ============ お問い合わせ ============ */
.contact-title {
  background-image: url("img/contact-title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.contact {
  padding-bottom: 120px;
}

.contact p.bo{
  font-size: 2.2rem;
  font-weight: 600;
}

.contact p.pr{
  font-size: 2.2rem;
  font-weight: 600;
}

.contact p.sm{
  font-size: 1.4rem;
}

.contact .tel a {
  font-size: 3.0rem;
  font-weight: bold;
  font-family: 'Noto Sans';
  padding-left: 30px;
  line-height: 100%;
  background-image: url(img/tel02.png);
  background-repeat: no-repeat;
  background-position: left top 4px;
  text-decoration: none;
  font-display: swap;
}

.contact .materials .img-box {
  margin-right: 2em;
  width: 260px;
}

.contact table {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #ccc;
}

.contact th {
  font-weight: 700;
  line-height: 100%;
  padding: 2em 1em;
  text-align: left;
  vertical-align: middle;
}

.contact tr {
  border-bottom: 1px solid #ccc;
}

.contact th span {
  font-weight: 600;
  margin-left: 1em;
  color: #fff;
  background-color: #0C6357;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 100%;
  padding: 0.3em 0.8em 0.5em 0.8em;
  height: 20px;
}

.contact th span.hi02 {
  background-color: #474747;
}

.contact td {
  padding: 2em 1em;
}

.contact input {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
  margin: 0.5em 0;
  font-display: swap;
}

.contact .file input {
  background-color: #fff;
  border: solid 1px #fff;
  padding: 0;
}

.contact textarea {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
  font-display: swap;
}

.contact select {
  font-size: 1.6rem;
  background-color: #F2F2F2;
  padding: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  border: solid 1px #F2F2F2;
  font-display: swap;
}

.contact label {
  display: table;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.contact .text-sub {
  margin-left: 5em;
  margin-bottom: 1em;
}

.contact .job {
  font-weight: 600;
  font-size: 1.7rem;
  margin: 1em 0 0.5em 0;
  border-left: 3px solid #5D5F68;
  padding-left: 5px;
  display: block;
  margin-left: -3px;
}

input.check[type=checkbox] {
  width: 15px;
  height: 15px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 10px;
  vertical-align: -0.05em;
}

input.check[type=radio] {
  width: 15px;
  height: 15px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-right: 5px;
  margin-top: 0.5px;
}

.contact .mfp_element_all {
  max-width: 100%;
}

.contact .chu {
  text-align: center;
  margin-bottom: 3em;
}

.contact .chu label {
  display: block;
  margin: 1em auto;
}

.contact .chu br {
  display: none;
}

.contact .contact__btn {
  text-align: center;
}

.contact .contact__btn input {
  color: #fff;
  width: 300px;
  text-align: center;
  margin: 1em auto 0 auto;
  background-color: #EB7083;
  border-radius: 50px;
  font-weight: 600;
  transition: all .5s;
  cursor:pointer
}

.contact .contact__btn input:hover {
  color: #fff;
  background-color: #F3ADCC;
}


@media screen and (max-width: 768px) {
  .contact-title {
    background-image: url("img/contact-title-bg-sp.png");
  }

  .contact th {
    display: block;
    text-align: left;
    padding: 2em 0 0.5em 0;
  }

  .contact th span {
    padding: 0.3em 0.8em 0.5em 0.8em;
  }

  .contact td {
    display: block;
    padding: 1em 0 2em 0;
  }
}

@media screen and (max-width: 560px) {
  .contact-title {
    background-size: contain;
    background-position: top center;
  }

  .contact {
    padding-bottom: 80px;
  }

  .contact input {
    width: 100%;
  }

  .contact .text-sub {
    margin-left: 0;
  }

  .contact .tel a {
    background-size: 8%;
  }

  .contact label {
    letter-spacing: 0;
    line-height: 0;
  }

  .contact .materials .img-box {
    margin-right: 1em;
    width: 560px;
  }

  input.check[type=checkbox] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  input.check[type=radio] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }

  .contact .chu br {
    display: block;
  }

  @supports (-webkit-touch-callout: none) {
    input.check[type=checkbox] {
      transform: scale(0.4);
      margin-right: 0;
      vertical-align: -0.6em;
      margin-top: -0.5em;
    }

    input.check[type=radio] {
      transform: scale(0.4);
      margin-right: 0;
      vertical-align: -0.6em;
      margin-top: -0.5em;
    }
  }
}


/* ---------------- お知らせページ ------------------*/
.info-title {
  background-image: url("img/news-title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.sub .info {
  padding: 0 0 180px 0;
}

.sub .info a {
  text-decoration: none;
}

.sub .info .info_con .info_list a {
  padding: 25px 10px 25px 10px;
}

.sub .info .info_con .info_list a:hover {
  color: #EB7083;
}

.sub .info .info_con {
  width: 100%;
  margin-bottom: 80px;
}

.sub .info .info_con .dac {
  font-size: 1.6rem;
  margin-right: 30px;
  font-weight: 500;
}

.sub .info .info_con .info_list:last-child {
  border-bottom: 1px solid #DCDBDB;
}

@media screen and (max-width: 768px) {
  .info-title {
    background-image: url("img/news-title-bg-sp.png");
  }
}

@media screen and (max-width: 560px) {
  .info-title {
    background-size: contain;
    background-position: top center;
  }
}

/* ---------------- ブログ詳細 ------------------*/
.blog_box .sns-button-wrap {
  margin-bottom: 2em;
}

.blog_box p {
  margin-bottom: 1em;
}

.blog_box .blog_title data {
  font-size: 1.4rem;
}

.blog_box .blog_title data ul {
  display: flex;
  margin-bottom: 2em;
}

.blog_box .blog_title data ul li {
  display: flex;
  margin-right: 1em;
}

.blog_box .blog_title h2 {
  font-size: 4.2rem;
  line-height: 1.4;
  color: #EB7083;
}

.blog_box .blog_con h2 {
  font-size: 3.2rem;
  margin-top: 2em;
  margin-bottom: 10px;
  border-left: 3px solid #333333;
  padding-left: 10px;
}

main.sub .con-box .blog_box .blog_con h3 {
  font-size: 2.8rem;
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-weight: 600;
  position: relative;
  padding-left: 1em;
}

main.sub .con-box .blog_box .blog_con h3::before {
  content: "■";
  padding: 0px 3px;
  font-size: 20px;
  top: 0.4em;
  position: absolute;
  margin-left: -1.5em;
}

.blog_box .blog_con h4 {
  font-size: 2.4rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 600;

}

.blog_box .blog_con h5 {
  font-size: 2.2rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog_box .blog_con h6 {
  font-size: 2.0rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 600;
}

.blog_box .blog_con a {
  text-decoration: underline;
}

.blog_box .blog_con ul {
  margin: 1em 0;
}

.blog_box .blog_con ul li {
  padding-left: 1.5em;
  position: relative;
  font-weight: 600;
}

.blog_box .blog_con ul li::before {
  content: "●";
  padding: 0px 3px;
  font-size: 13px;
  top: 0.4em;
  position: absolute;
  margin-left: -1.8em;
}

.blog_box .blog_con ol {
  margin: 1em 0;
  list-style-type: decimal;
  padding-left: 1.8em;
}

.blog_box .blog_con ol li {
  position: relative;
  font-weight: 600;
}

.blog_box .blog_con img {
  margin: 2em auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.blog_box .blog_con table {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #E3E4E4;
}

.blog_box .blog_con table tr {
  border-bottom: 1px solid #E3E4E4;
}

.blog_box .blog_con table th {
  width: 275px;
  padding: 27px;
  font-weight: 700;
  background-color: #F4F4F3;
}

.blog_box .blog_con table td {
  padding: 27px;
  background-color: #fff;
}

.blog_box .blog_con .btn {
  margin: 5em auto;
}

.blog_box .blog_con .btn a {
  text-align: center;
  display: block;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #B8C4D3;
  color: #5D5F68;
  margin-top: 50px;
  width: 260px;
  padding: 8px 40px;
  text-decoration: none;
  margin: 0 auto;
  font-weight: 600;
}

.blog_box .blog_con .btn a:hover {
  background-color: #acacac;
  color: #fff;
}

#ez-toc-container {
  max-width: 600px;
  margin: 2em auto 0 auto;
}

#ez-toc-container nav {
  margin-top: 2em;
}

#ez-toc-container.ez-toc-container-direction {
  width: 100%;
  padding: 3em;
}

.ez-toc-title-container {
  text-align: center;
}


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

  .blog_box .blog_title h2 {
    font-size: 3.8rem;
  }

  .blog_box .blog_con h2 {
    font-size: 3.0rem;
  }

  .blog_box .blog_con img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 1100px) {
  .blog_box .blog_title h2 {
    font-size: 2.8rem;
  }

  .blog_box .blog_con h2 {
    font-size: 2.4rem;
  }

  .blog_box .blog_con h4 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 768px) {
  .blog_box {
    width: 100%;
  }

  .blog_side {
    display: none;
  }

  .blog_box .blog_con table th {
    width: auto;
    display: block;
    padding: 1em;
  }

  .blog_box .blog_con table td {
    width: auto;
    display: block;
    padding: 1em;
  }
}

@media screen and (max-width: 560px) {
  main.sub .blog_box .blog_title h2 {
    font-size: 2.4rem;
  }

  main.sub .blog_box .blog_con h2 {
    font-size: 2.2rem;
  }

  main.sub .con-box .blog_box .blog_con h3 {
    font-size: 2.0rem;
  }

  main.sub .con-box .blog_box .blog_con h3::before {
    font-size: 16px;
    top: 0.1em;
  }
  
  .blog_box .blog_con h4 {
    font-size: 1.8rem;
  }

  .blog_box .blog_con h5 {
    font-size: 1.7rem;
  }

  .blog_box .blog_con h6 {
    font-size: 1.6rem;
  }

  .blog_box .blog_con ul li::before {
    font-size: 10px;
    top: 0.3em;
  }
}



/* ---------------- ページ送り ------------------*/
.pagination,
.pagination ul,
.pagination li,
.pagination a {
  font-size: 16px;
}

main.sub .pagination a {
  text-decoration: none;
}

main.sub .pagination a:hover {
  opacity: 0.6;
}

.pagination {
  margin: 0;
  width: 100%;
  text-align: center;
  clear: both;
}

.pagination ul {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  display: inline;
}

.pagination li {
  margin: 0.5%;
  padding: 0px;
  display: inline;
}

.pagination a {
  display: inline;
  padding: 0.6% 1.4% 0.8% 1.4%;
  width: 40px;
  height: 40px;
  margin: 0.2%;
  color: #474747;
  display: inline;
  font-weight: 600;
  text-align: center;
  background-color: #E1DDDD;
  text-decoration: none;
  transition: 0.3s;
  border-radius: 50px;
}

.pagination li a:hover {
  text-decoration: underline;
  background-color: #fff;
  border-color: #FFE600;
  text-decoration: none;
  opacity: 1;
}

.paginationli.active_page a {
  border-color: #0F6247;
  background-color: #0F6247;
  color: #fff;
}

.pagination li.active_page a:hover {
  color: black;
  text-decoration: underline;
  color: #FFE600;
  text-decoration: none;
  opacity: 1;
}

.pagination .current {
  display: inline;
  padding: 0.6% 1.4% 0.8% 1.4%;
  margin: 1%;
  color: #fff;
  background-color: #EB7083;
  font-weight: 600;
  border-radius: 50px;
}

@media screen and (max-width: 796px) {
  .pagination a {
    padding: 1.5% 3.2%;
    margin: 1%;
  }

  .pagination .current {
    padding: 1.5% 3.2%;
  }
  
}


/* 教育理念 */
.education-title {
  background-image: url("img/education-title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.education-philosophy {
  padding: 0 0 120px 0;
}
.education-philosophy .education-philosophy__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.education-philosophy__content {
  width: 50%;
  z-index: 10;
}
main.sub .education-philosophy__heading {
  font-size: 3.8rem;
  color: #eb7083;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.education-philosophy__text {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 600;
}
.education-philosophy__image-area {
  width: 45%;
  max-width: 580px;
  position: relative;
  z-index: 1;
}
.education-philosophy__image-bg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180%;
  z-index: -1;
}
.education-philosophy__image-bg img {
  width: 100%;
  height: auto;
}
.education-philosophy__image-main img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .education-title {
    background-image: url("img/education-title-bg-sp.png");
  }
  
  .education-philosophy {
      padding: 40px 0;
  }
  main.sub .education-philosophy__heading {
    font-size: 3.4rem;
  }

  .education-philosophy__image-bg {
    top: 80%;
    transform: translate(-20%, -50%);
    width: 100%;
  }

  .education-philosophy__text {
    font-size: 1.8rem;
  }

  .education-philosophy__image-area {
    max-width: 100%;
  }

  .education-philosophy__image-main {
    width: 100%;
  }

  .education-philosophy .education-philosophy__inner {
      flex-direction: column;
  }
  .education-philosophy__content {
      width: 100%;
      margin-bottom: 40px;
      padding:0;
  }
  .education-philosophy__heading {
      font-size: 2.8rem;
      margin-bottom: 20px;
  }
  .education-philosophy__image-area {
      width: 100%;
      padding: 0;
  }
}


@media screen and (max-width: 560px) {
  .education-title {
    background-size: contain;
    background-position: top center;
  }

  main.sub .education-philosophy__heading {
    font-size: 2.2rem;
  }

  .education-philosophy__text {
    font-size: 1.6rem;
  }
}


/* 教育テキストセクション（プリセプター制度・クリニカルラダー） */

.education-text-section .education-heading-sub {
  font-size: 2.8rem;
  color: #eb7083;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.education-text-section p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
.education-text-section p:last-child {
  margin-bottom: 0;
}

.education-text-section .education-heading-sub {
  font-size: 2.8rem;
  color: #eb7083;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .education-text-section .education-heading-sub {
    font-size: 2.0rem;
  }
}


/* 汎用コンテンツブロック（画像＋テキスト） */

.education-content-block__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 120px auto;
  padding-bottom: 120px;
  border-bottom: 1px solid #ccc;
}

.noline.education-content-block__inner:last-of-type {
  border-bottom: none;
}

.education-content-block__inner.reverse {
  flex-direction: row-reverse;
}
.education-content-block__text-area {
  width: 45%;
}
.education-content-block__image-area {
  width: 50%;
}
.education-content-block__image-area img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.education-content-block__heading {
  font-size: 3.2rem;
  color: #eb7083;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .education-content-block__inner {
    margin: 0 auto 80px auto;
    padding-bottom: 80px;
  }
}

/* 教育研修体系 */

.education-system__inner {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 120px auto;
  padding-bottom: 120px;
  border-bottom: 1px solid #ccc;
}
.education-system__heading {
  font-size: 3.6rem;
  color: #eb7083;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: left; /* 左寄せ */
}
.education-system__sub-heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}
.education-system__chart {
  margin-bottom: 20px;
}
.education-system__chart img {
  max-width: 100%;
  height: auto;
}
.education-system__note {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .education-system__inner {
    margin: 0 auto 80px auto;
    padding-bottom: 80px;
  }

  .education-content-block__inner,
  .education-content-block__inner.reverse {
      flex-direction: column;
  }
  .education-content-block__text-area,
  .education-content-block__image-area {
      width: 100%;
  }
  .education-content-block__text-area {
      margin-bottom: 30px;
  }
  .education-content-block__heading {
      font-size: 2.4rem;
  }
  
  .education-system__heading {
      font-size: 2.8rem;
      margin-bottom: 30px;
  }
}


/* 教育方針 */

.education-policy {
  padding: 0 0 80px 0;
}
.education-policy__heading {
  font-size: 3.6rem;
  color: #eb7083;
  font-weight: bold;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}
.education-policy__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 120px;
}
.education-policy__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.education-policy__inner {
  border-bottom: 1px solid #ccc;
}
.education-policy__content {
  display: flex;
  align-items: flex-start;
  width: 55%;
  align-items: center;
}
.education-policy__num {
  background-color: #ffeef2;
  border: 1px solid #ffccd9;
  color: #eb7083;
  font-size: 60px;
  font-weight: 500;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  padding-bottom: 10px;
  flex-shrink: 0;
  line-height: 1; /* 数字の垂直位置調整 */
}
main p.education-policy__text {
  margin-bottom: 0;
}
.education-policy__image {
  width: 40%;
  max-width: 450px;
}
.education-policy__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  vertical-align: bottom; /* 画像の下の余白を消す */
}
.education-text-item {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .education-policy {
      padding: 80px 0;
  }
  .education-policy__heading {
      font-size: 2.8rem;
      margin-bottom: 30px;
  }
  .education-policy__list {
      gap: 40px;
      padding-bottom: 80px;
  }
  .education-policy__item {
      flex-direction: column-reverse;
      gap: 20px;
  }
  .education-policy__content {
      width: 100%;
      align-items: self-start;
  }
  .education-policy__image {
      width: 100%;
      margin-bottom: 0px;
  }
  .education-policy__num {
      width: 50px;
      height: 50px;
      font-size: 3rem;
      margin-right: 20px;
  }
  .education-policy__text {
      font-size: 1.5rem;
  }
  .education-text-item {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}



/* ご挨拶セクション Update */
.about-us-title {
  background-image: url("img/about-us-title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.greeting-section {
  padding: 0 0 40px;
}

.greeting-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 100px;
}
.greeting-block {
  width: 47%; /* 2カラム */
  margin-bottom: 0;
}
.greeting-heading {
  color: #eb7083;
}
.greeting-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.greeting-image {
  width: 35%; /* カラム内での画像の比率 */
}
.greeting-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.greeting-text-area {
  width: 60%;
}
.greeting-name {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  display: block;
  width: 100%;
  line-height: 1.4;
}
.greeting-text {
  text-align: justify;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .about-us-title {
    background-image: url("img/about-us-title-bg-sp.png");
    background-size: contain;
    background-position: top center;
  }

  .greeting-section {
      padding: 40px 0;
  }
  .greeting-container {
      flex-direction: column;
      gap: 60px;
  }
  .greeting-block {
      width: 100%;
      margin-bottom: 0;
  }
  .greeting-heading {
      font-size: 2.4rem;
      margin-bottom: 20px;
      min-height: auto;
  }
  .greeting-image {
      width: 40%;
      margin-bottom: 20px;
      text-align: left;
  }
  .greeting-image img {
      width: 100%; 
      max-width: 250px;
  }
  .greeting-text-area {
      width: 55%;
  }

  .greeting-name {
    font-size: 1.6rem;
  }
}


/* 大切にしていることセクション */
.valued-policy-section {
  padding: 80px 0 180px 0;
}
.valued-heading {
  color: #eb7083;
  margin-bottom: 60px;
  text-align: left;
}
.valued-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.valued-item:last-of-type {
  margin-bottom: 60px;
}
.valued-text-area {
  width: 55%;
}
.valued-image-area {
  width: 40%;
  max-width: 450px;
}
.valued-image-area img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  vertical-align: bottom;
}
.valued-item-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 5px solid #333;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.valued-lead {
  font-weight: bold;
  margin-bottom: 15px;
}
.valued-list {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0;
}
.valued-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  line-height: 1.8;
}
.valued-list li:before {
  counter-increment: item;
  content: counter(item) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

/* ボタンエリア */
.valued-btn-area {
  text-align: center;
  margin-top: 60px;
}
main.sub .valued-btn-area a {
  text-decoration: none;
}
.btn-outline-pink {
  display: inline-block;
  border: 1px solid #eb7083;
  color: #eb7083;
  padding: 15px 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  background: #fff;
  min-width: 450px;
  transition: all 0.3s;
  font-weight: bold;
}
.btn-outline-pink:hover {
  background: #eb7083;
  color: #fff;
}
.btn-outline-pink:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 15px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 768px) {
  .valued-policy-section {
      padding: 60px 0;
  }
  .valued-heading {
      font-size: 2.4rem;
      margin-bottom: 40px;
  }
  .valued-item {
      flex-direction: column-reverse;
      margin-bottom: 60px;
      margin-top: 60px;
  }
  .valued-text-area {
      width: 100%;
  }
  .valued-image-area {
      width: 100%;
      margin-bottom: 30px;
  }
  .valued-item-title {
    font-size: 1.8rem;
  }
  .btn-outline-pink {
      min-width: 100%;
      padding: 15px 20px;
      font-size: 1.5rem;
      width: 100%;
      box-sizing: border-box;
  }
}


/* 業務内容詳細セクション */
.job-title {
  background-image: url("img/job-description-title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.job-detail-section {
  padding: 0 0 180px;
}
.job-detail-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.job-detail-block:last-child {
  margin-bottom: 0;
}
.job-detail-block.reverse {
  flex-direction: row-reverse;
}
.job-detail-text {
  width: 57%;
}
.job-detail-heading {
  font-size: 3.2rem;
  color: #eb7083;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #eb7083;
  padding-bottom: 15px;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.1em;
}
.job-detail-desc {
  text-align: justify;
}
.job-detail-image {
  width: 40%;
  max-width: 450px;
}
.job-detail-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .job-title {
    background-image: url("img/job-description-title-bg-sp.png");
  }

  .job-detail-section {
      padding: 80px 0;
  }
  .job-detail-block, 
  .job-detail-block.reverse {
      flex-direction: column; /* SPでは縦並び（テキスト・画像） */
      margin-bottom: 80px;
  }
  .job-detail-text {
      width: 100%;
      margin-bottom: 30px;
  }
  .job-detail-image {
      width: 100%;
  }
  .job-detail-heading {
      font-size: 2.4rem;
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .job-title {
    background-size: contain;
    background-position: top center;
  }
}

/* 勤務体制セクション */
.welfare-title {
  background-image: url("img/welfare-title-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.welfare-schedule-section {
  padding: 0 0 120px 0;
}
.welfare-schedule-section .wrapper{
  padding-bottom: 120px;
  border-bottom: 1px solid #ccc;
}
.welfare-heading-main {
  font-size: 3.2rem;
  color: #eb7083;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.welfare-lead {
  line-height: 2;
  margin-bottom: 60px;
}
.welfare-sub-heading {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 5px solid #333;
  line-height: 1.4;
  color: #333;
}
/* テーブル */
.welfare-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 80px;
  border: 1px solid #ddd;
}
.welfare-table th, .welfare-table td {
  padding: 25px;
  border: 1px solid #ddd;
}
.welfare-table th {
  background-color: #f0f0f0;
  width: 20%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.welfare-table td {
  background-color: #fff;
  width: 80%;
}

/* リスト */
.welfare-list {
  list-style: none;
  margin-bottom: 30px;
}
.welfare-list li {
  line-height: 2;
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5em;
}
.welfare-list li span {
  font-weight: 600;
}
.welfare-list li:before {
  content: "●";
  position: absolute;
  left: 0;
}
.welfare-text-bottom {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .welfare-title {
    background-image: url("img/welfare-title-bg-sp.png");
  }
  .welfare-schedule-section {
      padding: 40px 0;
  }

  .welfare-schedule-section .wrapper{
    padding-bottom: 80px;
  }

  .welfare-heading-main {
      font-size: 2.4rem;
      margin-bottom: 20px;
  }
  .welfare-table th, .welfare-table td {
      display: block;
      width: 100%;
  }
  .welfare-table th {
      text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .welfare-title {
    background-size: contain;
    background-position: top center;
  }

  .welfare-sub-heading {
    font-size: 1.8rem;
  }
}

/* 福利厚生一覧セクション */
.welfare-list-section {
  padding: 0 0 120px 0;
}
.welfare-list-section .wrapper{
  padding: 0 0 120px 0;
  border-bottom: 1px solid #ccc;
}
.welfare-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.welfare-item:last-child {
  margin-bottom: 0;
}
.welfare-text-area {
  width: 60%;
}
.welfare-item-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #333;
  line-height: 1.4;
  color: #333;
}
.welfare-item-text {
  line-height: 2;
  text-align: justify;
  letter-spacing: 0;
}
.welfare-image-area {
  width: 35%;
  max-width: 400px;
}
.welfare-image-area img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .welfare-list-section {
      padding: 40px 0;
  }
  .welfare-list-section .wrapper {
    padding: 0 0 80px 0;
  }
  .welfare-item {
      flex-direction: column-reverse;
      margin-bottom: 60px;
  }
  .welfare-text-area {
      width: 100%;
  }
  .welfare-image-area {
      width: 100%;
      margin-bottom: 30px;
  }

  .welfare-item-title {
    font-size: 1.8rem;
  }

  .welfare-image-area {
    max-width: 100%;
  }
}

/* ユニフォーム紹介セクション */
.uniform-section {
  padding: 0 0 120px 0;
}
.uniform-section .wrapper{
  padding: 0 0 120px 0;
}
.uniform-lead {
  line-height: 2;
  margin-bottom: 60px;
}
.uniform-slider-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 400px; /* 画像サイズ調整 */
}
.uniform-slider {
  width: 100%;
  margin: 0 auto;
}
.uniform-slider li {
  padding: 0 10px;
  outline: none;
}
.uniform-slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Slick矢印カスタム */
.uniform-slider .prev_icon, 
.uniform-slider .next_icon {
  width: 60px;  /* 少し大きくしました */
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.uniform-slider .prev_icon {
  left: -80px;
}
.uniform-slider .next_icon {
  right: -80px;
}

@media screen and (max-width: 1000px) {
  .uniform-slider .prev_icon {
      left: -40px;
      width: 40px;
  }
  .uniform-slider .next_icon {
      right: -40px;
      width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .uniform-section {
      padding: 40px 0;
  }
  .uniform-slider .prev_icon {
      left: 0;
      width: 40px;
  }
  .uniform-slider .next_icon {
      right: 0;
      width: 40px;
  }
}
@media screen and (max-width: 560px) {
  .uniform-section .next_icon {
    width: 30px !important;
    left: 92%;
  }
}


/* 先輩メッセージセクション */
.message-title {
  background-image: url(img/message-title-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.message-section {
  padding: 0 0 180px 0;
}
.message-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.message-card {
  width: 31%; /* 3カラム */
  max-width: 370px;
  margin-bottom: 40px;
  background: #fff5f5; /* 薄いピンク背景 */
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.message-card-img {
  width: 100%;
}
.message-card-img img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0; /* 上の角を丸く */
  vertical-align: bottom;
}
.message-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.message-card-ward {
  color: #eb7083;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.message-card-role {
  color: #eb7083;
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 5px;
}
.message-card-text {
  margin-bottom: 10px;
  letter-spacing: 0;
  text-align: justify;
  flex-grow: 1;
}
.message-card-link {
  text-align: right;
  margin-top: auto;
}
.message-card-link {
  color: #eb7083;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.message-card-link a:hover {
  opacity: 0.7;
}

.message-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.message-grid a.message-card {
  text-decoration: none;
}

.message-card-img {
  overflow: hidden;
}

.message-card-img img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}

.message-card:hover .message-card-img img {
  transform: scale(1.08);
}

.message-card-link span {
  display: inline-block;
}
/* ページネーション */
.pagination {
  text-align: center;
  margin-top: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #ddd;
  color: #333;
  margin: 0 5px;
  text-decoration: none;
  font-weight: bold;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background: #eb7083;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .message-card {
      width: 48%; /* 2カラム */
      max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .message-title {
    background-image: url(img/message-title-bg-sp.png);
  }
  .message-section {
      padding: 0 0 80px 0;
  }
  .message-card {
      width: 100%; /* 1カラム */
  }

  .message-card-ward {
    font-size: 1.5rem;
  }
  .message-card-role {
    font-size: 1.6rem;
  }

  .message-grid {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .message-con-section {
      padding: 60px 0;
  }
  .message-con-content {
      flex-direction: column-reverse;
  }
  .message-con-text-area {
      width: 100%;
  }
  .message-con-name {
      font-size: 2.8rem;
      margin-bottom: 20px;
  }
  .message-con-lead {
      font-size: 1.6rem;
  }
  .message-con-image-area {
      width: 100%;
      margin-bottom: 40px;
  }
  .message-con-bg {
      width: 120%;
  }
}

@media screen and (max-width: 560px) {
  .message-title {
    background-size: contain;
    background-position: top center;
  }
}


/* インタビュー詳細セクション */
.message-interview-section {
  padding: 80px 0;
}
.message-interview-section .wrapper {
  max-width: 1200px; /* 少し狭くして読みやすくする */
  margin: 0 auto;
  padding: 0 20px;
}

.message-interview-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.message-interview-block:last-child {
  margin-bottom: 0;
}
/* 画像がないブロック（Q2-Q5） */
.message-interview-block.no-image {
  display: block;
}


/* 画像エリア */
.message-interview-image {
  width: 42%;
  max-width: 450px;
}
.message-interview-image img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* 左上・右上を丸く */
  vertical-align: bottom;
}


.message-interview-text {
  width: 57%;
}


/* 質問 */
.message-interview-q {
  position: relative;
  margin: 0 0 28px;
  padding-left: 42px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #e57b8b;
  border-left: none;
}

.message-interview-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #e57b8b;
}

/* 回答エリア */
.message-interview-a {
  position: relative;
  padding-left: 42px;
}

.message-interview-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #222;
}

.message-interview-a p {
  margin: 0;
  text-align: left;
}
.message-interview-a p:last-child {
  margin-bottom: 0;
}

.message-interview-a--list {
  position: relative;
  padding-left: 42px;
}

.message-interview-a--list::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0.05em;
  font-weight: 700;
  line-height: 1;
  color: #222;
}

.message-interview-list {
  margin: 0;
  padding-left: 1.8em;
  list-style: decimal;
  list-style-position: outside;
}

.message-interview-list li {
  margin-bottom: 10px;
  font-size: 1.9rem;
  line-height: 1.9;
  color: #333;
}

.message-interview-list li::marker {
  font-size: 2.2rem;
  font-weight: 700;
}

.message-interview-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .message-interview-a--list {
    padding-left: 32px;
  }

  .message-interview-a--list::before {
    font-size: 1.8rem;
  }

  .message-interview-list {
    padding-left: 1.6em;
  }

  .message-interview-list li {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 8px;
  }
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .message-interview-section {
      padding: 40px 0;
  }
  .message-interview-block {
      flex-direction: column;
      margin-bottom: 60px;
  }
  .message-interview-text {
      width: 100%;
      margin-bottom: 30px;
  }
  .message-interview-image {
      width: 100%;
  }
  .message-interview-q {
      font-size: 2.0rem;
  }
  .message-interview-a p {
      font-size: 1.5rem;
  }
}

/* 先輩メッセージ詳細ページ(Profile) */
.message-con-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.message-con-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 80%;
  max-width: 1000px;
}
.message-con-bg img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.message-con-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.message-con-content {
  display: flex;
  justify-content: space-between;
}
.message-con-text-area {
  width: 42%;
}
.message-con-role {
  font-size: 1.8rem;
  color: #fff;
  background: #EB7083;
  background: linear-gradient(90deg,rgba(235, 112, 131, 1) 0%, rgba(235, 112, 131, 0.62) 100%);
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  letter-spacing: 0.1em;
  padding: 2px 10px;
}
main.sub h2.message-con-name {
  color: #eb7083;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
.message-con-lead {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0;
}
.message-con-image-area {
  width: 50%;
  max-width: 580px;
  position: relative;
}
.message-con-image-area img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .message-con-section {
      padding: 60px 0;
  }
  .message-con-content {
      flex-direction: column-reverse;
  }
  .message-con-text-area {
      width: 100%;
  }
  .message-con-name {
      font-size: 2.8rem;
      margin-bottom: 20px;
  }
  .message-con-lead {
      font-size: 1.6rem;
  }
  .message-con-image-area {
      width: 100%;
      margin-bottom: 40px;
  }
  .message-con-bg {
      width: 120%;
  }
}

/* 他の先輩メッセージ */
.other-message-section {
  padding: 80px 0 120px;
  margin-bottom: 0;
  background: #fff;
}

.other-message-section .wrapper {
  overflow: hidden;
}

.other-message-section .sub-title {
  margin-bottom: 48px;
  text-align: center;
}

.other-message-section .sub-title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.other-message-section .sub-title h2 span {
  display: block;
  color: #eb7083;
  font-size: 2rem;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.other-message-slider {
  position: relative;
  margin: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.other-message-slider.slick-initialized {
  opacity: 1;
}


.other-message-slider .slick-track {
  display: flex;
}

.other-message-slider .slick-slide {
  height: auto;
  box-sizing: border-box;
}

.other-message-slider .slick-slide > div {
  height: 100%;
}

.other-message-slider .message-card {
  width: 100% !important;
  margin: 0 15px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  background: #fdf3f4;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.other-message-slider .message-card-img {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.other-message-slider .message-card-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.other-message-slider .message-card:hover .message-card-img img {
  transform: scale(1.05);
}

.other-message-slider .message-card-body {
  padding: 18px 20px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 188px;
}

.other-message-slider .message-card-ward {
  color: #eb7083;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 4px;
}

.other-message-slider .message-card-role {
  color: #eb7083;
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

.other-message-slider .message-card-text {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  flex-grow: 1;
  text-align: left;
}

.other-message-slider .message-card-link {
  margin-top: auto;
  text-align: right;
  line-height: 1;
}

.other-message-slider .message-card-link span {
  display: inline-block;
  color: #eb7083;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* 矢印 */
.other-message-slider .slick-arrow {
  position: absolute;
  bottom: -74px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: #eb7083;
  cursor: pointer;
  font-size: 0;
  z-index: 10;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.other-message-slider .slick-arrow:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.other-message-slider .slick-prev {
  right: 72px;
  left: auto;
}

.other-message-slider .slick-next {
  right: 0;
}

.other-message-slider .slick-prev::before,
.other-message-slider .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.other-message-slider .slick-prev::before {
  left: 23px;
  transform: translateY(-50%) rotate(-135deg);
}

.other-message-slider .slick-next::before {
  left: 18px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .other-message-section {
    padding: 60px 0 100px;
  }

  .other-message-section .sub-title {
    margin-bottom: 32px;
  }

  .other-message-section .sub-title h2 {
    font-size: 2.2rem;
  }

  .other-message-section .sub-title h2 span {
    font-size: 1.6rem;
  }

  .other-message-slider .slick-list {
    margin: 0 -10px;
  }

  .other-message-slider .message-card-body {
    padding: 16px 16px 14px;
    min-height: auto;
  }

  .other-message-slider .message-card-ward {
    font-size: 1.3rem;
  }

  .other-message-slider .message-card-role {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .other-message-slider .message-card-text {
    font-size: 1.4rem;
    line-height: 1.9;
  }

  .other-message-slider .slick-arrow {
    width: 46px;
    height: 46px;
    bottom: -62px;
  }

  .other-message-slider .slick-prev {
    right: 58px;
  }

  .other-message-slider .slick-prev::before {
    left: 19px;
  }

  .other-message-slider .slick-next::before {
    left: 15px;
  }
}


/* 矢印エリアコンテナ */
.other-message-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 20px;
  padding-right: 15px;
}

/* Arrows */
.other-message-arrows .arrow-prev,
.other-message-arrows .arrow-next {
  cursor: pointer;
  z-index: 20;
  line-height: 0;
}

.other-message-arrows .prev_icon,
.other-message-arrows .next_icon {
  width: 60px;
  height: auto;
  transition: opacity 0.3s;
}

.other-message-arrows .prev_icon:hover,
.other-message-arrows .next_icon:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1200px) {
  /* 必要に応じて調整 */
}
@media screen and (max-width: 768px) {
  .other-message-section {
      padding: 40px 0;
  }
  .other-message-slider {
      padding: 0 20px; /* 矢印スペース */
      margin: 0;
  }
  .other-message-slider .prev_icon {
      left: -10px;
      width: 30px;
  }
  .other-message-slider .next_icon {
      right: -10px;
      width: 30px;
  }
  .other-message-slider .message-card {
      margin: 0 10px;
  }
}



/* 修正環境 */

.access-map {
  padding: 0 0 120px 0;
}

.access-title {
  background-image: url(img/access-title-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.access-map h2{
  color: #eb7083;
  text-align: left;
}

.access-map .map{
  margin-top: 30px;
}

/* モーダル背景 */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* モーダルウィンドウ */
.modal-content {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 600px;
  border-radius: 8px;
  position: relative;
  animation: fadeIn 0.3s;
}

.modal-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

.modal-title {
  color: #eb7083;
  font-size: 20px;
  font-weight: bold;
}

.modal-text {
  margin-top: 1em;
  line-height: 2;
}

#modal-body img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 画像マップをレスポンシブにするための指定 */
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .access-map {
    padding: 0 0 60px 0;
  }

  .access-title {
    background-image: url(img/access-title-bg-sp.png);
    background-size: contain;
    background-position: top center;
  }
}