@charset "UTF-8";
h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(18px, 1.25vw, 24px);
  color: #313B9A;
  padding-bottom: 5px;
  border-bottom: solid 1px #313B9A;
  margin-bottom: 1.4vw;
}

h2, h3, h4 {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

span {
  display: block;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.-flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .-flex {
    display: block;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
/*====================================================
section#lead
====================================================*/
section#lead .-inner {
  position: relative;
}

section#lead .-inner .-ic {
  width: 100%;
  height: 32.9vw;
}

section#lead .-inner .-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section#lead .-inner .-ttl .-image {
  width: 16.62vw;
  height: 13.5vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#lead .-inner .-ic {
    width: 100%;
    height: 30vw;
  }
  section#lead .-inner .-ic img {
    -o-object-position: left;
    object-position: left;
  }
  section#lead .-inner .-ttl {
    position: absolute;
    top: 62%;
  }
  section#lead .-inner .-ttl .-image {
    width: auto;
    height: 120px;
  }
  section#lead .-inner .-ttl .-image img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  section#lead .-inner .ic {
    width: 100%;
    height: 46vw;
  }
  section#lead .inner .ic img {
    -o-object-position: left;
    object-position: left;
  }
  section#lead .-inner .-ttl .-image {
    width: auto;
    height: 25vw;
  }
  section#lead .-inner .-ttl .-image img {
    width: auto;
  }
}
/*====================================================
section#mv
====================================================*/
section#mv {
  position: relative;
}

section#mv .-inner .-flex {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

section#mv .-inner .-flex .-link {
  border: solid 1px #20208B;
  background: #FFFFFF;
  width: 227px;
  height: 51px;
  position: relative;
  border-radius: 4px;
  top: 2.82vw;
  right: 2.66vw;
}

section#mv .-inner .-flex .-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #313B9A;
  font-weight: 700;
}

section#mv .-inner .-flex .-link a img {
  width: 31px;
  height: 31px;
  margin-right: 15px;
}

section#mv .-inner .-flex .-link a::after {
  content: "";
  background: url("../img/arrow_b9a.svg") center no-repeat;
  background-size: 100%;
  width: 6.5px;
  height: 11.5px;
  margin-left: 15px;
}

section#mv .-inner .-flex .-link:before {
  content: "";
  width: 3px;
  height: 2.82vw;
  background: #20208B;
  position: absolute;
  bottom: 52px;
  left: 38px;
}

section#mv .-inner .-flex .-link:after {
  content: "";
  width: 3px;
  height: 2.82vw;
  background: #20208B;
  position: absolute;
  bottom: 52px;
  right: 38px;
}

section#mv .-inner .-flex .-link.-res {
  margin-left: 1.93vw;
}

section#mv .-inner .-flex .-link.-res a img {
  width: 33px;
  height: 33px;
}

section#mv .-inner .-flex .-link:hover {
  transition: 0.7s;
  top: 3.5vw;
}

section#mv .-inner .-flex .-link:hover:before, section#mv .-inner .-flex .-link:hover:after {
  height: 3.5vw;
}

@media screen and (max-width: 767px) {
  section#mv {
    overflow: hidden;
  }
  section#mv .-inner .-flex {
    position: fixed;
    top: initial;
    display: flex;
    bottom: 0;
    width: 100%;
    z-index: 101;
  }
  section#mv .-inner .-flex .-link {
    width: 50%;
    height: 50px;
    top: 0;
    right: 0;
    border-radius: 0;
  }
  section#mv .-inner .-flex .-link:before, section#mv .-inner .-flex .-link:after {
    display: none;
  }
  section#mv .-inner .-flex .-link a {
    font-size: 14px;
  }
  section#mv .-inner .-flex .-link a img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  section#mv .-inner .-flex .-link a:after {
    background-size: 100%;
    width: 7px;
    height: 14px;
    margin-left: 10px;
  }
  section#mv .-inner .-flex .-link.-res {
    margin-left: 0;
  }
  section#mv .-inner .-flex .-link.-res a img {
    width: 26px;
    height: 25px;
  }
}
/*====================================================
section#school01
====================================================*/
section#school01 .inner {
  padding-top: 6.8vw;
  position: relative;
}

