@charset "utf-8";
/* CSS Document */


main{
  margin: 120px auto 0!important;
}

/* ヘッダーメンバーセクション */
.header-member {
  position: relative;
  margin: 30px 0 120px 0;
}
.header-container {
  max-width: 1320px;
  padding: 0 60px;
  margin: 0 auto;
  height: 700px;
  position: relative;
}
.header-container::after {
  content: '';
  display: block;
  width: 100vw;
  background-color: #F9F9F9;
  height: 708px;
  border-radius: 100px;
  position: absolute;
  right: 230px;
  top: 0;
  z-index: -1;
}
.member-summary {
  max-width: 465px;
  width: 44%;
  padding: 105px 0 0 0;
}
.logo {
  position: relative;
  font-size: 3.3rem;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #2E2E9E;
  letter-spacing: 3px;
  padding: 25px 0 0 0;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.member-line{
  position: relative;
}
.member-line::before{
  content: '';
  position: absolute;
  border-bottom: solid 4px #FF6600;
  left: 0px;
  top: 0px;
  width: 80px;
}

.member-summary h1 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.45;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0 30px 0;
  margin: 0 0 20px 0;
  color: #2E2E9E;
}
.hero-meta {
  color: #5161CC;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.hero-meta.name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #5161CC;
  margin-top: 10px;
}
.hero-picture {
  position: absolute;
  top: -63px;
  right: -30px;
  width: calc(52% + 75px);
}
.hero-picture img {
  width: 100%;
  height: 688px;
  object-fit: cover;
  object-position: 50% 0%;
  border-bottom-left-radius: 100px;
  display: block;
}
/* レスポンシブ対応 */
@media (max-width: 1320px) {
  .hero-picture {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .header-container {
    height: 540px;
  }
  .header-container::after {
    height: 535px;
  }
  .member-summary {
    padding: 100px 0 0 0;
  }
  .logo {
    font-size: 2.8rem;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
  }
  .logo::after {
    width: 60px;
  }
  .member-summary h1 {
    font-size: 2.6rem;
  }
  .hero-meta {
    font-size: 1.4rem;
  }
  .hero-meta.name {
    font-size: 1.8rem;
  }
  .hero-picture img {
    height: 540px;
  }
  .member-line::before{
    border-bottom: solid 4px #FF6600;
    left: 0px;
    top: -10px;
    width: 50px;
    border-radius: 10px;
  }
}

@media (max-width: 1000px){
  .section-wrapper{
    padding: 40px 0 30px!important;
  }
}

@media (max-width: 897px) {
  .header-member {
    margin: 0 -15px; 
  }
  .header-container {
    padding: 30px 15px 0 15px;
    height: auto;
    margin: 0 0 50px 0;
  }
  .header-container::after {
    display: none;
  }
  .member-summary {
    width: 100%;
    padding: 45px 0 0 0;
  }
  .member-summary h1 {
    font-size: 2.2rem;
  }
  .hero-picture {
    position: static;
    width: 100%;
    margin: 0;
  }
  .hero-picture img {
    border-bottom-left-radius: 0;
    height: 70vw;
	width: 100%;
  }
}
@media(max-width: 700px){
  .header-container {
    padding: 40px 15px 0 15px;
  }
}

.plofile-section-wrapper{
  padding: 70px 0 120px!important;
}

.profile-wrapper{
  border: 1px solid #333333;
  background-color: #F9F9F9;
  border-radius: 20px;
  padding: 35px 100px;
}
.profile-box{
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.profile-wrapper h2{
  font-family: "Jost", sans-serif;
  font-size: 3.3rem;
  margin-bottom: 2.8rem;
  color: #2C33BD;
}
.profile-box ul {
  list-style: none;
}
.profile-box li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.profile-box li::before {
  content: "・";
  margin-right: 5px;
  flex-shrink: 0; /* ・が縮まないようにする */
}

@media(max-width: 700px){
  .plofile-section-wrapper{
    padding: 40px 0!important;
  }
  .profile-wrapper{
    border-radius: 15px;
    padding: 25px 30px;
  }
  .profile-wrapper h2{
    font-size: 2.0rem;
    margin-bottom: 1.8rem;
    text-align: center;
  }
  .profile-box{
    gap: 0px;
  }
  .profile-box li {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}


article {
  margin-bottom: 40px;
}
article:last-child {
  margin-bottom: 0;
}
h3{
  font-size: 3.0rem;
  color: #2C33BD;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.content-text {
  font-size: 1.8rem;
  line-height: 2;
  color: #333;
}
.content-with-image {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: start;
}
.profile-image-wrapper {
  margin: 0;
  border: solid 1.5px #333333;
  border-radius: 20px;
  height: 500px;
}
.profile-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  object-position: center 26%;
}
.schedule-section {
  margin-top: 70px;
}

.schedule-section h2{
  font-size: 3.3rem;
  margin-bottom: 3.8rem;
  color: #2C33BD;
}

.schedule-box {
  border: 1px solid #333333;
  background-color: #F9F9F9;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 40px;
}
.schedule-header {
  font-family: "Jost", sans-serif;
  background: #2C33BD;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.schedule-content {
  padding: 50px 60px 0;
}
.schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.schedule-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}
.schedule-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
  padding-bottom: 35px;
}
.schedule-item:last-child {
  padding-bottom: 0;
}
.schedule-time {
  background: #2C33BD;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.schedule-item::before{
  content: '';
  position: absolute;
  left: 47px;
  top: 0;
  bottom: 9px;
  border-left: 7px dotted #2C33BD;
}
.schedule-item:last-child::before {
  display: none;
}
.schedule-details {
  flex: 1;
  padding-top: 8px;
  line-height: 1.3;
}
.schedule-title {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #333333;
}
.schedule-image{
  width: 75%;
  height: auto;
}

