.pc_only{
  display: none;
}
.sp_only{
  display: block;
}

@media screen and (min-width: 1025px) {

.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
}

/* 変数定義
------------------------------------ */

.p-consultation._intetnational {
  --color01: #0C9600;
  --color02: #FF20B0;
  overflow: hidden;
}

/* 共通
------------------------------------ */
.p-consultation__common-inner {
  padding-inline: 15px;
}

@media screen and (min-width: 768px) {
  .p-consultation__common-inner {
    width: min(calc(1174px + 20px * 2), 100%);
    margin-inline: auto;
    padding-inline: 20px;
  }
}

.p-consultation-heading01 {
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 5px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-consultation-heading01::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0C9600;
}

.p-consultation-heading01 .color-accent {
  color: #0C9600;
}

@media screen and (min-width: 768px) {
  .p-consultation-heading01 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1025px) {
  .p-consultation-heading01 {
    font-size: 28px;
  }
}

/* メインビジュアル
------------------------------------ */
.p-consultation-head {
  height: 300px;
  padding-top: 10px;
  position: relative;
}

.p-consultation-head__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.p-consultation-head__img picture {
  height: inherit;
}

.p-consultation-head__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-consultation-head__title {
  width: 300px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: var(--color01);
  background-color: #F2F2F2;
  border-top: 3px solid currentColor;
}

.p-consultation-head__breadcrumb {
  margin-left: 0;
}

.p-consultation-head__breadcrumb a,
.p-consultation-head__breadcrumb span {
  color: #000;
}

.p-consultation-head__breadcrumb .c-breadcrumb__item + .c-breadcrumb__item::before {
  color: #000;
}

@media screen and (min-width: 768px) {
  .p-consultation-head {
    height: 380px;
    padding-top: 25px;
  }

  .p-consultation-head__title {
    width: 500px;
    height: 70px;
    bottom: -30px;
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .p-consultation-head {
    height: 450px;
  }
}

/* 導入
------------------------------------ */
.p-consultation-lead {
  padding-top: 64px;
  padding-bottom: 40px;
}

.p-consultation-lead__text01 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(30 / 18);
  text-align: center;
}



@media screen and (min-width: 768px) {
  .p-consultation-lead {
    padding-top: 105px;
    padding-bottom: 112px;
  }

  .p-consultation-lead .p-consultation__common-inner {
    position: relative;
  }

  .p-consultation-lead__text01 {
    font-size: 25px;
    font-weight: 700;
    line-height: calc(45 / 25);
  }

}


/* 導入
------------------------------------ */
.p-consultation-head__title{

}
.p-consultation_intetnational-lead {
  padding-bottom: 27px;
}


@media screen and (min-width: 768px) {
  .p-consultation_intetnational-lead {
    padding-bottom: 112px;
  }

}


.p-consultation__common-inner {
  /* max-width: 982px;
  margin: 0 auto; */
  overflow: hidden;
}

.p-consultation_international__sec01 h3{
  font-size: 28px;
  font-weight: bold;
  border-bottom:1px solid #0C9600 ;
  margin:0 auto 40px;
  display: table;
}
.p-consultation_international__sec01 h3 span{
  color: #0C9600;
}


@media screen and (max-width: 768px) {
  .p-consultation_international__sec01 h3 {
    font-size: 20px;
    margin: 0 auto 25px;
  }
}

