@charset "UTF-8";

/* common
--------------------------------------------------------------*/
#contents.col1 {
  padding: 0;
}

/* display */
@media screen and (max-width: 705px) {
  .pcBr {
    display: none !important;
  }
  #breadClumb {
    display: none !important;
  }
}

@media screen and (min-width: 706px) {
  .spBr {
    display: none !important;
  }
}

#shukutokuWrapper {
  color: #4C4C4C;
  background: url(../img/bg-matching.png);
  background: url(../img/bg-maincontents.png) lightgray , #FFF7F1;
  background-blend-mode: lighten, normal;
  font-weight: 600;  
  animation: fadein .5s cubic-bezier(0.696, 0, 0.34, 1) forwards;
  -webkit-font-smoothing: auto !important;
}
#shukutokuWrapper * {
 box-sizing: border-box;
 transition: all 0.3s ease-in-out;
 -webkit-font-smoothing: auto;
 font-family: "Zen Kaku Gothic New", sans-serif !important;
}
#shukutokuWrapper p {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#shukutokuWrapper h2,
#shukutokuWrapper h3 {
  line-height: 1.5;
  color: #4c4c4c;
}
#shukutokuWrapper a {
  text-decoration: none;
}
#shukutokuWrapper a:hover {
  color: inherit
}
#shukutokuWrapper a:hover img {
  opacity: 1 !important;
}
#shukutokuWrapper .sectionInner {
  padding: 40px 25px;
  position: relative;
  z-index: 2;
}
#shukutokuWrapper .textNote {
  font-size: 12px !important;
}
#shukutokuWrapper sup {
  font-size: 10px !important;
}
#shukutokuWrapper .textRight {
  text-align: right;
}
@media screen and (min-width: 706px) {
  #shukutokuWrapper p {
    font-size: 18px;
    
  }
  #shukutokuWrapper .sectionInner {
    padding: 80px;
  }
}
/* button */
#shukutokuWrapper .btnArea {
  margin: 20px 0;
  text-align: center;
}
#shukutokuWrapper .btnContents {
  display: flex;
  width: 100%;
  max-width: 600px;
  height: 100px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(92deg, #FF9898 8.16%, #F480B6 95.8%);
  color: #FFF !important;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

#shukutokuWrapper .btnText {
  display: flex;
  justify-content: center;
  flex: 1;
}
#shukutokuWrapper .btnIcon {
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  flex-shrink: 0;
}

#shukutokuWrapper .btnIconCircle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  flex-shrink: 0;
  position: relative;
  background: #fff url(../img/icon-arrow-red.svg) no-repeat center;
  background-size: 6px auto;
}
@media (min-width: 706px) {
  #shukutokuWrapper .btnArea {
    margin: 30px;
  }
  #shukutokuWrapper .btnContents {
    padding: 0 50px 0 30px;
    font-size: 20px;
  }
  #shukutokuWrapper .btnIconCircle {
    width: 80px;
    height: 80px;
    background-size: 12px auto;
  }
}


/* mainHeader
--------------------------------------------------------------*/
#shukutokuWrapper .mainHeader {
  /*background: url(../img/bg-mainheader_pc.png) no-repeat center top;*/
  background: linear-gradient(180deg, #FFF7F1 0%, #D5DEFF 50%, #E5F1F6 100%);
  background-size: cover;
  position: relative;
  text-align: center;
}
#shukutokuWrapper .mainHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-over.png) ;
  mix-blend-mode: lighten;
  opacity: .5;
}
#shukutokuWrapper .mainHeader::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1030 / 100;
  background: url(../img/bg-mainheader.png)  ;
  background-size: cover;
}
#shukutokuWrapper .mainHeaderInner {
  padding: 30px 20px 60px;
  background: url(../img/bg-mainheader_sp.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
#shukutokuWrapper .mainHeaderContent {
  position: relative;
  text-align: left;
}
#shukutokuWrapper .mainHeaderContent::before {
  content: "";
  display: block;
  width: 58%;
  height: 82%;
  position: absolute;
  top: 32%;
  right: -8px;
  background: url(../img/bg-mainimage.png) right no-repeat;
  background-size: contain;
  z-index: 1;
}
#shukutokuWrapper .mainHeaderContent h1 {
  margin: 15px 0;
  position: relative;
  font-size: clamp(18px, 4.8vw, 50px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1px;
  z-index: 2;
}
#shukutokuWrapper .mainHeaderContent h1 strong {
  margin: 0 .05em;
  font-size: clamp(30px, 8vw, 70px);
  font-weight: 600;
  background: linear-gradient(115deg, #FF9147 0%, #FF8282 65.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#shukutokuWrapper .mainHeaderContent .mainHeaderDescription {
  color: #A0BADF;
  font-family: Lora !important;
  font-size: 8px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
#shukutokuWrapper .mainHeaderText {
  margin: 50px 0;
}
#shukutokuWrapper .mainHeaderText p {
  margin: 30px 0;
}

