@charset "UTF-8";
html,
body {
  font-size: 76.2%;
}

a {
  text-decoration: none;
}

.main {
  padding: 0 !important;
}

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.ff-sawarabi-mincho,
.wf-active .ff-sawarabi-mincho {
  font-family: "Sawarabi Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.content-in .wrap {
  position: relative;
  max-width: 950px;
}
.content-in .wrap-nrw {
  position: relative;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.content-in .wrap-nrw2 {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  html,
body {
    border-top: none;
  }
}
@media screen and (max-width: 834px) {
  html,
body {
    border-top: none;
  }
  .content-in .wrap {
    max-width: 88%;
  }
  .content-in .wrap-nrw {
    max-width: 84%;
  }
  .content-in .wrap-nrw2 {
    max-width: 80%;
  }
}
.orange {
  color: #e78824;
}

.blue {
  color: #0055a0;
}

.light-green {
  color: #99cc33;
}

.light-blue {
  color: #3cc3f5;
}

.red {
  color: #ae002c;
}

.brown {
  color: #8b4a00;
}

@media only screen and (min-width: 835px) {
  .sp,
.sp_only {
    display: none !important;
  }
}
/* スマートフォンで見たときは""sp""のclassがついた画像が表示される */
@media only screen and (max-width: 834px) {
  .pc,
.pc_only {
    display: none !important;
  }
}
/*  ------------------------------ page.scss */
.page #main {
  margin-bottom: 100px;
}

.ttl {
  padding: 26px 0 20px;
}
.ttl h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.ttl h1:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(/wp-content/themes/cocoon-child-master/images/header/logo-icon_color.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 13px;
}
.ttl h1:after {
  content: "";
  display: block;
  width: 202px;
  height: 2px;
  background: #a03632;
  margin-top: 23px;
}

.single .ttl {
  padding: 26px 0 20px;
}
.single .ttl h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.single .ttl h2:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(/wp-content/themes/cocoon-child-master/images/header/logo-icon_color.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 13px;
}
.single .ttl h2:after {
  content: "";
  display: block;
  width: 202px;
  height: 2px;
  background: #a03632;
  margin-top: 23px;
}

.column-wrap {
  gap: 0 50px;
}

@media screen and (max-width: 834px) {
  .page #main {
    margin-bottom: 40px;
  }
  .ttl {
    padding: 12px 0;
  }
  .ttl h1 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .ttl h1:before {
    width: 16px;
    height: 16px;
    margin-bottom: 8px;
  }
  .ttl h1:after {
    width: 111px;
    height: 1px;
    margin-top: 12px;
  }
  .single .ttl {
    padding: 12px 0;
  }
  .single .ttl h2 {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .single .ttl h2:before {
    width: 12px;
    height: 12px;
    margin-bottom: 8px;
  }
  .single .ttl h2:after {
    width: 111px;
    height: 1px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .column-wrap > div {
    margin-bottom: 0;
  }
}
.company ul {
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
.company ul li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 2px solid #fff;
}
.company ul li h5,
.company ul li p {
  font-size: 1.4rem;
  padding: 30px;
}
.company ul li h5 {
  flex: 1;
  font-weight: bold;
  background: #a03632;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company ul li p {
  font-size: 1.4rem;
  line-height: 2.5;
  flex: 4;
  background: #f2f2f2;
}

@media screen and (max-width: 834px) {
  .company ul {
    margin-top: 20px;
  }
  .company ul li h5,
.company ul li p {
    padding: 10px;
    font-size: 1.2rem;
  }
  .company ul li h5 {
    min-width: 9rem;
  }
}
.privacy-policy h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 130px;
}
.privacy-policy h3 {
  color: #a03632;
  border-bottom: 3px solid #a03632;
  padding: 0 0 12px 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 30px;
  margin-top: 48px;
}
.privacy-policy p {
  font-size: 1.4rem;
  line-height: 2.4;
}

@media screen and (max-width: 834px) {
  .privacy-policy h2 {
    font-size: 1.9rem;
    margin-bottom: 50px;
  }
  .privacy-policy h3 {
    padding: 0 0 6px 10px;
    font-size: 1.9rem;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a03632;
  }
  .privacy-policy p {
    font-size: 1.4rem;
  }
}
.contact p {
  font-size: 1.4rem;
  line-height: 2;
}
.contact .wrap > p {
  text-align: center;
}
.contact__wrap {
  margin: 76px auto 0;
}