section#school01 .inner::before {
  content: "";
  background: url(../img/corse01_top-bg.svg) center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 35vw;
  position: absolute;
  top: 0;
  z-index: -1;
}

section#school01 .inner::after {
  content: "";
  background: url(../img/treatment01_bg.svg) center no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 61vw;
  position: absolute;
  top: 22vw;
  z-index: -1;
}

section#school01 .inner .ttl-box .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 53px;
  margin: 0 auto 20px;
}

section#school01 .inner .ttl-box .icon img {
  width: auto;
}

section#school01 .inner .ttl-box h2 {
  font-size: clamp(24px, 1.88vw, 36px);
  letter-spacing: 1px;
  border: none;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 2.95vw;
}

section#school01 .inner .ttl-box h2 span {
  font-size: clamp(16px, 1.05vw, 20px);
  font-weight: 300;
  padding: 0.85vw 4vw 0;
  margin-top: 0.85vw;
  border-top: solid 1px #313B9A;
  color: #898989;
}

section#school01 .inner .ic {
  width: 48vw;
  height: 32vw;
  margin: 0 auto;
}

section#school01 .inner .box {
  width: 57.3%;
  margin: 0 auto;
  background: #F6E7DA;
  padding: 4vw 5.73vw;
  border-radius: 0 2.6vw;
  margin-top: 4.5vw;
  box-sizing: border-box;
}

section#school01 .inner .box .txt-h3 {
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1.5vw;
}

section#school01 .inner .box .txt-p {
  line-height: 1.5em;
  letter-spacing: 0.1vw;
  text-align: center;
}
section#school01 .inner .box .txt-p:nth-child(n+2) {
  margin-top: 1vw;
}

section#school01 .inner .box.b2 {
  margin-top: 3.5vw;
  background: #F6DAE9;
}

section#school01 .inner .box.b2 h3 span {
  display: initial;
}

section#school01 .inner .img-box {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2vw 2%;
  width: 57.3%;
  margin: 0 auto;
  margin-bottom: 3.5vw;
}
section#school01 .inner .img-box .ic {
  width: 32%;
  height: 15vw;
  overflow: clip;
  border-radius: 0.5vw;
}

/* ==== 外枠:はみ出た部分を隠す ==== */
section#school01 .inner .marquee {
  width: 57.3%;
  margin: 0 auto;
  margin-bottom: 3.5vw;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}

section#school01 .inner .marquee.ready {
  opacity: 1;
}

/* ==== 実際に流れる行 ==== */
section#school01 .inner .track {
  display: flex;
  align-items: center;
  gap: 1.2vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  /* 初期状態はアニメーションなし。JSで幅を計算し終えてから付与する */
}

section#school01 .inner .track.ready {
  -webkit-animation: scroll 55s linear infinite;
          animation: scroll 55s linear infinite;
}

section#school01 .inner .track img {
  height: 15vw;
  width: auto;
  border-radius: 0.5vw;
  display: block;
  flex: 0 0 auto;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* %ではなく、JSで計算したpx距離(--shift)を使う */