@media screen and (min-width: 706px) {
  #shukutokuWrapper .mainHeaderInner {
    padding: 60px 80px 80px;
    background: url(../img/bg-mainheader_pc.png) no-repeat top;
  }
  #shukutokuWrapper .mainHeaderContent::before {
    top: 5%;
    right: -4%;
  }
  #shukutokuWrapper .mainHeaderContent h1 {
    margin: 20px 0;
  }
  #shukutokuWrapper .mainHeaderContent .mainHeaderDescription {
    font-size: 20px;
  }
  #shukutokuWrapper .mainHeaderText {
    margin: 80px 0;
  }
  #shukutokuWrapper .mainHeaderText p {
    margin: 30px 0;
  }
}

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


  #shukutokuWrapper .mainHeaderContent .mainHeaderLogo {
    max-width: 120px;
  }
}


/* Best Matching
--------------------------------------------------------------*/
#shukutokuWrapper .secMatching p {
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
#shukutokuWrapper .secMatching .matchingTitle {
  font-size: clamp(24px, 6.4vw, 40px);
  font-weight: 700;
}
#shukutokuWrapper .secMatching .matchingTitle strong {
  background: linear-gradient(90deg, #3A9B99 0%, #8CCE52 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(33px, 8.8vw, 64px);
  font-weight: 900;
  letter-spacing: -1px;
}
#shukutokuWrapper .secMatching .matchingImg {
  position: relative;
  z-index: 1;
}
#shukutokuWrapper .secMatching .matchingImg::before
#shukutokuWrapper .secMatching .matchingImg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
}
#shukutokuWrapper .secMatching .matchingImg img {
  border-radius: 50px;
}

@media screen and (min-width: 706px) {
  #shukutokuWrapper .secMatching {
    background: url(../img/bg-matching_pc01.png) no-repeat right 83px, url(../img/bg-matching_pc02.png) no-repeat left bottom 150px;
  }
  #shukutokuWrapper .secMatching .matchingImg img {
    margin: -160px 0 0 150px;
  }
}

@media screen and (max-width: 705px) {
  #shukutokuWrapper .secMatching {
    background: url(../img/bg-matching_sp01.png) no-repeat right 100px;
  }
  #shukutokuWrapper .secMatching .matchingImg {
    
  }
  #shukutokuWrapper .secMatching .matchingImg img {
    margin-top: -40%;
    width: 100%;
  }
}


/* Method
--------------------------------------------------------------*/
#shukutokuWrapper .secMethod {
  padding-top: 50px;
  position: relative;
  background: linear-gradient(180deg, #FFE5D4 0%, #FFF6F0 37.09%, #FFE6E8 77.93%);
  text-align: center;
}
#shukutokuWrapper .secMethod::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-over.png)  ;
  background-size: 50% auto;
  mix-blend-mode: lighten;
  opacity: .5;
}
#shukutokuWrapper .secMethod::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1030 / 100;
  background: url(../img/bg-method.png)  ;
  background-size: cover;
}
#shukutokuWrapper .secMethod p {
  margin: 30px 0;
}
#shukutokuWrapper .methodTitle {
  display: inline-block;
  position: relative;
  font-size: clamp(26px, 6.4vw, 40px);
  font-weight: 900;
}
#shukutokuWrapper .methodTitle strong {
  background: linear-gradient(115deg, #FF9147 33.78%, #FF8282 65.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#shukutokuWrapper .methodTitle strong span {
  font-size: clamp(30px, 8vw, 50px);
}
#shukutokuWrapper .methodTitle strong.accent {
  font-size: clamp(40px, 10vw, 64px);
}
#shukutokuWrapper .methodTitle::before,
#shukutokuWrapper .methodTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 150px;
  background: linear-gradient(115deg, #FF9147 33.78%, #FF8282 65.95%);
}
#shukutokuWrapper .methodTitle::before {
  left: -28px;
  transform: rotate(-20deg);
}
#shukutokuWrapper .methodTitle::after {
  right: -28px;
  transform: rotate(20deg);
}
#shukutokuWrapper .methodCard {
  margin: 60px 0;
  padding: 40px 40px 50px 40px;
  background: #fff;
  border-radius: 50px;
  position: relative;
}
#shukutokuWrapper .methodCard h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}
#shukutokuWrapper .methodItems {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
#shukutokuWrapper .methodItem {
  padding-bottom: 10px;
  border-radius: 8px;
  border: 2px solid #FFEADA;
}
#shukutokuWrapper .methodItem p {
  margin: 0!important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
