@charset "UTF-8";
.sp, .sp-flex, .tab {
  display: none;
}

.heading02 {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.4;
  position: relative;
}
.heading02:before {
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
  content: "";
  background: #e66601;
}
@media screen and (min-width: 48em) {
  .heading02:before {
    bottom: -25px;
  }
}
@media screen and (min-width: 48em) {
  .heading02 {
    font-size: 3.2rem;
  }
}

.heading03 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .heading03 {
    font-size: 2rem;
  }
}

.heading04 {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .heading04 {
    font-size: 1.8rem;
  }
}

p {
  margin-bottom: 1.7em;
}

.ls {
  letter-spacing: -0.05em;
}

section {
  font-size: 1.4rem;
  padding: 30px 0 0;
}
@media screen and (min-width: 48em) {
  section {
    font-size: 1.6rem;
    padding: 80px 0 0;
  }
}
section a.underline {
  border-bottom: #e66601 1px solid;
  color: #e66601;
  display: inline-block;
}

.ttl-box {
  margin-bottom: 2.8em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ttl-box {
    margin-bottom: 5.5em;
  }
}

.bg-gray {
  background: #fafafa;
}

.bg-black {
  background: #000;
  color: #fff;
}

.bg-orange {
  background: #e66601;
  color: #fff;
}

.color-orange {
  color: #e66601;
}

.color-red {
  color: #de0909;
}

.line-orange {
  display: inline;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #f5c29a 50%);
}

.balloon {
  background: #de0909;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1;
  margin: 0.3em auto 0.8em;
  padding: 0.8em 1em;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 48em) {
  .balloon {
    margin: 0.3em auto 0.5em;
    padding: 0.8em 2.5em;
  }
}

.balloon:after {
  border: 7px solid transparent;
  border-top: 14px solid #de0909;
  content: "";
  left: 10%;
  position: absolute;
  top: 100%;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px 20px;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 30px;
  }
}
.container ul {
  list-style: disc;
  margin: 0 0 20px 20px;
}

.flexbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flexbox img {
  margin: 0 auto;
}
.flexbox__h-bottom {
  align-items: baseline;
}
.flexbox__h-center {
  align-items: center;
}
.flexbox__item {
  flex: 1;
}
@media screen and (min-width: 48em) {
  .flexbox__pc-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 64em) {
  .flexbox__tab-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-reverse {
    flex-direction: column-reverse;
  }
}
.flexbox__two-col {
  width: 46%;
  margin: 0 4% 15px;
}
@media screen and (min-width: 48em) {
  .flexbox__two-col {
    width: 48%;
    margin: 0 2% 35px;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox__two-col {
    width: 46%;
    margin: 0 4% 35px;
  }
}
.flexbox__two-col:nth-child(odd) {
  margin-left: 0;
}
.flexbox__two-col:nth-child(even) {
  margin-right: 0;
}
.flexbox__three-col {
  width: 31.3333%;
  margin: 0 1.5% 20px;
}
@media screen and (min-width: 48em) {
  .flexbox__three-col {
    width: 31.9333%;
    margin: 0 1% 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox__three-col {
    width: 31.3333%;
    margin: 0 1.5% 20px;
  }
}
.flexbox__three-col:first-child, .flexbox__three-col:nth-child(3n+1) {
  margin-left: 0;
}
.flexbox__three-col:nth-child(3n) {
  margin-right: 0;
}
.flexbox__four-col {
  width: 19.6%;
  margin: 0 3.6% 20px;
}
@media screen and (min-width: 48em) {
  .flexbox__four-col {
    width: 23%;
    margin: 0 1.3% 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .flexbox__four-col {
    width: 19.6%;
    margin: 0 3.6% 20px;
  }
}
.flexbox__four-col:first-child, .flexbox__four-col:nth-child(4n+1) {
  margin-left: 0;
}
.flexbox__four-col:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 64em) {
  .flexbox__tab-one {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-one {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-two-col {
    flex: none;
    width: 48%;
    margin: 0 2% 0;
  }
  .flexbox__sp-two-col:first-child, .flexbox__sp-two-col:nth-child(3n+1) {
    margin-left: auto;
  }
  .flexbox__sp-two-col:nth-child(3n) {
    margin-right: auto;
  }
  .flexbox__sp-two-col:nth-child(odd) {
    margin-left: 0;
  }
  .flexbox__sp-two-col:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .flexbox__sp-three-col {
    flex: none;
    width: 29.3333%;
    margin: 0 3% 5px;
  }
  .flexbox__sp-three-col:first-child, .flexbox__sp-three-col:nth-child(3n+1) {
    margin-left: 0;
  }
  .flexbox__sp-three-col:nth-child(3n) {
    margin-right: 0;
  }
}

.v-center {
  display: flex;
  align-items: center;
}

.v-a-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-navigation__link {
  background: url(https://uzuz-college.jp/wp/wp-content/themes/uzuz-college/assets/img/common/icon_arrow02.svg) 200px center no-repeat;
  background-size: 7px;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation__link {
    background: none;
    padding: 0 0.3em;
  }
}
@media screen and (min-width: 70em) {
  .main-navigation__link {
    padding: 0 0.9em;
  }
}
@media screen and (min-width: 80em) {
  .main-navigation__link {
    padding: 0 1.2em;
  }
}

.mainvisual {
  padding-top: 5.5em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .mainvisual {
    padding-top: 4.5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual {
    margin-top: 90px;
    padding: 53px 0 30px;
  }
}
.mainvisual .container {
  padding-bottom: 0;
}
.mainvisual__bg {
  background: url("images/mainvisual-sp.jpg") center no-repeat;
  background-size: cover;
  height: 250px;
  margin: 1em -2em;
}
@media screen and (min-width: 48em) {
  .mainvisual__bg {
    height: 400px;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__bg {
    background: url("images/mainvisual.jpg") center no-repeat;
    background-size: cover;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
  }
}
@media screen and (min-width: 1100px) {
  .mainvisual__bg {
    width: 50%;
  }
}
.mainvisual .heading02 {
  display: block;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  .mainvisual .heading02 {
    display: inline-block;
    font-size: 4rem;
  }
}
.mainvisual .heading02 .size-l {
  font-size: 3.5rem;
}
@media screen and (min-width: 48em) {
  .mainvisual .heading02 .size-l {
    font-size: 5.4rem;
  }
}
.mainvisual .heading02:before {
  display: none;
}
.mainvisual__copy {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 48em) {
  .mainvisual__copy {
    font-size: 1.8rem;
    margin-bottom: 0.2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__copy {
    margin-bottom: 1.1em;
  }
}
.mainvisual__txt {
  color: #888;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .mainvisual__txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__txt {
    margin-bottom: 3.2em;
  }
}
.mainvisual .bt {
  margin: 0 auto;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .bt {
    margin: 0;
  }
}

.value {
  background: url("images/bg_value.png") no-repeat;
  background-size: 290px;
  margin: 0;
  padding-top: 35px;
}
@media screen and (min-width: 48em) {
  .value {
    background-size: auto;
    height: 138px;
    margin: 0 0 0 -30px;
    width: 560px;
  }
  .cta .value {
    background: url("images/bg_value02.png") no-repeat;
    background-size: 540px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cta .value {
    height: 155px;
    margin: 0 0 0 -20px;
    width: 645px;
  }
}
.value .value-txt {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .value .value-txt {
    font-size: 1.4rem;
  }
  .cta .value .value-txt {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .value .value-txt {
    font-size: 1.8rem;
  }
  .cta .value .value-txt {
    font-size: 2.1rem;
  }
}
.value .value-txt .size-s {
  font-size: 1.2rem;
}
.value .value-txt .size-m {
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
}
@media screen and (min-width: 48em) {
  .value .value-txt .size-m {
    font-size: 2.2rem;
  }
  .cta .value .value-txt .size-m {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .value .value-txt .size-m {
    font-size: 3.4rem;
  }
  .cta .value .value-txt .size-m {
    font-size: 4rem;
  }
}
.value .value-txt .size-l {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
}
@media screen and (min-width: 48em) {
  .value .value-txt .size-l {
    font-size: 3rem;
  }
  .cta .value .value-txt .size-l {
    font-size: 3rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .value .value-txt .size-l {
    font-size: 4.6rem;
  }
  .cta .value .value-txt .size-l {
    font-size: 5.4rem;
  }
}

.cta {
  background-size: cover;
  padding: 3em 0;
}
@media screen and (min-width: 64.0625em) {
  .cta {
    padding: 4em 0;
  }
}
.cta.bg01 {
  background: #ffefcd url("images/bg_cta01.jpg") 60px 0 no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg01 {
    background: #ffefcd url("images/bg_cta01.jpg") right center no-repeat;
  }
}
.cta.bg02 {
  background: #ffefcd url("images/bg_cta02.jpg") 350px center no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg02 {
    background: #ffefcd url("images/bg_cta02.jpg") right center no-repeat;
  }
}
.cta.bg03 {
  background: #ffefcd url("images/bg_cta03.jpg") 120px 0 no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg03 {
    background: #ffefcd url("images/bg_cta03.jpg") right center no-repeat;
  }
}
.cta.bg04 {
  background: #ffefcd url("images/bg_cta04.jpg") 250px center no-repeat;
}
@media screen and (min-width: 64.0625em) {
  .cta.bg04 {
    background: #ffefcd url("images/bg_cta04.jpg") right center no-repeat;
  }
}
.cta .heading03 {
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.step {
  background: url("images/bg_step.svg") 35px 16px no-repeat;
  counter-reset: item;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
  list-style-type: none;
  margin: 0 auto 2em;
  padding: 0;
  text-align: center;
  width: 290px;
}
@media screen and (min-width: 48em) {
  .step {
    background: url("images/bg_step01.svg") left 32px top 24px no-repeat;
    background-size: 640px;
    font-size: 1.4rem;
    margin: 0 auto 4.8em;
    width: 708px;
  }
}
@media screen and (min-width: 64.0625em) {
  .step {
    background: url("images/bg_step01.svg") left 80px top 24px no-repeat;
    background-size: 820px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin: 0 auto 4.8em;
    width: 950px;
  }
}
@media screen and (min-width: 80em) {
  .step {
    background: url("images/bg_step01.svg") left 58px top 23px no-repeat;
    background-size: 1020px;
    width: 1155px;
  }
}
.step .size-s {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .step .size-s {
    font-size: 1.4rem;
  }
}
.step__item {
  padding: 56px 0 4px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .step__item {
    padding: 65px 0 0;
  }
}
.step__item:before {
  background: #fff;
  border: #e66601 3px solid;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  padding-top: 12px;
  position: absolute;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 48em) {
  .step__item:before {
    font-size: 2.4rem;
    padding-top: 4px;
  }
}
.step__img {
  align-items: center;
  background: #fafafa;
  display: flex;
  height: 160px;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .step__img {
    height: 200px;
  }
}
.step__img-ill {
  height: 80px;
  width: auto;
}
@media screen and (min-width: 64.0625em) {
  .step__img-ill {
    height: auto;
  }
}
.step__img-ill.type02 {
  height: 50px;
}
@media screen and (min-width: 64.0625em) {
  .step__img-ill.type02 {
    height: auto;
  }
}

.step-txt-box .flexbox__two-col {
  margin-bottom: 0;
}
.step-txt-box .step {
  background: none;
  line-height: 1.8;
  margin: 0;
  text-align: left;
  width: auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 48em) {
  .step-txt-box .step {
    font-size: 1.6rem;
  }
}
.step-txt-box .step__item {
  padding: 0;
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .step-txt-box .step__item {
    margin-bottom: 5.5em;
  }
}
.step-txt-box .step__item:before {
  line-height: 1.4;
  margin-left: 0;
  padding-top: 4px;
  text-align: center;
  height: 36px;
  width: 36px;
}
@media screen and (min-width: 48em) {
  .step-txt-box .step__item:before {
    font-size: 2.4rem;
    height: 50px;
    width: 50px;
  }
}
.step-txt-box .step__item .heading03 {
  display: inline-block;
  line-height: 1;
  margin: 1.5em 0 1.3em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .step-txt-box .step__item .heading03 {
    display: block;
    font-size: 1.8rem;
  }
}
.step-txt-box .step__item.step__last {
  background: url("images/bg_step03.png") right 2.5em top 25px no-repeat;
  padding: 1.5em;
}
@media screen and (min-width: 48em) {
  .step-txt-box .step__item.step__last {
    padding: 2.3em;
  }
}
.step-txt-box .step__item.step__last .heading03 {
  margin: 0 0 1.5em;
}
.step-txt-box .step__txt {
  margin: 0;
}

/* モーダルCSS */
.modalArea {
  display: none;
  height: 100%;
  left: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
.modalArea .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 239, 205, 0.8);
}
.modalArea .modalWrapper {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  height: 80%;
  left: 50%;
  max-width: 1170px;
  overflow: auto;
  padding: 2em 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
@media screen and (min-width: 48em) {
  .modalArea .modalWrapper {
    padding: 3em 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .modalArea .modalWrapper {
    padding: 5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .modalArea .ttl-box {
    margin-bottom: 7em;
  }
}
.modalArea .closeModal {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.modalArea .closeModal .size-l {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .modalArea .closeModal .size-l {
    font-size: 4.5rem;
  }
}

.loop-wrap {
  display: flex;
  overflow: hidden;
}
.loop-wrap__inner {
  display: flex;
  width: auto;
  height: 100%;
}
.loop-wrap__inner:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop-wrap__inner:last-child {
  animation: loop2 50s linear infinite;
}
.loop-wrap__inner .media-logo {
  width: 50vw;
}
@media screen and (min-width: 48em) {
  .loop-wrap__inner .media-logo {
    width: 16.6666666667vw;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.cont-logo .heading03 {
  letter-spacing: 0.08em;
  margin-bottom: 1.9em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cont-logo .heading03 {
    font-size: 2.4rem;
  }
}

.circle {
  background: #fff;
  border: #f2f2f2 1px solid;
  border-radius: 50%;
  height: 138px;
  margin: 0 auto 1em;
  text-align: center;
  width: 138px;
}
@media screen and (min-width: 48em) {
  .circle {
    height: 220px;
    margin: 0 auto 4.2em;
    width: 220px;
  }
}
@media screen and (min-width: 80em) {
  .circle {
    height: 360px;
    width: 360px;
  }
}

.cont01 .container {
  background: url("images/bg_cont01-04.svg") right -1em bottom 0.8em no-repeat, url("images/bg_cont01-05.png") left -3.5em top -3.5em no-repeat, #fff7e7;
  background-size: 140px, 220px, auto;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 1.5em 1em;
  padding: 1.5em;
  width: auto;
}
@media screen and (min-width: 48em) {
  .cont01 .container {
    background-size: 200px, 300px, auto;
    margin: 0 1.5em 6.4em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont01 .container {
    background-size: auto;
    padding: 4.8em 12em;
  }
}
@media screen and (min-width: 1380px) {
  .cont01 .container {
    margin: 0 auto 6.4em;
  }
}
.cont01 .ttl-box {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .cont01 .ttl-box {
    margin-bottom: 0.6em;
  }
}
.cont01__txt {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cont01__txt {
    font-size: 3.8rem;
    line-height: 1.1;
    margin: 0 auto 1em;
  }
}
.cont01__txt .size-l {
  font-size: 2.6rem;
}
@media screen and (min-width: 48em) {
  .cont01__txt .size-l {
    font-size: 4.4rem;
  }
}
.cont01 .campaign-ttl {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 48em) {
  .cont01 .campaign-ttl {
    font-size: 3.2rem;
  }
}
.cont01 .campaign-ttl .en {
  background: url("images/bg_cont01-02.svg") left center no-repeat, url("images/bg_cont01-03.svg") right center no-repeat;
  color: #e66601;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  padding: 6px 20px 0;
}
@media screen and (min-width: 48em) {
  .cont01 .campaign-ttl .en {
    font-size: 1.6rem;
  }
}
.cont01 .campaign-ttl .bg-orange {
  padding: 3px;
}
.cont01 .campaign-ttl:before {
  display: none;
}
.cont01__img {
  width: 160px;
}
@media screen and (min-width: 64.0625em) {
  .cont01__img {
    width: auto;
  }
}
.cont01 .heading03 {
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 {
    font-size: 2.4rem;
    line-height: 2.6;
  }
}
.cont01 .heading03 .size-l {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .cont01 .heading03 .size-l {
    font-size: 2.8rem;
  }
}
.cont01 .heading03 img {
  display: inline-block;
}
.cont01 .heading04 {
  line-height: 1.4;
  margin-bottom: 1.3em;
}
.cont01 .heading04 .line-orange {
  display: inline-block;
  padding: 0 0.4em 0 0;
}
.cont01 ul {
  margin-bottom: 0.8em;
}

@media screen and (min-width: 48em) {
  .cont02 {
    padding-bottom: 4.2em;
  }
}
.cont02__img-ill {
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .cont02__img-ill {
    width: auto;
  }
}
.cont02__caption {
  line-height: 1.6;
  margin: 0 auto;
  max-width: 280px;
  padding-top: 1.3em;
}
@media screen and (min-width: 48em) {
  .cont02__caption {
    font-size: 1.8rem;
    max-width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .cont03 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont03__txt {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 1.2em;
  padding: 0.6em 0;
}
@media screen and (min-width: 48em) {
  .cont03__txt {
    font-size: 1.4rem;
    padding: 1.5em 0 1em;
  }
}
@media screen and (min-width: 80em) {
  .cont03__txt {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 2.6em 0 0.8em;
  }
}
.cont03__txt .no {
  color: #e66601;
  display: block;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 48em) {
  .cont03__txt .no {
    font-size: 2.2rem;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 80em) {
  .cont03__txt .no {
    font-size: 3.4rem;
  }
}
.cont03__img {
  margin: 0 auto;
}
.cont03__img-ill {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 48em) {
  .cont03__img-ill {
    height: 60px;
  }
}
@media screen and (min-width: 80em) {
  .cont03__img-ill {
    height: auto;
  }
}
@media screen and (min-width: 48em) {
  .cont03.type02 {
    padding-bottom: 5em;
  }
}
.cont03.type02 .flexbox {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont03.type02 .flexbox {
    margin-bottom: 6.5em;
  }
}
.cont03.type02 .flexbox.tb-type02 {
  margin-bottom: 2em;
}
.cont03.type02 .cont03__img-ill02 {
  margin: 0 auto 1.5em;
  max-width: 300px;
}
@media screen and (min-width: 48em) {
  .cont03.type02 .cont03__img-ill02 {
    margin: 0 2em 0 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont03.type02 .cont03__img-ill02 {
    margin-right: 3em;
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .cont03.type02 .cont03__img-ill02 {
    margin-right: 5em;
    max-width: 722px;
  }
}
.cont03.type02 .cont03__txt02 {
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 1em;
}
@media screen and (min-width: 64.0625em) {
  .cont03.type02 .cont03__txt02 {
    line-height: 2.5;
    margin: 2.3em 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont03 .ap--kf__tb__tbx__one {
    padding: 2.4em 5px;
  }
  .cont03 .ap--kf__tb__row__one__p {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.2;
  }
}

@media screen and (min-width: 48em) {
  .cont04 .txt-box {
    flex: 1;
    margin-right: 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont04 .txt-box {
    margin-right: 5em;
  }
}
@media screen and (min-width: 48em) {
  .cont04 .flexbox__pc-reverse .txt-box {
    flex: 1;
    margin-left: 2em;
    margin-right: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont04 .flexbox__pc-reverse .txt-box {
    margin-left: 5em;
  }
}
.cont04__img {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont04__img {
    margin-bottom: 5.5em;
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .cont04 .ttl-box {
    margin-bottom: 7.5em;
  }
}
.cont04 .heading03 {
  margin-bottom: 0.6em;
}
.cont04 .heading03 .no {
  border-bottom: #e66601 2px solid;
  color: #e66601;
  display: block;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 48em) {
  .cont04 .heading03 .no {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 80em) {
  .cont04 .heading03 .no {
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 48em) {
  .cont05 {
    padding: 90px 0 65px;
  }
}
.cont05 .copy {
  background: linear-gradient(120deg, #78cad3 30%, #238191);
  display: inline-block;
  margin-bottom: 2em;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .cont05 .copy {
    align-items: center;
    display: flex;
    margin-bottom: 5em;
    padding: 0 30px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont05 .copy {
    height: 500px;
    margin-bottom: 5em;
    padding: 0 90px;
  }
}
.cont05 .copy__txt {
  color: #fff;
  font-size: 1.4rem;
  margin: 1em 0;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 48em) {
  .cont05 .copy__txt {
    font-size: 1.8rem;
  }
}
.cont05 .copy__txt .size-m {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 48em) {
  .cont05 .copy__txt .size-m {
    font-size: 3rem;
  }
}
.cont05 .copy__txt .size-l {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .cont05 .copy__txt .size-l {
    font-size: 3rem;
    line-height: 1.7;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont05 .copy__txt .size-l {
    font-size: 4rem;
  }
}
.cont05__txt {
  font-size: 1.4rem;
}
.cont05__img {
  margin: 0 auto;
  width: 180px;
}
@media screen and (min-width: 48em) {
  .cont05__img {
    bottom: 0;
    right: 20px;
    position: absolute;
    width: 340px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont05__img {
    bottom: 0;
    right: 50px;
    position: absolute;
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .cont05 .ttl-box {
    margin-bottom: 7em;
  }
}
.cont05 .ttl-box.type02 {
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont05 .ttl-box.type02 {
    margin-bottom: 4.5em;
  }
}
.cont05 .ap--kf__tb {
  margin-bottom: 15px;
}

@media screen and (min-width: 48em) {
  .cont06 {
    padding-bottom: 1.2em;
  }
}
.cont06 .ttl-box {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .cont06 .ttl-box {
    margin-bottom: 3.8em;
  }
}
.cont06 .heading02 {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 48em) {
  .cont06 .heading03 {
    margin-bottom: 0.8em;
  }
}
.cont06__txt {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 64.0625em) {
  .cont06__txt {
    margin: 0 1em 2.8em;
  }
}
.cont06__img {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
}
@media screen and (min-width: 64.0625em) {
  .cont06__img {
    height: 240px;
  }
}
.cont06__img-ill {
  height: 50px;
  width: auto;
}
@media screen and (min-width: 64.0625em) {
  .cont06__img-ill {
    height: auto;
  }
}

@media screen and (min-width: 48em) {
  .cont07 {
    padding-top: 8em;
  }
}
@media screen and (min-width: 48em) {
  .cont07 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont07__img {
  margin-bottom: 0.8em;
}
.cont07__txt {
  border-bottom: #e66601 2px solid;
  line-height: 2.5;
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cont07__txt {
    font-size: 1.8rem;
  }
}
.cont07__name {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.2em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .cont07__name {
    font-size: 2rem;
  }
}
.cont07 .bt {
  margin-bottom: 3em;
  width: auto;
}
@media screen and (min-width: 48em) {
  .cont07 .bt {
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 22.5em) {
  .cont07 .bt .bt-txt {
    min-width: 78px;
    text-align: center;
  }
}
@media screen and (min-width: 23.125em) {
  .cont07 .bt .bt-txt {
    min-width: 90px;
  }
}
@media screen and (min-width: 400px) {
  .cont07 .bt .bt-txt {
    min-width: 110px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont07 .bt .bt-txt {
    min-width: 100px;
  }
}
@media screen and (min-width: 80em) {
  .cont07 .bt .bt-txt {
    min-width: 150px;
  }
}

@media screen and (min-width: 48em) {
  .cont08 .ttl-box {
    margin-bottom: 7.2em;
  }
}

@media screen and (min-width: 48em) {
  .cont09 {
    padding-bottom: 4.2em;
  }
}
@media screen and (min-width: 48em) {
  .cont09 .ttl-box {
    margin-bottom: 7.2em;
  }
}

@media screen and (min-width: 48em) {
  .cont10 {
    padding-bottom: 5.2em;
  }
}
@media screen and (min-width: 48em) {
  .cont10 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont10 .faq-box {
  background: #fff7e7;
  line-height: 1.6;
  margin-bottom: 5px;
  padding: 1.5em;
}
@media screen and (min-width: 48em) {
  .cont10 .faq-box {
    margin-bottom: 10px;
    padding: 1.5em 2em;
  }
}
.cont10 .faq-box .faq-q {
  color: #e66601;
  padding: 0 0 1.2em 1.8em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .cont10 .faq-box .faq-q {
    font-size: 1.6rem;
  }
}
.cont10 .faq-box .faq-q:before {
  content: "Q.";
  left: 0;
  position: absolute;
}
.cont10 .faq-box .faq-a {
  margin: 0;
  padding: 0 0 0 1.8em;
  position: relative;
}
.cont10 .faq-box .faq-a:before {
  content: "A.";
  left: 0;
  position: absolute;
}

@media screen and (min-width: 48em) {
  .cont11 {
    padding-bottom: 3.8em;
  }
}
@media screen and (min-width: 48em) {
  .cont11 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont11__txt {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em) {
  .cont12 {
    margin-bottom: 5.6em;
  }
}
@media screen and (min-width: 48em) {
  .cont12 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont12 .form-box {
  border: #e66601 2px solid;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .cont12 .form-box {
    padding: 50px;
  }
}
.cont12 .form-box iframe {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .cont13 {
    padding-bottom: 3.6em;
  }
}
@media screen and (min-width: 48em) {
  .cont13 .ttl-box {
    margin-bottom: 7.2em;
  }
}
.cont13 .flexbox {
  color: #fff;
  text-align: center;
}
.cont13 .flexbox .flexbox__three-col {
  padding: 1.8em 1em;
}
.cont13 .heading03 {
  line-height: 1.4;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 64.0625em) {
  .cont13 .heading03 {
    font-size: 2.4rem;
  }
}
.cont13__txt {
  margin-bottom: 1.8em;
}
.cont13 .bg01 {
  background: #ccc url("images/img_cont13-01.jpg") center no-repeat;
  background-size: cover;
}
.cont13 .bg02 {
  background: #ccc url("images/img_cont13-02.jpg") center no-repeat;
  background-size: cover;
}
.cont13 .bg03 {
  background: #ccc url("images/img_cont13-03.jpg") center no-repeat;
  background-size: cover;
}
.cont13 .bt-white {
  background: url("https://uzuz-college.jp/wp/wp-content/themes/uzuz-college/assets/img/common/icon_arrow.svg") right 20px center no-repeat;
  background-size: 10px;
  border: #fff 3px solid;
  color: #fff;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  max-width: 246px;
  padding: 0.8em 2em 0.8em 1em;
  transition: 0.2s;
}
.cont13 .bt-white:hover {
  background: #238191 url("https://uzuz-college.jp/wp/wp-content/themes/uzuz-college/assets/img/common/icon_arrow.svg") right 17px center no-repeat;
  background-size: 10px;
  border: #238191 3px solid;
}

.cont14 .heading02 {
  margin-bottom: 1.4em;
}

/* table */
.ap--kf__tb {
  background-color: #fff;
  margin: 0 0 30px;
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb {
    background-color: transparent;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 0;
  }
}
.ap--kf__tb p {
  margin: 0;
}
.ap--kf__tb .size-l {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb .size-l {
    font-size: 2.4rem;
  }
}

.ap--kf__tb__tbx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx {
    width: 75.1%;
    margin: 0 0 0 auto;
  }
  .no-ttl .ap--kf__tb__tbx {
    width: 100%;
  }
}

.ap--kf__tb__tbx__one {
  border-left: #fafafa 1px solid;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0.8em 5px;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__one {
    border-bottom: #fafafa 2px solid;
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
    padding: 1.7em 5px;
  }
}
.ap--kf__tb__tbx__one._sv {
  background-color: #ffefcd;
  font-weight: bold;
}
.ap--kf__tb__tbx__one._sv._uzuz {
  background-color: #e66601;
  color: #fff;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__one._sv._uzuz {
    border-bottom: #e66601 2px solid;
    border-left: #e66601 2px solid;
    border-right: #e66601 2px solid;
  }
}

.ap--kf__tb__tbx__sn {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__sn {
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.ap--kf__tb__tbx__pl {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__tbx__pl {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .ap--kf__tb__tbx__pl .size-s {
    font-size: 1.4rem;
  }
}
.ap--kf__tb__tbx__pl img {
  height: 10px;
}
@media screen and (min-width: 23.125em) {
  .ap--kf__tb__tbx__pl img {
    height: 12px;
  }
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__tbx__pl img {
    height: auto;
  }
}

.ap--kf__tb__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

.ap--kf__tb__row__one {
  align-content: center;
  align-items: start;
  color: #888;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  line-height: 1.6;
  padding: 0.8em 5px;
  vertical-align: top;
  width: 33%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one {
    background: #fff;
    border-bottom: #fafafa 2px solid;
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
    flex: 1;
    padding: 1.6em 5px;
    width: auto;
  }
}
.ap--kf__tb__row__one.align-l {
  justify-content: start;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one.align-l {
    padding-left: 1.8em;
    padding-right: 1.8em;
  }
}
.ap--kf__tb__row__one._t {
  background: #fbe1cd;
  width: 100%;
  padding: 0.3em;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._t {
    align-items: center;
    background: #f1f1f1;
    line-height: 1.3;
  }
}
.ap--kf__tb__row__one._t .size-m {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__row__one._t .size-m {
    font-size: 1.4rem;
  }
}
.ap--kf__tb__row__one._c {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._c {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.ap--kf__tb__row__one._uzuz {
  color: #e66601;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._uzuz {
    border-left: #e66601 2px solid;
    border-right: #e66601 2px solid;
  }
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one._uzuz.last {
    border-bottom: #e66601 2px solid;
  }
}
.ap--kf__tb__row__one._uzuz s {
  color: #888;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__row__one._uzuz s {
    font-size: 1.2rem;
  }
}
.ap--kf__tb__row__one._ai-c {
  align-items: center;
}

.ap--kf__tb__row__one__ttl {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .ap--kf__tb__row__one__ttl {
    font-size: 1.6rem;
  }
  .modalContents .ap--kf__tb__row__one__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one__ttl {
    width: 100%;
  }
}

.ap--kf__tb__row__one__p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb__row__one__p {
    font-size: 1.4rem;
  }
}
.align-l .ap--kf__tb__row__one__p {
  text-align: left;
}

@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__tbx {
    width: 67.1%;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one {
  color: #000;
  width: 50%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one {
    width: auto;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one._t {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one._t {
    flex: none;
    width: 33%;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one._c {
  border-right: none;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one._c {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.ap--kf__tb.three-col .ap--kf__tb__row__one.connect {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one.connect {
    width: auto;
  }
}

.ap--kf__tb.two-col .ap--kf__tb__row__one {
  color: #000;
  width: 50%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.two-col .ap--kf__tb__row__one {
    width: auto;
  }
}

.ap--kf__tb.three-col .ap--kf__tb__row__one {
  width: 50%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.three-col .ap--kf__tb__row__one {
    width: auto;
  }
}

@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__tbx {
    width: 100%;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one {
  color: #000;
  width: 25%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one {
    width: auto;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one._t {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one._t {
    flex: none;
    width: 25%;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one._c {
  border-right: none;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one._c {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.ap--kf__tb.four-col .ap--kf__tb__row__one.connect {
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .ap--kf__tb.four-col .ap--kf__tb__row__one.connect {
    width: auto;
  }
}

.tb-type02 {
  margin-bottom: 1em;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .tb-type02 .ap--kf__tb__tbx__one {
    padding: 0 5px;
    min-height: 60px;
  }
}
@media screen and (min-width: 64.0625em) {
  .tb-type02 .ap--kf__tb__tbx__one {
    padding: 1.7em 5px;
  }
}
.tb-type02 .ap--kf__tb__row__one {
  background: #fff;
  color: #000;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .tb-type02 .ap--kf__tb__row__one {
    border-left: #eee 1px solid;
  }
}
@media screen and (min-width: 64.0625em) {
  .tb-type02 .ap--kf__tb__row__one {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}
.tb-type02 .ap--kf__tb__row__one__p {
  margin: 0;
}
.tb-type02 .flexbox__item:first-child .ap--kf__tb__row__one {
  border: none;
}
@media screen and (min-width: 64.0625em) {
  .tb-type02 .flexbox__item:first-child .ap--kf__tb__row__one {
    border-left: #fafafa 1px solid;
    border-right: #fafafa 1px solid;
  }
}

/* footer */
.footer {
  background: #e66601;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  padding: 2em 0 2.5em;
}
.footer a {
  color: #fff;
}
.footer__link {
  color: #fff;
  text-decoration: underline;
}
.footer__navi {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .footer__navi {
    text-align: right;
  }
}

/* thanks */
.thanks {
  background: #d4f3f8;
}
.thanks .heading02 {
  border: none;
}
.thanks__txt {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .thanks__txt {
    font-size: 1.6rem;
  }
}
.thanks .thanks-cont {
  padding: 100px 0 60px;
}
@media screen and (min-width: 48em) {
  .thanks .thanks-cont {
    padding: 200px 0;
  }
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

@media only screen and (max-width: 64em) and (min-width: 48em) {
  .tab {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .tab-one-col {
    flex: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .pc {
    display: none;
  }

  .pc-only {
    display: none;
  }

  .sp {
    display: block;
  }

  .txt-sp-r {
    text-align: right !important;
  }

  .txt-sp-c {
    text-align: center !important;
  }

  .txt-sp-l {
    text-align: left !important;
  }

  .sp-one-col {
    flex: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
