#interview-index #visual {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #interview-index #visual {
    padding: 4rem 0;
  }
}
#interview-index #visual h1 {
  font-size: clamp(4.4rem, 3.008rem + 1.8vw, 5.6rem);
  font-weight: 600;
  color: #1532AA;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #interview-index #visual h1 {
    font-size: clamp(2.6rem, 1.904rem + 0.9vw, 3.2rem);
    margin-bottom: 3rem;
  }
}
#interview-index #visual p {
  margin-left: auto;
  width: 55%;
}
@media screen and (max-width: 767px) {
  #interview-index #visual p {
    width: 100%;
    margin-left: 0;
  }
}
#interview-index #list .inner {
  background-color: #EDF1FF;
  border-radius: 24px;
  padding: 0;
}
#interview-index #list .inner h2 {
  padding: 10px 45px 30px;
}
@media screen and (max-width: 767px) {
  #interview-index #list .inner h2 {
    padding: 10px 20px 20px;
  }
}
#interview-index #list .inner h2 span {
  position: relative;
  display: block;
  color: #1532AA;
  line-height: 1.2;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  font-weight: 600;
}
#interview-index #list .layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 180px 5% 0;
}
#interview-index #list .layout .card {
  width: 47%;
}
#interview-index #list .layout .card:nth-child(even) .box {
  transform: translateY(-80px);
}
@media screen and (max-width: 767px) {
  #interview-index #list .layout .card {
    width: 100%;
  }
  #interview-index #list .layout .card:nth-child(even) .box {
    transform: translateY(0);
  }
}
#interview-index #list .layout .box {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 80px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
#interview-index #list .layout .box.box1 {
  box-shadow: inset 0 0 0 0 rgba(209, 109, 127, 0);
}
#interview-index #list .layout .box.box1:hover {
  box-shadow: inset 0 0 0 2px #D16D7F;
}
#interview-index #list .layout .box.box1 .text {
  color: #D16D7F;
}
#interview-index #list .layout .box.box1 .text .post .type {
  background-color: rgba(209, 109, 127, 0.1);
}
#interview-index #list .layout .box.box1 .text .copy span {
  background-color: #D16D7F;
}
#interview-index #list .layout .box.box2 {
  box-shadow: inset 0 0 0 0 rgba(95, 177, 184, 0);
}
#interview-index #list .layout .box.box2:hover {
  box-shadow: inset 0 0 0 2px #5FB1B8;
}
#interview-index #list .layout .box.box2 .text {
  color: #5FB1B8;
}
#interview-index #list .layout .box.box2 .text .post .type {
  background-color: rgba(95, 177, 184, 0.1);
}
#interview-index #list .layout .box.box2 .text .copy span {
  background-color: #5FB1B8;
}
#interview-index #list .layout .box.box3 {
  box-shadow: inset 0 0 0 0 rgba(198, 176, 94, 0);
}
#interview-index #list .layout .box.box3:hover {
  box-shadow: inset 0 0 0 2px #C6B05E;
}
#interview-index #list .layout .box.box3 .text {
  color: #C6B05E;
}
#interview-index #list .layout .box.box3 .text .post .type {
  background-color: rgba(198, 176, 94, 0.1);
}
#interview-index #list .layout .box.box3 .text .copy span {
  background-color: #C6B05E;
}
#interview-index #list .layout .box.box4 {
  box-shadow: inset 0 0 0 0 rgba(121, 108, 175, 0);
}
#interview-index #list .layout .box.box4:hover {
  box-shadow: inset 0 0 0 2px #796CAF;
}
#interview-index #list .layout .box.box4 .text {
  color: #796CAF;
}
#interview-index #list .layout .box.box4 .text .post .type {
  background-color: rgba(121, 108, 175, 0.1);
}
#interview-index #list .layout .box.box4 .text .copy span {
  background-color: #796CAF;
}
#interview-index #list .layout .box.box5 {
  box-shadow: inset 0 0 0 0 rgba(157, 186, 48, 0);
}
#interview-index #list .layout .box.box5:hover {
  box-shadow: inset 0 0 0 2px #9DBA30;
}
#interview-index #list .layout .box.box5 .text {
  color: #9DBA30;
}
#interview-index #list .layout .box.box5 .text .post .type {
  background-color: rgba(157, 186, 48, 0.1);
}
#interview-index #list .layout .box.box5 .text .copy span {
  background-color: #9DBA30;
}
#interview-index #list .layout .box.box6 {
  box-shadow: inset 0 0 0 0 rgba(209, 109, 127, 0);
}
#interview-index #list .layout .box.box6:hover {
  box-shadow: inset 0 0 0 2px #D16D7F;
}
#interview-index #list .layout .box.box6 .text {
  color: #D16D7F;
}
#interview-index #list .layout .box.box6 .text .post .type {
  background-color: rgba(209, 109, 127, 0.1);
}
#interview-index #list .layout .box.box6 .text .copy span {
  background-color: #D16D7F;
}
#interview-index #list .layout .box.box7 {
  box-shadow: inset 0 0 0 0 rgba(95, 177, 184, 0);
}
#interview-index #list .layout .box.box7:hover {
  box-shadow: inset 0 0 0 2px #5FB1B8;
}
#interview-index #list .layout .box.box7 .text {
  color: #5FB1B8;
}
#interview-index #list .layout .box.box7 .text .post .type {
  background-color: rgba(95, 177, 184, 0.1);
}
#interview-index #list .layout .box.box7 .text .copy span {
  background-color: #5FB1B8;
}
#interview-index #list .layout .box.box8 {
  box-shadow: inset 0 0 0 0 rgba(198, 176, 94, 0);
}
#interview-index #list .layout .box.box8:hover {
  box-shadow: inset 0 0 0 2px #C6B05E;
}
#interview-index #list .layout .box.box8 .text {
  color: #C6B05E;
}
#interview-index #list .layout .box.box8 .text .post .type {
  background-color: rgba(198, 176, 94, 0.1);
}
#interview-index #list .layout .box.box8 .text .copy span {
  background-color: #C6B05E;
}
#interview-index #list .layout .box .cat img {
  width: 45%;
  max-width: 200px;
}
#interview-index #list .layout .box .prof {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 32px;
  font-size: clamp(1rem, 0.536rem + 0.6vw, 1.4rem);
  line-height: 1.3;
  text-align: right;
}
#interview-index #list .layout .box .prof .name {
  font-weight: 600;
  margin-bottom: 4px;
}
#interview-index #list .layout .box .text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: min(16px, 2vw) 40px min(50px, 5vw);
}
@media screen and (max-width: 767px) {
  #interview-index #list .layout .box .text {
    padding: 2rem 20px 3rem;
  }
}
#interview-index #list .layout .box .text .post {
  margin-bottom: min(45px, 3vw);
}
#interview-index #list .layout .box .text .post .type {
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  padding: 2px 5px;
  font-weight: 600;
}
#interview-index #list .layout .box .text .post .bu {
  font-weight: 600;
}
#interview-index #list .layout .box .text .post .place {
  font-weight: 500;
}
#interview-index #list .layout .box .text .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  #interview-index #list .layout .box .text .copy {
    padding-bottom: 0;
  }
}
#interview-index #list .layout .box .text .copy span {
  font-size: clamp(1.6rem, 0.904rem + 0.9vw, 2.2rem);
  font-weight: 600;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 8px 6px;
}
@media screen and (max-width: 767px) {
  #interview-index #list .layout .box .text .copy span {
    font-size: clamp(1.2rem, 0.736rem + 0.6vw, 1.6rem);
  }
}
#interview-index #list .layout .box .image {
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 50%;
  line-height: 0;
  border-radius: 0 0 24px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #interview-index #list .layout .box .image {
    width: 50%;
  }
}
#interview-index #list .layout .box .oc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  max-width: 1175px;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding: 5px 0;
}
.modal .scroll-area {
  overflow-y: scroll;
  height: 100%;
}
.modal .scroll-area::-webkit-scrollbar {
  width: 0;
}
.modal .scroll-area::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal .modal-close {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  width: 124px;
  height: 124px;
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .modal .modal-close {
    width: 80px;
    height: 80px;
    right: 0;
    top: 0;
  }
}
.modal .modal-close span {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #1532AA;
  top: 8px;
  right: 8px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
@media screen and (max-width: 767px) {
  .modal .modal-close span {
    width: 44px;
    height: 44px;
  }
}
.modal .modal-close span:hover {
  transform: scale(1.1) rotate(45deg);
}
.modal .modal-close span::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close span::after {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-close:focus-visible {
  outline: solid 2px #000;
}
.modal .modal-content {
  background-color: #fff;
  padding: 16px;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content {
    padding: 20px 5%;
    overflow: hidden;
  }
}
.modal .modal-content .visual {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .visual {
    margin-bottom: 3rem;
  }
}
.modal .modal-content .visual .cat {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: auto;
  display: inline;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .visual .cat {
    width: 40%;
  }
}
.modal .modal-content .visual .image {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .visual .image {
    height: 200px;
    margin-bottom: 2rem;
    aspect-ratio: 3/2;
    height: auto;
    width: 100%;
  }
}
.modal .modal-content .visual .image img {
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .visual .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.modal .modal-content .visual .profbox {
  border-radius: 16px;
  padding: 40px 56px;
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .visual .profbox {
    position: static;
    padding: 30px 5%;
    width: 100%;
  }
}
.modal .modal-content .visual .profbox.right {
  left: auto;
  right: 16px;
}
.modal .modal-content .visual .profbox .copy {
  font-size: clamp(2.4rem, 1.472rem + 1.2vw, 3.2rem);
  font-weight: 600;
  color: #fff;
  padding-bottom: min(30px, 3vw);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .visual .profbox .copy {
    font-size: min(20px, 4.9vw);
    line-height: 1.5;
    padding: 0 0 1rem;
  }
}
.modal .modal-content .visual .profbox .prof {
  padding-top: min(30px, 3vw);
}
.modal .modal-content .visual .profbox .prof .name {
  font-size: clamp(1.55rem, 1.224rem + 0.4vw, 1.8rem);
  font-weight: 600;
}
.modal .modal-content .visual .profbox .prof .kana {
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 400;
  margin-left: 10px;
}
.modal .modal-content .visual .profbox .prof .add {
  line-height: 1.5;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
}
.modal .modal-content .talk-block {
  position: relative;
  margin-bottom: 60px;
  padding: 5%;
}
.modal .modal-content .talk-block.last {
  margin-bottom: 0;
}
.modal .modal-content .talk-block .num {
  position: relative;
  font-size: clamp(2rem, 1.536rem + 0.6vw, 2.4rem);
  font-weight: 500;
  margin-bottom: 32px;
  padding-left: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .talk-block .num {
    margin-bottom: 2rem;
  }
}
.modal .modal-content .talk-block .num::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.modal .modal-content .talk-block h2 {
  font-weight: 600;
  font-size: clamp(2.3rem, 1.792rem + 0.7vw, 2.8rem);
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .talk-block h2 {
    font-size: 20px;
    font-size: min(20px, 4.9vw);
    margin-bottom: 2rem;
  }
  .modal .modal-content .talk-block h2 br {
    display: none;
  }
}
.modal .modal-content .bg {
  border-radius: 24px;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .bg {
    padding-block: 3rem 60px;
  }
}
.modal .modal-content .bg .corner-right-top {
  width: 30%;
  height: 100px;
  top: 0;
  right: 0;
  border-radius: 0 24px 0 24px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .bg .corner-right-top {
    height: 50px;
  }
}
.modal .modal-content .bg .corner-left-bottom {
  width: 25%;
  height: 60px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .bg .corner-left-bottom {
    height: 40px;
  }
}
.modal .modal-content .layout {
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .layout {
    display: block;
  }
}
.modal .modal-content .layout.rev {
  flex-direction: row-reverse;
}
.modal .modal-content .layout p {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .layout p {
    width: 100%;
  }
}
.modal .modal-content .layout .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .layout .image {
    width: 100%;
  }
}
.modal .modal-content .layout .image img {
  border-radius: 16px;
}
.modal .modal-content .point {
  padding: 5%;
}
.modal .modal-content .point .padding {
  position: relative;
  border-radius: 24px;
  padding: 40px 5% 40px;
}
.modal .modal-content .point .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 60px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .point .title {
    padding: 10px 5%;
  }
}
.modal .modal-content .point .title span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: 4px;
  margin-right: 10px;
}
.modal .modal-content .point .layout .main {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .point .layout .main {
    width: 100%;
  }
}
.modal .modal-content .point .layout .main h2 {
  font-size: clamp(2.15rem, 1.592rem + 0.7vw, 2.6rem);
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .point .layout .main h2 {
    font-size: 18px;
    margin-bottom: 2rem;
  }
}
.modal .modal-content .point .layout .main h2 small {
  font-size: clamp(1.4rem, 1.168rem + 0.3vw, 1.6rem);
  font-weight: 400;
}
.modal .modal-content .point .layout .main p {
  width: 100%;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  .modal .modal-content .point .layout .main p {
    margin-bottom: 3rem;
  }
}
.modal .modal-content .point .layout .menu {
  width: 40%;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .modal .modal-content .point .layout .menu {
    width: 100%;
  }
}
.modal .modal-content .point .layout .menu h3 {
  writing-mode: vertical-rl;
  width: 6rem;
  padding: 23px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px dotted #E3E3E3;
}
.modal .modal-content .point .layout .menu h3 span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: 4px;
  margin-bottom: 10px;
}
.modal .modal-content .point .layout .menu .content {
  flex: 1;
  padding: 23px;
}
.modal .modal-content .point .layout .menu .content h4 {
  font-size: clamp(1.325rem, 1.068rem + 0.3vw, 1.5rem);
}
.modal .modal-content .point .layout .menu .content p {
  font-size: clamp(1.1rem, 1.056rem + 0.1vw, 1.2rem);
  width: 100%;
  margin-bottom: 2rem;
}
.modal .modal-content .point .layout .menu .content .image {
  width: 100%;
}
.modal .modal-content .modal-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 0 20px;
  border-top: 1px solid #E3E3E3;
}
.modal .modal-content .modal-bottom div {
  width: 200px;
  text-align: center;
  color: #1532AA;
  font-size: clamp(1.25rem, 1.112rem + 0.2vw, 1.4rem);
  font-weight: 500;
  cursor: pointer;
}
.modal .modal-content .modal-bottom .index {
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}
.modal .modal-content .modal-bottom .index span {
  vertical-align: middle;
  margin-right: 10px;
}
.modal .modal-content .modal-bottom .prev {
  position: relative;
}
.modal .modal-content .modal-bottom .prev::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1532AA;
  border-left: 2px solid #1532AA;
  left: 30%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.modal .modal-content .modal-bottom .next {
  position: relative;
}
.modal .modal-content .modal-bottom .next::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1532AA;
  border-right: 2px solid #1532AA;
  right: 30%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#modal01 .modal-close span {
  background-color: #D16D7F;
}
#modal01 .modal-content .visual .cat {
  color: #D16D7F;
}
#modal01 .modal-content .visual .cat span {
  color: #D16D7F;
}
#modal01 .modal-content .visual .cat span::before {
  background-color: #D16D7F;
}
#modal01 .modal-content .visual .profbox {
  background-color: #D16D7F;
}
#modal01 .modal-content .talk-block .num {
  color: #D16D7F;
}
#modal01 .modal-content .talk-block .num::before {
  background-color: #D16D7F;
}
#modal01 .modal-content .talk-block h2 {
  color: #D16D7F;
}
#modal01 .modal-content .bg {
  background-color: rgba(209, 109, 127, 0.2);
}
#modal01 .modal-content .point .padding {
  background-color: rgba(209, 109, 127, 0.2);
}
#modal01 .modal-content .point .title {
  color: #D16D7F;
}
#modal01 .modal-content .point .title span {
  background-color: #D16D7F;
}
#modal01 .modal-content .point .layout .menu h3 span {
  background-color: #D16D7F;
}