#shukutokuWrapper .methodSubTitle {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
#shukutokuWrapper .step01 .methodItem {
  border: 2px solid #FFEADA;
}
#shukutokuWrapper .step01 .methodSubTitle {
  background: #FFEADA;
  color: #FF954D;
}
#shukutokuWrapper .methodCard.step02 {
  margin-top: 80px;
}
#shukutokuWrapper .step02 .methodItem {
  border: 2px solid #FFE0DD;
}
#shukutokuWrapper .step02 .methodSubTitle {
  background: #FFE0DD;
  color: #FF7D72;
}

#shukutokuWrapper .methodCard.step03 {
  margin-top: 80px;
}
#shukutokuWrapper .step03 .methodItem {
  border: 2px solid #FFE0DD;
}
#shukutokuWrapper .step03 .methodSubTitle {
  background: #FFDAE0;
  color: #FF627B;
}

#shukutokuWrapper .methodCard.step02::before,
#shukutokuWrapper .methodCard.step03::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon-combo01.svg) no-repeat;
  background-size: cover;
}
#shukutokuWrapper .methodCard.step03::before {
  background: url(../img/icon-combo02.svg) no-repeat;
  background-size: cover;
}

@media screen and (min-width: 706px) {
  #shukutokuWrapper .secMethod {
    padding-top: 100px;
  }
  #shukutokuWrapper .methodTitle::before {
    width: 5px;
    left: -80px;
    transform: rotate(-30deg);
  }
  #shukutokuWrapper .methodTitle::after {
    width: 5px;
    right: -80px;
    transform: rotate(30deg);
  }
}

#shukutokuWrapper .methodBanner a {
  display: flex;
  height: 268px;
  padding: 60px 50px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 35px;
  background: linear-gradient(132deg, #FF9853 4.71%, #FF8D9F 94.11%);
  color: #fff !important;
  text-decoration: none;
  position: relative;
}
#shukutokuWrapper .methodBannerImg {
  position: absolute;
  top: -70px;
  left: -70px;
  width: 443px;
  height: 277px;
}
#shukutokuWrapper .methodBannerImg img {
  border-radius: 35px;

}
#shukutokuWrapper .methodBannerBody {
  padding-top: 50px;
  text-align: left;
}
#shukutokuWrapper .methodBannerTitle {
  font-size: 24px;
}
#shukutokuWrapper .methodBannerText {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 706px) {
  #shukutokuWrapper .methodBanner {
    margin: 120px 20px 120px 90px;
  }
}
@media screen and (max-width: 705px) {
  #shukutokuWrapper .methodCard {
    margin: 40px 0;
    padding: 30px 15px;
    border-radius: 20px;
  }
  #shukutokuWrapper .methodCard h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #shukutokuWrapper .methodItems {
    grid-template-columns: repeat(1,1fr);
    gap: 10px;
  }
  #shukutokuWrapper .methodItem p {
    margin: 0 !important;
    font-size: 14px !important;
  }
  #shukutokuWrapper .methodSubTitle {
    font-size: 18px;
  }
  
  #shukutokuWrapper .methodCard.step02 {
    margin-top: 40px;
  }
  #shukutokuWrapper .methodCard.step03 {
    margin-top: 40px;
  }
  
  #shukutokuWrapper .methodCard.step02::before,
  #shukutokuWrapper .methodCard.step03::before {
    width: 64px;
    height: 64px;
    top: -50px;
  }
   
  #shukutokuWrapper .methodBanner {
    margin: 120px 0 0 20px;
  }
  #shukutokuWrapper .methodBanner a {
    width: 100%;
    height: 160px;
    padding: 20px;
    justify-content: space-between;
    border-radius: 20px;
  }
  #shukutokuWrapper .methodBannerImg {
    top: -90px;
    left: -20px;
    width: 200px;
    height: 126px;
  }
  #shukutokuWrapper .methodBannerImg img {
    border-radius: 15px;
  }
  #shukutokuWrapper .methodBannerBody {
    width: 100%;
  }
  #shukutokuWrapper .methodBannerTitle {
    font-size: 20px;
  }
  #shukutokuWrapper .methodBannerText p {
    margin-top: 10px !important;
    font-size: 14px;
    line-height: 1.5 !important;
  }
}


