@charset "utf-8";
/* CSS Document */
/*===================================================================
                      common.css
===================================================================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/back.png");
  background-position: center;
  background-size: cover;
  z-index: -2;
}
#wrap {
  overflow: hidden;
  position: relative;
}
img {
  width: 100%;
}
#main {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}
.a .aInner p {
}
@media screen and (min-width:501px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width:500px) {
  .sp_none {
    display: none;
  }
}
/* header */
header {
  padding: 20px 0;
  background-color: #6f1e36;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:500px) {
  header {
    padding: 12px 0;
  }
}
#header_logo {
  width: 200px;
  margin: 0 auto;
}
/* top */
#top {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
#top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 600px;
  background-image: url("../images/top.png");
  background-position: center top;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width:400px) {
  #top::after {
    height: 400px;
  }
}
#top::before {
  content: "";
  height: 140px;
  background-image: linear-gradient(transparent, #ffffff);
  position: absolute;
  z-index: 3;
  top: 460px;
  right: 0;
  left: 0;
}
@media screen and (max-width:400px) {
  #top::before {
    height: 100px;
    top: 300px;
  }
}
#top h1 {
  color: #6f1e36;
  font-weight: bold;
  padding: 310px 0 0;
  position: relative;
  line-height: 1;
  z-index: 3;
  margin: 0 0 30px;
  font-size: clamp(20px, 8.5vw, 43px);
}
@media screen and (max-width:400px) {
  #top h1 {
    padding: 200px 0 0;
  }
}
#top h1 .sub_ttl {
  font-size: clamp(10px, 3.5vw, 19px);
  color: #262626;
  margin: 0 0 20px;
  display: inline-block;
  font-weight: bold;
}
#top h1 .sub_ttl span {
  padding: 5px;
}
#top h1 span {
  background-color: #FFF;
  padding: 3px 10px;
  line-height: 1;
}
#top_container {
  width: 92%;
  margin: 0 auto;
  padding: 0 0 15px;
}
#top_container p {
  position: relative;
  z-index: 3;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 50px #FFF, 0 0 40px #FFF, 0 0 10px #FFF;
  color: #4f0e28;
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  #top_container p {
    font-size: 15px;
    padding: 8px 10px;
  }
}
@media screen and (max-width:380px) {
  #top_container p {
    font-size: 14px;
  }
}
/* gakusei */
#gakusei {
  padding: 70px 0 10px;
}
@media screen and (max-width:430px) {
  #gakusei {
    padding: 50px 0 30px;
  }
}
#gakusei h2 {
  text-align: center;
  padding: 10px 0;
  font-size: 23px;
  color: #6f1e36;
  font-weight: bold;
}
@media screen and (max-width:430px) {
  #gakusei h2 {
    font-size: 19px;
  }
}
#gakusei h2 span {
  position: relative;
}
#gakusei h2 span::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../images/ttl_img.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  left: -120px;
}
@media screen and (max-width:430px) {
  #gakusei h2 span::after {
    width: 80px;
    height: 80px;
    left: -90px;
  }
}
.cardSliderWrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 12px;
}
.cardSlider {}
.card {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #eee;
}
.card__img {
  width: 100%;
}
.card__img img {
  width: 100%;
  display: block;
}
.card__info {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  /* 下部の半透明帯 */
  background: rgba(255, 255, 255, 0.82);
  padding: 14px 15px 15px;
}
.card__dept {
  font-size: 12px;
  font-weight: 700;
  color: #7a2a3a; /* 画像の赤系 */
  margin-bottom: 13px;
}
.card__name {
  font-size: clamp(18px, 5vw, 28px);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.1;
  color: #424242;
}
.card__btn {
  width: 43px;
  height: 16px;
  border-radius: 7px;
  background: #7a2a3a; /* ボタン色 */
  color: #fff;
  display: block;
  position: absolute;
  bottom: 15px;
  right: 10px;
}
@media screen and (max-width:500px) {
  .card__btn {
    width: 30px;
  }
}
.card__btn::after {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  background-image: url("../images/yajirushi.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 3px;
  right: 5px;
}
.cardSlider .slick-list {
  margin: 0 -10px; /* paddingの相殺 */
}
.cardSlider .slick-dots {
  bottom: -32px;
}
.cardSlider .slick-dots li button:before {
  font-size: 10px;
  opacity: .35;
}
.cardSlider .slick-dots li.slick-active button:before {
  opacity: 1;
}
/* 矢印は今回は非表示（必要なら表示してOK） */
.cardSlider .slick-prev, .cardSlider .slick-next {
  display: none !important;
}
.cardSlider .card {
  margin: 0 0 0 2.5%;
}
.cardSlider .slick-list {
  padding: 0 25% 0 0 !important;
}
@media screen and (max-width:500px) {
  .cardSlider .slick-list {
    padding: 0 20% 0 0 !important;
  }
}
.my_dots {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  align-items: center;
}
@media screen and (max-width:768px) {
  .my_dots {
    margin: 0 auto;
  }
}
.my_dots li {
  width: 100%;
  padding: 0;
  margin: 0 1.5%;
  background-color: rgba(255, 255, 255, 0);
}
.my_dots li:nth-child(1) {
  margin: 0 1.5%;
}
.my_dots button {
  display: inline-block;
  border: none;
  background: #C8C8C8;
  color: #FFF;
  width: 14px;
  height: 14px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border-radius: 15px;
}
.my_dots .slick-active button {
  display: inline-block;
  background-color: #6f1e36;
}
/* ===== モーダル全体 ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}
/* 表示時 */
.modal.is-open {
  display: block;
}
/* 背景 */
.modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255,235,235,0.80);
	z-index: 100;
}
/* 本体 */
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: min(90%, 400px);
  max-height: 90vh;
  padding: 50px 25px 25px;
  overflow-y: scroll;
  border-radius: 15px;
	z-index: 101;
}
/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 4;
  color: #FFF;
}
/* モーダル中スクロール調整 */
.modal__body {
  margin-top: 16px;
  position: relative;
  z-index: 3;
}
.modal__body::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #6f1e36;
  top: -80px;
  left: -24px;
  right: -24px;
  height: 300px;
}
.profile_box {
  padding: 15px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin: 0 0 40px;
}
.modal__body figure {
  margin: 0 0 15px;
}
.profile_box h3 {
  font-size: 23px;
  color: #313131;
  font-weight: bold;
  margin: 0 0 25px;
}
.profile_box h3 span {
  color: #6f1e36;
  font-size: 13px;
  margin: 0 0 8px;
  display: block;
}
.profile_box dl {
  display: flex;
  margin: 0 0 8px;
}
.profile_box dl dt {
  width: 100px;
  font-size: 13px;
  color: #bfbfbf;
  font-weight: bold;
}
.profile_box dl dd {
  font-size: 13px;
  color: #606060;
  font-weight: bold;
}
.profile_box dl dd span {
  padding: 0 0 0 10px;
  color: #a5a5a5;
  font-weight: bold;
}
.profile-q {
  background: #fff;
}
.profile-q .item {
  box-sizing: border-box;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 20px;
}
.profile-q .q {
  width: 100%;
  position: relative;
  align-items: center;
  gap: 12px;
  padding: 0 25px 0 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  color: #6f1e36;
  
}
.profile-q .left {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0
}
.profile-q .badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #111827;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 auto;
}
.profile-q .title {
  font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
}
.profile-q .chev {
  width: 18px;
  height: 18px;
  transition: transform 260ms ease;
   position: absolute;
  top: 2px; 
  right: 0;
  border-radius: 50%;
  background-color: #6f1e36;
  color: #FFF;
}
.profile-q .item.is-open .chev {
  transform: rotate(180deg);
}
.profile-q .a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
  will-change: max-height;
}
.profile-q .aInner {
  padding: 0;
  color: #6b7280;
  line-height: 1.8;
  /* 追加アニメ（フェード＋微スライド） */
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.profile-q .item.is-open .aInner {
  opacity: 1;
  transform: translateY(0);
  color: #666666;
  margin: 20px 0 0;
  font-size: 15px;
}
/**/
#flow-day-container {
  width: 90%;
  margin: 0 auto;
}
#flow-day-container h2 {
  color: #6f1e36;
  text-align: center;
  font-size: 23px;
  padding: 30px 0;
  font-weight: bold;
}
.flow {
  background: #fff;
}
.flow .item {
  border: 3px solid #6f1e36;
  box-sizing: border-box;
  margin: 0 auto 15px;
  border-radius: 6px;
}
.flow .q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 25px 18px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  color: #6f1e36;
}
.flow .left {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0
}
.flow .badge {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #111827;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 auto;
}
.flow .title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* SP：折り返し */
@media screen and (max-width: 500px) {
  .flow .title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

.flow .chev {
  width: 18px;
  height: 18px;
  transition: transform 260ms ease;
  flex: 0 0 auto;
}
.flow .item.is-open .chev {
  transform: rotate(180deg);
}
.flow .a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 260ms ease;
  will-change: max-height;
}
.flow .aInner {
  padding: 0 18px 18px;
  color: #6b7280;
  line-height: 1.8;
  /* 追加アニメ（フェード＋微スライド） */
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 220ms ease, transform 220ms ease;
}
.flow .item.is-open .aInner {
  opacity: 1;
  transform: translateY(0);
}
/* ===== タイムライン全体 ===== */
.timeline {
  background-color: #f7f7f7;
  padding: 20px 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
/* 1行（1イベント） */
.tl-item {
  position: relative;
  padding: 0 0 40px 108px;
}

@media screen and (max-width:500px) {
.tl-item {
  padding: 0 0 40px 95px;
}	
}

.tl-item:last-child {
  padding: 0 0 0 108px;
}

@media screen and (max-width:500px) {
.tl-item:last-child {
  padding: 0 0 0 95px;
}	
}


.tl-item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 82px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: #66142f;
  z-index: 3;
  border: 1px solid #FFF;
}

