@charset "UTF-8";
/*=======================================
学科カラー定義
=========================================*/
#course-hair-make {
  --course-main: #571380;
  --course-sub: #eca952;
  --course-bg: #FDE6C9;
  --course-bg2: #FDE6C9;
  --course-kv-start: #E8DDEB;
  --course-kv-end: #DED0E7;
  --course-overlay: rgba(87, 19, 128, 0.45);
  --course-ct-img-width: 37vw;
  --course-underline: url("../../img/2026/makeup/underline.png");
}

#course-hair {
  --course-main: #EB4F74;
  --course-sub: #bde1d6;
  --course-bg: #e7fbf5;
  --course-bg2: #e7fbf5;
  --course-kv-start: #FCE8EC;
  --course-kv-end: #FCDDE3;
  --course-overlay: #F38AA2;
  --course-ct-img-width: 37vw;
  --course-underline: url("../../img/2026/hair/underline.png");
}

#course-beauty {
  --course-main: #f18d00;
  --course-sub: #bce1df;
  --course-bg: #e7fbf5;
  --course-bg2: #e7fbf5;
  --course-kv-start: #FDEEE3;
  --course-kv-end: #FDE7D5;
  --course-overlay: rgba(225, 106, 13, 0.45);
  --course-ct-img-width: 37vw;
  --course-underline: url("../../img/2026/hair/underline.png");
}

#course-esthe {
  --course-main: #00ada9;
  --course-sub: #f7c8ce;
  --course-bg: #e7fbf5;
  --course-bg2: #e7fbf5;
  --course-kv-start: #DFF5F3;
  --course-kv-end: #CDEBE9;
  --course-overlay: rgba(0, 148, 135, 0.45);
  --course-ct-img-width: 37vw;
  --course-underline: url("../../img/2026/esthe/underline.png");
}

#course-total {
  --course-main: #bf9a3d;
  --course-sub: #e2cce2;
  --course-bg: #f1e6f2;
  --course-bg2: #f1e6f2;
  --course-kv-start: #FEF7DC;
  --course-kv-end: #EEE6C4;
  --course-overlay: rgba(154, 118, 3, 0.45);
  --course-ct-img-width: 37vw;
  --course-underline: url("../../img/2026/esthe/underline.png");
}

