.sm_br {
  display: block;
}
@media screen and (min-width: 768px) {
  .sm_br {
    display: none;
  }
}

.sm_nobr {
  display: none;
}
@media screen and (min-width: 768px) {
  .sm_nobr {
    display: block;
  }
}

.md_br {
  display: block;
}
@media screen and (min-width: 1024px) {
  .md_br {
    display: none;
  }
}

.md_nobr {
  display: none;
}
@media screen and (min-width: 1024px) {
  .md_nobr {
    display: block;
  }
}

.md-only_br {
  display: block;
}
@media screen and (min-width: 768px) {
  .md-only_br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .md-only_br {
    display: block;
  }
}

.lg_br {
  display: block;
}
@media screen and (min-width: 1200px) {
  .lg_br {
    display: none;
  }
}

.lg_nobr {
  display: none;
}
@media screen and (min-width: 1200px) {
  .lg_nobr {
    display: block;
  }
}

.xl_br {
  display: block;
}
@media screen and (min-width: 1904px) {
  .xl_br {
    display: none;
  }
}

.xl_nobr {
  display: none;
}
@media screen and (min-width: 1904px) {
  .xl_nobr {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .c-wrap {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.c-button {
  background: #FFFFFF;
  border: 1px solid #9D9D9D;
  border-radius: 100px;
  color: #9D9D9D;
  font-size: 14px;
  font-weight: bold;
  padding: 12px;
  display: inline-block;
}

.c-inst__key-visual {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.c-inst__key-visual--item {
  position: relative;
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
}
.c-inst__key-visual--item-bg {
  width: max-content;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin-left: 50%;
  transform: translateX(-50%);
}
.c-inst__key-visual--item-bg.is-not-cover {
  width: 100%;
}
.c-inst__key-visual--item-panels {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.c-inst__key-visual--item-panelsItem {
  margin: 0 10px;
}
.c-inst__key-visual--wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-inst__key-visual--wrapper.is-gradient-line {
    margin-top: 10px;
  }
}
.c-inst__key-visual--wrapper.is-gradient-line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgb(242, 60, 249);
  background: -moz-linear-gradient(90deg, rgb(242, 60, 249) 0%, rgb(14, 39, 252) 100%);
  background: -webkit-linear-gradient(90deg, rgb(242, 60, 249) 0%, rgb(14, 39, 252) 100%);
  background: linear-gradient(90deg, rgb(242, 60, 249) 0%, rgb(14, 39, 252) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f23cf9",endColorstr="#0e27fc",GradientType=1);
  will-change: filter;
}
.c-inst__panel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  position: absolute;
}
.c-inst__panel--circle .c-inst__panel-item {
  border: 1px solid #DAD8A4;
}
@media screen and (min-width: 768px) {
  .c-inst__panel--circle .c-inst__panel-item {
    border-radius: 50%;
    overflow: hidden;
    filter: drop-shadow(0 0 10px #DAD8A4);
    will-change: filter;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__panel--circle {
    bottom: 15px !important;
  }
  .c-inst__panel--circle .c-inst__panel-item.is-active {
    margin: 0 -20px -15px;
    -webkit-box-shadow: 0 0 15px 5px rgba(218, 216, 164, 0.75);
    -moz-box-shadow: 0 0 15px 5px rgba(218, 216, 164, 0.75);
    box-shadow: 0 0 15px 5px rgba(218, 216, 164, 0.75);
  }
}
@media screen and (min-width: 768px) {
  .c-inst__panel--square .c-inst__panel-item {
    filter: drop-shadow(0 0 10px #ffffff);
    will-change: filter;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__panel {
    left: 50% !important;
    bottom: 100px;
    transform: translate(-50%, 0);
  }
  .c-inst__panel-item {
    width: 160px;
    margin: 0 10px;
  }
  .c-inst__panel-item.center-space {
    margin-right: 220px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__panel {
    bottom: 0;
  }
  .c-inst__panel-item {
    width: 34.67vw;
    max-width: 244px;
    aspect-ratio: 1/1;
    opacity: 0.5;
    margin: 0 5px;
  }
  .c-inst__panel-item.is-active {
    width: 42.67vw;
    max-width: 300px;
    opacity: 1;
    margin: 0 -20px 20px;
    z-index: 1;
    -webkit-box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.75);
  }
}
@media screen and (min-width: 768px) {
  .c-inst__menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 4px;
  }
  .c-inst__menu--item {
    font-family: "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
  }
  .c-inst__menu--item a {
    display: flex;
    padding: 10px;
    color: #222222;
    font-weight: 600;
    white-space: nowrap;
  }
  .c-inst__menu--item a.is-special {
    color: #ffffff;
    background-color: #BC3030;
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__menu {
    display: none;
  }
}
.c-inst__intro {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.c-inst__intro--wrapper {
  width: 100%;
  font-family: "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-inst__intro--wrapper {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__intro--wrapper {
    padding: 80px 0;
  }
}
.c-inst__intro--wrapper.is-guitar {
  background-color: #005A8B;
}
.c-inst__intro--wrapper.is-erhu {
  background: url("/assets/images/modern/erhu/intro_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.c-inst__intro--wrapper.is-shamisen {
  background: url("/assets/images/modern/shamisen/intro_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.c-inst__intro--col1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.c-inst__intro--col1 .c-inst__intro--item {
  width: 100%;
}
.c-inst__intro--col1 .c-inst__intro--item h3 {
  margin-bottom: 20px;
}
.c-inst__intro--col1 .c-inst__intro--item p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-inst__intro--col1 .c-inst__intro--item p:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__intro--col1 .c-inst__intro--item p:not(:first-of-type) {
    margin-top: 6px;
  }
}
.c-inst__intro--col2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-inst__intro--col2 {
    flex-wrap: nowrap;
  }
  .c-inst__intro--col2 .c-inst__intro--item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__intro--col2 {
    flex-wrap: wrap;
  }
  .c-inst__intro--col2 .c-inst__intro--item {
    width: 100%;
  }
  .c-inst__intro--col2 .c-inst__intro--item h3 {
    margin-bottom: 20px;
  }
  .c-inst__intro--col2 .c-inst__intro--item p {
    text-align: center;
  }
  .c-inst__intro--col2 .c-inst__intro--item p:not(:first-of-type) {
    margin-top: 6px;
  }
}
.c-inst__intro--item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-inst__intro--item > div p:not(:first-of-type) {
  margin-top: 20px;
}
.c-inst__intro--item h3 {
  font-weight: 600;
  color: #ffffff;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.5));
  will-change: filter;
}
@media screen and (min-width: 768px) {
  .c-inst__intro--item h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__intro--item h3 {
    font-size: 6.934vw;
  }
}
.c-inst__intro--item p {
  font-weight: 600;
  color: #dddddd;
}
@media screen and (min-width: 768px) {
  .c-inst__intro--item p {
    font-size: 18px;
    line-height: 1.78;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__intro--item p {
    font-size: 3.734vw;
    line-height: 2;
  }
}
.c-inst__music-stylist-is {
  position: relative;
}
.c-inst__music-stylist-is--header {
  font-family: "Yu Gothic", Meiryo, sans-serif;
  position: inherit;
  z-index: 2;
}
.c-inst__music-stylist-is--header dl {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.c-inst__music-stylist-is--header dl.is-guitar dt {
  margin-left: 50%;
  width: 120%;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #005A8B;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--header dl.is-guitar dt {
    font-size: 40px;
    line-height: 2.25;
    margin-top: 6.98vw;
    transform: translateX(-50%) rotate(-7deg);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is--header dl.is-guitar dt {
    font-size: 5.334vw;
    line-height: 2.5;
    margin-top: 7.5vw;
    transform: translateX(-50%) rotate(-7.7deg);
  }
}
.c-inst__music-stylist-is--header dl.is-guitar dd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #005A8B;
  background-color: #ADBFC9;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--header dl.is-guitar dd {
    font-size: 20px;
    line-height: 2.1;
    margin: -5.8vw 0 0;
    clip-path: polygon(0 12.1vw, 100% 0%, 100% calc(100% - 12.1vw), 0% 100%);
    padding: 13.08vw 0;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is--header dl.is-guitar dd {
    font-size: 4.267vw;
    line-height: 1.875;
    margin: -4.5vw 0 0;
    clip-path: polygon(0 13.5vw, 100% 0%, 100% calc(100% - 13.5vw), 0% 100%);
    padding: 16vw 20px;
    text-align: left;
  }
}
.c-inst__music-stylist-is--content {
  position: inherit;
  width: 100%;
  z-index: 1;
}
.c-inst__music-stylist-is--content > ul {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  font-family: "Yu Gothic", Meiryo, sans-serif;
}
.c-inst__music-stylist-is--content > ul.is-reverse li:nth-child(odd) figure {
  flex-direction: row-reverse;
}
.c-inst__music-stylist-is--content > ul.is-reverse li:nth-child(even) figure {
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--content > ul.is-reverse li:nth-child(even) figcaption {
    padding-left: 0;
  }
}
.c-inst__music-stylist-is--content > ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--content > ul li:not(:first-of-type) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is--content > ul li:not(:first-of-type) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--content > ul li:nth-child(even) figure {
    flex-direction: row-reverse;
  }
  .c-inst__music-stylist-is--content > ul li:nth-child(even) figcaption {
    padding-left: 60px;
  }
}
.c-inst__music-stylist-is--content > ul li figure {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--content > ul li figure {
    flex-wrap: nowrap;
  }
  .c-inst__music-stylist-is--content > ul li figure img {
    box-sizing: content-box;
    width: 50%;
    max-width: 450px;
  }
  .c-inst__music-stylist-is--content > ul li figure figcaption {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is--content > ul li figure {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .c-inst__music-stylist-is--content > ul li figure > img {
    width: 100%;
    margin-top: 20px;
  }
  .c-inst__music-stylist-is--content > ul li figure figcaption {
    width: 100%;
    padding: 0 20px;
  }
  .c-inst__music-stylist-is--content > ul li figure figcaption h4 {
    text-align: center;
    letter-spacing: -0.3px;
  }
  .c-inst__music-stylist-is--content > ul li figure figcaption p {
    letter-spacing: -0.1px;
  }
}
.c-inst__music-stylist-is--content > ul li figure figcaption.pt-60 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is--content > ul li figure figcaption.pt-60 {
    padding-top: 0;
  }
}
.c-inst__music-stylist-is--content > ul li figure figcaption h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--content > ul li figure figcaption h4 {
    font-size: 30px;
    line-height: 1.53;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is--content > ul li figure figcaption h4 {
    font-size: 6.934vw;
    line-height: 1.38;
  }
}
.c-inst__music-stylist-is--content > ul li figure figcaption h4.is-blue {
  color: #005A8B;
}
.c-inst__music-stylist-is--content > ul li figure figcaption h4.is-orange {
  color: #6F6D00;
}
.c-inst__music-stylist-is--content > ul li figure figcaption p {
  font-weight: 600;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is--content > ul li figure figcaption p {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is--content > ul li figure figcaption p {
    font-size: 4.267vw;
    line-height: 1.875;
  }
}
.c-inst__music-stylist-is.is-guitar .c-inst__music-stylist-is--header dl dd {
  position: relative;
  z-index: 2;
}
.c-inst__music-stylist-is.is-guitar .c-inst__music-stylist-is--content {
  background-color: #D8D8D8;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is.is-guitar .c-inst__music-stylist-is--content {
    padding-top: 11vw;
    margin-top: -18vw;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 160px), 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is.is-guitar .c-inst__music-stylist-is--content {
    padding-top: 26.67vw;
    margin-top: -16vw;
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 50px), 0% 100%);
  }
}
.c-inst__music-stylist-is.is-erhu {
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is.is-erhu {
    padding: 100px 0 120px;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #222222;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt span {
    position: relative;
    display: inline-flex;
    padding: 40px 50px;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt span::before {
    position: absolute;
    content: "";
    background: url("/assets/images/modern/erhu/pattern.svg") no-repeat;
    left: 0;
    top: 0;
    width: 100px;
    aspect-ratio: 1/1;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt span::after {
    position: absolute;
    content: "";
    background: url("/assets/images/modern/erhu/pattern.svg") no-repeat;
    right: 0;
    bottom: 0;
    width: 100px;
    aspect-ratio: 1/1;
    transform: rotate(180deg);
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dd {
    font-weight: 600;
    line-height: 1.875;
    color: #6F6D00;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dd {
    font-size: 16px;
    margin: 50px 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dd {
    font-size: 8vw;
    background-color: rgba(111, 109, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl {
    font-weight: 600;
    color: #222222;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt {
    font-size: 5.33vw;
    line-height: 1.5;
    text-align: center;
    padding: 40px 0 30px;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt span {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
    text-align: center;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt span::before {
    position: absolute;
    content: "";
    background: url("/assets/images/modern/erhu/pattern.svg") no-repeat;
    left: 5.33vw;
    top: 0;
    width: 100px;
    aspect-ratio: 1/1;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dt span::after {
    position: absolute;
    content: "";
    background: url("/assets/images/modern/erhu/pattern.svg") no-repeat;
    right: 5.33vw;
    bottom: 0;
    width: 100px;
    aspect-ratio: 1/1;
    transform: rotate(180deg);
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--header dl dd {
    font-size: 4.267vw;
    line-height: 1.875;
    background-color: rgba(111, 109, 0, 0.2);
    padding: 30px 20px;
  }
  .c-inst__music-stylist-is.is-erhu .c-inst__music-stylist-is--content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__music-stylist-is.is-shamisen {
    padding: 100px 0 120px;
  }
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl dt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl dd {
    font-weight: 600;
    line-height: 1.875;
    color: #6F6D00;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl dd {
    font-size: 16px;
    margin: 50px 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl dd {
    font-size: 8vw;
    background-color: rgba(111, 109, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl {
    font-weight: 600;
    color: #222222;
  }
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl dt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
  }
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl dt span img {
    width: 41.6vw;
  }
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--header dl dd {
    font-size: 4.267vw;
    line-height: 1.875;
    background-color: rgba(111, 109, 0, 0.2);
    padding: 30px 20px;
  }
  .c-inst__music-stylist-is.is-shamisen .c-inst__music-stylist-is--content {
    padding-top: 40px;
  }
}
.c-inst__course-genre {
  width: 100%;
}
.c-inst__course-genre h3 {
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-weight: 600;
  text-align: center;
  color: #005A8B;
}
@media screen and (min-width: 768px) {
  .c-inst__course-genre h3 {
    font-size: 30px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__course-genre h3 {
    font-size: 6.93vw;
    margin: 8vw 0 4vw;
  }
}
.c-inst__course-genre--list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-inst__course-genre--list {
    padding: 0 20px;
  }
}
.c-inst__course-genre--list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-inst__course-genre--list li {
    width: 41.06vw;
    max-width: 50%;
    margin-bottom: 20px;
  }
}
.c-inst__course-genre--list li a {
  display: flex;
}
.c-inst__course-genre--list li a img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-inst__course-genre--list li a img {
    width: 100%;
  }
}
.c-inst__course-genre--content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-inst__course-genre--content {
    padding: 0 20px;
  }
}
.c-inst__course-genre--content > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-inst__course-genre--content > img {
    width: 100%;
    margin-top: 30px;
  }
}
.c-inst__make-job {
  font-family: "Yu Gothic", Meiryo, sans-serif;
  width: 100%;
  padding-bottom: 40px;
}
.c-inst__make-job.is-orange {
  background-color: rgba(111, 109, 0, 0.5);
}
.c-inst__make-job.is-orange h4 {
  background-color: #6F6D00;
}
.c-inst__make-job.is-blue {
  background-color: rgba(129, 152, 195, 0.5);
}
.c-inst__make-job.is-blue h3 {
  color: #222222;
}
.c-inst__make-job.is-blue h4 {
  background-color: #1C264B;
}
.c-inst__make-job > h3 {
  font-weight: 600;
  line-height: 1.53;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-inst__make-job > h3 {
    font-size: 30px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__make-job > h3 {
    font-size: 8vw;
    padding: 8vw 0;
  }
}
.c-inst__make-job > ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-inst__make-job > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-inst__make-job > ul > li h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.76;
    color: #FFFFFF;
    text-align: center;
    width: calc(100% - 50px);
  }
  .c-inst__make-job > ul > li figure > img {
    max-width: 100%;
  }
  .c-inst__make-job > ul > li figure figcaption {
    margin: -60px 0 0 40px;
  }
  .c-inst__make-job > ul > li figure figcaption > img {
    max-width: 100%;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
    will-change: filter;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__make-job > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .c-inst__make-job > ul > li {
    width: 100%;
    padding: 0 20px;
  }
  .c-inst__make-job > ul > li h4 {
    font-size: 6.67vw;
    font-weight: 600;
    line-height: 1.76;
    color: #FFFFFF;
    text-align: center;
  }
  .c-inst__make-job > ul > li figure > img {
    max-width: 100%;
  }
  .c-inst__make-job > ul > li figure figcaption {
    margin-top: -20px;
  }
  .c-inst__make-job > ul > li figure figcaption > img {
    width: 81.33vw;
    max-width: 100%;
    margin-left: 50%;
    transform: translate(-50%, 0);
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
    will-change: filter;
  }
  .c-inst__make-job > ul > li:not(:first-of-type) {
    margin-top: 40px;
  }
}
.c-inst__make-job--arrows {
  text-align: center;
  padding: 40px 0;
}
.c-inst__make-job--footer {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.c-inst__make-job--footer > h3 {
  line-height: 1.33;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-inst__make-job--footer > h3 {
    font-size: 38px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__make-job--footer > h3 {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__make-job--footer figure {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .c-inst__make-job--footer figure > img {
    max-width: 100%;
  }
  .c-inst__make-job--footer figure figcaption {
    margin: 40px 0 0 -90px;
  }
  .c-inst__make-job--footer figure figcaption > img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__make-job--footer figure > img {
    max-width: 100%;
    width: 100%;
  }
  .c-inst__make-job--footer figure figcaption {
    padding: 0 20px;
    width: 100%;
    margin-top: -50px;
  }
  .c-inst__make-job--footer figure figcaption > img {
    max-width: 100%;
    width: 100%;
  }
}
.c-inst__make-job--footer figure figcaption {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
.c-inst__secret {
  background-color: #F2F2F2;
  text-align: center;
}
.c-inst__secret ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-inst__secret ul {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .c-inst__secret ul li img {
    width: 100%;
  }
  .c-inst__secret ul li:not(:first-of-type) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__secret ul {
    width: 100%;
    padding: 0 20px 20px;
  }
  .c-inst__secret ul li img {
    width: 100%;
  }
  .c-inst__secret ul li:not(:first-of-type) {
    margin-top: 30px;
  }
}
.c-inst__header.is-erhu {
  font-family: "Yu Gothic", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-inst__header.is-erhu {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #222222;
    position: relative;
    display: inline-flex;
    padding: 40px 140px;
    margin: 120px 0 60px;
  }
  .c-inst__header.is-erhu::before {
    position: absolute;
    content: "";
    background: url(/assets/images/modern/erhu/pattern.svg) no-repeat;
    left: 0;
    top: 0;
    width: 100px;
    aspect-ratio: 1/1;
  }
  .c-inst__header.is-erhu::after {
    position: absolute;
    content: "";
    background: url(/assets/images/modern/erhu/pattern.svg) no-repeat;
    right: 0;
    bottom: 0;
    width: 100px;
    aspect-ratio: 1/1;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__header.is-erhu {
    font-size: 5.33vw;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 20px 0;
    margin: 30px 0;
    width: 100%;
    text-align: center;
  }
  .c-inst__header.is-erhu::before {
    position: absolute;
    content: "";
    background: url(/assets/images/modern/erhu/sp-pattern.svg) no-repeat;
    left: 5.33vw;
    top: 0;
    width: 60px;
    aspect-ratio: 1/1;
  }
  .c-inst__header.is-erhu::after {
    position: absolute;
    content: "";
    background: url(/assets/images/modern/erhu/sp-pattern.svg) no-repeat;
    right: 5.33vw;
    bottom: 0;
    width: 60px;
    aspect-ratio: 1/1;
    transform: rotate(180deg);
  }
}
.c-inst__header.is-shamisen {
  font-family: "Yu Gothic", Meiryo, sans-serif;
  font-weight: 600;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .c-inst__header.is-shamisen {
    font-size: 30px;
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__header.is-shamisen {
    font-size: 8vw;
    padding: 40px 0 20px;
    line-height: 1.533;
  }
}
.c-inst__headerTag {
  width: calc(100% - 40px);
  margin: 30px auto 20px;
}
.c-inst__present--wrapper {
  width: 100%;
  background-color: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .c-inst__present {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .c-inst__present--wrapper {
    padding: 40px 0 70px;
  }
  .c-inst__present--slider {
    overflow: hidden;
    border-radius: 20px;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.4));
    will-change: filter;
  }
  .c-inst__present--nav {
    position: relative;
    padding: 20px 60px 0;
  }
  .c-inst__present--nav figure img {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
    will-change: filter;
  }
  .c-inst__present--nav figure figcaption {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #222222;
    text-align: center;
    margin-top: 15px;
  }
  .c-inst__present--nav .slick-current img {
    opacity: 1;
  }
  .c-inst__present--nav img {
    max-width: 235px;
    width: 100%;
    aspect-ratio: 1/1;
    opacity: 0.5;
  }
  .c-inst__present--nav .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("/assets/images/modern/common/slider-arrow.svg") no-repeat;
    background-size: cover;
    width: 55px;
    aspect-ratio: 1/1;
    overflow: hidden;
    font-size: 0;
    text-indent: -100%;
  }
  .c-inst__present--nav .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    background: url("/assets/images/modern/common/slider-arrow.svg") no-repeat;
    background-size: cover;
    width: 55px;
    aspect-ratio: 1/1;
    overflow: hidden;
    font-size: 0;
    text-indent: -100%;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__present {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .c-inst__present--slider {
    overflow: hidden;
    border-radius: 20px;
    margin-top: 40px;
  }
  .c-inst__present--slider img {
    padding: 0 20px;
  }
  .c-inst__present--nav {
    position: relative;
    padding: 20px 30px 0;
  }
  .c-inst__present--nav figure figcaption {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #222222;
    text-align: center;
    margin-top: 15px;
  }
  .c-inst__present--nav .slick-current img {
    opacity: 1;
  }
  .c-inst__present--nav img {
    max-width: 235px;
    width: 100%;
    aspect-ratio: 1/1;
    opacity: 0.5;
  }
  .c-inst__present--nav .slick-prev,
  .c-inst__present--nav .slick-next {
    z-index: 2;
  }
  .c-inst__present--nav .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url("/assets/images/modern/common/slider-arrow.svg") no-repeat;
    background-size: cover;
    width: 55px;
    aspect-ratio: 1/1;
    overflow: hidden;
    font-size: 0;
    text-indent: -100%;
  }
  .c-inst__present--nav .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg);
    background: url("/assets/images/modern/common/slider-arrow.svg") no-repeat;
    background-size: cover;
    width: 55px;
    aspect-ratio: 1/1;
    overflow: hidden;
    font-size: 0;
    text-indent: -100%;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__supervised {
    width: 100%;
    margin: 0 auto;
    background-color: #F2F2F2;
  }
  .c-inst__supervised > img {
    width: 100%;
    max-width: max-content;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__supervised {
    width: 100%;
  }
  .c-inst__supervised > img {
    max-width: 100%;
    width: 100%;
  }
}
.c-inst__reason {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-inst__reason {
    width: 100%;
    margin: 0 auto;
  }
  .c-inst__reason > img {
    width: 100%;
    max-width: max-content;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__reason {
    width: 100%;
  }
  .c-inst__reason > img {
    max-width: 100%;
    width: 100%;
  }
}
.c-inst__comments {
  max-width: 1000px;
  width: 100%;
  background-color: #DBDBDB;
  margin: 0 auto;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  counter-reset: number 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-inst__comments {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments {
    border-radius: none;
  }
}
.c-inst__comments--wrapper {
  width: 100%;
  background-color: #F2F2F2;
}
.c-inst__comments--wrapper.is-dark-blue {
  background-color: rgba(71, 139, 181, 0.1);
}
.c-inst__comments--wrapper.is-white {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--wrapper {
    padding: 80px 0;
  }
}
.c-inst__comments--header {
  max-width: 880px;
  width: 100%;
}
.c-inst__comments--header > img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--header {
    margin: 0 auto;
  }
}
.c-inst__comments.is-white {
  background-color: #ffffff;
}
.c-inst__comments > h3 {
  font-weight: 600;
  color: #005A8B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-inst__comments > h3 {
    font-size: 24px;
    padding: 35px 0 45px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments > h3 {
    font-size: 4.8vw;
    padding: 25px 0;
  }
}
.c-inst__comments > h3.is-dark-blue {
  color: #1C264B;
}
.c-inst__comments--list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--list {
    padding: 0 50px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments--list {
    padding: 0 20px;
    border-left: 2px solid #005A8B;
    margin-top: 30px;
  }
}
.c-inst__comments--listItem {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--listItem:first-of-type figcaption {
    position: relative;
  }
  .c-inst__comments--listItem:first-of-type figcaption::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 2px;
    height: 1000vh;
    background-color: #005A8B;
  }
}
.c-inst__comments--listItem:not(:first-of-type) {
  margin-top: 30px;
}
.c-inst__comments--listItem.is-dark-blue figure figcaption h4 {
  background-color: #1C264B;
}
.c-inst__comments--listItem.is-dark-blue figure figcaption h4::before {
  color: #1C264B;
}
.c-inst__comments--listItem.is-dark-blue figure figcaption p {
  color: #1C264B;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--listItem figure {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments--listItem figure {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .c-inst__comments--listItem figure > img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__comments--listItem figure figcaption {
    text-align: left;
  }
}
.c-inst__comments--listItem figure figcaption h4 {
  display: inline-block;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
  font-weight: 600;
  color: #ffffff;
  background-color: #005A8B;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--listItem figure figcaption h4 {
    font-size: 24px;
    padding: 10px 40px 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments--listItem figure figcaption h4 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 6.4vw;
    padding: 8px 50px 8px 20px;
    transform: translate(-22px, -50%);
  }
}
.c-inst__comments--listItem figure figcaption h4::before {
  counter-increment: number 1;
  content: counter(number);
  color: #005A8B;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0 10px;
  aspect-ratio: 1/1;
  font-weight: 600;
  margin-right: 5px;
}
.c-inst__comments--listItem figure figcaption p {
  line-height: 1.85;
  font-weight: 600;
  color: #005A8B;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--listItem figure figcaption p {
    font-size: 14px;
    margin: 30px 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments--listItem figure figcaption p {
    font-size: 3.73vw;
    margin-top: 15px;
  }
}
.c-inst__comments--listItemMore {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  min-height: 10px;
}
.c-inst__comments--listItemMore .is-open {
  display: block;
}
.c-inst__comments--listItemMoreContent {
  display: none;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  will-change: filter;
}
.c-inst__comments--listItemMoreContent img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-inst__comments--listItemMoreContent {
    padding-top: 20px;
  }
}
.c-inst__comments--listItemMoreOpen {
  position: relative;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.16));
  will-change: filter;
  font-weight: 600;
  color: #ffffff;
  background-color: #005A8B;
  border-radius: 15px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-inst__comments--listItemMoreOpen {
    position: absolute;
    right: 25px;
    top: 0;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 7px 50px 7px 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments--listItemMoreOpen {
    position: relative;
    display: inline-flex !important;
    font-size: 3.73vw;
    padding: 7px 50px 7px 35px;
  }
}
.c-inst__comments--listItemMoreOpen::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  aspect-ratio: 1/1;
  transform: translate(0, -75%) rotate(135deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-inst__comments--listItemMoreOpen.is-open::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  aspect-ratio: 1/1;
  transform: translate(0, -25%) rotate(-45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.c-inst__comments--listItemMoreOpen.is-green {
  background-color: #6F6D00;
}
.c-inst__comments--listItemMoreClose {
  position: relative;
  display: none;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(71, 139, 181, 0.6);
}
@media screen and (min-width: 768px) {
  .c-inst__comments--listItemMoreClose {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
    padding: 7px 50px 7px 35px;
  }
  .c-inst__comments--listItemMoreClose::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    aspect-ratio: 1/1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transform: translate(0, -50%);
  }
  .c-inst__comments--listItemMoreClose::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 8px;
    aspect-ratio: 1/1;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translate(0, -25%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__comments--listItemMoreClose {
    font-size: 3.73vw;
    padding: 8px 0;
  }
  .c-inst__comments--listItemMoreClose::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 9vw);
    width: 5.33vw;
    max-width: 30px;
    aspect-ratio: 1/1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transform: translate(0, -50%);
  }
  .c-inst__comments--listItemMoreClose::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 10.3vw + 1px);
    width: 2.13vw;
    max-width: 12px;
    aspect-ratio: 1/1;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: translate(0, -25%) rotate(-45deg);
  }
}
.c-inst__comments--listItemMoreClose.is-green {
  background-color: rgba(111, 109, 0, 0.69);
}
.c-inst__comments--listItemComment {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
.c-inst__comments--listItemComment img {
  width: 100%;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  will-change: filter;
}
@media screen and (min-width: 768px) {
  .c-inst__debutProcess {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__debutProcess {
    background-color: #ffffff;
    padding: 30px 20px;
  }
  .c-inst__debutProcess--content {
    border: 1px solid #ACA5B7;
    border-radius: 10px;
  }
  .c-inst__debutProcess--content h3 {
    font-family: "Yu Gothic", Meiryo, sans-serif;
    font-size: 6.93vw;
    font-weight: 600;
    line-height: 1.75;
    color: #7A6C93;
    text-align: center;
    padding: 20px 0 10px;
  }
  .c-inst__debutProcess--content ul li {
    position: relative;
    text-align: center;
  }
  .c-inst__debutProcess--content ul li img {
    width: 84.8vw;
    max-width: 100%;
  }
  .c-inst__debutProcess--content ul li:not(:first-of-type, :last-of-type) {
    margin-top: 12px;
  }
  .c-inst__debutProcess--content ul li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    width: 16px;
    aspect-ratio: 1/1;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #ACA5B7;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__debutProcessPc {
    background-color: #EDECEF;
  }
  .c-inst__debutProcessPc.is-erhu {
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
    border-radius: 20px;
  }
  .c-inst__debutProcessPc--content {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    padding: 55px 0;
  }
  .c-inst__debutProcessPc--content h3 {
    font-family: "Yu Gothic", Meiryo, sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #7A6C93;
    text-align: center;
    margin-bottom: 70px;
  }
  .c-inst__debutProcessPc--content > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    counter-reset: number 0;
  }
  .c-inst__debutProcessPc--content > ul li {
    position: relative;
    width: max-content;
  }
  .c-inst__debutProcessPc--content > ul li img {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
    will-change: filter;
  }
  .c-inst__debutProcessPc--content > ul li img.is-badge {
    width: max-content;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
  }
  .c-inst__debutProcessPc--content > ul li::before {
    display: flex;
    content: counter(number);
    counter-increment: number 1;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%, -100%);
    font-family: roboto;
    font-size: 38px;
    color: #ACA5B7;
  }
  .c-inst__debutProcessPc--content > ul li:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    aspect-ratio: 1/1;
    background-color: #C65A5A;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translate(calc(100% + 4px), -3px);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__debutProcessPc {
    display: none;
  }
}
.c-inst__income {
  font-family: "Yu Gothic", Meiryo, sans-serif;
}
.c-inst__income--wrapper {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.c-inst__income--wrapper.bg-light {
  background-color: #f2f2f2;
}
.c-inst__income.is-guitar-style {
  background-color: #D8D8D8;
}
.c-inst__income.is-guitar-style.is-light-bg {
  background-color: #EDECEF;
}
@media screen and (min-width: 768px) {
  .c-inst__income.is-guitar-style.is-first {
    clip-path: polygon(0 11.54vw, 100% 0, 100% 100%, 0% 100%);
    padding-top: 9.37vw;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__income.is-guitar-style.is-first {
    clip-path: polygon(0 13.33vw, 100% 0, 100% 100%, 0% 100%);
    padding-top: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__income.is-guitar-style {
    padding-top: calc(6.22vw + 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__income.is-guitar-style {
    padding-top: 18.67vw;
  }
}
.c-inst__income.is-guitar-style h3 {
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  margin-left: 50%;
  width: 120%;
}
@media screen and (min-width: 768px) {
  .c-inst__income.is-guitar-style h3 {
    font-size: 40px;
    line-height: 2.25;
    transform: translateX(-50%) rotate(-7deg);
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__income.is-guitar-style h3 {
    font-size: 5.33vw;
    line-height: 2.5;
    transform: translateX(-50%) rotate(-7.6deg);
    margin-bottom: 50px;
  }
}
.c-inst__income.is-guitar-style.is-blue h3 {
  background-color: #005A8B;
}
.c-inst__income.is-guitar-style.is-red h3 {
  background-color: #BC3030;
}
.c-inst__income.is-guitar-style.is-green h3 {
  background-color: #6C936C;
}
.c-inst__income.is-guitar-style.is-purple h3 {
  background-color: #7A6C93;
}
.c-inst__incomeTop {
  max-width: 880px;
  margin: 0 auto;
}
.c-inst__incomeTop > h4 {
  font-weight: 600;
  text-align: center;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop > h4.is-small {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop > h4.is-small {
    font-size: 4.8vw;
  }
}
.c-inst__incomeTop > h4.is-red {
  color: #BC3030;
}
.c-inst__incomeTop > h4.is-yellow {
  color: #6F6D00;
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop > h4 {
    font-size: 30px;
    line-height: 1.53;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop > h4 {
    font-size: 6.4vw;
    line-height: 1.58;
    margin-bottom: 25px;
  }
}
.c-inst__incomeTop > p {
  font-weight: 600;
  line-height: 1.85;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop > p.fs-normal {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop > p.fs-normal {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop > p.fs-bigger {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop > p.fs-bigger {
    font-size: 3.73vw;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop > p {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop > p {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: left;
  }
}
.c-inst__incomeTop ul {
  max-width: 880px;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop ul {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop ul li {
    width: 50%;
  }
  .c-inst__incomeTop ul li:first-child {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop ul li {
    width: 100%;
    padding: 0 20px;
  }
  .c-inst__incomeTop ul li:not(:first-of-type) {
    margin-top: 25px;
  }
}
.c-inst__incomeTop ul li dl dt {
  border-bottom: 1px solid #666666;
}
.c-inst__incomeTop ul li dl dt strong {
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #C65A5A;
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop ul li dl dt strong {
    font-size: 20px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop ul li dl dt strong {
    font-size: 4.8vw;
    padding-bottom: 10px;
  }
}
.c-inst__incomeTop ul li dl dd {
  line-height: 1.75;
  font-weight: 600;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .c-inst__incomeTop ul li dl dd {
    font-size: 16px;
    padding-top: 15px;
  }
  .c-inst__incomeTop ul li dl dd span {
    display: block;
    font-size: 10px;
    padding-left: 20px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeTop ul li dl dd {
    font-size: 4.27vw;
    padding-top: 20px;
  }
  .c-inst__incomeTop ul li dl dd span {
    display: block;
    font-size: 2.67vw;
    padding-left: 25px;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-inst__incomeContent {
    max-width: 880px;
    width: 100%;
    margin: 40px auto 0;
  }
  .c-inst__incomeContent.is-1k {
    max-width: 1000px;
  }
  .c-inst__incomeContent figure {
    position: relative;
  }
  .c-inst__incomeContent figure > img {
    width: 100%;
  }
  .c-inst__incomeContent figure figcaption.pc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
    will-change: filter;
  }
  .c-inst__incomeContent figure figcaption.pc a {
    display: flex;
  }
  .c-inst__incomeContent figure figcaption.pc a img {
    width: max-content;
  }
  .c-inst__incomeContent figure figcaption.pc a:nth-child(1) {
    display: flex;
    position: inherit;
    left: calc(50% + 15px);
    bottom: 0;
    transform: translate(-50%, 0);
  }
  .c-inst__incomeContent figure figcaption.pc a:nth-child(2) {
    display: flex;
    position: inherit;
    right: -27px;
    bottom: -27px;
  }
  .c-inst__incomeContent figure figcaption.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__incomeContent {
    width: 100%;
    margin: 25px auto 0;
    padding: 0 20px;
  }
  .c-inst__incomeContent figure {
    position: relative;
  }
  .c-inst__incomeContent figure > img {
    width: 100%;
  }
  .c-inst__incomeContent figure figcaption.pc {
    display: none;
  }
  .c-inst__incomeContent figure figcaption.sp {
    display: flex;
    flex-direction: column;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
    will-change: filter;
    margin-top: 10px;
  }
  .c-inst__incomeContent figure figcaption.sp a {
    display: flex;
  }
  .c-inst__incomeContent figure figcaption.sp a img {
    width: 76.267vw;
  }
  .c-inst__incomeContent figure figcaption.sp a:nth-child(1) {
    margin-right: auto;
  }
  .c-inst__incomeContent figure figcaption.sp a:nth-child(2) {
    margin-left: auto;
  }
}
.c-inst__introTitle {
  position: relative;
  font-family: "Yu Gothic", Meiryo, sans-serif;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-inst__introTitle {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__introTitle {
    padding: 100px 0 60px;
  }
}
.c-inst__introTitle h2 {
  font-weight: 600;
  line-height: 1.67;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .c-inst__introTitle h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-inst__introTitle h2 {
    font-size: 6.4vw;
  }
}
.c-inst__introTitle--icon {
  position: absolute;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .c-inst__introTitle--icon {
    transform: translate(calc(-50% - 20px), calc(-50% + 30px));
  }
}
@media screen and (max-width: 768px) {
  .c-inst__introTitle--icon {
    transform: translate(calc(-50% - 30px), calc(-50% + 10px));
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mh-80 {
  margin: 80px 0;
}

.mh-40 {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .pb-custom {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .pb-custom {
    padding-bottom: 40px;
  }
}

.is-light-bg {
  background-color: #EDECEF;
}

.is-center {
  text-align: center;
}

.bg-white {
  background-color: #ffffff;
}

/*# sourceMappingURL=modern_template.css.map */