#modal02 .modal-close span {
  background-color: #5FB1B8;
}
#modal02 .modal-content .visual .cat {
  color: #5FB1B8;
}
#modal02 .modal-content .visual .cat span {
  color: #5FB1B8;
}
#modal02 .modal-content .visual .cat span::before {
  background-color: #5FB1B8;
}
#modal02 .modal-content .visual .profbox {
  background-color: #5FB1B8;
}
#modal02 .modal-content .talk-block .num {
  color: #5FB1B8;
}
#modal02 .modal-content .talk-block .num::before {
  background-color: #5FB1B8;
}
#modal02 .modal-content .talk-block h2 {
  color: #5FB1B8;
}
#modal02 .modal-content .bg {
  background-color: rgba(95, 177, 184, 0.2);
}
#modal02 .modal-content .point .padding {
  background-color: rgba(95, 177, 184, 0.2);
}
#modal02 .modal-content .point .title {
  color: #5FB1B8;
}
#modal02 .modal-content .point .title span {
  background-color: #5FB1B8;
}
#modal02 .modal-content .point .layout .menu h3 span {
  background-color: #5FB1B8;
}

#modal03 .modal-close span {
  background-color: #C6B05E;
}
#modal03 .modal-content .visual .cat {
  color: #C6B05E;
}
#modal03 .modal-content .visual .cat span {
  color: #C6B05E;
}
#modal03 .modal-content .visual .cat span::before {
  background-color: #C6B05E;
}
#modal03 .modal-content .visual .profbox {
  background-color: #C6B05E;
}
#modal03 .modal-content .talk-block .num {
  color: #C6B05E;
}
#modal03 .modal-content .talk-block .num::before {
  background-color: #C6B05E;
}
#modal03 .modal-content .talk-block h2 {
  color: #C6B05E;
}
#modal03 .modal-content .bg {
  background-color: rgba(198, 176, 94, 0.2);
}
#modal03 .modal-content .point .padding {
  background-color: rgba(198, 176, 94, 0.2);
}
#modal03 .modal-content .point .title {
  color: #C6B05E;
}
#modal03 .modal-content .point .title span {
  background-color: #C6B05E;
}
#modal03 .modal-content .point .layout .menu h3 span {
  background-color: #C6B05E;
}