@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--shift, 0px)));
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--shift, 0px)));
  }
}
@media (prefers-reduced-motion: reduce) {
  section#school01 .inner .track.ready {
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 767px) {
  section#school01 .inner {
    padding-top: 30px;
  }
  section#school01 .inner::after {
    content: "";
    background: url(../img/treatment01_bg.svg) center no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 61vw;
    position: absolute;
    top: 62vw;
    z-index: -1;
  }
  section#school01 .inner .ttl-box h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  section#school01 .inner .ttl-box h2 span {
    padding: 5px 50px;
    margin-top: 5px;
    font-size: 14px;
  }
  section#school01 .inner .box {
    border-radius: 0 25px;
    padding: 40px 20px;
    width: 85%;
    margin-top: 40px;
    box-sizing: border-box;
  }
  section#school01 .inner .box .txt-h3 {
    margin-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  section#school01 .inner .box .txt-h3 span {
    display: none;
  }
  section#school01 .inner .box .txt-h4 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 0 10px;
    font-weight: 400;
  }
  section#school01 .inner .box .txt-p {
    font-size: 14px;
    text-align: start;
  }
  section#school01 .inner .box .txt-p br {
    display: none;
  }
  section#school01 .inner .box .txt-p:nth-child(n+2) {
    margin-top: 20px;
  }
  section#school01 .inner .box .txt-m {
    font-size: 18px;
    margin-top: 30px;
  }
  section#school01 .inner .box .list {
    margin-top: 20px;
  }
  section#school01 .inner .box .list li {
    margin: 0;
    width: 100%;
    line-height: 1.5em;
    padding-left: 18px;
  }
  section#school01 .inner .box .txt-e {
    text-align: start;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
  }
  section#school01 .inner .box ul li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  section#school01 .inner .box.b1 .txt-h3 {
    line-height: 1.4em;
    margin-top: 0;
  }
  section#school01 .inner .box.b1 .txt-h3 span {
    display: none;
  }
  section#school01 .inner .box.b1 .-image {
    width: 80%;
    height: auto;
    margin: 20px auto 0;
  }
  section#school01 .inner .box.b1 .list {
    margin: 0;
  }
  section#school01 .inner .box.b1 .list li {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
  }
  section#school01 .inner .box.b2 {
    margin-top: 40px;
  }
  section#school01 .inner .box.b2 .txt-h3 {
    line-height: 1.4em;
    margin-top: 0;
  }
  section#school01 .inner .box.b2 .txt-h3 span {
    display: none;
  }
  section#school01 .inner .box.b2 .txt-m {
    margin-top: 10px;
  }
  section#school01 .inner .box.b2 .list {
    margin: 0;
  }
  section#school01 .inner .box.b2 .list li {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
  }
  section#school01 .inner .img-box {
    width: 85%;
    margin-bottom: 0;
  }
  section#school01 .inner .img-box .ic {
    width: 32%;
    height: 21vw;
    overflow: clip;
    border-radius: 5px;
  }
  section#school01 .inner .marquee {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }
  section#school01 .inner .track {
    gap: 10px;
  }
  section#school01 .inner .track.ready {
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
  }
  section#school01 .inner .track img {
    height: 31vw;
    border-radius: 5px;
  }
}
/*====================================================
section#school02
====================================================*/
section#school02 {
  background: url(../img/treatment_session-bg.svg) center no-repeat;
  background-position: top;
  background-size: cover;
}

section#school02 .inner {
  width: 67.71%;
  margin: 0 auto;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

section#school02 .ttl-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: url(../img/treatment_h2-bg.svg) center no-repeat;
  background-size: cover;
  padding: 1.2vw 4.05vw;
  border-radius: 0 5.21vw 0 5.21vw;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: 4vw;
}

section#school02 .ttl-box .txt-h2 {
  border: none;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
}

section#school02 .ttl-box .txt-h2 span {
  color: #FFFFFF;
  text-align: start;
  border-top: solid 1px #FFFFFF;
  font-weight: 300;
  padding-top: 0.5vw;
  margin-top: 0.5vw;
  box-sizing: border-box;
  text-align: center;
}

section#school02 .box {
  display: flex;
  justify-content: space-between;
}

section#school02 .box .img-box {
  width: 35%;
  height: 31vw;
}

section#school02 .box .txt-box {
  width: 55%;
}

section#school02 .box .txt-box .item {
  margin-bottom: 2vw;
}

