@charset "UTF-8";

/*================================================================================
FileName: model.scss
================================================================================*/
.p-model {
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .p-model .l-content + .l-content.p-model_message {
    margin-top: 0;
  }
}

.p-model_lead {
      font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0;
  color: #222222;
  text-align: center;
}

.p-model_blk {
  margin-top: 60px;
}

.p-model_blk + .p-model_blk {
  margin-top: 144px;
}


.p-model_blk:nth-child(2) .p-model_profile .item_img {
  background-color: #F068A3;
}
.p-model_blk:nth-child(2) .p-model_profile .item_info::after {
  background-color: #F068A3;
}
.p-model_blk:nth-child(2) .p-model_list .item_img_pc {
  background-color: #F068A3;
}

.p-model_blk:nth-child(2) .p-model_list .item_img_sp {
  background-color: #F068A3;
}


.p-model_profile {
  position: relative;
}

.p-model_profile_inner {

}

.p-model_profile .item_img {
  background-color: #F9BE5C;
  border-radius: 10px;
    padding: 24px;
    
}

.p-model_profile .item_img_inner {
  border-radius: 10px;
  overflow: hidden;
}

.p-model_profile .item_info {


  width: 486px;

  position: absolute;
  left: 50px;
  bottom: -50px;
  z-index: 10;


}

.p-model_profile .item_info::after {
  content: "";
  display: block;
    position: absolute;
    width: calc(100% + 7px);
    height: 65px;
  left: 0;
  bottom: -8px;
  z-index: -1;
    background-color: #F9BE5C;
    border-radius: 7px;
}