@media screen and (max-width:500px) {
.tl-item::before {
  left: 73px;
}	
}

.tl-item::after {
  content: "";
  position: absolute;
  width: 3px;
  left: 87px;
  background-color: #fcd9e2;
  top: 7px;
  bottom: -15px;
}

@media screen and (max-width:500px) {
.tl-item::after {
  left: 78px;
}	
}

.tl-item:last-child::after {
  opacity: 0;
}
/* 左の時刻 */
.tl-time {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .02em;
  color: #3a3a3a;
  line-height: 1;
  padding-top: 2px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:500px) {
.tl-time {
  font-size: 16px;
}	
}

/* 中央：ドット + 縦線 */
.tl-rail {
  position: relative;
  min-height: 100%;
  display: flex;
  justify-content: center;
}
/* 右の本文 */
.tl-body h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

@media screen and (max-width:500px) {
.tl-body h3 {
  font-size: 16px;
}	
}

.tl-body img {
	width: 90%;
	margin: 10px 0 0;
}

.tl-body .sub {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.85;
  font-size: 14px;
}
.tl-body .meta {
  font-weight: 700;
  font-size: 14px;
  color: #4b4b4b;
  margin-left: 6px;
}
.closeBtn {
  display: block;
  margin-top: 14px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 150px;
  margin: 0 auto 20px;
  background: #6f1e36;
  border: 1px solid #6f1e36;
  border-radius: 999px;
  cursor: pointer;
  color: #FFF;
}
/* =========================
             Q&A
    ========================= */