section#school02 .box .txt-box .txt-h4 {
  font-weight: 700;
  margin-bottom: 1vw;
}

section#school02 .box .txt-box .txt-p {
  line-height: 1.5em;
  font-weight: 400;
  text-align: start;
  color: #2C2C2C;
}

section#school02 .box .txt-box .list li {
  line-height: 1.5em;
  font-weight: 400;
  text-align: start;
  color: #2C2C2C;
  margin: 0;
}

section#school02 .box .txt-box .list li:nth-child(n+2) {
  margin-top: 1vw;
}

section#school02 .box .txt-box .txt-m {
  line-height: 1.5em;
  font-weight: 400;
  text-align: start;
  color: #2C2C2C;
  margin: 0;
}

section#school02 .price-box {
  margin-top: 4vw;
}

section#school02 .price-box .txt-h3 {
  font-weight: 700;
  border-bottom: solid 1px #707070;
  padding-bottom: 5px;
  width: 47%;
  min-width: 100px;
}

section#school02 .price-box .list {
  margin-top: 1vw;
}

section#school02 .price-box .list li {
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  section#school02 {
    background: url(../img/treatment_session-bg.svg) center no-repeat;
    background-position: top;
    background-size: cover;
  }
  section#school02 .inner {
    width: 85%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#school02 .ttl-box {
    width: 100%;
    padding: 15px 0;
    border-radius: 0 60px 0 60px;
    margin-bottom: 30px;
  }
  section#school02 .ttl-box .txt-h2 {
    font-size: 18px;
  }
  section#school02 .ttl-box .txt-h2 span {
    font-size: 14px;
    padding-top: 5px;
    margin-top: 5px;
  }
  section#school02 .box {
    flex-flow: column;
    align-items: center;
  }
  section#school02 .box .img-box {
    width: 50%;
    height: 54vw;
    order: 2;
  }
  section#school02 .box .txt-box {
    width: 100%;
  }
  section#school02 .box .txt-box .item {
    margin-bottom: 30px;
  }
  section#school02 .box .txt-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section#school02 .box .txt-box .txt-p {
    font-size: 14px;
  }
  section#school02 .box .txt-box .list li {
    font-size: 14px;
  }
  section#school02 .box .txt-box .txt-m {
    font-size: 14px;
    font-size: 15px;
  }
  section#school02 .price-box {
    margin-top: 40px;
  }
  section#school02 .price-box .txt-h3 {
    font-size: 16px;
    width: 100%;
    padding-bottom: 10px;
  }
  section#school02 .price-box .list {
    margin-top: 10px;
  }
  section#school02 .price-box .list li {
    font-size: 14px;
  }
  section#school02 .box .txt-box .list li:nth-child(n+2) {
    margin-top: 20px;
  }
}
/*====================================================
section#school03
====================================================*/
section#school03 .-inner .-ttl {
  position: relative;
}

section#school03 .-inner .-ttl .-ic {
  width: 100%;
  height: 20.7vw;
}

section#school03 .-inner .-ttl h2 {
  padding: 0;
  margin: 0;
  border: none;
  width: 16.62vw;
  height: 13.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

section#school03 .-inner .-box {
  background: rgba(177, 190, 199, 0.3);
  padding: 5.47vw 0;
}

section#school03 .-inner .-box > div {
  width: calc(67.2% - 10vw);
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4.7vw 5vw;
  border-radius: 33px;
}

section#school03 .-inner .-box > div h3 {
  font-size: 1.25vw;
  margin-bottom: 2.5vw;
  letter-spacing: 1px;
}

section#school03 .-inner .-box > div h3 span {
  font-size: 0.85vw;
  border-top: solid 1px #707070;
  margin-top: 0.5vw;
  padding-top: 0.5vw;
  font-weight: 300;
}

section#school03 .-inner .-box > div .comment-box {
  padding-top: 2vw;
  margin-top: 2vw;
  border-top: solid 1px;
}