@media screen and (max-width: 834px) {
  .contact p {
    font-size: 1.4rem;
  }
  .contact__wrap {
    margin: 47px auto 0;
  }
}
/*  ------------------------------ access.scss */
.access-wrap {
  background: #a03632;
  padding: 78px 0;
}
.access h2 {
  color: #fff;
  font-size: 2.9rem;
  margin-bottom: 18px;
}
.access__white {
  background: #fff;
  padding: 18px;
  margin-bottom: 26px;
}
.access__white p {
  position: relative;
  font-size: 1.6rem;
  line-height: 3;
  margin-left: 2rem;
  padding-left: 40px;
}
.access__white p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.access__white p.address:before {
  width: 23px;
  height: 28px;
  background-image: url("../img/address.svg");
}
.access__white p.tel:before {
  width: 29px;
  height: 27px;
  background-image: url("../img/tel.svg");
}
.access__white p.train {
  font-size: 1.8rem;
  margin-top: 40px;
}
.access__white p.train:before {
  width: 24px;
  height: 25px;
  background-image: url("../img/train.svg");
}
.access__white p.dot span {
  font-size: 1.4rem;
}
.access__white p.dot:before {
  width: 11px;
  height: 11px;
  left: 15px;
  background-image: url("../img/dot.svg");
}
.access__white img {
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .access {
    overflow: hidden;
  }
  .access-wrap {
    background: none;
    padding: 0;
  }
  .access h2 {
    color: #a03632;
    text-align: center;
    font-size: 1.9rem;
    border-bottom: 1px solid #a03632;
    padding-bottom: 3px;
    margin-left: -7%;
    margin-right: -7%;
    margin-bottom: 9px;
  }
  .access__white {
    padding: 14px 0;
    margin-left: -7%;
    margin-right: -7%;
    margin-bottom: 0;
  }
  .access__white:nth-child(3), .access__white:nth-child(7) {
    border: 14px solid #a03632;
    padding: 14px 10px;
    margin-bottom: 14px;
  }
  .access__white p {
    font-size: 1.4rem;
    margin-left: 0;
    padding-left: 22px;
    line-height: 2.2;
  }
  .access__white p.address:before {
    width: 14px;
    height: 17px;
    bottom: auto;
    top: 5px;
  }
  .access__white p.tel:before {
    width: 18px;
    height: 16px;
    bottom: auto;
    top: 5px;
  }
  .access__white p.train {
    font-size: 1.4rem;
    margin-top: 20px;
    bottom: auto;
    top: 5px;
  }
  .access__white p.train:before {
    width: 18px;
    height: 19px;
    bottom: auto;
    top: 5px;
  }
  .access__white p.dot {
    line-height: 1.6;
    margin-top: 1rem;
  }
  .access__white p.dot span {
    font-size: 1.4rem;
  }
  .access__white p.dot:before {
    width: 5px;
    height: 5px;
    left: 8px;
    bottom: auto;
    top: 5px;
  }
  .access img + h2 {
    margin-top: 60px;
  }
}
.top-slider__wrap {
  position: relative;
  margin: -60px 0 0;
  padding: 0;
}
.top-slider__wrap::after {
  max-width: 1500px;
  transform: translateX(-50%);
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 100%;
  height: 106px;
  background: url(../img/icon_medal.png) left 25px center/auto no-repeat;
}
@media screen and (max-width: 834px) {
  .top-slider__wrap::after {
    transform: none;
    top: 60px;
    left: 15px;
    width: 200px;
    height: 111px;
    background: url(../img/icon_medal_sp.png) center top/contain no-repeat;
  }
}
.top-slider__wrap .navi-course {
  position: absolute;
  top: 100px;
  left: calc(50% + 350px);
  z-index: 9;
  width: 400px;
}
@media screen and (max-width: 1550px) {
  .top-slider__wrap .navi-course {
    left: auto;
    right: 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-slider__wrap .navi-course {
    display: none;
  }
}

.top-slider {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
  margin: 0 !important;
  padding: 0 !important;
}
.top-slider.slick-initialized {
  opacity: 1;
}
.top-slider li {
  margin: 0 !important;
}
.top-slider a {
  line-height: 1;
  padding: 0;
  margin: 0;
}
.top-slider img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .top-slider img {
    height: auto;
  }
}
.top-slider .slick-dots {
  bottom: 10px;
  display: block !important;
  padding: 0;
  margin: 0;
}
.top-slider .slick-dots li button::before {
  color: #52a9c4;
}
.top-slider .slick-dots li.slick-active button::before {
  color: #52a9c4;
  opacity: 1;
}