/* Symbiosis
--------------------------------------------------------------*/
#shukutokuWrapper .secSymbiosis {
  background: url(../img/bg-symbiosis.png) no-repeat center bottom 50px;
}
#shukutokuWrapper .symbiosisContent {
  position: relative;

}
#shukutokuWrapper .symbiosisContent .symbiosisTitle {
  margin-bottom: 20px;
  font-size: clamp(20px, 5.3vw, 30px);
}
#shukutokuWrapper .symbiosisContent h2 strong {
  background: linear-gradient(132deg, #FF9853 4.71%, #FF8D9F 94.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(26px, 7vw, 38px);
  font-weight: 700;
}
#shukutokuWrapper .symbiosisContent h2 span {
  font-size: clamp(38px, 10vw, 50px);
  background-clip: text;
}
#shukutokuWrapper .symbiosisContent h2 span.highLight {
  box-shadow: inset 0 -0.42em 0 #FFEEB6;
}

#shukutokuWrapper .symbiosisImg {
  text-align: center;
}
@media screen and (min-width: 706px) {
  #shukutokuWrapper .symbiosisContent .symbiosisTitle {
    line-height: 2 !important;
  }
  #shukutokuWrapper .symbiosisContent .symbiosisImg {
    position: absolute;
    top: 0;
    right: 0;
  }
  #shukutokuWrapper .symbiosisContent .symbiosisImg img {
    margin-right: -20px;
  }
  #shukutokuWrapper .secSymbiosis p {
    margin: 30px 0;
  }
}
@media screen and (max-width: 705px) {
  #shukutokuWrapper .secSymbiosis {
    background-position: right -20% bottom 5%;
    background-size: 64% auto;
  }
  #shukutokuWrapper .symbiosisImg img {
    width: 80%;
    max-width: 470px;
  }
}


/* Senior
--------------------------------------------------------------*/
#shukutokuWrapper .secSenior {
  padding: 0;
  text-align: center;
  background: linear-gradient(180deg, #FFEAF2 0%, #EBEFFF 59.33%);
  position: relative;
}
#shukutokuWrapper .secSenior::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-over.png)  ;
  mix-blend-mode: lighten;
  opacity: .5;
}
#shukutokuWrapper .seniorWrapper {
  padding: 50px 0;
  position: relative;
}
#shukutokuWrapper .seniorWrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1030 / 100;
  background: url(../img/bg-senior01.png)  ;
  background-size: cover;
}
#shukutokuWrapper .seniorWrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1030 / 100;
  background: url(../img/bg-senior02.png)  ;
  background-size: cover;
}

#shukutokuWrapper .seniorTitle {
  display: inline-block;
  position: relative;
  font-size: clamp(18px, 4.8vw, 28px);
  font-weight: 700;
  line-height: 2;
}
#shukutokuWrapper .seniorTitle strong {
  background: linear-gradient(90deg, #FF97A7 0%, #E069A0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: clamp(24px, 6.4vw, 40px);
  font-weight: 900;
  letter-spacing: 2px;
}

#shukutokuWrapper .seniorTitle::before,
#shukutokuWrapper .seniorTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 60px;
  background: linear-gradient(115deg, #E069A0 33.78%, #FF97A7 65.95%);
}

#shukutokuWrapper .seniorTitle::before {
  left: -20px;
  transform: rotate(-20deg);
}
#shukutokuWrapper .seniorTitle::after {
  right: -20px;
  transform: rotate(20deg);
}

#shukutokuWrapper .seniorWrapper p {
  margin: 30px 0 50px;
}
@media screen and (min-width: 706px) {
  #shukutokuWrapper .seniorWrapper p {
    margin-bottom: 100px;
  }
  #shukutokuWrapper .seniorTitle::before,
  #shukutokuWrapper .seniorTitle::after {
    width: 5px;
    height: 150px;
  }
  #shukutokuWrapper .seniorTitle::before {
    left: -50px;
    transform: rotate(-30deg);
  }
  #shukutokuWrapper .seniorTitle::after {
    right: -50px;
    transform: rotate(30deg);
  }
}