#modal04 .modal-close span {
  background-color: #796CAF;
}
#modal04 .modal-content .visual .cat {
  color: #796CAF;
}
#modal04 .modal-content .visual .cat span {
  color: #796CAF;
}
#modal04 .modal-content .visual .cat span::before {
  background-color: #796CAF;
}
#modal04 .modal-content .visual .profbox {
  background-color: #796CAF;
}
#modal04 .modal-content .talk-block .num {
  color: #796CAF;
}
#modal04 .modal-content .talk-block .num::before {
  background-color: #796CAF;
}
#modal04 .modal-content .talk-block h2 {
  color: #796CAF;
}
#modal04 .modal-content .bg {
  background-color: rgba(121, 108, 175, 0.2);
}
#modal04 .modal-content .point .padding {
  background-color: rgba(121, 108, 175, 0.2);
}
#modal04 .modal-content .point .title {
  color: #796CAF;
}
#modal04 .modal-content .point .title span {
  background-color: #796CAF;
}
#modal04 .modal-content .point .layout .menu h3 span {
  background-color: #796CAF;
}

#modal05 .modal-close span {
  background-color: #9DBA30;
}
#modal05 .modal-content .visual .cat {
  color: #9DBA30;
}
#modal05 .modal-content .visual .cat span {
  color: #9DBA30;
}
#modal05 .modal-content .visual .cat span::before {
  background-color: #9DBA30;
}
#modal05 .modal-content .visual .profbox {
  background-color: #9DBA30;
}
#modal05 .modal-content .talk-block .num {
  color: #9DBA30;
}
#modal05 .modal-content .talk-block .num::before {
  background-color: #9DBA30;
}
#modal05 .modal-content .talk-block h2 {
  color: #9DBA30;
}
#modal05 .modal-content .bg {
  background-color: rgba(157, 186, 48, 0.2);
}
#modal05 .modal-content .point .padding {
  background-color: rgba(157, 186, 48, 0.2);
}
#modal05 .modal-content .point .title {
  color: #9DBA30;
}
#modal05 .modal-content .point .title span {
  background-color: #9DBA30;
}
#modal05 .modal-content .point .layout .menu h3 span {
  background-color: #9DBA30;
}