/*=======================================
学科
=========================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
}

#path {
  display: none !important;
}

.c-title1 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  color: var(--course-main);
  font-family: "Zen Maru Gothic", sans-serif !important;
}

.c-title2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
.c-title2 span.course {
  color: var(--course-main);
}
.c-title2 span.number {
  color: var(--course-sub);
  font-size: 56px;
  padding: 0 5px;
}
.c-title2 span.underline {
  background: var(--course-underline);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.link-tit span {
  display: none;
}

.page-nav {
  padding: 0 15px;
  margin-bottom: 40px;
  display: block;
}
.page-nav ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: -2%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.page-nav ul:before, .page-nav ul:after {
  content: none;
}
.page-nav ul li {
  width: 15.5%;
  margin-right: 0;
  margin-top: 2%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-nav ul li a {
  background-color: #FFF;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  color: var(--course-main);
  font-size: 18px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  border: 1px solid var(--course-main);
  transition: color 0.5s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-nav ul li a span {
  position: relative;
}
.page-nav ul li a:hover {
  color: #fff;
}
.page-nav ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.page-nav ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--course-overlay);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}

.l-kv {
  background: linear-gradient(var(--course-kv-start) 0%, var(--course-kv-end) 100%);
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}
.l-kv .ph {
  width: 50%;
  position: relative;
}
.l-kv .ph img {
  width: 100%;
  height: auto;
}
.l-kv .ph .ct {
  position: absolute;
  right: -6vw;
  bottom: -6vw;
}
.l-kv .ph .ct img {
  width: var(--course-ct-img-width);
  height: 100%;
  width: auto;
}
.l-kv .ph .icon {
  position: absolute;
  right: 1vw;
  top: 1vw;
  max-width: 11vw;
}
.l-kv .ph .icon img {
  width: 100%;
  height: auto;
}
.l-kv .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 0 3vw;
}
.l-kv .txt .point {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 1.09375vw;
  line-height: 1.6;
  text-align: left;
  color: var(--course-main);
  text-shadow: 0px 0.15625vw 0.3125vw #fff;
  margin-bottom: 1.04167vw;
}
.l-kv .txt h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.02083vw;
  text-align: left;
  color: var(--course-main);
  text-shadow: 0px 0.15625vw 0.3125vw #fff;
  line-height: 1;
}
.l-kv .txt .job {
  margin-top: 1.5625vw;
}
.l-kv .txt .job ul {
  margin-bottom: 0.625vw;
  text-align: left;
}
.l-kv .txt .job ul:last-child {
  margin-bottom: 0;
}
.l-kv .txt .job ul li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 1.25vw;
  background: #fff;
  border: 0.15625vw solid var(--course-main);
  font-family: "Zen Maru Gothic";
  font-weight: normal;
  font-size: 1.19792vw;
  letter-spacing: 0.1em;
  text-align: left;
  color: var(--course-main);
  line-height: 1;
  padding: 0.52083vw 1.04167vw;
}
.l-kv .txt .ct {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 1.35417vw;
  text-align: left;
  color: #fff;
  margin-top: 1.5625vw;
}
.l-kv .txt .ct span {
  display: block;
  width: fit-content;
  line-height: 1;
  padding: 0.15625vw 0.52083vw;
  background: var(--course-overlay);
  margin-bottom: 0.52083vw;
}
.l-kv .txt .ct span:last-child {
  margin-bottom: 0;
}

.p-course {
  padding-bottom: 100px;
  margin-top: -50px;
}
.p-course img {
  width: 100%;
  height: auto;
}
.p-course__point {
  padding-bottom: 100px;
}
.p-course__point ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.p-course__point ul:before {
  content: "";
  display: block;
  width: 100vw;
  height: 72%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  background-image: url(../../route/img/bg_step02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.p-course__point ul:after {
  content: none;
}
.p-course__point ul li {
  width: 49%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10;
}
.p-course__point ul li:nth-child(n+3) {
  margin-top: 2%;
}
.p-course__point ul li.w100 {
  width: 100%;
  margin-right: 0;
}
.p-course__curriculum {
  padding-bottom: 100px;
}
.p-course__curriculum .flow {
  margin-bottom: 40px;
}
.p-course__curriculum .choice {
  margin-bottom: 40px;
  background-color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  border: 3px solid var(--course-main);
  box-shadow: 4px 4px 0px 3px var(--course-overlay);
}
.p-course__curriculum .choice h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--course-main);
}
.p-course__curriculum .choice .choice-inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-course__curriculum .choice .choice-inner:before, .p-course__curriculum .choice .choice-inner:after {
  content: none;
}
.p-course__curriculum .choice .choice-inner .box {
  width: 32%;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.p-course__curriculum .choice .choice-inner .box .titl {
  background-color: var(--course-main);
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.p-course__curriculum .choice .choice-inner .box .ct {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  text-align: center;
  color: var(--course-main);
  line-height: 1.6;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.p-course__curriculum .choice .choice-inner--col4 .box {
  width: 24%;
}
.p-course__curriculum .choice .choice-inner--col2 .box {
  width: 48%;
}
.p-course__curriculum .choice .choice-inner--col2 .box .ph img {
  height: 255px;
  object-fit: cover;
}
.p-course__curriculum .choice-course1 {
  margin-bottom: 40px;
  background-color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  border: 3px solid var(--course-main);
  box-shadow: 4px 4px 0px 3px var(--course-overlay);
  font-family: "Zen Maru Gothic";
}
.p-course__curriculum .choice-course1 h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--course-main);
  position: relative;
}
.p-course__curriculum .choice-course1 .choice-tit {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-course__curriculum .choice-course1 .choice-tit:before {
  content: "";
  width: 200px;
  height: 147px;
  background: url("../../img/2026/total/choice_icon.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -20px;
  left: -210px;
}
.p-course__curriculum .choice-course1 .examnple {
  background-color: var(--course-bg);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: 30px;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .ph {
  display: table-cell;
  width: 280px;
  vertical-align: middle;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .txt {
  display: table-cell;
  width: calc(100% - 280px);
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  font-size: 16px;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .txt .course {
  background-color: var(--course-main);
  color: #FFF;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .txt .name {
  display: inline-block;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .txt .info {
  margin-top: 30px;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .txt .q {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .txt .q span {
  color: var(--course-main);
}
.p-course__curriculum .choice-course1 .examnple .ex-inner .txt .a span {
  font-size: 18px;
  font-weight: bold;
  color: #b763b7;
}
.p-course__curriculum .choice-course1 .row-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-course__curriculum .choice-course1 .row-wrap:before, .p-course__curriculum .choice-course1 .row-wrap:after {
  content: none;
}
.p-course__curriculum .choice-course1 .row-wrap .row {
  width: 48%;
}
.p-course__curriculum .choice-course1 .row-wrap .row h4 {
  background-color: var(--course-main);
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.p-course__curriculum .choice-course1 .row-wrap .row p {
  text-align: center;
  font-size: 16px;
  color: var(--course-main);
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li {
  width: 100%;
  text-align: center;
  background-color: var(--course-overlay);
  font-size: 16px;
  padding: 10px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li span {
  display: block;
  font-size: 10px;
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(2), .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(3) {
  width: 48%;
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(1) {
  margin-top: 20px;
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(1):after {
  content: "▼";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -2em;
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(2) {
  float: left;
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(2):after {
  content: "+";
  position: absolute;
  right: -1.2em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(3) {
  float: right;
  background-color: var(--course-bg);
}
.p-course__curriculum .choice-course ul li {
  margin-bottom: 20px;
}
.p-course__curriculum .choice-course ul li:last-child {
  margin-bottom: 0;
}
.p-course__curriculum .pickup-course {
  background-color: var(--course-kv-start);
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.p-course__curriculum .pickup-course:before, .p-course__curriculum .pickup-course:after {
  content: none;
}
.p-course__curriculum .pickup-course .ph {
  width: 40%;
  min-height: 250px;
}
.p-course__curriculum .pickup-course .ph small {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.p-course__curriculum .pickup-course .txt {
  width: 50%;
}
.p-course__curriculum .pickup-course .txt .course-name {
  background-color: var(--course-main);
  color: #FFF;
  width: fit-content;
  line-height: 1;
  padding: 5px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  margin-bottom: 5px;
}
.p-course__curriculum .pickup-course .txt .img {
  text-align: center;
}
.p-course__curriculum .pickup-course .txt .img img {
  display: inline-block;
  max-width: 200px;
}
.p-course__curriculum .pickup-course .txt .ct {
  color: var(--course-main);
  font-size: 20px;
  margin-bottom: 10px;
}
.p-course__curriculum .pickup-course .txt p {
  font-size: 16px;
}
.p-course__curriculum .pickup-course--hair .row {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__curriculum .pickup-course--hair .row:before, .p-course__curriculum .pickup-course--hair .row:after {
  content: none;
}
.p-course__curriculum .pickup-course--hair .row .txt {
  width: 100%;
  display: flex;
  margin-top: 10px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-course__curriculum .pickup-course--hair .row .txt .icon {
  width: 38%;
  position: relative;
}
.p-course__curriculum .pickup-course--hair .row .txt .icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.p-course__curriculum .pickup-course--hair .row .txt .txt-in {
  width: 60%;
  padding-left: 1em;
  text-indent: -1em;
}
.p-course__curriculum .pickup-course--hair .row .txt .txt-in.w100 {
  width: 100%;
}
.p-course__curriculum .pickup-course--hair .row .course-name {
  background-color: var(--course-main);
  color: #FFF;
  width: fit-content;
  line-height: 1;
  padding: 5px 20px 8px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  position: relative;
  bottom: -10px;
  z-index: 5;
  left: 10px;
}
.p-course__curriculum .pickup-course--hair .row .ph {
  width: 100%;
  min-height: auto;
}
.p-course__curriculum .pickup-course--hair .row h4 {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  text-align: center;
  color: var(--course-main);
  font-size: 18px;
}
.p-course__curriculum .pickup-course--hair .row p {
  text-align: center;
  font-size: 16px;
  font-family: "Zen Maru Gothic";
  margin: 10px auto 5px;
}
.p-course__curriculum .pickup-course--hair .row .col1 {
  background-color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 34%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__curriculum .pickup-course--hair .row .col2 {
  background-color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 65%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__curriculum .pickup-course--hair .row .col2 .row-in {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-course__curriculum .pickup-course--hair .row .col2 .row-in:before, .p-course__curriculum .pickup-course--hair .row .col2 .row-in:after {
  content: none;
}
.p-course__curriculum .pickup-course--hair .row .col2 .item {
  width: 49%;
}
.p-course__curriculum .pickup-course--beauty ul {
  column-count: 2;
}
.p-course__curriculum .pickup-course--beauty ul li {
  padding-left: 1em;
  text-indent: -0.5em;
  line-height: 1.4;
}
.p-course__curriculum .pickup-course--beauty ul li:before {
  content: "・";
  display: inline-block;
  vertical-align: middle;
}
.p-course__curriculum .pickup-course--beauty .icon-img {
  padding-top: 25px;
  margin-bottom: 10px;
}
.p-course__curriculum .pickup-course--esthe .row {
  display: block;
}
.p-course__curriculum .pickup-course--esthe .col3 .row-in {
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 20px;
}
.p-course__curriculum .pickup-course--esthe .col3 .row-in:before, .p-course__curriculum .pickup-course--esthe .col3 .row-in:after {
  content: none;
}
.p-course__curriculum .pickup-course--esthe .col3 .row-in .item {
  width: 32%;
}
.p-course__curriculum .other {
  margin-bottom: 40px;
}
.p-course__curriculum .other .tit {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-left: 1.2em;
  text-indent: -0.7em;
}
.p-course__curriculum .other .tit:before {
  content: "■";
  display: inline-block;
  margin-right: 5px;
  color: var(--course-main);
}
.p-course__curriculum .other ul li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.p-course__curriculum .other ul li:nth-child(4n) {
  margin-right: 0;
}
.p-course__curriculum .other ul li:nth-child(4n+1) {
  clear: both;
}
.p-course__curriculum .other ul li h4 {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  color: var(--course-main);
}
.p-course__curriculum .other ul.col5 li {
  width: 19.5%;
  margin-right: 0.625%;
}
.p-course__curriculum .other ul.col5 li:nth-child(4n+1) {
  float: left;
  clear: none;
}
.p-course__curriculum .other ul.col5 li:nth-child(5n) {
  margin-right: 0;
}
.p-course__curriculum .other2 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-course__curriculum .other2:before, .p-course__curriculum .other2:after {
  content: none;
}
.p-course__curriculum .other2 .left {
  width: 55%;
}
.p-course__curriculum .other2 .left .tit {
  color: var(--course-main);
  font-size: 20px;
  line-height: 1;
}
.p-course__curriculum .other2 .left .box {
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 30px 30px !important;
  border: 10px solid var(--course-kv-end) !important;
}
.p-course__curriculum .other2 .left ul li {
  font-size: 18px;
}
.p-course__curriculum .other2 .left ul li span {
  margin-top: 15px;
  display: block;
}
.p-course__curriculum .other2 .left ul li span:before {
  content: "⚫︎";
  display: inline-block;
  vertical-align: middle;
  color: var(--course-main);
  position: relative;
  top: -2px;
}
.p-course__curriculum .other2 .left ul li ul li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
}
.p-course__curriculum .other2 .left ul li ul li:before {
  content: "・";
}
.p-course__curriculum .other2 .right {
  width: 40%;
  background-color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 40px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
.p-course__curriculum .other2 .right .tit {
  position: absolute;
  background-color: var(--course-sub);
  left: 10px;
  top: -10px;
  font-size: 18px;
  padding: 13px 20px;
  line-height: 1;
  color: var(--course-main);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 2px 2px 0px 1px var(--course-overlay);
}
.p-course__curriculum .other2 .right .ph {
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.p-course__curriculum .other2 .right .g-name {
  width: fit-content;
  color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--course-main);
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px;
  display: block;
  margin-bottom: 5px;
}
.p-course__curriculum .other2 .right .name {
  text-align: center;
}
.p-course__curriculum .other2 .right .name span {
  font-size: 18px;
}
.p-course__curriculum .other2 .right .name small {
  margin-left: 5px;
}
.p-course__curriculum .other2 .right .txt {
  background: var(--course-bg2);
  padding: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 10px;
}
.p-course__curriculum .other2 .right .txt .tit2 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  color: var(--course-main);
}
.p-course__curriculum .other2 .right .txt p {
  text-align: center;
}
.p-course__zaiko {
  background: var(--course-kv-start);
  padding: 100px 0;
  margin-bottom: 80px;
}
.p-course__zaiko .zaiko-movie {
  width: 60%;
  margin: 80px auto 0;
}
.p-course__zaiko .zaiko-movie .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-course__zaiko .zaiko-movie .inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-course__zaiko .oneday {
  background: url("../../img/2026/course/bg.png");
  padding: 30px;
  box-shadow: 4px 4px 0px 3px var(--course-overlay);
  border: 3px solid var(--course-main);
  -webkit-background-size: 2%;
  -o-background-size: 2%;
  background-size: 2%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.p-course__zaiko .oneday .oneday-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.p-course__zaiko .oneday .oneday-box:before, .p-course__zaiko .oneday .oneday-box:after {
  content: none;
}
.p-course__zaiko .oneday .oneday-box .ph {
  width: 30%;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-course__zaiko .oneday .oneday-box .ph .tit {
  margin-top: -30px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.p-course__zaiko .oneday .oneday-box .ph .human {
  margin-top: auto;
  position: relative;
}
.p-course__zaiko .oneday .oneday-box .ph .human .g-name {
  width: fit-content;
  color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--course-main);
  margin-left: auto;
  margin-right: auto;
  padding: 3px 10px;
  display: block;
  margin-bottom: 5px;
}
.p-course__zaiko .oneday .oneday-box .ph .human .name {
  text-align: center;
  margin-top: 20px;
}
.p-course__zaiko .oneday .oneday-box .ph .human .name span {
  font-size: 18px;
}
.p-course__zaiko .oneday .oneday-box .ph .human .name small {
  margin-left: 5px;
}
.p-course__zaiko .oneday .oneday-box .detail {
  width: 60%;
  padding-top: 60px;
}
.p-course__zaiko .oneday .oneday-box .detail .row-wrap {
  position: relative;
}
.p-course__zaiko .oneday .oneday-box .detail .row-wrap:before {
  content: "";
  width: 4px;
  background-color: var(--course-bg);
  display: block;
  position: absolute;
  left: 38px;
  top: 0;
  height: 100%;
}
.p-course__zaiko .oneday .oneday-box .detail .row {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.p-course__zaiko .oneday .oneday-box .detail .row:last-child {
  margin-bottom: 0;
}
.p-course__zaiko .oneday .oneday-box .detail .row:before, .p-course__zaiko .oneday .oneday-box .detail .row:after {
  content: none;
}
.p-course__zaiko .oneday .oneday-box .detail .row .txt {
  width: 60%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__zaiko .oneday .oneday-box .detail .row .txt .d-tit {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif !important;
  padding-left: 98px;
  text-indent: -98px;
}
.p-course__zaiko .oneday .oneday-box .detail .row .txt .d-tit small {
  font-size: 14px;
}
.p-course__zaiko .oneday .oneday-box .detail .row .txt .d-tit span {
  background-color: var(--course-main);
  color: #FFF;
  padding: 3px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  margin-right: 10px;
}
.p-course__zaiko .oneday .oneday-box .detail .row .txt p {
  padding-left: 90px;
}
.p-course__zaiko .oneday .oneday-box .detail .row .ph2 {
  width: 40%;
  background-color: #eee;
}
.p-course__zaiko .oneday .qa {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--course-bg);
  margin-top: 30px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.p-course__zaiko .oneday .qa .qa-title {
  width: 30%;
}
.p-course__zaiko .oneday .qa .qa-title h3 {
  width: 30%;
  margin: auto;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
.p-course__zaiko .oneday .qa .qa-wrap {
  width: 70%;
  padding: 30px 30px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__zaiko .oneday .qa .qa-wrap .qa-box {
  margin-bottom: 10px;
}
.p-course__zaiko .oneday .qa .qa-wrap .qa-box:last-child {
  margin-bottom: 0;
}
.p-course__zaiko .oneday .qa .qa-wrap .q {
  color: var(--course-main);
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
.p-course__zaiko .oneday .qa .qa-wrap .a {
  font-size: 14px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.p-course__zaiko .oneday .qa .qa-wrap .a span {
  color: #85CBBF;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
.p-course__shikaku {
  padding-bottom: 80px;
}
.p-course__shikaku .course03_c02 {
  background-color: var(--course-main);
  color: #FFF;
}
.p-course__shikaku #course03 li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  display: table;
  width: 100%;
}
.p-course__shikaku #course03 li > div {
  height: auto !important;
}
.p-course__shikaku .course03_img {
  width: 315px;
}
.p-course__shikaku .course03_txt {
  width: calc(100% - 315px) !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__shikaku.course-qualifications ul.goukaku li {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1;
}
.p-course__shikaku.course-qualifications ul.goukaku li:first-child {
  margin-top: 0;
}
.p-course__shikaku.course-qualifications ul.goukaku li:before {
  content: "■";
  color: var(--course-main) !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-course__shikaku.course-qualifications ul.goukaku li.no-icon:before {
  content: none;
}
.p-course__shikaku.course-qualifications ul.goukaku li span {
  font-family: 'Oswald', sans-serif;
  color: var(--course-main) !important;
}
.p-course__shikaku.course-qualifications ul.goukaku li span.style1 {
  font-size: 32px;
}
.p-course__shikaku.course-qualifications ul.goukaku li span.style3 {
  background-color: #EB6E95;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
}
.p-course__support {
  padding-bottom: 80px;
}
.p-course__support .block {
  margin-bottom: 20px;
  display: flex;
  background-color: #FFF;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.p-course__support .block:before, .p-course__support .block:after {
  content: none;
}
.p-course__support .block:last-child {
  margin-bottom: 0;
}
.p-course__support .block .box {
  width: 49%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__support .block .box .ph {
  margin-bottom: 20px;
}
.p-course__support .block .box .ph img {
  text-align: center;
  width: 100%;
  height: auto;
}
.p-course__support .block .box .text {
  font-size: 16px;
}
.p-course__support .block .box .text h4 {
  margin-bottom: 20px;
  font-size: 18px;
}
.p-course__support .block .box--number {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-course__support .block .box--number .ct {
  font-size: 42px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.6;
}
.p-course__support .block .box--number .ct span.year {
  background-color: #FC2889;
  color: yellow;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  text-align: center;
  letter-spacing: 0;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-course__support .block .box--number .ct span.color-pink {
  color: #FC2889;
}
.p-course__support .block .box--number .number {
  font-size: 200px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  font-style: italic;
  color: #FC2889;
}
.p-course__support .block .box--number .number span {
  font-size: 80px;
}
.p-course__interview .step02__senpai_list:after {
  content: none;
}
.p-course__interview .step02__senpai_list:before {
  content: "";
  display: block;
  width: 100vw;
  height: 72%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  background-image: url(../../route/img/bg_step02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.p-course__interview .step02__senpai {
  width: 23%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.p-course__interview .step02__senpai img {
  width: 100%;
  height: auto;
}
.p-course__interview .step02__senpai .name {
  color: var(--course-main) !important;
}
.p-course__heisyu {
  margin-bottom: 60px;
}
.p-course__heisyu .inner {
  display: table;
  width: 100%;
  border: 5px solid #DFCBA5;
  background-color: #FFF;
  padding: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.p-course__heisyu .inner .txt {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 400px);
  padding: 0 30px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-course__heisyu .inner .txt .s-title {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
  background-color: #DFCBA5;
  width: 120px;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.p-course__heisyu .inner .txt h4 {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.p-course__heisyu .inner .txt h4 span {
  background: linear-gradient(transparent 60%, #DFCBA5 60%);
}
.p-course__heisyu .inner .txt h4 small {
  font-size: 13px;
}
.p-course__heisyu .inner .txt h5 {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 150px;
  margin-top: 10px;
  padding: .2em 1.2em;
  border-radius: 30px;
  background-color: var(--course-sub);
  color: #333333;
  margin-bottom: 15px;
  font-size: 18px;
}
.p-course__heisyu .inner .txt h5:before {
  position: absolute;
  bottom: -10px;
  width: 20px;
  height: 10px;
  background-color: var(--course-sub);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.p-course__heisyu .inner .txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.p-course__heisyu .inner .txt ul li {
  font-size: 16px;
}
.p-course__heisyu .inner .txt ul li:before {
  content: "⚫︎";
  font-weight: 400;
  color: var(--course-sub);
  margin-right: 10px;
}
.p-course__heisyu .inner .ph {
  display: table-cell;
  vertical-align: top;
  background-color: #EEE;
  width: 400px;
}

#wrap {
  width: 1200px;
}
#wrap .box {
  border: none;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
}

.modal-inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.modal-inner .txt {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.modal-inner .txt p {
  font-size: 18px;
  line-height: 1.6;
}
.modal-inner img {
  width: 100%;
  height: auto;
}
.modal-inner .ph {
  width: 50%;
}
.modal-inner.noflex {
  display: block;
}
.modal-inner.noflex .txt,
.modal-inner.noflex .ph {
  width: 100%;
}
.modal-inner.noflex .txt {
  margin-bottom: 10px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-course {
    padding-bottom: 100px;
    margin-top: 50px;
  }
  .p-course img {
    width: 100%;
    height: auto;
  }
  .p-course__point {
    padding-bottom: 60px;
  }
  .p-course__point ul {
    display: block;
  }
  .p-course__point ul li {
    width: 100%;
  }
  .p-course__point ul li:nth-child(n+2) {
    margin-top: 2%;
  }
  .p-course__curriculum {
    padding-bottom: 100px;
  }
  .p-course__curriculum .flow {
    margin-bottom: 20px;
  }
  .p-course__curriculum .choice {
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid var(--course-main);
  }
  .p-course__curriculum .choice h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-course__curriculum .choice .choice-inner {
    display: block;
  }
  .p-course__curriculum .choice .choice-inner .box {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .p-course__curriculum .choice .choice-inner .box:last-child {
    margin-bottom: 0 !important;
  }
  .p-course__curriculum .choice .choice-inner .box .titl {
    font-size: 18px;
  }
  .p-course__curriculum .choice .choice-inner .box .ct {
    font-size: 16px;
    margin-top: 10px;
  }
  .p-course__curriculum .choice-course1 {
    padding: 15px;
  }
  .p-course__curriculum .choice-course1 h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: var(--course-main);
    position: relative;
  }
  .p-course__curriculum .choice-course1 .choice-tit {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 130px;
  }
  .p-course__curriculum .choice-course1 .choice-tit:before {
    content: "";
    width: 160px;
    height: 107px;
    background: url("../../img/2026/total/choice_icon.png") no-repeat center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -20px;
    left: -20px;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner {
    display: block;
    padding: 15px;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .ph {
    width: 100%;
    display: block;
    text-align: center;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .ph img {
    display: inline-block;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt {
    width: 100%;
    display: block;
    padding-left: 0;
    font-size: 16px;
    margin-top: 15px;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt .course {
    color: #FFF;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt .name {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt .info {
    margin-top: 30px;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt .q {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt .q span {
    color: var(--course-main);
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt .a {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-course__curriculum .choice-course1 .examnple .ex-inner .txt .a span {
    font-size: 18px;
    font-weight: bold;
    color: #b763b7;
  }
  .p-course__curriculum .choice-course1 .row-wrap {
    display: block;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row:last-child {
    margin-bottom: 0;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row h4 {
    font-size: 16px;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row p {
    font-size: 14px;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li {
    width: 100%;
    text-align: center;
    background-color: var(--course-overlay);
    font-size: 16px;
    padding: 10px;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li span {
    display: block;
    font-size: 10px;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(2), .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(3) {
    width: 100%;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(1) {
    margin-top: 20px;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(1):after {
    content: "▼";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -2em;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(2) {
    float: left;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(2):after {
    content: "+";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: initial;
    bottom: -2em;
    right: auto;
  }
  .p-course__curriculum .choice-course1 .row-wrap .row ul li:nth-child(3) {
    float: right;
    background-color: var(--course-bg);
  }
  .p-course__curriculum .pickup-course {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .p-course__curriculum .pickup-course .ph {
    width: 100%;
    margin-top: 20px;
    min-height: auto;
  }
  .p-course__curriculum .pickup-course .txt {
    width: 100%;
  }
  .p-course__curriculum .pickup-course .txt .course-name {
    font-size: 16px;
  }
  .p-course__curriculum .pickup-course .txt .ct {
    font-size: 18px;
  }
  .p-course__curriculum .pickup-course .txt p {
    font-size: 14px;
  }
  .p-course__curriculum .pickup-course--hair .row {
    display: block;
  }
  .p-course__curriculum .pickup-course--hair .row .course-name {
    font-size: 14px;
  }
  .p-course__curriculum .pickup-course--hair .row .ph {
    margin-top: 0;
  }
  .p-course__curriculum .pickup-course--hair .row h4 {
    font-size: 16px;
  }
  .p-course__curriculum .pickup-course--hair .row p {
    font-size: 14px;
  }
  .p-course__curriculum .pickup-course--hair .row .col1 {
    width: 100%;
    padding: 10px;
  }
  .p-course__curriculum .pickup-course--hair .row .col2 {
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
  }
  .p-course__curriculum .pickup-course--hair .row .col2 .row-in {
    display: block;
  }
  .p-course__curriculum .pickup-course--hair .row .col2 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-course__curriculum .pickup-course--hair .row .col2 .item:last-child {
    margin-bottom: 0;
  }
  .p-course__curriculum .pickup-course--esthe .row {
    display: block;
  }
  .p-course__curriculum .pickup-course--esthe .col3 .row-in {
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 20px;
    display: block;
    padding: 10px 20px 20px;
  }
  .p-course__curriculum .pickup-course--esthe .col3 .row-in:before, .p-course__curriculum .pickup-course--esthe .col3 .row-in:after {
    content: none;
  }
  .p-course__curriculum .pickup-course--esthe .col3 .row-in .item {
    width: 100%;
  }
  .p-course__curriculum .other {
    margin-bottom: 20px;
  }
  .p-course__curriculum .other ul li {
    width: 49%;
  }
  .p-course__curriculum .other ul li:nth-child(2n) {
    margin-right: 0;
  }
  .p-course__curriculum .other ul li:nth-child(4n+1) {
    clear: both;
  }
  .p-course__curriculum .other ul li h4 {
    font-size: 14px;
  }
  .p-course__curriculum .other ul.col5 li {
    width: 49%;
    margin-right: 2%;
  }
  .p-course__curriculum .other ul.col5 li:nth-child(2n) {
    margin-right: 0;
  }
  .p-course__curriculum .other ul.col5 li:nth-child(4n+1) {
    clear: both;
  }
  .p-course__curriculum .other ul.col5 li:nth-child(5n) {
    margin-right: 0;
  }
  .p-course__curriculum .other2 {
    display: block;
  }
  .p-course__curriculum .other2 .left {
    width: 100%;
  }
  .p-course__curriculum .other2 .left .tit {
    color: var(--course-main);
    font-size: 20px;
    line-height: 1;
  }
  .p-course__curriculum .other2 .left .box {
    padding: 20px 20px 20px !important;
    border: 5px solid var(--course-kv-end) !important;
  }
  .p-course__curriculum .other2 .right {
    width: 100%;
    margin-top: 40px;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .p-course__curriculum .other2 .right .tit {
    position: absolute;
    background-color: var(--course-sub);
    left: 10px;
    top: -10px;
    font-size: 18px;
    padding: 13px 20px;
    line-height: 1;
    color: var(--course-main);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: bold;
    box-shadow: 2px 2px 0px 1px var(--course-overlay);
  }
  .p-course__curriculum .other2 .right .ph {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .p-course__curriculum .other2 .right .g-name {
    width: fit-content;
    color: #FFF;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: var(--course-main);
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px;
    display: block;
    margin-bottom: 5px;
  }
  .p-course__curriculum .other2 .right .name {
    text-align: center;
  }
  .p-course__curriculum .other2 .right .name span {
    font-size: 18px;
  }
  .p-course__curriculum .other2 .right .name small {
    margin-left: 5px;
  }
  .p-course__curriculum .other2 .right .txt {
    background: var(--course-bg2);
    padding: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 10px;
  }
  .p-course__curriculum .other2 .right .txt .tit2 {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    color: var(--course-main);
  }
  .p-course__curriculum .other2 .right .txt p {
    text-align: center;
  }
  .p-course__zaiko {
    padding: 50px 0;
    margin-bottom: 40px;
  }
  .p-course__zaiko .zaiko-movie {
    width: 100%;
    margin: 20px auto 0;
  }
  .p-course__zaiko .oneday {
    padding: 20px;
  }
  .p-course__zaiko .oneday .oneday-box {
    display: block;
  }
  .p-course__zaiko .oneday .oneday-box .ph {
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-course__zaiko .oneday .oneday-box .ph .tit {
    margin-top: -30px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .p-course__zaiko .oneday .oneday-box .ph .human {
    width: 70%;
    margin-top: auto;
    position: relative;
  }
  .p-course__zaiko .oneday .oneday-box .detail {
    width: 100%;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row-wrap {
    position: relative;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row-wrap:before {
    content: "";
    width: 4px;
    background-color: var(--course-bg);
    display: block;
    position: absolute;
    left: 38px;
    top: 0;
    height: 100%;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row {
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 3px;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row .txt {
    width: 100%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row .txt .d-tit {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row .txt .d-tit span {
    background-color: var(--course-main);
    color: #FFF;
    padding: 3px 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 10px;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row .txt p {
    padding-left: 90px;
  }
  .p-course__zaiko .oneday .oneday-box .detail .row .ph2 {
    width: 70%;
    margin-top: 10px;
    background-color: transparent;
    float: right;
  }
  .p-course__zaiko .oneday .qa {
    display: block;
    padding: 20px;
  }
  .p-course__zaiko .oneday .qa .qa-title {
    width: 100%;
  }
  .p-course__zaiko .oneday .qa .qa-title h3 {
    width: 40%;
    margin: auto;
  }
  .p-course__zaiko .oneday .qa .qa-wrap {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-course__zaiko .oneday .qa .qa-wrap .qa-box {
    margin-bottom: 10px;
  }
  .p-course__zaiko .oneday .qa .qa-wrap .qa-box:last-child {
    margin-bottom: 0;
  }
  .p-course__zaiko .oneday .qa .qa-wrap .q {
    color: var(--course-main);
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .p-course__zaiko .oneday .qa .qa-wrap .a {
    font-size: 14px;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  .p-course__zaiko .oneday .qa .qa-wrap .a span {
    color: #85CBBF;
    font-size: 20px;
    font-weight: bold;
  }
  .p-course__shikaku {
    padding-bottom: 40px;
  }
  .p-course__shikaku #course03 {
    padding: 0 !important;
  }
  .p-course__shikaku #course03 li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-course__shikaku #course03 li > div {
    height: auto !important;
  }
  .p-course__shikaku .course03_img {
    width: 100%;
  }
  .p-course__shikaku .course03_txt {
    width: 100% !important;
    display: block;
    margin-top: 15px !important;
  }
  .p-course__shikaku .course03_c02 {
    background-color: var(--course-main) !important;
  }
  .p-course__shikaku.course-qualifications ul h4 {
    font-size: 16px !important;
  }
  .p-course__shikaku.course-qualifications ul p {
    font-size: 14px;
    text-align: right !important;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li:first-child {
    margin-top: 0;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li:before {
    content: none !important;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li h4 {
    font-size: 16px !important;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li h4:before {
    color: var(--course-main) !important;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li.no-icon:before {
    content: none !important;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li span {
    font-family: 'Oswald', sans-serif;
    color: var(--course-main) !important;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li span.style1 {
    font-size: 32px;
  }
  .p-course__shikaku.course-qualifications ul.goukaku li span.style3 {
    background-color: #EB6E95;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px;
  }
  .p-course__support {
    padding-bottom: 40px;
  }
  .p-course__support .block {
    margin-bottom: 20px;
    display: block;
  }
  .p-course__support .block .box {
    width: 100%;
    padding: 20px !important;
  }
  .p-course__support .block .box .ph {
    margin-bottom: 20px;
  }
  .p-course__support .block .box .ph img {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .p-course__support .block .box .text {
    font-size: 16px;
  }
  .p-course__support .block .box .text h4 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .p-course__support .block .box--number .ct {
    font-size: 24px;
  }
  .p-course__support .block .box--number .number {
    font-size: 100px;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    font-style: italic;
    color: #FC2889;
  }
  .p-course__support .block .box--number .number span {
    font-size: 60px;
  }
  .p-course__interview .step02__senpai {
    width: 46%;
  }
  .p-course__interview .step02__senpai img {
    width: 100%;
    height: auto;
  }
  .p-course__heisyu {
    margin-bottom: 60px;
  }
  .p-course__heisyu .inner {
    display: block;
  }
  .p-course__heisyu .inner .txt {
    display: block;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .p-course__heisyu .inner .txt h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-course__heisyu .inner .txt h4 small {
    font-size: 13px;
    display: block;
  }
  .p-course__heisyu .inner .txt h5 {
    margin: 20px auto;
  }
  .p-course__heisyu .inner .txt h5:before {
    position: absolute;
    bottom: -10px;
    width: 20px;
    height: 10px;
    background-color: var(--course-sub);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
  }
  .p-course__heisyu .inner .txt p {
    font-size: 14px;
  }
  .p-course__heisyu .inner .txt ul li {
    font-size: 14px;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .p-course__heisyu .inner .ph {
    display: block;
    width: 100%;
  }

  .page-nav {
    padding: 0 15px;
    margin-bottom: 40px;
    display: block;
  }
  .page-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -2%;
  }
  .page-nav ul li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
  }
  .page-nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  .page-nav ul li a {
    background-color: #FFF;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    color: var(--course-main);
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .l-kv {
    margin-bottom: 40px;
    display: block;
  }
  .l-kv .ph {
    width: 100%;
  }
  .l-kv .ph .ct {
    position: absolute;
    right: -6vw;
    bottom: -6vw;
  }
  .l-kv .ph .ct img {
    width: var(--course-ct-img-width);
    height: auto;
  }
  .l-kv .ph .icon {
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 80px;
  }
  .l-kv .txt {
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-kv .txt .point {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
  .l-kv .txt h1 {
    font-size: 26px;
    text-align: center;
    color: var(--course-main);
    text-shadow: 0px 0.15625vw 0.3125vw #fff;
    line-height: 1;
  }
  .l-kv .txt .job {
    margin-top: 15px;
  }
  .l-kv .txt .job ul {
    margin-bottom: 0.625vw;
    text-align: left;
  }
  .l-kv .txt .job ul:last-child {
    margin-bottom: 0;
  }
  .l-kv .txt .job ul li {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid var(--course-main);
    font-size: 12px;
    text-align: center;
    padding: 5px 7px;
  }
  .l-kv .txt .ct {
    font-size: 13px;
    margin-top: 20px;
  }
  .l-kv .txt .ct span {
    padding: 3px 10px;
    margin-bottom: 10px;
  }

  .c-title1 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .c-title2 {
    line-height: 1.4;
    font-size: 24px;
  }
  .c-title2 span.number {
    font-size: 40px;
  }
  .c-title2 span.underline {
    display: block;
  }

  #wrap {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrap .box {
    border: none;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
  }

  .modal-inner {
    display: block;
  }
  .modal-inner .txt {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .modal-inner .txt p {
    font-size: 16px;
    line-height: 1.6;
  }
  .modal-inner .ph {
    width: 100%;
  }
}