#shukutokuWrapper .seniorList {
  margin: 0 auto;
  max-width: 800px;
  border-radius: 50%;
  position: relative;
}
#shukutokuWrapper .seniorList::before  {
  content: "";
  height: calc(100% - 230px);
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 50px;
  background: linear-gradient(
    90deg,
    #6CC1E1 0%,
    #71D2D0 20%,
    #B4ECB0 40%,
    #F8D825 50%,
    #F2B38A 60%,
    #F0A6A6 80%,
    #FC8CC0 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .25;
}
#shukutokuWrapper .seniorItemTop,
#shukutokuWrapper .seniorItemBottom {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
#shukutokuWrapper .seniorItemCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#shukutokuWrapper .seniorCard {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#shukutokuWrapper .seniorItemTop .seniorCard,
#shukutokuWrapper .seniorItemBottom .seniorCard {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#shukutokuWrapper .seniorCardImg {
  margin: 0 auto;
  max-width: 260px;
}
#shukutokuWrapper .seniorCardText {
  flex: 1;
  margin: 0 auto;
  max-width: 250px;
}
#shukutokuWrapper .seniorCardText p {
  margin: 10px 0 !important;
  font-size: 14px !important;
  text-align: left;
  line-height: 1.5 !important;
}
#shukutokuWrapper .seniorCardFaculty {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
#shukutokuWrapper .seniorItemTop {
  width: 260px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#shukutokuWrapper .seniorCardSougou {
  width: 100%;
  margin-top: -15%;
}
#shukutokuWrapper .seniorCardSeisaku,
#shukutokuWrapper .seniorCardKangoeiyou {
  max-width: 260px;
}
#shukutokuWrapper .seniorCardSougou .seniorCardFaculty {
  color: #3A9B99;
}

#shukutokuWrapper .seniorItemCenter .seniorCardSeisaku .seniorCardImg {
  margin-left: -10%;
}
#shukutokuWrapper .seniorItemCenter .seniorCardSeisaku .seniorCardText {
  margin-left: -8%;
}
#shukutokuWrapper .seniorCardSeisaku .seniorCardFaculty {
  color: #80BC64;
}

#shukutokuWrapper .seniorCardKangoeiyou .seniorCardImg {
  margin-right: -10%;
}
#shukutokuWrapper .seniorCardKangoeiyou .seniorCardText {
  margin-right: -8%;
}
#shukutokuWrapper .seniorCardKangoeiyou .seniorCardFaculty {
  color: #E87B8C;
}

#shukutokuWrapper .seniorCardTiiki .seniorCardImg {
  margin-left: -18%;
}
#shukutokuWrapper .seniorCardTiiki .seniorCardText {
  margin-left: -10%;
}
#shukutokuWrapper .seniorCardTiiki .seniorCardFaculty {
  color: #2C58A4;
}

#shukutokuWrapper .seniorCardKyouiku .seniorCardImg {
  margin-right: -18%;
}
#shukutokuWrapper .seniorCardKyouiku .seniorCardText {
  margin-right: -10%;
}
#shukutokuWrapper .seniorCardKyouiku .seniorCardFaculty {
  color: #199DD2;
}

#shukutokuWrapper .seniorCardKeiei .seniorCardImg {
  margin-left: -10%;
}
#shukutokuWrapper .seniorCardKeiei .seniorCardText {
  margin-left: -10%;
}
#shukutokuWrapper .seniorCardKeiei .seniorCardFaculty {
  color: #9C3A67;
}

#shukutokuWrapper .seniorCardJinbun .seniorCardImg {
  margin-right: -10%;
}
#shukutokuWrapper .seniorCardJinbun .seniorCardText {
  margin-right: -10%;
}
#shukutokuWrapper .seniorCardJinbun .seniorCardFaculty {
  color: #ED9458;
}
#shukutokuWrapper .seniorNote {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 706px) {
  #shukutokuWrapper .seniorWrapper {
    padding: 100px 0;
  }
  #shukutokuWrapper .seniorList::before  {
    height: calc(100% - 380px);
  }
  #shukutokuWrapper .seniorItemCenter {
    margin-top: -250px;
  }
  #shukutokuWrapper .seniorItemBottom .seniorCard {
    margin-top: -350px;
  }
  #shukutokuWrapper .seniorCardImg {
    padding: 10px 0;
  }
  #shukutokuWrapper .seniorCardSougou .seniorCardImg {
    margin-top: -20%;
  }
  
  #shukutokuWrapper .seniorCardSeisaku {
    flex-direction: column;
  }
  #shukutokuWrapper .seniorCardKangoeiyou {
    flex-direction: column-reverse;
  }
  #shukutokuWrapper .seniorCardTiiki .seniorCardImg {
    margin-left: -20%;
  }
  #shukutokuWrapper .seniorCardTiiki .seniorCardText {
    max-width: 210px;
    margin-left: -15%;
  }
  
  #shukutokuWrapper .seniorCardKyouiku .seniorCardImg {
    margin-right: -20%;
  }
  #shukutokuWrapper .seniorCardKyouiku .seniorCardText {
    max-width: 210px;
    margin-right: -15%;
  }
  #shukutokuWrapper .seniorCardKeiei {
    flex-direction: column;
  }
  
  #shukutokuWrapper .seniorCardJinbun {
    flex-direction: column-reverse;
  }
  #shukutokuWrapper .seniorWrapper .btnArea {
    margin: 80px 0 0;
  }
}
@media screen and (max-width: 705px) {
  #shukutokuWrapper .seniorList::before  {
    padding: 25px;
  }
  #shukutokuWrapper .seniorCardImg {
    max-width: 22vw;
  }
  #shukutokuWrapper .seniorCardText {
    transform: scale(.9);
  }
  #shukutokuWrapper .seniorCardFaculty {
    font-size: 10px !important;
    letter-spacing: -1px;
  }
  #shukutokuWrapper .seniorCardText p {
    font-size: 10px !important;
    max-width: 120px;
  }
}