#modal06 .modal-close span {
  background-color: #D16D7F;
}
#modal06 .modal-content .visual .cat {
  color: #D16D7F;
}
#modal06 .modal-content .visual .cat span {
  color: #D16D7F;
}
#modal06 .modal-content .visual .cat span::before {
  background-color: #D16D7F;
}
#modal06 .modal-content .visual .profbox {
  background-color: #D16D7F;
}
#modal06 .modal-content .talk-block .num {
  color: #D16D7F;
}
#modal06 .modal-content .talk-block .num::before {
  background-color: #D16D7F;
}
#modal06 .modal-content .talk-block h2 {
  color: #D16D7F;
}
#modal06 .modal-content .bg {
  background-color: rgba(209, 109, 127, 0.2);
}
#modal06 .modal-content .point .padding {
  background-color: rgba(209, 109, 127, 0.2);
}
#modal06 .modal-content .point .title {
  color: #D16D7F;
}
#modal06 .modal-content .point .title span {
  background-color: #D16D7F;
}
#modal06 .modal-content .point .layout .menu h3 span {
  background-color: #D16D7F;
}

#modal07 .modal-close span {
  background-color: #5FB1B8;
}
#modal07 .modal-content .visual .cat {
  color: #5FB1B8;
}
#modal07 .modal-content .visual .cat span {
  color: #5FB1B8;
}
#modal07 .modal-content .visual .cat span::before {
  background-color: #5FB1B8;
}
#modal07 .modal-content .visual .profbox {
  background-color: #5FB1B8;
}
#modal07 .modal-content .talk-block .num {
  color: #5FB1B8;
}
#modal07 .modal-content .talk-block .num::before {
  background-color: #5FB1B8;
}
#modal07 .modal-content .talk-block h2 {
  color: #5FB1B8;
}
#modal07 .modal-content .bg {
  background-color: rgba(95, 177, 184, 0.2);
}
#modal07 .modal-content .point .padding {
  background-color: rgba(95, 177, 184, 0.2);
}
#modal07 .modal-content .point .title {
  color: #5FB1B8;
}
#modal07 .modal-content .point .title span {
  background-color: #5FB1B8;
}
#modal07 .modal-content .point .layout .menu h3 span {
  background-color: #5FB1B8;
}

#modal08 .modal-close span {
  background-color: #C6B05E;
}
#modal08 .modal-content .visual .cat {
  color: #C6B05E;
}
#modal08 .modal-content .visual .cat span {
  color: #C6B05E;
}
#modal08 .modal-content .visual .cat span::before {
  background-color: #C6B05E;
}
#modal08 .modal-content .visual .profbox {
  background-color: #C6B05E;
}
#modal08 .modal-content .talk-block .num {
  color: #C6B05E;
}
#modal08 .modal-content .talk-block .num::before {
  background-color: #C6B05E;
}
#modal08 .modal-content .talk-block h2 {
  color: #C6B05E;
}
#modal08 .modal-content .bg {
  background-color: rgba(198, 176, 94, 0.2);
}
#modal08 .modal-content .point .padding {
  background-color: rgba(198, 176, 94, 0.2);
}
#modal08 .modal-content .point .title {
  color: #C6B05E;
}
#modal08 .modal-content .point .title span {
  background-color: #C6B05E;
}
#modal08 .modal-content .point .layout .menu h3 span {
  background-color: #C6B05E;
}