section#school03 .-inner .-box > div .-comment p {
  font-size: 0.95vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.5em;
}

section#school03 .-inner .-box > div .-comment .name {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  margin-bottom: 0.5vw;
  color: #20208B;
}

section#school03 .-inner .-box > div .comment-box:first-child {
  border: none;
  margin: 0;
  padding: 0;
}

section#school03 .-inner .-box > div.links {
  margin-top: 2vw;
  display: flex;
  justify-content: space-around;
  background: transparent;
  box-shadow: none;
  width: 67.2%;
  padding: 4.7vw 0;
  box-sizing: border-box;
}

section#school03 .-inner .-box > div.links a {
  background-image: linear-gradient(90deg, #313b9a, #2e8d87);
  width: 25vw;
  height: 7vw;
  border-radius: 3.125vw;
  border-radius: 5.125vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
  padding: 1vw;
}

section#school03 .-inner .-box > div.links a span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-sizing: border-box;
  border: solid 0.1vw;
  width: 100%;
  height: 100%;
  border-radius: 4.125vw 0;
}

section#school03 .-inner .-box > div.links a:hover {
  opacity: 0.7;
}

section#school03 .-inner .-box > div.links a:first-child {
  background: #02b902;
}

section#school03 .pagination {
  display: flex;
  align-items: center;
  gap: 1vw;
  margin-top: 2vw;
}

section#school03 .page-numbers {
  width: 4vw;
  height: 2vw;
  background: #FFFFFF;
  color: #313B9A;
  border: solid 2px #313B9A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 1.6vw 0 1.6vw;
  font-size: 0.85vw;
  font-weight: 700;
  transition: 0.5s;
}

section#school03 .page-numbers:hover {
  background: #313B9A;
  color: #FFFFFF;
}

section#school03 .page-numbers.current {
  background: #313B9A;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  section#school03 .-inner {
    width: 100%;
  }
  section#school03 .-inner .-ttl .-ic {
    width: 100%;
    height: 45vw;
  }
  section#school03 .-inner .-ttl h2 {
    width: auto;
    height: 32vw;
  }
  section#school03 .-inner .-ttl h2 img {
    width: auto;
  }
  section#school03 .-inner .-box {
    padding: 40px 0;
  }
  section#school03 .-inner .-box > div {
    padding: 30px 25px;
    width: calc(85% - 50px);
    border-radius: 20px;
  }
  section#school03 .-inner .-box > div h3 {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  section#school03 .-inner .-box > div h3 span {
    font-size: 14px;
    margin-top: 8px;
    padding-top: 8px;
  }
  section#school03 .-inner .-box > div .comment-box {
    padding-top: 30px;
    margin-top: 30px;
  }
  section#school03 .-inner .-box > div .-comment p {
    font-size: 14px;
  }
  section#school03 .-inner .-box > div .-comment .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section#school03 .-inner .-box > div .-comment p br {
    display: none;
  }
  section#school03 .-inner .-box > div.links {
    flex-wrap: wrap;
    margin-top: 40px;
    width: 85%;
    padding: 0;
    gap: 20px;
  }
  section#school03 .-inner .-box > div.links a {
    width: 100%;
    height: 70px;
    border-radius: 60px 0;
    padding: 10px;
  }
  section#school03 .-inner .-box > div.links a span {
    border-width: 1px;
    border-radius: 60px 0;
    font-size: 14px;
  }
  section#school03 .-inner h3 {
    width: 100%;
  }
  section#school03 .-inner ul {
    margin-top: 15px;
  }
  section#school03 .-inner ul li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  section#school03 .pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  section#school03 .page-numbers {
    width: 40px;
    height: 22px;
    border-radius: 0 17px 0 17px;
    font-size: 12px;
    border-width: 1px;
  }
  section#school03 .page-numbers.next, section#school03 .page-numbers.prev {
    width: 30px;
    height: 22px;
  }
}
/*====================================================
section#course04 
====================================================*/
section#course04 .in1300 {
  width: 67.71%;
  margin: 0 auto;
}
section#course04 .inner {
  padding: 7.8125vw 0 0;
}
section#course04 .ttl-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: url(../img/treatment_h2-bg.svg) center no-repeat;
  background-size: cover;
  padding: 1.2vw 4.05vw;
  border-radius: 0 5.21vw 0 5.21vw;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-bottom: 4vw;
}
section#course04 .ttl-box .txt-h2 {
  border: none;
  padding: 0;
  margin: 0 auto;
  font-weight: 600;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
}
section#course04 .ttl-box .txt-h2 span {
  color: #FFFFFF;
  text-align: start;
  border-top: solid 1px #FFFFFF;
  font-weight: 300;
  padding-top: 0.5vw;
  margin-top: 0.5vw;
  box-sizing: border-box;
  text-align: center;
}
section#course04 .txt-t {
  text-align: center;
  line-height: 1.5em;
}
section#course04 .box {
  box-sizing: border-box;
  margin-top: 5vw;
}
section#course04 .list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw 2.75%;
}
section#course04 .list-box .in-box {
  display: flex;
  align-items: flex-start;
  gap: 2vw;
}
section#course04 .list-box .txt-h3 {
  margin-bottom: 1.2vw;
}
section#course04 .list-box .img-box {
  width: auto;
  height: 6vw;
  flex: none;
}
section#course04 .list-box .txt-box {
  flex: auto;
}
section#course04 .list-box .txt-box .txt-h {
  text-decoration: underline;
  color: blue;
}
section#course04 .list-box .txt-box .txt-h4 {
  font-weight: 700;
}
section#course04 .list-box .txt-box .txt-p {
  margin-top: 0.5208333333vw;
  line-height: 1.3em;
}
section#course04 .list-box .txt-box .txt-l {
  margin-top: 0.5208333333vw;
}
section#course04 .list-box .txt-box .txt-l a {
  text-decoration: underline;
  color: blue;
}
section#course04 .list-box li {
  padding: 0 0 2.6041666667vw;
  box-sizing: border-box;
  border-bottom: solid 1px #000000;
  width: 45%;
}

