@charset "UTF-8";
/*	Breakpoint
-------------------------------*/
/*	Color
-------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .d-n {
  display: none;
}
@media screen and (max-width: 767px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  body .sp {
    display: block;
  }
}
body a {
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
}

.js-toggle {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 999px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #171717;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

header a,
header a:link,
header a:visited,
header a:hover,
header a:active,
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active,
.cta-bg-red a,
.cta-bg-red a:link,
.cta-bg-red a:visited,
.cta-bg-red a:hover,
.cta-bg-red a:active {
  text-decoration: none !important;
  color: inherit;
}

header {
  border-bottom: 0.9rem solid #ffccc9;
}
@media screen and (max-width: 767px) {
  header {
    border: none;
    height: 5.5rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  }
}
header .header-container01 {
  max-width: 100rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .header-container01 {
    height: 5.5rem;
  }
}
header .header-container01 .box01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .header-container01 .box01 {
    height: 5.5rem;
    margin: 0;
  }
}
header .header-container01 .box01 a {
  display: block;
}
header .header-container01 .box01 a img {
  width: auto;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  header .header-container01 .box01 a img {
    height: 2.8rem;
  }
}
header .header-container01 .box01 .btn {
  background: #ed6c69;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.6rem;
  height: 4.7rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  header .header-container01 .box01 .btn {
    display: none;
  }
}
header .header-container02 {
  max-width: 114rem;
  width: 95%;
  margin: 0 auto;
}
header .header-container02 nav {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
header .header-container02 nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-container02 nav ul li {
  padding: 0.5rem 3.5rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  header .header-container02 nav ul li {
    padding: 0.5rem 2.5rem;
  }
}
@media screen and (max-width: 999px) {
  header .header-container02 nav ul li {
    padding: 0.5rem 1.5rem;
  }
}
header .header-container02 nav ul li a {
  font-size: 1.7rem;
  font-weight: 500;
}
header .header-container02 nav ul li:after {
  content: "";
  display: flex;
  width: 1px;
  height: 2.5rem;
  background: #171717;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .header-container02 nav ul li:last-child:after {
  content: none;
}

@media screen and (max-width: 767px) {
  #hamburger {
    display: block;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hamburger span {
    display: block;
    position: relative;
    width: 2.2rem;
    height: 0.2rem;
    background-color: #e85552;
    border-radius: 2px;
    transition: 0.3s;
  }
  #hamburger span:nth-child(1) {
    top: -0.8rem;
  }
  #hamburger span:nth-child(2) {
    top: 0rem;
  }
  #hamburger span:nth-child(3) {
    top: 0.8rem;
  }
  #gloval_nav {
    background: #fff;
    color: #171717;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 100;
    visibility: hidden;
    font-size: 1.6rem;
    opacity: 0;
    width: 100%;
    padding-top: 7.5rem;
    transition: 0.3s;
    overflow: scroll;
    padding-bottom: 60px;
  }
  #gloval_nav nav {
    flex-direction: column;
  }
  #gloval_nav nav ul {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #gloval_nav nav ul li {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #e85552;
  }
  #gloval_nav nav ul li a {
    padding: 12px;
    transition: color 0.6s ease;
    font-size: 1.8rem;
    position: relative;
  }
  #gloval_nav nav ul li a:after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-top: solid 2px #e85552;
    border-right: solid 2px #e85552;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: auto;
    right: 2rem;
    bottom: 0;
    margin: auto;
  }
  #gloval_nav nav ul li ul.ul-child {
    margin-bottom: 12px;
  }
  #gloval_nav nav ul li ul.ul-child li {
    border-bottom: none;
    margin: 0;
    width: 100%;
  }
  #gloval_nav nav ul li ul.ul-child li a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
  }
  #gloval_nav nav ul li ul.ul-child li a:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #e85552;
    margin-right: 10px;
  }
  #gloval_nav nav ul.box-menu li {
    border-bottom: 1px solid #ccc;
  }
  #gloval_nav nav ul.box-menu li a {
    display: block;
  }
  #gloval_nav nav ul.box-btn {
    margin: 8px 0;
    gap: 1rem;
  }
  body.open {
    overflow: hidden;
  }
  body.open .header-container01 #gloval_nav {
    visibility: visible;
    opacity: 0.98;
  }
  body.open .header-container01 #hamburger {
    z-index: 99999;
  }
  body.open .header-container01 #hamburger span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }
  body.open .header-container01 #hamburger span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
    display: none;
  }
  body.open .header-container01 #hamburger span:nth-child(3) {
    top: 5px;
    transform: rotate(-45deg);
  }
}
.container {
  max-width: 100rem;
  width: 95%;
  margin: 0 auto;
}
.container:after {
  content: none !important;
}

.container.w-850 {
  max-width: 85rem;
}

.bg-lightping {
  background: #fff2f0;
}

.bg-white {
  background: #fff;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 5.5rem;
  }
}

main.top-new {
  /* 通いやすい・始めやすい環境が魅力！ */
  /* よくある質問 */
  /* SNS */
  /* トピックス */
  /* コラム */
  /* cta-red */
}
main.top-new .fv .container {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.top-new .fv {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  main.top-new .fv .container {
    width: 100%;
  }
}
main.top-new .fv .container img {
  width: 100%;
}
main.top-new .cta-green {
  margin: 4rem 0 4rem;
}
@media screen and (max-width: 767px) {
  main.top-new .cta-green {
    margin: 2rem 0 2rem;
  }
}
main.top-new .cta-green a {
  display: block;
  max-width: 47.2rem;
  margin: 0 auto;
}
main.top-new .banner p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  main.top-new .banner p {
    font-size: 1.5rem;
  }
}
main.top-new .sec {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  main.top-new .sec {
    padding: 8rem 0;
  }
}
main.top-new .sec .container h2 {
  font-size: 3rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.top-new .sec .container h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
main.top-new .sec .container h2 .underline {
  width: 40%;
  height: 0.3rem;
  background: #e85552;
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main.top-new .sec .container h2 .underline {
    bottom: -1rem;
  }
}
main.top-new .sec .container h2.c-red {
  font-size: 3.8rem;
  color: #e85552;
}
@media screen and (max-width: 767px) {
  main.top-new .sec .container h2.c-red {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container h2 {
    margin-bottom: 2rem;
  }
}
main.top-new .sec-flow .container .lead {
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.8;
}
main.top-new .sec-flow .container img.flow-flow {
  display: block;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container img.flow-flow.pc {
    display: none;
  }
}
main.top-new .sec-flow .container img.flow-flow.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container img.flow-flow.sp {
    display: block;
  }
}
main.top-new .sec-flow .container .box-flow {
  margin: 10rem auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container .box-flow {
    margin: 6rem auto;
  }
}
main.top-new .sec-flow .container .box-flow .item {
  margin-bottom: 8.5rem;
  display: flex;
  justify-content: space-between;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container .box-flow .item {
    margin-bottom: 4.5rem;
  }
}
main.top-new .sec-flow .container .box-flow .item .box-text {
  width: 45%;
  flex-grow: 1;
}
main.top-new .sec-flow .container .box-flow .item .box-text .head {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container .box-flow .item .box-text .head {
    font-size: 1.7rem;
  }
}
main.top-new .sec-flow .container .box-flow .item .box-text .head img {
  width: 5.5rem;
  height: 5.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container .box-flow .item .box-text .head img {
    width: 4.1rem;
    height: 4.1rem;
  }
}
main.top-new .sec-flow .container .box-flow .item .box-text .head span {
  width: 50%;
  flex-grow: 1;
}
main.top-new .sec-flow .container .box-flow .item .box-text .box-image.sp {
  width: 26rem;
  margin: 2rem auto;
}
main.top-new .sec-flow .container .box-flow .item .box-text .detail {
  margin: 1.5rem 0 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container .box-flow .item .box-text .detail {
    width: 26rem;
    margin: 2rem auto;
  }
}
main.top-new .sec-flow .container .box-flow .item .box-text .detail span.pink {
  color: #e85552;
}
.btn01 {
  font-size: 2rem;
  font-weight: bold;
  color: #e85552;
  border: 1px solid #e85552;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 5rem;
  margin: 1rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .btn01 {
    margin: 2rem auto;
    font-size: 1.6rem;
    padding: 1.5rem 4rem;
  }
}

main.top-new .sec-flow .container .box-flow .item .box-text .note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-flow .container .box-flow .item .box-text .note {
    display: block;
    width: 26rem;
    margin: 2rem auto;
  }
}
main.top-new .sec-flow .container .box-flow .item .box-image {
  width: 45%;
}
.cta-pink {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/top/banner-cta-1.png) no-repeat center/cover;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .cta-pink {
    padding: 4rem 0;
    background-position: 50% 50%;
    background: url(../images/top/banner-cta-1-sp.png) no-repeat center/cover;
  }
}
.cta-pink .box-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.cta-pink .box-text p,
.cta-pink .box-text a {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 4px rgba(255, 255, 255, 0.4);
}
.cta-pink .box-text .p-01 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .cta-pink .box-text .p-01 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
.cta-pink .box-text .p-02 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .cta-pink .box-text .p-02 {
    font-size: 1.85rem;
    margin-bottom: 1.5rem;
  }
}
.cta-pink .box-text a.btn01 {
  margin: 2rem auto 1rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .cta-pink .box-text a.btn01 {
    font-size: 1.65rem;
    margin: 1rem auto 1rem;
  }
}
.cta-pink .box-text a.note {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .cta-pink .box-text a.note {
    font-size: 1rem;
  }
}