#qa {
  padding: 20px 0 60px;
}
#qa_container {
  width: 90%;
  margin: 0 auto;
}
#qa_container h2 {
  color: #6f1e36;
  text-align: center;
  font-size: 23px;
  padding: 30px 0;
  font-weight: bold;
}
.qa_box .q {
  width: 100%;
  color: #6f1e36;
  padding: 16px 16px 16px 60px;
  border: 0;
  cursor: pointer;
  text-align: left;
  background-color: #f7f7f7;
  position: relative;
}
.qa_box .q::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 45px;
  background-image: url("../images/q.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 12px;
  left: 13px;
}
.qa_box .q .title {
  font-weight: 700;
  letter-spacing: .02em;
}
.qa_box .a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 280ms ease;
  will-change: max-height;
  position: relative;
}
.qa_box .aInner {
  padding: 12px 16px 16px 60px;
  color: #000000;
  line-height: 1.9;
  position: relative;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.qa_box .item {
	margin: 0 0 15px;
}


.qa_box .aInner p {
	margin: 0 0 20px;
}

.qa_box .aInner a {
	color: #6f1e36;
	text-decoration: underline;
}

.qa_box .aInner::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 45px;
  background-image: url("../images/a.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 14px;
  left: 13px;
}
.qa_box .item.is-open .aInner {
  opacity: 1;
  transform: translateY(0);
}

.aInner img {
	width: 100%;
	padding: 15px 0 0;
}

/*department*/
#department {
  padding: 40px 0 80px;
}
#department_container {
  width: 95%;
  max-width: 440px;
  margin: 0 auto;
}
#department_container h2 {
  color: #6f1e36;
  text-align: center;
  font-size: 23px;
  padding: 30px 0;
  font-weight: bold;
}
#department_container ul {
  display: flex;
  flex-wrap: wrap;
}
#department_container li {
  width: 49%;
  margin: 0.5%;
}
#department_container li a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  padding: 5px;
}
#department_container li:nth-child(1) a {
  background-color: #6f1e36;
}
#department_container li:nth-child(2) a {
  background-color: #822745;
}
#department_container li:nth-child(3) a {
  background-color: #a52d55;
}
#department_container li:nth-child(4) a {
  background-color: #9e516b;
}
#department_container li span {
  display: block;
  line-height: 1.4;
}
/* contact */
#contact {
  padding: 100px 0 80px;
  background-image: url("../images/contact_img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact_container {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 0 115px;
  position: relative;
}
#contact_container::after {
  content: "";
  position: absolute;
  height: 180px;
  width: 110px;
  background-image: url("../images/contact.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#contact_container li {
  margin: 0 0 10px;
}
#contact_container li a {
  display: inline-block;
  width: 100%;
  border-radius: 40px;
  background-color: #6f1e36;
  border: 3px solid #FFF;
  padding: 25px 0;
  text-align: center;
  font-size: 22px;
  color: #FFF;
}

