.page_flow .modTitlePage .title {
  margin-bottom: 0;
}

#fresh .modBlockInner, #career .modBlockInner {
  padding-top: 40px;
  padding-bottom: 120px;
}

#research .modBlockInner {
  padding-bottom: 120px;
}

.myBlockHead {
  padding-bottom: 100px;
}

.myBlockHead .modEntryList .btn a {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.myTitle01 {
  padding: 20px 0;
  background-color: #F5E2E8;
}

.myTitle01 .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5;
  color: #ce5d88;
}

@media only screen and (max-width: 600px) {
  .myTitle01 .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#research .myTitle01 {
  background-color: #FFE4C6;
}

#research .myTitle01 .title {
  color: #EA7F01;
}

#career .myTitle01 {
  background-color: #CCE0F0;
}

#career .myTitle01 .title {
  color: #0066B3;
}

.myTitle02 {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 28px;
  color: #ce5d88;
}

@media only screen and (max-width: 600px) {
  .myTitle02 {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#career .myTitle02 {
  color: #0066B3;
}

.myTitle03 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.myTitle03 .ttl {
  padding: 11px 30px 9px;
  background: #EB8800;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.myTitle03 .lead {
  padding: 16px 30px 14px;
  background: #FFE300;
  color: #535353;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .myTitle03 .ttl {
    padding: 11px 20px 9px;
    font-size: 22px;
  }
  .myTitle03 .lead {
    padding: 16px 20px 14px;
    font-size: 24px;
  }
}

.myLead {
  margin: 0 0 70px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.myResearchParents {
  position: relative;
  margin: 16px 0 80px;
  padding: 40px;
  background: #fff;
}
.myResearchParents .text {
  padding-left: 10px;
  padding-right: 216px;
  font-size: 16px;
  line-height: 2.25;
  background: linear-gradient(0deg, #CBCBCB 1px, transparent 1px) top left/100% 2.25em;
}
.myResearchParents .text .liner {
  display: block;
}
.myResearchParents .img {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 174px;
}
@media only screen and (max-width: 600px) {
  .myResearchParents {
    padding: 40px 20px;
  }
  .myResearchParents .text {
    padding-left: 0;
    padding-right: 0;
  }
  .myResearchParents .text .liner:nth-child(2) {
    min-height: 15.75em;
    padding-right: 120px;
  }
  .myResearchParents .img {
    position: absolute;
    bottom: 0;
    right: -18px;
    width: 172px;
  }
}

.myResearchInfo {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0 0;
}
.myResearchInfo .text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 600px) {
  .myResearchInfo {
    flex-direction: column;
  }
}

.myListFlow {
  padding: 0 52px;
}

@media only screen and (max-width: 600px) {
  .myListFlow {
    padding: 0;
  }
}
.myListFlow li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .myListFlow li {
    position: relative;
  }
}
.myListFlow li:not(:last-child) {
  margin-bottom: 40px;
}

.myListFlow li:not(:last-child) .num::after {
  content: "";
  background-image: url(../img/common/arrow03_color02.svg);
  background-size: 71px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 71px;
  height: 25px;
  position: absolute;
  bottom: -24px;
  right: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .myListFlow li:not(:last-child) .num::after {
    background-size: 40px 14px;
    width: 40px;
    height: 14px;
    bottom: -16px;
  }
}
#career .myListFlow li:not(:last-child) .num::after {
  background-image: url(../img/common/arrow03.svg);
}

.myListFlow .num {
  width: 24%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ce5d88;
  border-radius: 12px 0 0 12px;
  color: #ffe300;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Oswald", sans-serif;
}

@media only screen and (max-width: 600px) {
  .myListFlow .num {
    position: static;
    font-size: 20px;
    font-size: 2rem;
  }
}
#career .myListFlow .num {
  background-color: #0066B3;
}

.myListFlow .detail {
  flex: 1;
  background-color: #fff;
  padding: 20px 46px;
  border-top: solid 2px #ce5d88;
  border-bottom: solid 2px #ce5d88;
  border-right: solid 2px #ce5d88;
  border-radius: 0 14px 14px 0;
  color: #ce5d88;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  .myListFlow .detail {
    padding: 14px 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
#career .myListFlow .detail {
  border-color: #0066B3;
  color: #0066B3;
}

.myListFlow .detail dt {
  border-bottom: solid 2px #E6B6C5;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.myListFlow .detail dt .small {
  font-size: 0.65em;
}

@media only screen and (max-width: 600px) {
  .myListFlow .detail dt .small {
    display: block;
    margin-top: 4px;
  }
}
#career .myListFlow .detail dt {
  border-color: #7FB3DB;
}

.myListFlow .detail dd {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  .myListFlow .detail dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.myListFlow .detail dd .entry {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .myListFlow .detail dd .entry {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.myListFlow .detail dd .indent {
  margin-left: 1.5em;
}

@media only screen and (max-width: 600px) {
  .myListFlow .detail dd .indent {
    margin-left: 0;
  }
  .myListFlow .detail dd .entry + .indent {
    margin-top: 4px;
  }
}
.myListFlow .detail dd .caution {
  margin-left: 1em;
  text-indent: -1em;
}

.myEntry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 80px auto 0;
}
.myEntry > li {
  display: block;
  width: 320px;
}
@media only screen and (max-width: 600px) {
  .myEntry {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
}

.myEntryBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 12px 20px 10px;
  min-height: 90px;
  background-color: #fff;
  color: #0166B3;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.myEntryBtn::after {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 0;
  height: 0;
  margin: auto;
  border: 12px solid transparent;
  border-right-color: var(--btn-color, currentColor);
  border-bottom-color: var(--btn-color, currentColor);
  opacity: 0.5;
  content: "";
}
.myEntryBtn .h {
  display: block;
  font-size: 22px;
}
.myEntryBtn .t {
  display: block;
  margin-top: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.myEntryBtn.graduate {
  background-color: #FF569D;
  color: #fff;
}
.myEntryBtn.career {
  background-color: #36a3ff;
  color: #fff;
}
.myEntryBtn.research {
  background-color: #EB8800;
  color: #fff;
}
.myEntryBtn.graduate2 {
  background-color: #fff;
  color: #E55491;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.myEntryBtn.graduate2::after {
  opacity: 0.2;
}
.myEntryBtn.career2 {
  background-color: #fff;
  color: #0166B3;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.myEntryBtn.career2::after {
  opacity: 0.2;
}