.schedule-image img{
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}

.after5{
  position: relative;
  background-color: #F67F11;
}

.after5::before{
  position: absolute;
  content: 'アフター5';
  top: -23px;
  bottom: 0px;
  color: #F67F11;
  font-size: 1.5rem;
  height: 20px;
  background-color: #F9F9F9;
}


@media (max-width: 767px) {
  header {
    padding: 30px 20px 20px;
  }
  .hero-content {
    grid-template-columns: 1fr;
  }
  .hero-text {
    padding: 40px 20px;
  }
  .hero-text h1 {
    font-size: 26px;
  }
  .hero-image {
    margin: 0;
    height: 300px;
  }
  .hero-image img {
    height: 300px;
  }
  main {
    padding: 0px;
    margin: 0px auto 0 !important;
  }
  .profile-box {
    grid-template-columns: 1fr;
  }
  .content-with-image {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .schedule-content {
    padding: 30px 25px 0;
  }
  .schedule-grid {
    grid-template-columns: 1fr;
  }
  .member-summary{
    padding: 0;
  }
  /* SP時：最初のリストの最後のアイテム（12:00）だけドット線を表示 */
  .schedule-list:first-child .schedule-item:last-child::before {
    display: block !important;
    bottom: -35px; /* gap: 20px を考慮して調整 */
  }
  h3{
    font-size: 2.2rem;
  }
  .content-text {
    font-size: 1.5rem;
  }
  article {
    margin-bottom: 0;
  }
  .profile-image {
    min-height: 300px;
  }
  .profile-image-wrapper {
    height: 330px;
  }
  .schedule-section h2{
    font-size: 2.2rem;
    margin-bottom: 2.0rem;
  }
  .schedule-header {
    padding: 13px;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  .schedule-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .schedule-time {
    padding: 1px 13px;
    border-radius: 15px;
    font-size: 1.6rem;
  }
  .schedule-details{
    padding-top: 3px;
  }
  .schedule-item::before {
    left: 30px;
    top: 29px;
    bottom: 0px;
    border-left: 4px dotted #2C33BD;
  }
  .schedule-grid {
    gap: 20px;
  }
  .schedule-image {
    width: 90%;
  }
  .schedule-image img {
    border-radius: 10px;
  }
  .after5::before{
    height: 19px;
    top: -19px;
    left: 8px;
    bottom: 0px;
    font-size: 1.1rem;
  }
}
/* 社員紹介セクション */
.employee-voices-wrapper {
  margin: 0 -30px;
  padding: 0 30px;
  background: linear-gradient(135deg, #4D9DF9, #A7C9FF);
}
.employee-voices-wrapper h2 {
  font-size: 3.3rem;
  font-family: "Jost", sans-serif;
}
.color-white span {
  color: #ffffff !important;
}
.employee-voices {
  max-width: 1500px !important;
  padding: 80px 100px 60px !important;
  color: white;
}
.employee-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.employee-image-container {
  position: relative;
}
.employee-image-wrapper {
  position: relative;
}
.employee-image-wrapper::before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255);
  border-radius: 15px;
  z-index: 999;
}
.employee-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.employee-image img {
  border-radius: 15px;
  transition: transform 0.3s ease;
}
.hover-style-image:hover .employee-image img {
  transform: scale(1.1); /* 1.1倍に拡大 */
}
.employee-name-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  border-radius: 15px;
  z-index: 2;
  color: #2C33BD;
  font-size: 1.4rem;
}
.employee-info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: white;
}
.employee-joining {
  font-size: 1.4rem;
  color: #e3efff;
}
.employee-message {
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 1.6rem;
  border-bottom: solid 1px #ffffff;
}
.employee-department {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e3efff;
}
.employee-team {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e3efff;
}
.employee-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
/* タブレット対応 */
@media (max-width: 1024px) {
  .employee-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
/* スマートフォン対応 */
@media (max-width: 768px) {
  .employee-voices {
    padding: 35px 0 60px!important;
  }
  .employee-voices .section-wrapper {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .employee-cards-wrapper {
    gap: 0;
    margin-top: 20px;
  }
  .employee-card {
    padding: 15px 15px;
  }
  .employee-info h3 {
    font-size: 20px;
  }
  .employee-voices-wrapper h2 {
    font-size: 2.2rem;
  }
  .employee-message {
    margin: 5px 0;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}



/* フェードインアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-wrapper {
  max-width: 1300px;
  padding: 70px 50px 150px;
  margin: 0 auto;
  position: relative;
}






