/* Features
--------------------------------------------------------------*/
#shukutokuWrapper .secFeatures {
 text-align: center;
 background: url(../img/bg-feature01.png) center top no-repeat,url(../img/bg-feature02.png) center bottom no-repeat;
 background-size: 100% auto;
}
#shukutokuWrapper .featureSubTitle {
  margin-bottom: 15px;
  font-size: clamp(20px, 5vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.5px;
}
#shukutokuWrapper .featureTitleWrap {
  padding: 0 30px 5px;
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  background:
    linear-gradient(#FFF, #FFF) padding-box,
    linear-gradient(90deg, #25b7ff 0%, #f2cf00 50%, #ff4aa2 100%) border-box;
  border: 1px solid transparent;
  text-align: center;
}
#shukutokuWrapper .featureTitle {
  background: linear-gradient(90deg, #6CC1E1 0%, #71D2D0 20%, #B4ECB0 40.38%, #F8D825 50%, #F2B38A 60%, #F0A6A6 80%, #FC8CC0 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(20px, 5vw, 40px);
}
#shukutokuWrapper .featureTitle strong {
  font-size: clamp(30px, 8vw, 50px);
  font-weight: 700;
}

#shukutokuWrapper .featureDiagram { 
  position: relative; 
  width: 80vw; 
  height: 100vw;
  margin: 0 auto;
  --offset: -120%; 
}
#shukutokuWrapper .featureCenterCircle { 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  width: 220px; 
  height: 22px;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
  font-size: clamp(10px, 2.6vw, 20px);
  line-height: 2;
}
#shukutokuWrapper .featureItemCircle { 
  position: absolute; 
  top: 50%;
  left: 50%;
  border-radius: 50%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  mix-blend-mode: multiply;
  font-weight: 500; 
  z-index: 10; 
  width: 30vw; 
  height: 30vw;
  font-size: 2.7vw;
  opacity: 0;
}
#shukutokuWrapper .featureItemCircle span { 
  display: block;
  font-size: 14px;
}

#shukutokuWrapper .featureItemCircle01 {
  transform: translate(-50%, -50%) rotate(-20deg) translateY(var(--offset)) rotate(20deg);
  background-color: rgba(196, 227, 239, 0.40);
  color: #199DD2;
}

#shukutokuWrapper .featureItemCircle02 {
  transform: translate(-50%, -50%) rotate(20deg) translateY(var(--offset)) rotate(-20deg);
  background-color: rgba(247, 222, 206, 0.50);
  color: #ED9458;
}

#shukutokuWrapper .featureItemCircle03 {
  transform: translate(-50%, -50%) rotate(60deg) translateY(var(--offset)) rotate(-60deg);
  background-color: rgba(245, 200, 207, 0.50);
  color: #E87B8C;
}

#shukutokuWrapper .featureItemCircle04 {
  transform: translate(-50%, -50%) rotate(100deg) translateY(var(--offset)) rotate(-100deg);
  background-color: rgba(199, 231, 231, 0.50);
  color: #3A9B99;
}

#shukutokuWrapper .featureItemCircle05 {
  transform: translate(-50%, -50%) rotate(140deg) translateY(var(--offset)) rotate(-140deg);
  background-color: rgba(226, 202, 211, 0.50);
  color: #9C3A67;
}

#shukutokuWrapper .featureItemCircle06 {
  transform: translate(-50%, -50%) rotate(180deg) translateY(var(--offset)) rotate(-180deg);
  background-color: rgba(199, 231, 231, 0.50);
  color: #3A9B99;
}

