@charset "UTF-8";

/*****************************
headsec
*****************************/
.headsec .fimgbox{
  aspect-ratio: 1051 / 628;
  background: url(../../../images/page/graduate/head.webp) no-repeat center / cover;
  position: relative;
  width: 54.7%;
}
.headsec .fimgbox::before{
  content: "";
  background: linear-gradient(90deg, transparent, #fff 60%);
  position: absolute;
  top: 0;
  right: -1rem;
  height: 100%;
  width: 40%;
}
.headsec .fbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50.4%;
}
.headsec .fbox .ttlbox{
  margin-bottom: 5rem;
}
.headsec .fbox .ttl{
  display: inline-block;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
.headsec .fbox .ttl::before{
  content: "";
  background: #F4E5E8;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.headsec .fbox .txt p{
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 1180px) {
  .headsec .fimgbox{
    aspect-ratio: 10 / 7;
  }
}
@media only screen and (max-width: 1024px) {
  .headsec .fbox .ttl {
    font-size: 3rem;
  }
  .headsec .fbox .txt p{
    font-size: 2rem;
  }
}
@media only screen and (max-width: 820px) {
  .headsec .fimgbox {
    aspect-ratio: 10 / 6;
    background-position-x: -20rem;
    width: 100%;
  }
  .headsec .fimgbox::before {
    right: 0;
    width: 80%;
  }
  .headsec .fbox {
    background: linear-gradient(90deg, transparent, #fff 60%);
    padding-left: 3rem;
    width: 70%;
  }
  .headsec .fbox .ttl,
  .headsec .fbox .txt{
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff, 3px 3px 2px #fff, -1px 3px 2px #fff, 3px -1px 2px #fff, -1px -1px 2px #fff, 3px 1px 2px #fff, 0px 3px 2px #fff, -2px 0px 2px #fff, 0px -2px 2px #fff;
  }
  .headsec .fbox .ttlbox{
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .headsec .fimgbox{
    background-position: center;
  }
  .headsec .fimgbox::before {
    display: none;
  }
  .headsec .fbox {
    background: none;
    padding: 3rem 2rem 0;
    position: static;
    height: auto;
    width: 100%;
  }
  .headsec .fbox .ttl {
    font-size: 2.2rem;
  }
  .headsec .fbox .txt p{
    font-size: 1.8rem;
  }
}

/*****************************
  pagesec-mov
*****************************/
.pagesec-mov {
  padding-bottom: 6rem;
}
.pagesec-mov .mov{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-mov iframe{
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

/*****************************
  pagesec-schedule
*****************************/
.pagesec-schedule{
  padding-bottom: 6rem;
}
.pagesec-schedule .schedule1 .fimgbox{
  width: 240px;
}
.pagesec-schedule .schedule1 .fbox{
  width: calc(100% - 280px);
}
.pagesec-schedule .schedule1 .info .name > span{
  background: #7EB0E3;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  margin-right: 1rem;
  padding: .3rem 1.5rem;
}
.pagesec-schedule .schedule1 .info .name p span{
  font-size: 3rem;
  font-weight: 500;
}
.pagesec-schedule .schedule1 .info ul{
  border-top: 2px dashed #7EB0E3;
  border-bottom: 2px dashed #7EB0E3;
  margin: 2rem 0;
  padding: 1rem;
}
.pagesec-schedule .schedule1 .profile{
  background: #fff;
  border-top: 1px solid #7EB0E3;
  border-bottom: 1px solid #7EB0E3;
  margin-top: 1rem;
  padding: 1rem;
}
.pagesec-schedule .schedule1 .profile dt{
  color: #7EB0E3;
  font-weight: bold;
}

.pagesec-schedule .schedule2{
  margin-top: 4rem;
}
.pagesec-schedule .schedule2 .ttl{
  color: #7EB0E3;
  font-size: 2.6rem;
  font-weight: bold;
  text-shadow: 2px 2px 1px #fff;
}
.pagesec-schedule .schedule2 .txt{
  background: #fff;
  border-top: 2px solid #7EB0E3;
  border-bottom: 2px solid #7EB0E3;
  margin-bottom: 3rem;
  padding: 2rem;
}

.pagesec-schedule .schedulelist{
  gap: 2rem;
}
.pagesec-schedule .schedulelist li{
  width: calc(50% - 2rem);
}
.pagesec-schedule .schedulelist li .subttl{
  color: #7EB0E3;
  font-weight: bold;
  margin-top: .5rem;
}
.pagesec-schedule .schedulelist li .subttl span{
  background: #7EB0E3;
  color: #fff;
  font-weight: bold;
  margin-right: 1rem;
  padding:  0 1rem;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-schedule .schedule1 .info .name > span{
    margin: 0;
  }
  .pagesec-schedule .schedule1 .info .name p{
    width: 100%;
  }
  .pagesec-schedule .schedule1 .info ul{
    margin: 1rem 0 2rem;
  }
  .pagesec-schedule .schedule2 .ttl {
    font-size: 2.4rem;
    padding-bottom: .5rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-schedule .schedule1 .fimgbox,
  .pagesec-schedule .schedule1 .fbox,
  .pagesec-schedule .schedulelist li {
    width: 100%;
  }
  .pagesec-schedule .schedule1 .fimgbox{
    margin-bottom: 2rem;
  }
}

/*****************************
  pagesec-message
*****************************/
.pagesec-message .graduate{
  background: rgba(236, 246, 255, .4);
  border: 2px solid #7EB0E3;
  border-radius: 6px;
  margin: 5rem 0;
  padding: 5rem 4rem ;
}
.pagesec-message .graduate .fimgbox{
  width: 35%;
}
.pagesec-message .graduate .fimgbox img{
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.pagesec-message .graduate .ftxtbox{
  width: 60%;
}
.pagesec-message .graduate .ftxtbox .ttl{
  border-bottom: 3px dotted #7EB0E3;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
}
.pagesec-message .graduate .ftxtbox .ttl2{
  border-bottom: 3px dotted #7EB0E3;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

.pagesec-message .graduate .employment{
  background: #7EB0E3;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: .5rem 1rem;
}
.pagesec-message .graduate .ftxtbox .info{
  margin: 1rem 0;
}
.pagesec-message .graduate .ftxtbox .info .name span{
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-message .graduate .ftxtbox .info .place{
  color: #7EB0E3;
  font-weight: bold;
}

.pagesec-message .graduate2{
  background: rgba(255, 244, 250, .4);
  border-color: #E37EB7;
}
.pagesec-message .graduate2 .ftxtbox .ttl,
.pagesec-message .graduate2 .ftxtbox .ttl2{
  border-color: #E37EB7;
}
.pagesec-message .graduate2 .ftxtbox .info .place{
  color: #E37EB7;
}
.pagesec-message .graduate3{
  background: rgba(219, 212, 234, .4);
  border-color: #9B86CE;
}
.pagesec-message .graduate3 .ftxtbox .ttl,
.pagesec-message .graduate3 .ftxtbox .ttl2{
  border-color: #9B86CE;
}
.pagesec-message .graduate3 .ftxtbox .info .place{
  color: #9B86CE;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .pagesec-message .graduate {
    padding: 5rem 4rem;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec-message .graduate {
    padding: 3rem 2rem;
    display: block;
  }
  .pagesec-message .graduate::after{
    content: "";
    clear: both;
  }
  .pagesec-message .graduate .fimgbox {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
    width: 25%;
  }
  .pagesec-message .graduate .ftxtbox {
    width: 100%;
  }
  .pagesec-message .graduate .ftxtbox .ttl {
    font-size: 2.3rem;
  }

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-message .graduate .fimgbox{
    float: none;
    margin: 0 auto 2rem;
    width: 50%;
  }
  .pagesec-message .graduate .employment{
    margin-bottom: 1rem;
  }
  .pagesec-message .graduate .ftxtbox .ttl {
    font-size: 2.3rem;
  }
}

/*****************************
  pagesec-professional
*****************************/
.pagesec-professional .professional{
  margin-top: 4rem;
  gap: 1rem;
}
.pagesec-professional .professional > li{
  width: calc(100% / 4 - 1rem);
}
.pagesec-professional .professional .imgbox img{
  width: 100%;
}
.pagesec-professional .professional .imgbox p{
  background: #7EB0E3;
  color: #fff;
  font-weight: bold;
}
.pagesec-professional .professional .info{
  margin-top: 1rem;
}
.pagesec-professional .professional .info .name span{
  font-size: 2rem;
  font-weight: 500;
}
.pagesec-professional .professional .info .career li{
  padding-left: 1.5rem;
  position: relative;
}
.pagesec-professional .professional .info .career li::before{
  content: "";
  aspect-ratio: 1/1;
  background: #B5CEE6;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  width: 1rem;
}
.pagesec-professional .professional .info .career li:nth-of-type(even)::before{
  background: #7EB0E3;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-professional .professional {
    gap: 2rem;
  }
  .pagesec-professional .professional > li {
    width: calc(100% / 3 - 1.5rem);
  }
  .pagesec-professional .professional .imgbox p{
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-professional .professional {
    gap: 2rem 1rem;
  }
  .pagesec-professional .professional > li {
    width: calc(100% / 2 - 1rem);
  }
  .pagesec-professional .professional .imgbox p {
    padding: 0 .5rem;
  }
}

.imgs{
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .imgs{
  width: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  }
}