.p-consultation_international-list{
  font-size: 20px;
  font-weight: bold;
}
.p-consultation_international-list ul{
  list-style: none;
}
.p-consultation_international-list01{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.p-consultation_international-list02{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.p-consultation_international-list01 li{
  padding: 40px 0;
  border-radius: 30px;
  border:solid 2px ;
  text-align: center;
}
.p-consultation_international-list01 li:nth-child(1) ,
.p-consultation_international-list01 li:nth-child(2){
  border:solid 2px #E74249;
  color: #E74249;
}
.p-consultation_international-list01 li:nth-child(3) {
  border:solid 2px #932EA4;
  color: #932EA4;
}
.p-consultation_international-list01 li:nth-child(4) {
  border:solid 2px #007DE3;
  color: #007DE3;
}
.p-consultation_international-list02 li:nth-child(1) {
  border:solid 2px #248631;
  color: #248631;
}
.p-consultation_international-list02 li:nth-child(2){
  border:solid 2px #5E31C8;
  color: #5E31C8;
}
.p-consultation_international-list02 li:nth-child(3){
  border:solid 2px #9FB265;
  color: #9FB265;
}

.p-consultation_international-list02 li{
  padding: 40px 0;
  border-radius: 30px;
  border:solid 2px ;
  text-align: center;
}
.p-consultation_international__ttl{
  margin-top: 100px !important;
}
.p-consultation-international__text01{
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.p-consultation_international-list03{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 30px;
}

.p-consultation_international-list03 a {
  text-decoration: none;
}

.p-consultation_international-list03 li dl{
  background: #E6F4E5;
  padding: 30px;
  text-align: center;
  border-radius: 55px;
  border:solid #0C9600 2px;
  color: #0C9600;
  display: table;
  width: 100%;
}
.p-consultation_international-list03 li dl dt{
  font-size: 30px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.p-consultation_international-list03 li dl dd{
  font-size: 20px;
  font-weight: bold;
  display: table-cell;
  text-align: left;
  line-height: 1.5;
}

.p-consultation_international-list04{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.p-consultation_international-list05{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
  margin-top: 34px;
}
.p-consultation_international-list04 li ,
.p-consultation_international-list05 li {
  border-radius: 30px;
  background: linear-gradient(90deg, #FFE7F8 0%, #FFE7F8 96px, rgb(255, 255, 255) 96px, rgb(255, 255, 255) 100%);
  height: 200px;
  text-align: center;
  border:solid 2px #FF20B0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-consultation_international-list04 li p b ,
.p-consultation_international-list05 li p b{
  color: #FF20B0;
  font-size: 28px;
  line-height: 1.3;
}
.p-consultation_international-list04 li p{
  font-weight: normal;
  font-size: 12px;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .p-consultation_international-list01{
    grid-template-columns: 1fr 1fr;
  }
  .p-consultation_international-list02{
    grid-template-columns: 1fr 1fr;
  }
  .p-consultation_international-list01 li{;
    border-radius: 20px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center; 
  }
  .p-consultation_international-list02 li{
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 20px;
  }
  .p-consultation_international-list li{
    font-size: 14px;
  }
  .p-consultation_international-list04 li, 
  .p-consultation_international-list05 li {
    border-radius: 20px;
    background: linear-gradient(90deg, #FFE7F8 0%, #FFE7F8 90px, rgb(255, 255, 255) 90px, rgb(255, 255, 255) 100%);
    text-align: center;
    border: solid 2px #FF20B0;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.p-consultation_international-list04 li p {
  align-items: center;
  margin: 0;
  position: relative;
  display: flex;
}
.p-consultation_international-list04 li p{
  font-size: 0;
  margin-top: 0;
}
  .p-consultation_international__ttl{
    margin-top: 76px !important;
  }
  .p-consultation-international__text01{
    font-size: 14px;
  }
  .p-consultation_international-list03 ,
  .p-consultation_international-list05{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-consultation_international-list03 li dl{
    padding: 16px;
  }
  .p-consultation_international-list03 li dl dt{
    font-size: 19px;
  }
  .p-consultation_international-list03 li dl dd{
    font-size: 12px;
  }
  .p-consultation_international-list04{
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-consultation_international-list04 li p b, 
  .p-consultation_international-list05 li p b{
    font-size: 14px;
    line-height: 24px;
  }
  .p-consultation_international-list05{
    margin-top: 14px;
  }
}



/* 
p-consultation_international__sec02 */
.p-consultation_international__sec02 h3 ,
.p-consultation_international__sec03 h3 {
  font-size: 30px;
  margin-top: 100px;
  margin-right: calc(50% - 50vw);
  padding: 10px 30px;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(30 / 20);
  background-color: #fff;
}
.p-consultation_international__sec02 h3::before ,
.p-consultation_international__sec03 h3::before {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FF20B0;
  border-radius: 6px;
}
.p-consultation_international__sec02 h4 {
  margin-top: 40px;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}
.p-consultation_international__sec02 h4::before {
  content: "●";
  margin-right: 1em;
  color: #0C9600;
}
.p-consultation_international__sec02 p{
  margin-top: 26px;
  font-weight: normal;
}

/* 進路選び＆流れ
------------------------------------ */
.p-consultation-flow {
  background-color: var(--color03);
  padding-bottom: 72px;
}

.p-consultation-flow__title {
  height: 88px;
  margin-inline: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(30 / 20);
  text-align: center;
  color: #fff;
  background-color: var(--color01);
  border-radius: 0 0 30px 30px;
}

.p-consultation-flow__list {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 66px;
  list-style: none;
}

.p-consultation-flow__list-item {
  padding: 30px 15px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  display: table;
}

.p-consultation-flow__list-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid var(--color01);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.p-consultation-flow__list-label {
  display: table-cell;
  vertical-align: middle;
}
h4.p-consultation-flow__list-title {
  display: table-cell;
  vertical-align: middle;
}
.p-consultation-flow__list-body {
  display: table-cell;
  vertical-align: middle;
  max-width: 740px;
}

.p-consultation-flow__list-head {
  padding-left: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-consultation-flow__list-label {
  width: 61px;
  height: 61px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-family: "Lexend Zetta", sans-serif;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  color: #fff;
  background-color: var(--color02);
  border-radius: 50%;
}

.p-consultation-flow__list-label-num {
  font-size: 17px;
}

.p-consultation-flow__list-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(30 / 20);
}

.p-consultation-flow__list-free {
  width: 55px;
  height: 46px;
  padding-top: 5px;
  padding-bottom: 15px;
  position: relative;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #65BAF7;
}

.p-consultation-flow__list-free::before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.p-consultation-flow__list-free::after {
  content: "";
  width: 4px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #003E78;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

.p-consultation-flow__list-body {
  margin-top: 20px;
}

.p-consultation-flow__list-text {
  padding-inline: 15px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: calc(24 / 14);
}

.p-consultation-flow__list-text .num {
  font-size: 24px;
  line-height: 1;
  color: var(--color01);
}

.p-consultation-flow__list-sub-title {
  margin-top: 24px;
  font-size: 18px;
  line-height: calc(28 / 18);
}

.p-consultation-flow__list-illust {
  margin-top: 20px;
  margin-inline: auto;
}

.p-consultation-flow__list-banner {
  margin-top: 20px;
}

.p-consultation-flow__list-open-campus {
  margin-top: 20px;
}

.p-consultation-flow__list-merit {
  margin-top: 15px;
  display: grid;
  grid-auto-rows: 75px;
  gap: 15px;
  list-style: none;
}

.p-consultation-flow__list-merit-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(24 / 14);
  text-align: center;
  color: var(--color02);
  border: 2px solid currentColor;
  border-radius: 20px;
}

.p-consultation-flow__list-merit-item::before {
  content: "";
  width: 90px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color02);
  opacity: 0.08;
  border-radius: 20px 0 0 20px;
}


@media screen and (max-width: 768px) {
  .p-consultation_international__sec02 h3, 
  .p-consultation_international__sec03 h3{
  font-size: 20px;
}
.p-consultation_international__sec02 h4{
  font-size: 16px;
  margin-top: 30px;
}
.p-consultation_international__sec02 p{
  margin-top: 15px;;
}
.p-consultation-flow__list-item{
  display: block;
}
.p-consultation-flow__list-text{
  font-weight: normal;
}
}

@media screen and (min-width: 768px) {
  .p-consultation-flow {
    padding-bottom: 132px;
  }

  .p-consultation-flow__title {
    max-width: 982px;
    height: 78px;
    margin-inline: auto;
    font-size: 30px;
    border-radius: 0 0 50px 50px;
  }

  .p-consultation-flow__list {
    margin-top: 50px;
  gap: 95px;
  }

  .p-consultation-flow__list-item {
    padding: 30px 25px;
    border-radius: 30px;
  }

  .p-consultation-flow__list-item:not(:last-of-type)::after {
    bottom: -60px;
    border-top-width: 20px;
    border-right-width: 12px;
    border-left-width: 12px;
  }

  .p-consultation-flow__list-head {
    padding-inline: 15px;
    gap: 25px;
  }

  .p-consultation-flow__list-title {
    font-size: 26px;
  }

  .p-consultation-flow__list-text {
    font-size: 15px;
  }

  .p-consultation-flow__list-open-campus {
    margin-top: 25px;
  }

  .p-consultation-flow__list-merit {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .p-consultation-flow__list-item {
    padding: 44px 96px 50px auto;
  }

  .p-consultation-flow__list-head {
    /* margin-left: -45px; */
    padding-inline: 0;
  }

  .p-consultation-flow__list-body {
    margin-top: 7px;
  }

  .p-consultation-flow__list-label {
    width: 90px;
    height: 90px;
    font-size: 14px;
    line-height: 23px;
  }
  
  .p-consultation-flow__list-label-num {
    font-size: 23px;
  }

  .p-consultation-flow__list-title {
    font-size: 35px;
    padding-left: 30px;
  }

  .p-consultation-flow__list-free {
    width: 80px;
    height: 66px;
    padding-bottom: 20px;
    font-size: 23px;
  }

  .p-consultation-flow__list-free::before {
    height: 16px;
  }

  .p-consultation-flow__list-free::after {
    content: "";
    width: 6px;
    height: 12px;
  }

  .p-consultation-flow__list-text {
    font-size: 16px;
    line-height: calc(30 / 18);
    font-weight: normal;
    padding-left: 40px;
  }

  .p-consultation-flow__list-text .num {
    font-size: 30px;
  }

  .p-consultation-flow__list-sub-title {
    margin-top: 60px;
    font-size: 25px;
  }

  .p-consultation-flow__list-merit {
    margin-top: 26px;
    grid-auto-rows: 94px;
    gap: 30px;
  }

  .p-consultation-flow__list-merit-item {
    border-radius: 30px;
    font-size: 18px;
  }

  .p-consultation-flow__list-merit-item::before {
    width: 96px;
    border-radius: 30px 0 0 30px;
  }
}

/* 流れセクション共通パーツ */
/* 
p-consultation_international__sec04 */
.p-consultation_international__sec04{
  margin-top: 85px;
  margin-bottom: 85px;
}
.p-consultation_international__sec04 h3{
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #0C9600;
  margin: 0 auto 25px;
  display: table;
}
.p-consultation_international__sec04 h3 span{
  color: #0C9600;
}

.p-consultation-banner-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.p-consultation_graduated-voice-card {
  padding: 40px 30px 20px;
  display: flex;
  flex-direction: column;
  background: 
    url(../img/page/consultation-graduated_voice_slide-bg_sp.png) no-repeat center center / cover,
    linear-gradient(90deg, rgba(240, 63, 158, 0.1) 0%, rgba(240, 63, 158, 0.1) calc(75 / 330 * 100%), transparent calc(75 / 330 * 100%), transparent 100%);
  background-color: #fff;
  border-radius: 20px;
}

.p-consultation_graduated-voice-card__img {
  order: 2;
  margin-top: 20px;
}
.p-consultation_graduated-voice-card__img img {
  object-fit: contain;
}

.p-consultation_graduated-voice-card__content {
  display: contents;
}

.p-consultation_graduated-voice-card__name-wrap {
  order: 1;
}

.p-consultation_graduated-voice-card__department {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #FF20B0;
}

.p-consultation_graduated-voice-card__name {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #FF20B0;
}

.p-consultation_graduated-voice-card__text-wrap {
  order: 3;
  margin-top: 12px;
}

.p-consultation_graduated-voice-card__text01 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(28 / 16);
  color: #FF20B0;
}

.p-consultation_graduated-voice-card__btn {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.p-consultation_graduated-voice-card__btn-text {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FF20B0;
}

.p-consultation_graduated-voice-card__text02 {
  display: none;
  margin-top: 18px;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .p-consultation_international__sec04 h3 {
    font-size: 28px;
    margin: 0 auto 40px;
}
  .p-consultation_graduated-voice-card {
    max-width: 1174px;
    height: auto;
    padding: 40px 50px;
    flex-direction: row;
    gap: 30px;
    background-color: #fff;
    background-image: url(/assets/img/page/consultation_slide-bg01-01.png), url(/assets/img/page/consultation_slide-bg01-02.png),
    linear-gradient(90deg, rgba(240, 63, 158, 0.1) 0%, rgba(240, 63, 158, 0.1) calc(329 / 1174 * 100%), transparent calc(329 / 1174 * 100%), transparent 100%);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    border-radius: 20px;
  }

  .p-consultation_graduated-voice-card__img {
    order: 1;
    width: calc(320 / 982 * 100%);
    margin-top: 0;
    flex-shrink: 0;
  }

  .p-consultation_graduated-voice-card__content {
    order: 2;
    display: block;
  }

  .p-consultation_graduated-voice-card__text02 {
    display: block!important;
  }
}

@media screen and (min-width: 1280px) {
  .p-consultation_graduated-voice-card {
    padding: 70px 96px;
    gap: 47px;
  }

  .p-consultation_graduated-voice-card__department {
    font-size: 16px;
  }

  .p-consultation_graduated-voice-card__name {
    margin-top: 5px;
    font-size: 25px;
  }
  .p-consultation_graduated-voice-card__name span {
    font-size: 16px;
}

  .p-consultation_graduated-voice-card__text-wrap {
    margin-top: 40px;
  }

  .p-consultation_graduated-voice-card__text01 {
    font-size: 25px;
    letter-spacing: 0.025em;
    line-height: calc(40 / 25);
  }

  .p-consultation_graduated-voice-card__text02 {
    font-size: 16px;
    line-height: calc(30 / 16);
  }
}

@media screen and (max-width: 768px) {
  .p-consultation-flow__list-text{
    font-size: 12px;
    margin-top: 10px;
  }
  .p-consultation_graduated-voice-card__img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .p-consultation_graduated-voice-card__name span{
    display: block;
    font-size: 12px;
  }
}