/*  ------------------------------ top.scss -- */
.top-teacher {
  background: #004664;
  padding: 99px 0 66px;
}
.top-teacher h2 {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
.top-teacher__flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 9px;
  margin-bottom: 30px;
}
.top-teacher__item {
  flex: 1;
  background: #fff;
  border-radius: 78px 0 0 0;
  padding: 8px;
}
.top-teacher__item h3 {
  display: table;
  position: relative;
  margin: -42px auto 20px;
  background: #fff;
  padding: 5px 22px;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 15px;
  text-align: center;
  color: #004664;
}
.top-teacher__item h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
.top-teacher__item h4 span {
  display: block;
  font-size: 1.5rem;
}
.top-teacher__item p {
  color: #808080;
  font-size: 1.4rem;
}
.top-teacher a {
  display: table;
  margin: 0 auto 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 17px 147px;
  border-radius: 26px;
  transition: 0.3s;
}
.top-teacher a:hover {
  transition: 0.3s;
  background: #a03632;
}

@media screen and (max-width: 834px) {
  .top-teacher {
    padding: 48px 0;
  }
  .top-teacher h2 {
    font-size: 2.3rem;
    margin-bottom: 25px;
  }
  .top-teacher__flex {
    width: 216vw;
  }
  .top-teacher__wrap {
    max-width: none;
    overflow-x: scroll;
  }
  .top-teacher__item {
    width: 68vw;
    margin-right: 4vw;
  }
  .top-teacher__item:first-child {
    margin-left: 4vw;
  }
  .top-teacher a {
    display: block;
    margin: 6px auto 4px;
    font-size: 1.4rem;
    padding: 17px 0;
    border-radius: 26px;
  }
}
.cta {
  padding: 62px 0;
  background: #ececeb;
}
.cta .wrap-nrw {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cta__left {
  width: 51%;
}
.cta__right {
  width: 47%;
}
.cta__left h5,
.cta__left h4 {
  color: #de5621;
  text-align: center;
}
.cta__left h5 {
  font-size: 2.3rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.cta__left h4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.5rem;
  font-weight: normal;
  letter-spacing: 0.9px;
  line-height: 1;
  margin-bottom: 27px;
}
.cta__left h4:before {
  content: "";
  display: block;
  width: 31px;
  height: 43px;
  background: url(images/top/call-orange.svg) no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.4rem;
}
.cta__left h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1rem;
  width: 100%;
  height: 1px;
  background: #de5621;
}
.cta__left p {
  font-size: 1.7rem;
  line-height: 1.6;
}
.cta__left p span {
  font-size: 1.4rem;
  letter-spacing: -0.24px;
}
.cta__right a {
  display: block;
  color: #fff;
  font-size: 2.15rem;
  line-height: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  transition: 0.3s;
}
.cta__right a + a {
  margin-top: 10px;
}
.cta__right a:nth-child(1) {
  border: 2px solid #0093a8;
  background: #0093a8;
}
.cta__right a:nth-child(2) {
  border: 2px solid #e1b400;
  background: #e1b400;
}
.cta__right a:nth-child(3) {
  border: 2px solid #de5621;
  background: #de5621;
}
.cta__right a:hover {
  transition: 0.3s;
  background: #fff;
}
.cta__right a:hover:nth-child(1) {
  color: #0093a8;
}
.cta__right a:hover:nth-child(2) {
  color: #e1b400;
}
.cta__right a:hover:nth-child(3) {
  color: #de5621;
}

@media screen and (max-width: 834px) {
  .cta {
    padding: 45px 0 36px;
  }
  .cta .wrap-nrw {
    flex-direction: column-reverse;
    align-items: center;
  }
  .cta__right {
    width: 100%;
  }
  .cta__right a {
    font-size: 1.6rem;
    line-height: 46px;
    height: 46px;
  }
  .cta__left {
    width: 90%;
  }
  .cta__left h5 {
    font-size: 1.6rem;
    margin-top: 16px;
    margin-bottom: 15px;
  }
  .cta__left h4 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .cta__left h4:before {
    width: 19px;
    height: 27px;
  }
  .cta__left p {
    font-size: 1.4rem;
  }
  .cta__left p span {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=hp_common.css.map */