.p-model_profile .item_info_inner {
  border-radius: 6px;
  padding: 35px 30px;

  background-image: url(../../img/model/model_profile_bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.p-model_profile .item_info_name {
  display: flex;
  align-items: flex-end;
  gap: 0 12px;
}

.p-model_profile .item_info_name_jp {
    font-size: 30px;
  font-weight: 700;
  line-height: calc(55 / 30);
  letter-spacing: 0;
  color: #222222;
}

.p-model_profile .item_info_name_en {
    font-size: 25px;
  font-weight: 500;
  line-height: calc(48 / 25);
  letter-spacing: 0;
  color: #222222;
}

.p-model_profile .item_info_year {
  margin-top: 8px;
    font-size: 20px;
  font-weight: 700;
  line-height: calc(29 / 20);
  letter-spacing: 0;
  color: #222222;
}

.p-model_profile .item_info_role {
  margin-top: 8px;
    font-size: 20px;
  font-weight: 700;
  line-height: calc(29 / 20);
  letter-spacing: 0;
  color: #222222;
}

.p-model_profile .item_info_icon {
  width: 135px;
    position: absolute;
  right: -40px;
  bottom: -68px;
  z-index: 10;
}

.p-model_list {
  margin-top: 145px;
}

.p-model_list .p-model_list_item + .p-model_list_item {
  margin-top: 100px;
}

.p-model_list .p-model_list_item {

}

.p-model_list .p-model_list_item:nth-child(even) .p-model_list_item_inner {
  flex-direction: row-reverse;
}

.p-model_list .p-model_list_item:nth-child(even) .item_bgtxt {
  left: auto;
  right: -20px;
}

.p-model_list .p-model_list_item_inner {
  display: flex;
  align-items: flex-start;
  gap: 0 24px;
}

.p-model_list .item_content {
  position: relative;
  z-index: 10;
}

.p-model_list .item_bgtxt {
  position: absolute;
  z-index: -1;
  top: -90px;
  left: 0;

    font-size: 118px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #FAFAFA;
}

.p-model_list .title {
    font-size: 24px;
  font-weight: 700;
  line-height: calc(40 / 24);
  letter-spacing: 0;
  color: #222222;
}

.p-model_list .item_img_sp {
  display: none;
}

.p-model_list .item_img_inner {

}

.p-model_list .text {
  margin-top: 32px;
    font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0;
  color: #222222;
}

.p-model_list .item_img_pc {
  flex-shrink: 0;
  width: 491px;
  background-color: #F9BE5C;
  padding: 10px;
  border-radius: 10px;
}

.p-model_list .item_img_pc .item_img_inner {
    border-radius: 10px;
    overflow: hidden;
}









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


  .p-model_lead {
      font-size: calc(16vw / 12);
}


.p-model_blk {
  margin-top: calc(60vw / 12);
}

.p-model_blk + .p-model_blk {
  margin-top: calc(144vw / 12);
}


.p-model_profile .item_img {
  border-radius: calc(10vw / 12);
    padding: calc(24vw / 12);
    
}

.p-model_profile .item_img_inner {
  border-radius: calc(10vw / 12);
}

.p-model_profile .item_info {


  width: calc(486vw / 12);

  left: calc(50vw / 12);
  bottom: calc(-50vw / 12);


}

.p-model_profile .item_info::after {
    width: calc(100% + calc(7vw / 12));
    height: calc(65vw / 12);
  bottom: calc(-8vw / 12);
    border-radius: 7px;
}

.p-model_profile .item_info_inner {
  border-radius: calc(6vw / 12);
  padding: calc(35vw / 12) calc(30vw / 12);
}

.p-model_profile .item_info_name {
  gap: 0 calc(12vw / 12);
}

.p-model_profile .item_info_name_jp {
    font-size: calc(30vw / 12);
}

.p-model_profile .item_info_name_en {
    font-size: calc(25vw / 12);
}

.p-model_profile .item_info_year {
  margin-top: calc(8vw / 12);
    font-size: calc(20vw / 12);
}

.p-model_profile .item_info_role {
  margin-top: calc(8vw / 12);
    font-size: calc(20vw / 12);
}

.p-model_profile .item_info_icon {
  width: calc(135vw / 12);
  right: calc(-40vw / 12);
  bottom: calc(-68vw / 12);
}

.p-model_list {
  margin-top: calc(145vw / 12);
}

.p-model_list .p-model_list_item + .p-model_list_item {
  margin-top: calc(100vw / 12);
}
.p-model_list .p-model_list_item:nth-child(even) .item_bgtxt {
  right: calc(-20vw / 12);
}

.p-model_list .p-model_list_item_inner {
  gap: 0 calc(24vw / 12);
}

.p-model_list .item_bgtxt {
  top: calc(-90vw / 12);
    font-size: calc(118vw / 12);
}

.p-model_list .title {
    font-size: calc(24vw / 12);
}
.p-model_list .text {
  margin-top: calc(32vw / 12);
    font-size: calc(16vw / 12);
}

.p-model_list .item_img_pc {
  width: calc(491vw / 12);
  padding: calc(10vw / 12);
  border-radius: calc(10vw / 12);
}

.p-model_list .item_img_pc .item_img_inner {
    border-radius: calc(10vw / 12);
}



}


@media only screen and (max-width: 768px) {
.p-model_lead {
      font-size: calc(14vw / 3.75);
}

.p-model_blk {
  margin-top: calc(40vw / 3.75);
}

.p-model_blk + .p-model_blk {
  margin-top: calc(60vw / 3.75);
}


.p-model_profile .item_img {
  border-radius: calc(10vw / 3.75);
    padding: calc(8vw / 3.75);
    
}

.p-model_profile .item_img_inner {
  border-radius: calc(10vw / 3.75);
  height: calc(250vw / 3.75);
}

.p-model_profile .item_img_inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-model_profile .item_info {


  width: calc(270vw / 3.75);

  left: calc(20vw / 3.75);
  bottom: calc(-50vw / 3.75);


}

.p-model_profile .item_info::after {
    width: calc(100% + calc(7vw / 3.75));
    height: calc(65vw / 3.75);
  bottom: calc(-6vw / 3.75);
    border-radius: calc(5vw / 3.75);
}

.p-model_profile .item_info_inner {
  border-radius: calc(6vw / 3.75);
  padding: calc(15vw / 3.75) calc(20vw / 3.75);
}

.p-model_profile .item_info_name {
  gap: 0 calc(12vw / 3.75);
}

.p-model_profile .item_info_name_jp {
    font-size: calc(20vw / 3.75);
}

.p-model_profile .item_info_name_en {
    font-size: calc(15vw / 3.75);
}

.p-model_profile .item_info_year {
  margin-top: calc(4vw / 3.75);
    font-size: calc(15vw / 3.75);
}

.p-model_profile .item_info_role {
  margin-top: calc(4vw / 3.75);
    font-size: calc(15vw / 3.75);
}

.p-model_profile .item_info_icon {
  width: calc(95vw / 3.75);
  right: calc(-40vw / 3.75);
  bottom: calc(-28vw / 3.75);
}

.p-model_list {
  margin-top: calc(105vw / 3.75);
}

.p-model_list .p-model_list_item + .p-model_list_item {
  margin-top: calc(50vw / 3.75);
}
.p-model_list .p-model_list_item:nth-child(even) .item_bgtxt {
  right: 0;
}

.p-model_list .p-model_list_item_inner {
  gap: 0;
}

.p-model_list .item_bgtxt {
  top: calc(-40vw / 3.75);
    font-size: calc(54vw / 3.75);
}

.p-model_list .title {
    font-size: calc(18vw / 3.75);
}
.p-model_list .text {
  margin-top: calc(24vw / 3.75);
    font-size: calc(14vw / 3.75);
}

.p-model_list .item_img_pc {
  display: none;
}

.p-model_list .item_img_sp {
    margin-top: calc(24vw / 3.75);
  display: block;
  width: 100%;
  padding: calc(8vw / 3.75);
  border-radius: calc(10vw / 3.75);
    background-color: #F9BE5C;
}

.p-model_list .item_img_sp .item_img_inner {
    border-radius: calc(10vw / 3.75);
    overflow: hidden;
}



}




.p-model_mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-model_mv .l-content_inner-medium-narrow {
    overflow: hidden;
  }
}
.p-model_mv .c-bgtxt {
  z-index: -2;
}
@media only screen and (min-width: 769px) {
  .p-model_mv .c-bgtxt {
    top: auto;
    bottom: -230px;
  }
}
@media only screen and (max-width: 768px) {
  .p-model_mv .c-bgtxt {
    top: auto;
    bottom: 16vw;
  }
}