#shukutokuWrapper .featureItemCircle07 {
  transform: translate(-50%, -50%) rotate(220deg) translateY(var(--offset)) rotate(-220deg);
  background-color: rgba(247, 222, 206, 0.50);
  color: #ED9458;
}

#shukutokuWrapper .featureItemCircle08 {
  transform: translate(-50%, -50%) rotate(260deg) translateY(var(--offset)) rotate(-260deg);
  background-color: rgba(245, 200, 207, 0.50);
  color: #E87B8C;
}

#shukutokuWrapper .featureItemCircle09 {
  transform: translate(-50%, -50%) rotate(300deg) translateY(var(--offset)) rotate(-300deg);
  background-color: rgba(199, 231, 231, 0.50);
  color: #3A9B99;
}
@media (max-width: 705px) {
  #shukutokuWrapper .secFeatures {
    background-position: center top 10%, center bottom 20%;
   }
  #shukutokuWrapper .featureItemCircle { 
    width: 26vw; 
    height: 26vw;
    font-size: 3.7vw;
    gap: 5px;
  }
  #shukutokuWrapper .featureItemCircle span { 
    font-size: 10px;
    line-height: 1;
  }
}
@media (min-width: 706px) {
  #shukutokuWrapper .featureTitleWrap {
    padding: 0 50px 5px;
    border: 2px solid transparent;
  }
    
  #shukutokuWrapper .featureDiagram { 
    width: 760px; 
    height: 760px; 
  }
  #shukutokuWrapper .featureItemCircle { 
    width: 200px; 
    height: 200px;
    font-size: 28px;
    letter-spacing: 1px;
  }
}

/* Department
--------------------------------------------------------------*/
#shukutokuWrapper .secDepartment {
  text-align: center;
  background: linear-gradient(180deg, #FFF7F1 0%, #D5DEFF 100%);
  position: relative;
}

#shukutokuWrapper .secDepartment::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-over.png)  ;
  mix-blend-mode: lighten;
  opacity: .5;
}

#shukutokuWrapper .departmentTitle {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
  font-size: clamp(24px, 6.4vw, 47px);
  font-weight: 900;
  background: linear-gradient(115deg, #4B84C1 33.78%, #BFC5FF 65.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.2 !important;
}
#shukutokuWrapper .departmentTitle span {
  margin: 0 5px;
  font-size: clamp(50px, 13vw, 74px);
}
#shukutokuWrapper .departmentTitle::before,
#shukutokuWrapper .departmentTitle::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 100px;
  background: linear-gradient(115deg, #BFC5FF 33.78%, #4B84C1 65.95%);
}
#shukutokuWrapper .departmentTitle::before {
  left: -40px;
  transform: rotate(-20deg);
}
#shukutokuWrapper .departmentTitle::after {
  right: -40px;
  transform: rotate(20deg);  
}
@media (min-width: 706px) {
  #shukutokuWrapper .departmentTitle {
    margin-bottom: 80px;
  }
  #shukutokuWrapper .departmentTitle::before {
    width: 5px;
    left: -60px;
  transform: rotate(-30deg);
  }
  #shukutokuWrapper .departmentTitle::after {
    width: 5px;
    right: -60px;
    transform: rotate(30deg);
  }
}


#shukutokuWrapper .departmentList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#shukutokuWrapper .departmenItem:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc(50% - 10px);
}

#shukutokuWrapper .departmentCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px;
  text-decoration: none;
  text-align: left;
}

#shukutokuWrapper .departmentContent {
  flex: 1;
}

#shukutokuWrapper .departmentName {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

#shukutokuWrapper .departmentCourse {
  display: block;
  font-size: 13px;
  font-weight: 500;
}

#shukutokuWrapper .departmentIcon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  flex-shrink: 0;
  position: relative;
}

#shukutokuWrapper .departmentIcon::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-left: -4px;
}


#shukutokuWrapper .departmentCard--welfare .departmentContent { color: #3A9B99; }
#shukutokuWrapper .departmentCard--welfare .departmentIcon { background-color: #C7E7E7; }

#shukutokuWrapper .departmentCard--community .departmentContent { color: #80BC64; }
#shukutokuWrapper .departmentCard--community .departmentIcon { background-color: #D4EACC; }

#shukutokuWrapper .departmentCard--nursing .departmentContent { color: #E87B8C; }
#shukutokuWrapper .departmentCard--nursing .departmentIcon { background-color: #F5C8CF; }

#shukutokuWrapper .departmentCard--education .departmentContent { color: #4fb2d3; }
#shukutokuWrapper .departmentCard--education .departmentIcon { background-color: #C4E3EF; }