@media screen and (max-width: 767px) {
  section#course04 .in1300 {
    width: 88%;
    margin: 0 auto;
  }
  section#course04 .inner {
    padding: 60px 0 0;
  }
  section#course04 .ttl-box {
    width: 100%;
    padding: 15px 0;
    border-radius: 0 60px 0 60px;
    margin-bottom: 30px;
  }
  section#course04 .ttl-box .txt-h2 {
    font-size: 18px;
  }
  section#course04 .ttl-box .txt-h2 span {
    font-size: 14px;
    padding-top: 5px;
    margin-top: 5px;
  }
  section#course04 .txt-t {
    font-size: 14px;
  }
  section#course04 .box {
    margin-top: 50px;
  }
  section#course04 .list-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
  }
  section#course04 .list-box .in-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  section#course04 .list-box .txt-h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#course04 .list-box .img-box {
    width: 70px;
    height: 70px;
    flex: none;
  }
  section#course04 .list-box .txt-box {
    flex: auto;
  }
  section#course04 .list-box .txt-box .txt-h4 {
    font-size: 16px;
  }
  section#course04 .list-box .txt-box .txt-h {
    margin-top: 10px;
    font-size: 14px;
  }
  section#course04 .list-box .txt-box .txt-h a {
    font-size: 14px;
    display: block;
  }
  section#course04 .list-box .txt-box .txt-p {
    margin-top: 10px;
    font-size: 14px;
  }
  section#course04 .list-box .txt-box .txt-l {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
  }
  section#course04 .list-box .txt-box .txt-l a {
    font-size: 14px;
    display: block;
  }
  section#course04 .list-box li {
    padding: 0 0 30px;
    width: 100%;
  }
}
/*# sourceMappingURL=course.css.map */