.p-model_mv_img_wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #ef68a3;
}
@media only screen and (max-width: 768px) {
  .p-model_mv_img_wrap::after {
    top: 0;
    right: 0;
    width: 70%;
    height: 82.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model_mv_img_wrap::after {
    height: 82.1333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-model_mv_img_wrap::after {
    bottom: -10px;
    right: -10px;
    width: 70%;
    height: 100%;
    border-radius: 7px;
  }
}

.p-model_mv_img {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .p-model_mv_img {
    height: 45.2415812592vw;
    max-height: 618px;
  }
}
@media only screen and (min-width: 1680px) {
  .p-model_mv_img {
    height: 57.1010248902vw;
    max-height: 760px;
  }
}
.p-model_mv_img img {
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .p-model_catch {
    font-size: 3.2rem;
    font-size: 2.2222222222vw;
  }
}
@media only screen and (min-width: 1440px) {
  .p-model_catch {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 1280px) {
  .p-model_catch {
    font-size: 2.8444444444rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-model_catch {
    font-size: 0.9rem;
    font-size: 4.8vw;
  }
}
@media only screen and (min-width: 769px) {
  .p-model_catch {
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    line-height: 1.6em;
    position: absolute;
    top: 265px;
  }
}
@media only screen and (min-width: 1680px) {
  .p-model_catch {
    top: 420px;
  }
}
@media only screen and (max-width: 1280px) {
  .p-model_catch {
    top: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-model_catch {
    top: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .p-model_catch {
    font-weight: 600;
    text-align: center;
    margin-top: 16vw;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .p-model_catch.is-right {
    margin-left: 531px;
  }
}
@media only screen and (max-width: 768px) {
  .p-model_catch.is-3row + .p-model_profile {
    bottom: 230px;
  }
}
@media screen and (max-width: 425px) {
  .p-model_catch.is-3row + .p-model_profile {
    bottom: 150px;
  }
}
@media screen and (max-width: 375px) {
  .p-model_catch.is-3row + .p-model_profile {
    bottom: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .p-model_catch.is-4row + .p-model_profile {
    bottom: 250px;
  }
}
@media screen and (max-width: 425px) {
  .p-model_catch.is-4row + .p-model_profile {
    bottom: 180px;
  }
}
@media screen and (max-width: 375px) {
  .p-model_catch.is-4row + .p-model_profile {
    bottom: 170px;
  }
}
@media screen and (max-width: 320px) {
  .p-model_catch.is-4row + .p-model_profile {
    bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .p-model_catch.is-textleft {
    text-align: left;
  }
}