#shukutokuWrapper .departmentCard--regional .departmentContent { color: #2C58A4; }
#shukutokuWrapper .departmentCard--regional .departmentIcon { background-color: #C5CCE7; }

#shukutokuWrapper .departmentCard--business .departmentContent { color: #9C3A67; }
#shukutokuWrapper .departmentCard--business .departmentIcon { background-color: #E2CAD3; }

#shukutokuWrapper .departmentCard--humanities .departmentContent { color: #ED9458; }
#shukutokuWrapper .departmentCard--humanities .departmentIcon { background-color: #F7DECE; }

@media (max-width: 705px) {
  #shukutokuWrapper .departmentList {
    grid-template-columns: 1fr;
  }
  #shukutokuWrapper .departmenItem:last-child {
    width: 100%;
  }
  #shukutokuWrapper .departmentCard {
    padding: 20px 20px 20px 25px;
    min-height: 120px;
  }
  #shukutokuWrapper .departmentName {
    font-size: 20px;
  }
  #shukutokuWrapper .departmentIcon {
    width: 40px;
    height: 40px;
  }
  #shukutokuWrapper .departmentIcon::after {
    width: 8px;
    height: 8px;
    margin-left: -4px;
  }
}

#shukutokuWrapper .bottomBtnArea {
  padding: 50px 60px;
  background-color: #004690;
}
#shukutokuWrapper .bottomBtnList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#shukutokuWrapper .bottomBtnList a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 50px; /* 完全に丸い角 */
  padding: 24px 40px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

#shukutokuWrapper .bottomBtnText {
  color: #004690;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#shukutokuWrapper .bottomBtnIcon {
  width: 12px;
  height: 12px;
  border-top: 3px solid #004690;
  border-right: 3px solid #004690;
  transform: rotate(45deg);
  flex-shrink: 0;
}
@media (max-width: 705px) {
  #shukutokuWrapper .bottomBtnArea {
    padding: 40px 20px;
  }
  #shukutokuWrapper .bottomBtnList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #shukutokuWrapper .bottomBtnText {
    font-size: 18px;
  }
}


/* hover
--------------------------------------------------------------*/
@media (hover: hover) {
  #shukutokuWrapper .departmentCard:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }
  #shukutokuWrapper .bottomBtnList a:hover {
    background-color: #f0f7ff;
    transform: translateY(-4px);
  }
  #shukutokuWrapper .btnContents:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }
  #shukutokuWrapper .methodBanner a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }
  #shukutokuWrapper .seniorCard:hover {
    transform: translateY(-8px);
    opacity: .7;
  }
}


/* animation
--------------------------------------------------------------*/
.js-target {
  opacity: 0;
}
.js-target.is-animation {
  opacity: 1;
}
.mainHeaderContent.is-animation,
.mainHeaderText.is-animation,
.matchingTitle.is-animation,
.matchingImg.is-animation,
.methodCard h3.is-animation,
.methodItem.is-animation,
.methodBanner.is-animation,
.symbiosisTitle.is-animation,
.symbiosisImg.is-animation,
.seniorTitle.is-animation,
.seniorList.is-animation,
.featureSubTitle.is-animation,
.featureTitleWrap.is-animation,
.featureDiagram.is-animation,
.departmentTitle.is-animation,
.departmentList.is-animation,
.bottomBtnList.is-animation,
p.is-animation {
  animation: fadeInUp 1.5s cubic-bezier(0.696, 0, 0.34, 1) forwards;
}

.methodCard.is-animation,
.featureDiagram.is-animation .featureItemCircle {
  animation: fadeIn cubic-bezier(0.696, 0, 0.34, 1) forwards;
  animation-duration: 1s;
}
.featureDiagram.is-animation .featureItemCircle01 { animation-delay: .2s;}
.featureDiagram.is-animation .featureItemCircle02 { animation-delay: .4s;}
.featureDiagram.is-animation .featureItemCircle03 { animation-delay: .6s;}
.featureDiagram.is-animation .featureItemCircle04 { animation-delay: .8s;}
.featureDiagram.is-animation .featureItemCircle05 { animation-delay: 1s;}
.featureDiagram.is-animation .featureItemCircle06 { animation-delay: 1.2s;}
.featureDiagram.is-animation .featureItemCircle07 { animation-delay: 1.4s;}
.featureDiagram.is-animation .featureItemCircle08 { animation-delay: 1.6s;}
.featureDiagram.is-animation .featureItemCircle09 { animation-delay: 1.8s;}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