@media screen and (max-width:500px) {
#contact_container li a {
  padding: 20px 0;
  font-size: 18px;
}	
}

footer {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #6f1e36;
}

@media screen and (max-width:1000px) {
footer {
  padding: 10px 0 70px;
}	
}

.link_item {
	position: fixed;
	z-index: 10;
	bottom: 80px;
	right: 40px;
	width: 240px;
}

@media screen and (max-width:1000px) {
	.link_item {
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
	}	
}

@media screen and (max-width:1000px) {
	.link_item ul {
		display: flex;
		width: 100%;
	}	
}

.link_item li {
  margin: 0 0 10px;
}

@media screen and (max-width:1000px) {
.link_item li {
  margin: 0;
	width: 50%;
}	
}

.link_item li a {
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  background-color: #6f1e36;
  border: 3px solid #FFF;
  padding: 18px 0;
  text-align: center;
  font-size: 20px;
  color: #FFF;
}

@media screen and (max-width:1000px) {
.link_item li a {
  border: 1px solid #FFF;
  padding: 18px 0;
	border-radius: 0;
	font-size: 16px;

}	
}

@media screen and (max-width:500px) {
.link_item li a {
	font-size: 15px;
}	
}

.copy {
  text-align: center;
  color: #FFF;
  font-size: 11px;
}

/* インタビューボタン */
.interview {
  padding-top: 20px;
}

.interview .interview-btn {
  position: relative;
	height: 64px;
  display: flex;
  align-items: center;

padding: 0 16px 0 76px;
  max-width: 320px;
	margin: 0 auto; 
  background: #fff;
  border: 3px solid #6f1e36;
  border-radius: 4px;

  text-decoration: none;
  color: #b33;
  font-weight: 600;

  overflow: visible; /* ★重要 */
}

/* 丸アイコン（はみ出し） */
.interview-btn__icon {
  position: absolute;
  left: -28px;              /* 80pxアイコン用 */
  top: 50%;
  transform: translateY(-50%);
}

.interview-btn__icon img {
width: 80px;
    height: 80px;
  border-radius: 50%;
  display: block;
	padding: 0 !important;
}

/* テキスト */
.interview-btn__text {
  flex: none;  
  font-size: 14px;
	color: #6f1e36;
}

/* 矢印 */
.interview-btn__arrow {
  font-size: 14px;
  margin-left: 8px;
	color: #6f1e36;
}

@media screen and (max-width:1000px) {
p.interview{
     margin: 5px 0 5px 20px;
}	
}