main.top-new .sec-course.sec {
  padding-bottom: 1px;
}
main.top-new .sec-course.sec .container .box-light-pink {
  background: #fff3f2;
  padding: 2rem 0;
}
main.top-new .sec-course.sec .container .p-01 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-course.sec .container .p-01 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
main.top-new .sec-course.sec .container img {
  display: block;
  max-width: 58rem;
  width: 100%;
  margin: 0 auto;
}
main.top-new .sec-course.sec .container img.img-flow {
  max-width: 47rem;
  width: 90%;
  margin: 2rem auto;
}
main.top-new .sec-course.sec .container .btn01 {
  margin: 6rem auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-course.sec .container .btn01 {
    margin: 3rem auto;
  }
}
main.top-new .sec-lesson.sec .container .lesson-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 92rem;
  margin: 8.5rem auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-lesson.sec .container .lesson-ul {
    gap: 0.8rem;
    margin: 4.5rem auto;
  }
}
main.top-new .sec-lesson.sec .container .lesson-ul .item {
  width: calc(50% - 1rem);
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-lesson.sec .container .lesson-ul .item {
    width: calc(50% - 0.4rem);
    padding: 1rem;
  }
}
main.top-new .sec-lesson.sec .container .lesson-ul .item .head {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-lesson.sec .container .lesson-ul .item .head {
    font-size: 1.5rem;
    min-height: 4.8rem;
    display: flex;
    align-items: center;
  }
}
main.top-new .sec-lesson.sec .container .lesson-ul .item img {
  display: block;
  margin: 1rem 0;
}
main.top-new .sec-lesson.sec .container .lesson-ul .item .box-detail {
  display: flex;
}
main.top-new .sec-lesson.sec .container .lesson-ul .item .box-detail img.icon {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-lesson.sec .container .lesson-ul .item .box-detail img.icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.5rem;
  }
}
main.top-new .sec-lesson.sec .container .lesson-ul .item .box-detail p {
  font-size: 1.6rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-lesson.sec .container .lesson-ul .item .box-detail p {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
main.top-new .sec-lesson.sec .container .lesson-ul .item .box-detail p span {
  font-size: 1.4rem;
  display: block;
  margin-top: -0.4rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-lesson.sec .container .lesson-ul .item .box-detail p span {
    font-size: 0.9rem;
    margin-top: 0;
  }
}
main.top-new .sec-lesson.sec .container .lesson-ul .item.bg-yellow {
  background: #fff4e1;
}
main.top-new .sec-lesson.sec .container .lesson-ul .item.bg-red {
  background: #ffe8e5;
}
main.top-new .sec-lesson.sec .container .lesson-ul .item.bg-green {
  background: #eff7e9;
}
main.top-new .sec-lesson.sec .container .lesson-ul .item.bg-blue {
  background: #e8f3ff;
}
main.top-new .sec-lesson.sec .container .box-btn01 .btn01 {
  margin: 0 auto;
}
main.top-new .sec-lesson.sec .container .box-btn02 {
  margin-top: 5rem;
}
main.top-new .sec-lesson.sec .container .box-btn02 p {
  font-size: 1.4rem;
  color: #e85552;
  margin: 0 auto 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-lesson.sec .container .box-btn02 p {
    font-size: 1.2rem;
    text-align: center;
  }
}
.btn01.tomato {
  margin: 0 auto;
  color: #fff;
  background: #e85552;
}
@media screen and (max-width: 767px) {
  .btn01.tomato {
    font-size: 1.3rem;
  }
}

main.top-new .sec-point01 {
  position: relative;
  padding-top: 3rem;
}
main.top-new .sec-point01 .container .unique-points {
  border: 2px solid #e85552;
  border-radius: 999px;
  padding: 2rem 4rem;
  font-size: 2.2rem;
  color: #e85552;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point01 .container .unique-points {
    font-size: 1.2rem;
    padding: 1rem 2rem;
  }
}
main.top-new .sec-point01 .container .unique-points:after {
  content: "";
  display: block;
  width: 2px;
  height: 3rem;
  background: #e85552;
  position: absolute;
  top: auto;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point01 .container h2.c-red {
    font-size: 2.4rem;
  }
}
main.top-new .sec-point01 .container .box-points {
  background: #fff;
  padding: 5.5rem 7.8rem;
  max-width: 72.5rem;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point01 .container .box-points {
    padding: 3rem 2rem 6rem;
  }
}
main.top-new .sec-point01 .container .box-points .item {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point01 .container .box-points .item {
    margin-bottom: 6rem;
  }
}
main.top-new .sec-point01 .container .box-points .item .box-head {
  display: flex;
  align-items: center;
}
main.top-new .sec-point01 .container .box-points .item .box-head img {
  display: block;
  margin: 0;
  margin-right: 1.5rem;
  width: 5.5rem;
  height: 8.2rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point01 .container .box-points .item .box-head img {
    width: 3.2rem;
    height: 4.5rem;
  }
}
main.top-new .sec-point01 .container .box-points .item .box-head p.head {
  font-size: 2.4rem;
  font-weight: bold;
  width: 80%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point01 .container .box-points .item .box-head p.head {
    font-size: 1.8rem;
  }
}
main.top-new .sec-point01 .container .box-points .item img {
  width: 100%;
  display: block;
  margin: 1rem 0 2rem;
}
main.top-new .sec-point01 .container .box-points .item .detail .yellow-red {
  font-weight: bold;
  color: #e85552;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff5a1 0%) repeat scroll 0 0;
}
main.top-new .sec-point01 .container .box-points .btn01 {
  margin: 0 auto;
}
main.top-new .sec-point01 .container .box-points .item03 {
  margin-bottom: 4rem;
}
main.top-new .sec-point01 .more-next-up {
  background: #e85552;
  color: #fff;
  font-size: 1.9rem;
  width: 8.7rem;
  height: 8.7rem;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
main.top-new .sec-point02 {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container h2.c-red {
    font-size: 1.8rem;
  }
}
main.top-new .sec-point02 .container .box-item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container .box-item {
    flex-direction: column;
    gap: 5rem;
  }
}
main.top-new .sec-point02 .container .box-item .item {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.14);
  border-radius: 1rem;
  width: 33%;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container .box-item .item {
    width: 100%;
    max-width: 23rem;
    margin: 0 auto;
  }
}
main.top-new .sec-point02 .container .box-item .item .box-image {
  aspect-ratio: 306/222;
}
main.top-new .sec-point02 .container .box-item .item .box-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main.top-new .sec-point02 .container .box-item .item .box-text {
  padding: 1.5rem 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container .box-item .item .box-text {
    padding: 1rem 1rem 2rem;
  }
}
main.top-new .sec-point02 .container .box-item .item .box-text .box-head {
  display: flex;
  margin-bottom: 1rem;
}
main.top-new .sec-point02 .container .box-item .item .box-text .box-head img {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1.5rem;
  display: block;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container .box-item .item .box-text .box-head img {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.5rem;
  }
}
main.top-new .sec-point02 .container .box-item .item .box-text .box-head .head {
  font-size: 2.6rem;
  font-weight: bold;
  width: 80%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container .box-item .item .box-text .box-head .head {
    font-size: 1.8rem;
  }
}
main.top-new .sec-point02 .container .box-item .item .box-text .detail {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container .box-item .item .box-text .detail {
    font-size: 1.2rem;
  }
}
main.top-new .sec-point02 .container .box-item .item .box-text .detail span {
  display: block;
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .container .box-item .item .box-text .detail span {
    font-size: 1rem;
  }
}
main.top-new .sec-point02 .p-01 {
  font-size: 3rem;
  color: #e85552;
  font-weight: bold;
  text-align: center;
  margin: 6rem auto 5rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .p-01 {
    font-size: 1.8rem;
  }
}
main.top-new .sec-point02 .box-graph {
  width: 31.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 5rem auto 10rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-graph {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-graph img.image01 {
    display: block;
    max-width: 22rem;
    position: relative;
    left: -1.5rem;
  }
}
main.top-new .sec-point02 .box-graph img.image02 {
  position: absolute;
  top: 50%;
  left: calc(50% + 33rem);
  transform: translateY(-50%) translateX(-50%);
  width: 25rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-graph img.image02.pc {
    display: none;
  }
}
main.top-new .sec-point02 .box-graph img.image02.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-graph img.image02.sp {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  main.top-new .sec-point02 .box-graph img.image02.sp {
    display: block;
    max-width: 29rem;
    margin: 4rem auto 2rem;
  }
}
main.top-new .sec-point02 .box-graph:after {
  content: "";
  display: block;
  background: url(../images/top/box-graph-bg.png) no-repeat center/cover;
  width: 101vw;
  height: 50rem;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-graph:after {
    height: 22rem;
  }
}
main.top-new .sec-point02 .box-voice {
  display: flex;
  justify-content: center;
  gap: 4rem;
  max-width: 65.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-voice {
    margin: 4rem auto;
    flex-direction: column;
  }
}
main.top-new .sec-point02 .box-voice .item {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-voice .item {
    width: 90%;
  }
}
main.top-new .sec-point02 .box-voice .item img {
  display: block;
  margin: 0 auto;
}
main.top-new .sec-point02 .box-voice .item p.p-head {
  font-size: 2rem;
  font-weight: 500;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-voice .item p.p-head {
    font-size: 1.5rem;
  }
}
main.top-new .sec-point02 .box-voice .item ul.tag {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  margin: 1rem 0;
}
main.top-new .sec-point02 .box-voice .item ul.tag li {
  background: #c9c9c9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0 1.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-voice .item ul.tag li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  main.top-new .sec-point02 .box-voice .item p.p-detail {
    font-size: 1.2rem;
  }
}
main.top-new .sec-point02 .box-voice .voice-swiper {
  padding-bottom: 60px;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}
main.top-new .sec-point02 .box-voice .voice-swiper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
main.top-new .sec-point02 .box-voice .swiper-pagination-bullet-active {
  background: #e85552;
}
main.top-new .sec-point02 .box-voice .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
main.top-new .sec-point02 .box-voice .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
main.top-new .figure-banner-graduates-total {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main.top-new .figure-banner-graduates-total {
    min-height: 27.5rem;
  }
}
main.top-new .figure-banner-graduates-total img.banner-graduates-total {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.top-new .figure-banner-graduates-total img.banner-graduates-total {
    max-width: none;
    width: 100%;
    transform: scale(1.6);
    min-height: 27.5rem;
  }
}
main.top-new .sec-qa {
  padding-bottom: 1px;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-qa {
    padding-top: 4rempx;
  }
}
main.top-new .sec-qa .container .box-qa {
  margin: 6rem auto;
}
main.top-new .sec-qa .container .box-qa dl {
  margin-bottom: 2.5rem;
}
main.top-new .sec-qa .container .box-qa dl dt,
main.top-new .sec-qa .container .box-qa dl dd {
  padding: 2rem 3rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-qa .container .box-qa dl dt,
main.top-new .sec-qa .container .box-qa dl dd {
    padding: 1rem 2rem;
  }
}
main.top-new .sec-qa .container .box-qa dl dt:before,
main.top-new .sec-qa .container .box-qa dl dd:before {
  font-weight: bold;
  font-size: 2.4rem;
  margin-right: 2rem;
  position: relative;
  top: -0.2rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-qa .container .box-qa dl dt:before,
main.top-new .sec-qa .container .box-qa dl dd:before {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}
main.top-new .sec-qa .container .box-qa dl dt {
  background: #fff2f0;
  font-weight: 500;
  display: flex;
  position: relative;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  padding-right: 5rem;
}
main.top-new .sec-qa .container .box-qa dl dt:before {
  content: "Q.";
  color: #e85552;
}
main.top-new .sec-qa .container .box-qa dl dt span {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
main.top-new .sec-qa .container .box-qa dl dt span:before, main.top-new .sec-qa .container .box-qa dl dt span:after {
  content: "";
  display: block;
  background: #e85552;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
main.top-new .sec-qa .container .box-qa dl dt span:before {
  width: 1.5rem;
  height: 2px;
}
main.top-new .sec-qa .container .box-qa dl dt span:after {
  width: 2px;
  height: 1.5rem;
  transition: 0.3s;
}
main.top-new .sec-qa .container .box-qa dl dd {
  display: none;
}
main.top-new .sec-qa .container .box-qa dl dd p {
  line-height: 1.8;
  display: flex;
}
main.top-new .sec-qa .container .box-qa dl dd p:before {
  content: "A.";
  color: #171717;
  top: -0.8rem;
  font-weight: bold;
  font-size: 2.4rem;
  margin-right: 2rem;
  position: relative;
  top: -0.7rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-qa .container .box-qa dl dd p:before {
    font-size: 1.8rem;
    margin-right: 1rem;
    top: -0.4rem;
  }
}
main.top-new .sec-qa .container .box-qa dl.open dt span:after {
  height: 0;
}
main.top-new .sec-movie-banner {
  padding: 6rem 0 3rem;
}
main.top-new .sec-movie-banner .container .box-movie {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-movie-banner .container .box-movie {
    flex-direction: column;
  }
}
main.top-new .sec-movie-banner .container .box-movie .movie {
  width: 100%;
}
main.top-new .sec-movie-banner .container .box-movie .movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-sns {
    padding: 4rem 0;
  }
}
main.top-new .sec-sns .container .lead {
  font-size: 1.9rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-sns .container .lead {
    font-size: 1.5rem;
  }
}
main.top-new .sec-sns .container .lead:before, main.top-new .sec-sns .container .lead:after {
  content: "";
  display: block;
  width: 1px;
  height: 2.5rem;
  background: #171717;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-sns .container .lead:before, main.top-new .sec-sns .container .lead:after {
    height: 2rem;
  }
}
main.top-new .sec-sns .container .lead:before {
  transform: rotate(-35deg);
}
main.top-new .sec-sns .container .lead:after {
  transform: rotate(35deg);
}
main.top-new .sec-sns .container .box-slider {
  /* ここにswiper */
  background: lightgray;
  width: 100%;
  height: 25rem;
  margin: 5rem auto 2rem;
}
main.top-new .sec-sns .container .box-sns-follow .p-01 {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin: 6rem auto 2rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-sns .container .box-sns-follow .p-01 {
    font-size: 1.2rem;
  }
}
main.top-new .sec-sns .container .box-sns-follow .box-btn-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3.5rem;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-sns .container .box-sns-follow .box-btn-sns {
    flex-direction: column;
  }
}
main.top-new .sec-sns .container .box-sns-follow .box-btn-sns a.btn-sns {
  width: 33%;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 1.5rem;
  border-color: #171717;
  color: #171717;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-sns .container .box-sns-follow .box-btn-sns a.btn-sns {
    width: 100%;
    max-width: 24rem;
    font-size: 1.1rem;
    margin: 0 auto 2rem;
    height: 6rem;
  }
}
main.top-new .sec-sns .container .box-sns-follow .box-btn-sns a.btn-sns img {
  display: block;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-topics {
    padding-bottom: 4rem;
  }
}
main.top-new .sec-topics .container .box-article {
  max-width: 86rem;
  margin: 6rem auto;
}
main.top-new .sec-topics .container .box-article a.item {
  display: block;
  position: relative;
  padding: 1.5rem 0;
  padding-right: 3rem;
  border-top: 1px solid #e85552;
}
main.top-new .sec-topics .container .box-article a.item p {
  font-size: 1.475rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-topics .container .box-article a.item p {
    font-size: 1.2rem;
  }
}
main.top-new .sec-topics .container .box-article a.item p.date {
  margin-bottom: 0.5rem;
}
main.top-new .sec-topics .container .box-article a.item:after {
  content: "";
  display: block;
  background: url(../images/common/icon-arrow.png) no-repeat center/contain;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main.top-new .sec-topics .container .box-article a.item:after {
    width: 1.56em;
    height: 1.6rem;
    right: 0.5rem;
  }
}
main.top-new .sec-topics .container .box-article a.item:last-child {
  border-bottom: 1px solid #e85552;
}
main.top-new .sec-topics .container .btn01 {
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-column {
    padding-bottom: 4rem;
  }
}
main.top-new .sec-column .container .box-item {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-column .container .box-item {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
main.top-new .sec-column .container .box-item .item {
  width: calc(33% - 1.5rem);
}
@media screen and (max-width: 767px) {
  main.top-new .sec-column .container .box-item .item {
    width: calc(50% - 0.5rem);
  }
}
main.top-new .sec-column .container .box-item .item img {
  width: 100%;
  aspect-ratio: 264/176;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top-new .sec-column .container .box-item .item .box-text .box-flex {
  display: flex;
  justify-content: space-between;
  margin: 0.8rem 0;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-column .container .box-item .item .box-text .box-flex {
    margin: 0.4rem 0;
  }
}
main.top-new .sec-column .container .box-item .item .box-text .box-flex .date {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-column .container .box-item .item .box-text .box-flex .date {
    font-size: 1rem;
  }
}
.ul-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ul-category li span {
  background: #c9c9c9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .ul-category li span {
    font-size: 1.1rem;
  }
}

main.top-new .sec-column .container .box-item .item .box-text .box-flex .ul-category {
  justify-content: flex-end;
}
main.top-new .sec-column .container .box-item .item .box-text .title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  main.top-new .sec-column .container .box-item .item .box-text .title {
    font-size: 1.2rem;
    margin: 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  main.top-new .sec-column .container .box-item.sp-pattern-02 {
    flex-direction: column;
  }
  main.top-new .sec-column .container .box-item.sp-pattern-02 .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }
  main.top-new .sec-column .container .box-item.sp-pattern-02 .item img {
    width: 40%;
  }
  main.top-new .sec-column .container .box-item.sp-pattern-02 .item .box-text {
    width: 55%;
    flex-grow: 1;
    display: flex;
    flex-direction: column-reverse;
  }
  main.top-new .sec-column .container .box-item.sp-pattern-02 .item .box-text .box-flex {
    margin: 0;
    gap: 0;
    flex-direction: column;
    margin-top: auto;
  }
  main.top-new .sec-column .container .box-item.sp-pattern-02 .item .box-text .box-flex .date {
    margin-bottom: 0.6rem;
  }
  main.top-new .sec-column .container .box-item.sp-pattern-02 .item .box-text .box-flex .ul-category {
    justify-content: flex-start;
  }
  main.top-new .sec-column .container .box-item.sp-pattern-02 .item .box-text .title {
    margin: 0;
    margin-bottom: 0.8rem;
  }
}
.btn01.btn01-arrow {
  padding: 1.5rem 10rem;
  margin: 6.5rem auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn01.btn01-arrow {
    padding: 1.5rem 5rem;
  }
}
.btn01.btn01-arrow:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 2px #e85552;
  border-right: solid 2px #e85552;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: auto;
  right: 2rem;
  bottom: 0;
  margin: auto;
}

.cta-bg-red {
  background: #e85552;
  padding: 5.5rem 0;
}
@media screen and (max-width: 767px) {
  .cta-bg-red {
    padding: 3rem 0;
  }
}
.cta-bg-red .box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12rem;
}
@media screen and (max-width: 767px) {
  .cta-bg-red .box {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .cta-bg-red .box .btn01 {
    width: 100%;
    max-width: 26rem;
    margin: 1rem auto;
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
  }
}

main.sub-page .breadcrumbs {
  background: none;
  margin: 3rem 0;
}
@media screen and (max-width: 767px) {
  main.sub-page .breadcrumbs {
    margin: 1.5rem 0;
  }
}
main.sub-page .breadcrumbs .container .box {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.sub-page .breadcrumbs .container .box {
    flex-wrap: wrap;
  }
}
main.sub-page .breadcrumbs .container .box a,
main.sub-page .breadcrumbs .container .box p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  main.sub-page .breadcrumbs .container .box a,
main.sub-page .breadcrumbs .container .box p {
    font-size: 1.1rem;
  }
}
main.sub-page .breadcrumbs .container .box a {
  color: #e85552;
  display: flex;
  align-items: center;
}
main.sub-page .breadcrumbs .container .box a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1.5px #171717;
  border-right: solid 1.5px #171717;
  transform: rotate(45deg);
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0 1rem;
}
main.sub-page .sec {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  main.sub-page .sec {
    padding: 5rem 0;
  }
}
main.sub-page h1 {
  font-size: 3rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  main.sub-page h1 {
    font-size: 2.75rem;
    margin: 4rem auto 2rem;
  }
}
main.sub-page h2 {
  font-size: 2.4rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6rem;
  position: relative;
}
main.sub-page h2 .underline {
  width: 40%;
  height: 0.3rem;
  background: #e85552;
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

main.course-2 .contents-nav {
  max-width: 105rem;
  width: 95%;
  margin: 4rem auto;
  padding: 2rem 1rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .contents-nav {
    font-size: 1rem;
    padding: 0;
    margin: 2rem auto;
  }
}
main.course-2 .contents-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .contents-nav ul {
    gap: 0.4rem;
  }
}
main.course-2 .contents-nav ul li {
  position: relative;
  width: 18.8%;
  width: 20%;
}
main.course-2 .contents-nav ul li a {
  padding: 0.5rem 0.8rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 7.5rem;
  background: #fff2f0;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1279px) {
  main.course-2 .contents-nav ul li a {
    padding: 0.5rem 4rem;
  }
}
@media screen and (max-width: 999px) {
  main.course-2 .contents-nav ul li a {
    padding: 0.5rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.course-2 .contents-nav ul li a {
    font-size: 1rem;
    padding: 0.3rem;
    height: 6rem;
    flex-direction: column;
  }
}
main.course-2 .contents-nav ul li a span.nowrap {
  display: inline-block;
}
main.course-2 .contents-nav ul li a.lightpink {
  background: #fff3f2;
}
main.course-2 .contents-nav ul li a.yellow {
  background: #fff4e1;
}
main.course-2 .contents-nav ul li a.pink {
  background: #ffebe8;
}
main.course-2 .contents-nav ul li a.green {
  background: #eff7e9;
}
main.course-2 .contents-nav ul li a.lightblue {
  background: #e8f3ff;
}
main.course-2 .sec .container {
  max-width: 108rem;
}
main.course-2 .sec .container .lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin: 5rem auto 6rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .lead {
    text-align: center;
    margin: 4rem auto;
  }
}
main.course-2 .sec .container .item {
  margin-bottom: 16rem;
  position: relative;
  padding: 5.5rem 5rem;
  background: #fff2f0;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item {
    margin-bottom: 9rem;
    padding: 1.5rem 1rem;
  }
}
main.course-2 .sec .container .item#item01 {
  background: #fff2f0;
}
main.course-2 .sec .container .item#item02 {
  background: #ffe0de;
}
main.course-2 .sec .container .item#item03 {
  background: #ffccc9;
}
main.course-2 .sec .container .item#item03 .contents .box-text .box-table p.head {
  background: #fff3f2;
}
main.course-2 .sec .container .item#item04 {
  background: #fff4e1;
}
main.course-2 .sec .container .item#item05 {
  background: #ffebe8;
}
main.course-2 .sec .container .item#item06 {
  background: #eff7e9;
}
main.course-2 .sec .container .item#item07 {
  background: #e8f3ff;
}
main.course-2 .sec .container .item .contents {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents {
    flex-direction: column;
    gap: 2rem;
  }
}
main.course-2 .sec .container .item .contents .box-images {
  width: 42%;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-images {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
}
main.course-2 .sec .container .item .contents .box-images img {
  width: 100%;
  display: block;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-images img {
    width: calc(50% - 0.5rem);
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-images img.pc {
    display: none;
  }
}
main.course-2 .sec .container .item .contents .box-images img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-images img.sp {
    display: block;
  }
}
main.course-2 .sec .container .item .contents .box-text {
  width: 50%;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text {
    width: 100%;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-head h3 {
  font-size: 3.4rem;
  font-weight: 500;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-head h3 {
    font-size: 2.75rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-head .sub-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
main.course-2 .sec .container .item .contents .box-text .box-head .sub-head .span01 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-head .sub-head .span01 {
    font-size: 2rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-head .sub-head .span02 {
  font-size: 2.4rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-head .sub-head .span02 {
    font-size: 1.7rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-head .sub-head .span02:before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #171717;
  margin: 0 0.6rem;
  position: relative;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-head .sub-head .span02:before {
    width: 1.7rem;
    top: 1.4rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-head p.p-01 {
  margin: 1rem 0 1rem;
}
main.course-2 .sec .container .item .contents .box-text .box-head .ul-tag {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
main.course-2 .sec .container .item .contents .box-text .box-head .ul-tag li {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1.5rem;
  border: 1px solid #e85552;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-head .ul-tag li {
    font-size: 1.2rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-head .ul-tag li.red {
  color: #fff;
  background: #e85552;
}
main.course-2 .sec .container .item .contents .box-text .box-head .ul-tag li.white {
  color: #e85552;
  background: #fff;
}
main.course-2 .sec .container .item .contents .box-text .box-head .btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e85552;
  background: #fff;
  border: 1px solid #e85552;
  font-size: 1.55rem;
  margin: 1.5rem 0;
  padding: 1.2rem;
  max-width: 30rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-head .btn02 {
    font-size: 1.7rem;
    width: 100%;
    max-width: none;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-head .btn02:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 1.5px #e85552;
  border-right: solid 1.5px #e85552;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}
main.course-2 .sec .container .item .contents .box-text .box-table {
  margin: 2rem auto;
}
main.course-2 .sec .container .item .contents .box-text .box-table p.head {
  background: #ffccc9;
  text-align: center;
  margin: 0;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl {
  border: 1px solid #efeff1;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl {
  display: flex;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl:last-child dt,
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl:last-child dd {
  border-bottom: none;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl dt,
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl dd {
  background: #fff;
  border-bottom: 1px solid #efeff1;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: normal;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl dt {
  border-right: 1px solid #efeff1;
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl dt {
    width: 25%;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl dd {
  width: 80%;
  flex-grow: 1;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl dd .box-images {
  margin: 0.8rem 0;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-dl dl dd .box-images img {
  max-width: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin: 0.4rem;
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-textarea {
  background: #fff;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-table .box-textarea {
    padding: 2rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-table .box-textarea p {
  font-size: 1.2rem;
}
main.course-2 .sec .container .item .contents .box-text .box-btn p {
  color: #e85552;
  text-align: center;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
main.course-2 .sec .container .item .contents .box-text .box-btn .p-01 {
  font-size: 2rem;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-btn .p-01 {
    font-size: 1.8rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-btn .p-02 {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-btn .p-02 {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
main.course-2 .sec .container .item .contents .box-text .box-btn .p-02:before, main.course-2 .sec .container .item .contents .box-text .box-btn .p-02:after {
  content: "";
  display: block;
  width: 1px;
  height: 3.8rem;
  background: #e85552;
  position: absolute;
  top: 27%;
}
main.course-2 .sec .container .item .contents .box-text .box-btn .p-02:before {
  left: -5.5rem;
  transform: rotate(-50deg);
}
main.course-2 .sec .container .item .contents .box-text .box-btn .p-02:after {
  right: -5.5rem;
  transform: rotate(50deg);
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .contents .box-text .box-btn .btn01.tomato {
    margin-bottom: 1.6rem;
  }
}
main.course-2 .sec .container .item .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 47px solid transparent;
  border-left: 47px solid transparent;
  border-top: 30px solid #ffccc9;
  border-bottom: 0;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  main.course-2 .sec .container .item .arrow {
    bottom: -6rem;
  }
}
main.course-2 .sec .container .item:last-child {
  margin-bottom: 4rem;
}
main.course-2 .sec .container .item:last-child .arrow {
  display: none;
}
main.course-2 .sec .container .item.open .contents01 .box-flex .box-text p.btn02:after {
  top: 31%;
  transform: rotate(135deg) translateY(-50%);
}
main.course-2 .sec01 {
  padding-bottom: 0;
}
main.course-2 .sec02 {
  padding-bottom: 0;
}
main.course-2 .sec02 .container h2 {
  margin-bottom: 6rem;
}
main.course-2 .sec02 .container .item {
  margin-bottom: 9rem;
}
main.course-2 .box-btn-tel {
  margin: 4rem auto;
}
main.course-2 .box-btn-tel .container {
  display: flex;
  gap: 2rem 5rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.course-2 .box-btn-tel .container {
    flex-direction: column;
  }
}
main.course-2 .box-btn-tel .container a {
  display: block;
  background: #e85552;
  width: 100%;
  padding: 1rem;
  max-width: 34.5rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .box-btn-tel .container a {
    flex-direction: column;
    max-width: 25rem;
  }
}
main.course-2 .box-btn-tel .container a span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
main.course-2 .box-btn-tel .container a .school-name {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .box-btn-tel .container a .school-name {
    font-size: 1.9rem;
  }
}
main.course-2 .box-btn-tel .container a .number {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  main.course-2 .box-btn-tel .container a .number {
    font-size: 2.2rem;
  }
}

main.voice .sec {
  padding: 1px 0;
  margin-bottom: 8rem;
}
main.voice .sec h1 {
  margin-bottom: 6rem;
}
main.voice .sec .box-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.8rem;
  gap: 5.4rem 1.8rem;
}
main.voice .sec .box-item .item {
  width: calc(33% - 1.8rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.voice .sec .box-item .item {
    width: 80%;
  }
}
main.voice .sec .box-item .item img {
  display: block;
  margin: 0 auto;
}
main.voice .sec .box-item .item p.p-head {
  font-size: 2rem;
  font-weight: 500;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  main.voice .sec .box-item .item p.p-head {
    font-size: 1.5rem;
  }
}
main.voice .sec .box-item .item ul.tag {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  margin: 1rem 0;
}
main.voice .sec .box-item .item ul.tag li {
  background: #c9c9c9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 0 1.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  main.voice .sec .box-item .item ul.tag li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  main.voice .sec .box-item .item p.p-detail {
    font-size: 1.2rem;
  }
}
main.voice .sec .box-item .item-dummy {
  display: block;
  width: calc(33% - 1.8rem);
  height: 0;
}

main.column h1 {
  margin: 4rem auto 6rem;
}
main.column .column-2 .container {
  gap: 4rem;
  /* メインカラム */
  /* サイドバー */
}
main.column .column-2 .container .main-column-archive {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 6rem 2rem;
  flex-wrap: wrap;
  margin-bottom: 8rem;
  /* ここにページャー */
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .main-column-archive {
    gap: 3rem 1rem;
    margin-bottom: 2rem;
  }
}
main.column .column-2 .container .main-column-archive .item {
  width: calc(33% - 1.5rem);
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .main-column-archive .item {
    width: calc(50% - 0.5rem);
  }
}
main.column .column-2 .container .main-column-archive .item img {
  width: 100%;
  aspect-ratio: 264/176;
  -o-object-fit: cover;
     object-fit: cover;
}
main.column .column-2 .container .main-column-archive .item .box-text .box-flex {
  display: flex;
  justify-content: space-between;
  margin: 0.8rem 0;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .main-column-archive .item .box-text .box-flex {
    margin: 0.4rem 0;
  }
}
main.column .column-2 .container .main-column-archive .item .box-text .box-flex .date {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .main-column-archive .item .box-text .box-flex .date {
    font-size: 1rem;
  }
}
.ul-category {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ul-category li span {
  background: #c9c9c9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .ul-category li span {
    font-size: 1.1rem;
  }
}

main.column .column-2 .container .main-column-archive .item .box-text .box-flex .ul-category {
  justify-content: flex-end;
}
main.column .column-2 .container .main-column-archive .item .box-text .title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .main-column-archive .item .box-text .title {
    font-size: 1.2rem;
    margin: 0.4rem 0;
  }
}
main.column .column-2 .container .main-column-archive .item-dummy {
  display: block;
  width: calc(33% - 1.5rem);
  height: 0;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .main-column-archive .item-dummy {
    display: none;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
  margin: 4.5rem auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 2rem auto;
  }
}
.pagination .page-numbers {
  color: #fff;
  background: #f58d89;
  border: 1px solid #f58d89;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.4rem;
}
.pagination .page-numbers.next {
  color: #f58d89;
  background: #fff;
}

main.column .column-2 .container .sidebar {
  width: 100%;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  flex-direction: row-reverse;
}
main.column .column-2 .container .sidebar .box-widget {
  width: 50%;
  margin-bottom: 6rem;
}
main.column .column-2 .container .sidebar .box-widget .head {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5rem;
  border-bottom: 2px solid #ffccc9;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .sidebar .box-widget .head {
    font-size: 1.2rem;
  }
}
main.column .column-2 .container .sidebar .box-widget ul.widget-category li {
  border-bottom: 1px solid #ffccc9;
}
main.column .column-2 .container .sidebar .box-widget ul.widget-category li a {
  display: flex;
  align-items: center;
  padding: 1.8rem 2.7rem;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .sidebar .box-widget ul.widget-category li a {
    font-size: 1rem;
  }
}
main.column .column-2 .container .sidebar .box-widget ul.widget-category li a:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 0;
  border-top: solid 3px #ffccc9;
  border-right: solid 3px #ffccc9;
  transform: rotate(45deg);
  margin-right: 1.8rem;
  position: relative;
  top: 0.1rem;
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent {
  border-bottom: 1px solid #ffccc9;
  cursor: pointer;
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent span {
  display: flex;
  align-items: center;
  padding: 1.8rem 2.7rem;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent span {
    font-size: 1rem;
  }
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent span:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 0;
  border-top: solid 3px #ffccc9;
  border-right: solid 3px #ffccc9;
  transform: rotate(45deg);
  margin-right: 1.8rem;
  position: relative;
  top: 0.1rem;
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent .ul-child {
  font-size: 1.4rem;
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent .ul-child .li-child {
  padding: 0.9rem 2.7rem;
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent .ul-child {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent.open span:before {
  transform: rotate(135deg);
  top: -0.1rem;
}
main.column .column-2 .container .sidebar .box-widget .widget-months.ul-parent .li-parent.open .ul-child {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  main.column .column-2 .container .main-column-archive.sp-pattern-02 {
    flex-direction: column;
  }
  main.column .column-2 .container .main-column-archive.sp-pattern-02 .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }
  main.column .column-2 .container .main-column-archive.sp-pattern-02 .item img {
    width: 40%;
  }
  main.column .column-2 .container .main-column-archive.sp-pattern-02 .item .box-text {
    width: 55%;
    flex-grow: 1;
    display: flex;
    flex-direction: column-reverse;
  }
  main.column .column-2 .container .main-column-archive.sp-pattern-02 .item .box-text .box-flex {
    margin: 0;
    gap: 0;
    flex-direction: column;
    margin-top: auto;
  }
  main.column .column-2 .container .main-column-archive.sp-pattern-02 .item .box-text .box-flex .date {
    margin-bottom: 0.6rem;
  }
  main.column .column-2 .container .main-column-archive.sp-pattern-02 .item .box-text .box-flex .ul-category {
    justify-content: flex-start;
  }
  main.column .column-2 .container .main-column-archive.sp-pattern-02 .item .box-text .title {
    margin: 0;
    margin-bottom: 0.8rem;
  }
}

main.single-column p.post-name {
  font-size: 3rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem auto 6rem;
}
main.single-column .column-2 .container .main-column-single h1 {
  font-size: 2.6rem;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .main-column-single h1 {
    font-size: 1.8rem;
  }
}
main.single-column .column-2 .container .main-column-single .box-date {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .main-column-single .box-date {
    margin: 1rem 0 2rem;
  }
}
main.single-column .column-2 .container .main-column-single .box-date p.date {
  font-size: 1.2rem;
}
main.single-column .column-2 .container .main-column-single img.eye-catch {
  display: block;
  margin: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .main-column-single img.eye-catch {
    margin: 1rem 0;
  }
}
main.single-column .column-2 .container .main-column-single .post-contents {
  width: 95%;
  max-width: 80rem;
  margin: 0 auto;
  /* 段落 */
  /* リンク */
  /* 画像 */
}
main.single-column .column-2 .container .main-column-single .post-contents h2 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 3rem 0 1.5rem;
  border-left: 6px solid #ffccc9;
  padding: 1rem 1rem 1rem 2rem;
  background: #fbfbfb;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .main-column-single .post-contents h2 {
    font-size: 1.6rem;
  }
}
main.single-column .column-2 .container .main-column-single .post-contents h3 {
  font-size: 2rem;
  font-weight: 600;
  margin: 2.5rem 0 1rem;
  border-left: 6px solid #ffccc9;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .main-column-single .post-contents h3 {
    font-size: 1.5rem;
  }
}
main.single-column .column-2 .container .main-column-single .post-contents h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .main-column-single .post-contents h4 {
    font-size: 1.4rem;
  }
}
main.single-column .column-2 .container .main-column-single .post-contents p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 1.6rem;
  color: #333;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .main-column-single .post-contents p {
    font-size: 1.4rem;
  }
}
main.single-column .column-2 .container .main-column-single .post-contents a {
  color: #00a0e9;
  text-decoration: underline;
  transition: 0.3s;
}
main.single-column .column-2 .container .main-column-single .post-contents a:hover {
  color: #0074b0;
  text-decoration: none;
}
main.single-column .column-2 .container .main-column-single .post-contents img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
  border-radius: 0.5rem;
}
main.single-column .column-2 .container .main-column-single .post-contents img.alignleft {
  float: left;
  margin: 1rem 2rem 1rem 0;
}
main.single-column .column-2 .container .main-column-single .post-contents img.alignright {
  float: right;
  margin: 1rem 0 1rem 2rem;
}
main.single-column .column-2 .container .main-column-single .post-contents img.aligncenter {
  display: block;
  margin: 1.5rem auto;
}
main.single-column .column-2 .container .main-column-single .post-contents table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
main.single-column .column-2 .container .main-column-single .post-contents th,
main.single-column .column-2 .container .main-column-single .post-contents td {
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
  text-align: left;
}
main.single-column .column-2 .container .main-column-single .post-contents th {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #333;
}
main.single-column .column-2 .container .main-column-single .post-contents tr:nth-child(even) {
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  main.single-column .column-2 .container .main-column-single .post-contents table {
    font-size: 1.4rem;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container {
  width: 100% !important;
  padding: 0;
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container.no_bullets .toc_title {
  text-align: left;
  background: #ffccc9;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container.no_bullets ul.toc_list {
  margin: 0;
  padding: 2rem 2rem;
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container.no_bullets ul.toc_list li {
  font-size: 1.4rem;
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container.no_bullets ul.toc_list li a {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container.no_bullets ul.toc_list li ul {
  margin-left: 0;
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container.no_bullets ul.toc_list li ul li a {
  font-weight: normal;
  display: flex;
  align-items: center;
}
main.single-column .column-2 .container .main-column-single .post-contents #toc_container.no_bullets ul.toc_list li ul li a:before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 0;
  border-top: solid 3px #ffccc9;
  border-right: solid 3px #ffccc9;
  transform: rotate(45deg);
  margin-right: 1rem;
  position: relative;
  top: 0.1rem;
}
main.single-column .column-2 .container .related-posts {
  margin-bottom: 4rem;
}
main.single-column .column-2 .container .related-posts .head {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.5rem;
  border-bottom: 2px solid #ffccc9;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.single-column .column-2 .container .related-posts .head {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
}

main.free-trial {
  background: #fff2f0;
  padding: 1px 0 6rem;
}
main.free-trial .box-contents.bg-white {
  margin: 6rem auto;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white {
    padding: 2.5rem 1rem;
  }
}
main.free-trial .box-contents.bg-white p.head {
  background: #ed6c69;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white p.head {
    font-size: 1.5rem;
  }
}
main.free-trial .box-contents.bg-white .ul-school {
  margin: 7rem auto;
  width: 95%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white .ul-school {
    margin: 4rem auto;
  }
}
main.free-trial .box-contents.bg-white .ul-school li {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white .ul-school li {
    margin-bottom: 4.5rem;
  }
}
main.free-trial .box-contents.bg-white .ul-school li .school-name {
  color: #e85552;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white .ul-school li .school-name {
    font-size: 1.4rem;
  }
}
main.free-trial .box-contents.bg-white .ul-school li .box-dl {
  margin-bottom: 2rem;
}
main.free-trial .box-contents.bg-white .ul-school li .box-dl dl {
  display: flex;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white .ul-school li .box-dl dl {
    gap: 0 2rem;
  }
}
main.free-trial .box-contents.bg-white .ul-school li .box-dl dl dt,
main.free-trial .box-contents.bg-white .ul-school li .box-dl dl dd {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white .ul-school li .box-dl dl dt,
main.free-trial .box-contents.bg-white .ul-school li .box-dl dl dd {
    font-size: 1.2rem;
  }
}
main.free-trial .box-contents.bg-white .ul-school li .box-dl dl dt {
  width: 20%;
}
@media screen and (max-width: 424px) {
  main.free-trial .box-contents.bg-white .ul-school li .box-dl dl dt {
    width: 30%;
  }
}
main.free-trial .box-contents.bg-white .ul-school li .box-dl dl dd {
  width: 80%;
  flex-grow: 1;
}
main.free-trial .box-contents.bg-white .ul-school li .btn01 {
  font-size: 1.8rem;
  margin: 2.5rem auto;
  padding: 1.5rem 5rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents.bg-white .ul-school li .btn01 {
    font-size: 1.2rem;
  }
}

main.free-trial .box-contents .school-name {
  color: #e85552;
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents .school-name {
    font-size: 1.4rem;
  }
}
main.free-trial .box-contents .box-calendar {
  max-width: 88rem;
  margin: 0 auto;
}
main.free-trial .box-contents .box-calendar table {
  margin: 3rem auto;
}
main.free-trial .box-contents .box-calendar table .calendar-caption {
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
main.free-trial .box-contents .box-calendar table thead {
  background: #f0f0f0;
}
main.free-trial .box-contents .box-calendar table tbody .day-number {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
main.free-trial .box-contents .box-calendar table tbody .calendar-mark {
  font-size: 1.8rem;
  font-weight: bold;
}
main.free-trial .box-contents .box-calendar table tbody .calendar-mark .calendar-daylink,
main.free-trial .box-contents .box-calendar table tbody .calendar-mark .booking-timelink {
  display: block;
  background: #1385b1;
  color: #ffffff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 0.3rem 0;
}
main.free-trial .box-contents .box-calendar table tbody .calendar-mark .booking-timelink {
  width: 25%;
}
main.free-trial .box-contents .box-calendar .monthly-prev-next {
  font-size: 1.4rem;
}
main.free-trial .box-contents .box-calendar .monthly-prev-next .monthly-next a {
  background: #1385b1;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
}
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link {
  border-collapse: collapse;
  border-spacing: 0;
}
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link caption .mtssb-timetable-name {
  display: none;
}
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link caption .mtssb-timetable-date {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.4rem;
}
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link tbody tr th {
  border-radius: 0;
}
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link tbody tr th,
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link tbody tr td {
  padding: 1.5rem;
  font-size: 1.4rem;
}
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link tbody tr th.day-left {
  background: #f0f0f0;
}
main.free-trial .box-contents .box-calendar table.mtssb-timetable-link tbody tr td.day-right {
  font-size: 1.8rem;
}
main.free-trial .box-contents .box-calendar form {
  margin: 4rem auto;
}
main.free-trial .box-contents .box-calendar form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
main.free-trial .box-contents .box-calendar form fieldset legend {
  font-size: 1.8rem;
}
main.free-trial .box-contents .box-calendar form fieldset table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0.4rem 0 4rem;
}
main.free-trial .box-contents .box-calendar form fieldset table tbody tr th,
main.free-trial .box-contents .box-calendar form fieldset table tbody tr td {
  padding: 1.5rem;
  border: 1px solid #d2d2d2;
  margin: 0 !important;
  vertical-align: middle !important;
  font-size: 1.6rem;
}
main.free-trial .box-contents .box-calendar form fieldset table tbody tr th {
  background: #f0f0f0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents .box-calendar form fieldset table tbody tr th {
    text-align: left;
    padding: 0.8rem;
  }
}
main.free-trial .box-contents .box-calendar form fieldset table tbody tr td input,
main.free-trial .box-contents .box-calendar form fieldset table tbody tr td textarea {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
}
main.free-trial .box-contents .box-calendar form fieldset table tbody tr td textarea {
  width: 100%;
}
main.free-trial .box-contents .box-calendar form #action-button button {
  margin-bottom: 30px;
  font-size: 18px;
  border: none;
  padding: 20px 100px;
  color: #ffffff;
  background: #e85552;
  font-weight: bold;
  border-radius: 0.8rem;
}
main.free-trial .box-contents .box-calendar form fieldset#booking_client-fieldset table tbody tr td .booking-seimei {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0.4rem;
}
main.free-trial .box-contents .box-calendar form fieldset#booking_client-fieldset table tbody tr td .content-text.small-medium {
  width: 35%;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents .box-calendar form fieldset#booking_client-fieldset table tbody tr td .content-text.small-medium {
    width: 100%;
  }
}
main.free-trial .box-contents .box-calendar form fieldset#booking_client-fieldset table tbody tr td .content-text.medium {
  width: 100%;
}
main.free-trial .box-contents .box-calendar form fieldset#booking_client-fieldset table tbody tr td .content-text.fat {
  width: 100%;
}
main.free-trial .box-contents .box-calendar form fieldset#booking_client-fieldset table tbody tr td input#client-address1.content-text.fat {
  margin-bottom: 0.8rem;
}
main.free-trial .box-contents .box-calendar form fieldset#booking-confirm-fieldset tbody tr td.option-confirm-header[colspan="2"] {
  display: none;
}
main.free-trial .box-contents .box-calendar form fieldset#booking-confirm-fieldset tbody tr#confirmation-booking-message-title td[colspan="2"] {
  display: none;
}
main.free-trial .box-contents p.lead {
  font-size: 1.6rem;
  margin: 1rem 0;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  main.free-trial .box-contents p.lead {
    font-size: 1.4rem;
  }
}

.booking-form-people-number-row {
  display: none;
}

.thanks-message {
  margin: 4rem 0;
  font-size: 1.6rem;
}

footer {
  padding: 11rem 0 6rem !important;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 6rem 0 6rem !important;
  }
}
footer .container {
  display: flex;
  gap: 0 12rem;
}
@media screen and (max-width: 767px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .box01 {
  width: 23.4rem;
}
@media screen and (max-width: 767px) {
  footer .container .box01 {
    width: 100%;
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
  }
}
footer .container .box01 a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .container .box01 a img {
    display: block;
    width: 28rem;
    margin: 0 auto;
  }
}
footer .container .box02 {
  width: 60%;
  flex-grow: 1;
  display: flex;
  gap: 0 11rem;
}
@media screen and (max-width: 767px) {
  footer .container .box02 {
    width: 100%;
    flex-direction: column;
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .container .box02 div ul li {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer .container .box02 div ul li {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  footer .container .box02 .nav01 {
    margin-bottom: 2rem;
  }
}
footer .container .box02 .nav01 ul li a {
  font-weight: 500;
}
footer .container .box02 .nav01 ul li.child {
  margin-left: 2rem;
}
footer .container .box02 .nav01 ul li.child a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
footer .container .box02 .nav01 ul li.child a:before {
  content: "-";
  margin-right: 0.5rem;
}
footer .container .box02 .nav02 .box-sns-icon {
  margin: 3rem 0 0;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  footer .container .box02 .nav02 .box-sns-icon {
    justify-content: center;
    gap: 0 6rem;
    margin: 4.5rem 0 0;
  }
}
footer .container .box02 .nav02 .box-sns-icon a {
  display: block;
}
.page_sub .box-h1 h1 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 4rem auto;
}

.page_sub.pro .s4 .box h3.p {
  text-align: center;
}

#getFixed .inner .qlinks .inner2 .inline {
  justify-content: center;
  padding: 0 10px;
  gap: 0 10px;
}
/*# sourceMappingURL=style.css.map */