@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Caveat-Regular";
  src: url("../fonts/Caveat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Caveat-Regular";
  src: url("../fonts/Caveat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url("../fonts/ZenKakuGothicNew-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url("../fonts/ZenKakuGothicNew-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url("../fonts/ZenKakuGothicNew-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url("../fonts/ZenKakuGothicNew-Black.ttf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.6rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px auto 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 85px 0 115px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box01 {
  padding: 63px 38px 40px;
  border-radius: 10px;
  background: url(../img/top/com-gra.png) repeat-y center top/100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.com-box01::before {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  margin: auto;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.com-box01-ttl {
  display: inline-block;
  padding: 8px 28px;
  border-radius: 999px;
  background: url(../img/top/com-gra.png) no-repeat center/cover;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.7rem;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .com-box01-ttl {
    font-size: 1.6rem;
  }
}

.com-border {
  border-top: 1px dashed #d9d9d9;
}

.com-bg {
  background: #a6d6ff;
}

.com-shadow-lt {
  position: relative;
  z-index: 1;
}
.com-shadow-lt img {
  border-radius: 15px;
}
.com-shadow-lt::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/recruit/shadow01.png) no-repeat center/cover;
  border-radius: 15px;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
}
.com-shadow-rt {
  position: relative;
  z-index: 1;
}
.com-shadow-rt img {
  border-radius: 15px;
}
.com-shadow-rt::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/recruit/shadow01.png) no-repeat center/cover;
  border-radius: 15px;
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: -1;
}

.com-en {
  display: inline-block;
  font-family: "Caveat-Regular", sans-serif;
  font-size: 9rem;
  letter-spacing: 0;
  line-height: 1;
  transform: rotate(-3deg);
}
@media screen and (max-width: 768px) {
  .com-en {
    font-size: 4.5rem;
  }
}

.com-gra {
  background: url(../img/top/com-gra.png) no-repeat center/cover;
  -webkit-background-clip: text;
  color: transparent;
}
.com-gra02 {
  background: url(../img/top/com-gra.png) no-repeat center/cover;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.6rem;
  }
}
.com-tel-link-num {
  font-size: 3.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-tel-link-num {
    font-size: 1.75rem;
  }
}
.com-tel-note {
  display: block;
  margin-top: 5px;
}

.news-post {
  width: 100%;
  max-width: 760px;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d9d9d9;
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-ttl {
    color: #285eb2;
  }
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: #285eb2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.6rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 2px solid #285eb2;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ",";
}
.news-post-tag-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #285eb2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-ttl {
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-tag {
  display: flex;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 50px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 10px 35px;
  border: 2px solid #222222;
  text-align: center;
  color: #222222;
  background-color: #fff;
  box-shadow: none;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .com-tag-link:hover {
    background-color: #285eb2;
    border-color: #285eb2;
    color: #fff;
  }
}
.com-tag-link-current {
  background-color: #285eb2;
  border-color: #285eb2;
  color: #fff;
}

/* =========================================

  main layout  all

========================================= */
/*  top-about  PC
------------------------------------ */
#top-about {
  position: relative;
}
#top-about .about-img {
  width: 32.3%;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  #top-about .about-img {
    width: auto;
  }
}
@media screen and (max-width: 1759px) {
  #top-about .about-img {
    width: 25%;
  }
}
#top-about .about-img img {
  border-radius: 14px;
}
#top-about .about-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/about-img-l.png) no-repeat left top/cover;
  border-radius: 14px;
  position: absolute;
  z-index: -1;
}
#top-about .about-img-left {
  left: 95px;
  top: 63px;
}
@media screen and (min-width: 1921px) {
  #top-about .about-img-left {
    left: calc(50% - 860px);
  }
}
@media screen and (max-width: 1190px) {
  #top-about .about-img-left {
    left: 65px;
  }
}
#top-about .about-img-left::before {
  left: -11.4%;
  top: 30%;
}
#top-about .about-img-right {
  right: 40px;
  bottom: 160px;
}
#top-about .about-img-right::before {
  width: 79.1%;
  border-radius: 14px 0 0 14px;
  background-image: url(../img/top/about-img-r.png);
  right: -6.4%;
  top: -46%;
}
#top-about .about-contents {
  display: inline-block;
}
#top-about .about-ttl {
  display: inline-block;
  text-align: left;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 6.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 3.1rem;
  }
}
#top-about .about-txt-box {
  margin-top: 40px;
  text-align: left;
}

/*  top-features  PC
------------------------------------ */
#top-features {
  background: #a6d6ff;
}
#top-features .features-inner {
  position: relative;
}
#top-features .features-ttl {
  text-align: center;
}
#top-features .features-ttl-en {
  position: absolute;
  top: -53px;
  left: 0;
  right: 0;
}
#top-features .features-ttl-ja {
  display: inline-block;
  border-bottom: 4px solid #285eb2;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.8rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top-features .features-ttl-ja {
    font-size: 2.9rem;
  }
}
#top-features .features-list {
  display: flex;
  margin: 76px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-features .features-list-item {
  width: 100%;
  height: 420px;
  text-align: center;
  background: url(../img/top/features-ico01.png) no-repeat center 38px/auto #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 17px 0px rgba(0, 81, 150, 0.15);
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-features .features-list-item {
    max-width: 500px;
  }
  #top-features .features-list-item:nth-of-type(n+3) {
    margin-top: 75px;
  }
}
@media screen and (min-width: 768px) {
  #top-features .features-list-item01 {
    background-size: 194px;
  }
  #top-features .features-list-item01:hover {
    background-size: 204px;
    background-position-y: 28px;
  }
}
#top-features .features-list-item02 {
  background-image: url(../img/top/features-ico02.png);
}
@media screen and (min-width: 768px) {
  #top-features .features-list-item02 {
    background-size: 245px;
    background-position-x: 60%;
    background-position-y: 19px;
  }
  #top-features .features-list-item02:hover {
    background-size: 255px;
    background-position-y: 9px;
  }
}
#top-features .features-list-item03 {
  background-image: url(../img/top/features-ico03.png);
}
@media screen and (min-width: 768px) {
  #top-features .features-list-item03 {
    background-size: 267px;
    background-position-x: 50%;
    background-position-y: 46px;
  }
  #top-features .features-list-item03:hover {
    background-size: 277px;
    background-position-y: 36px;
  }
}
#top-features .features-list-item04 {
  background-image: url(../img/top/features-ico04.png);
}
@media screen and (min-width: 768px) {
  #top-features .features-list-item04 {
    background-size: 256px;
    background-position-y: 63px;
  }
  #top-features .features-list-item04:hover {
    background-size: 266px;
    background-position-y: 53px;
  }
}
#top-features .features-list-ttl {
  display: flex;
  height: 115px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
#top-features .features-list-ttl-ja {
  display: block;
  margin-top: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-ttl-ja {
    font-size: 1.6rem;
  }
}
#top-features .features-list-ttl-sm {
  display: block;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-features .features-list-ttl-sm {
    font-size: 1.6rem;
  }
}
#top-features .features-btn {
  max-width: 480px;
  margin: 60px auto 0;
}

/*  top-course  PC
------------------------------------ */
#top-course {
  background: url(../img/top/course-bg.png) no-repeat center top/100%;
}
#top-course .course-ttl {
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-course .course-ttl {
    font-size: 2.1rem;
  }
}
#top-course .course-ttl-gra {
  display: inline-block;
  height: 70px;
  padding: 0 20px;
  background: url(../img/top/com-gra.png) no-repeat center/cover;
  line-height: 70px;
}
#top-course .course-ttl-lg {
  font-size: 5.2rem;
}
@media screen and (max-width: 768px) {
  #top-course .course-ttl-lg {
    font-size: 2.6rem;
  }
}
#top-course .course-ttl-sm {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-course .course-ttl-sm {
    font-size: 2rem;
  }
}
#top-course .course-txt {
  margin: 30px auto 0;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  #top-course .course-txt {
    text-align: center;
  }
}
#top-course .course-list {
  margin: 60px auto 0;
}
#top-course .course-list-item:nth-of-type(n+2) {
  margin-top: 70px;
}
#top-course .course-list-img img {
  border-radius: 16px;
}
#top-course .course-list-img02 {
  text-align: right;
}
#top-course .course-list-box {
  width: 100%;
  max-width: 700px;
  height: 300px;
  margin-top: -230px;
  padding-top: 40px;
  border-radius: 15px;
}
#top-course .course-list-box01, #top-course .course-list-box03 {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #top-course .course-list-box01, #top-course .course-list-box03 {
    padding-left: 330px;
  }
}
@media screen and (min-width: 768px) {
  #top-course .course-list-box02 {
    padding-left: 40px;
  }
}
#top-course .course-list-box01 {
  background: url(../img/top/course-box01.png) no-repeat center/cover;
}
#top-course .course-list-box02 {
  background: url(../img/top/course-box02.png) no-repeat center/cover;
}
#top-course .course-list-box03 {
  background: url(../img/top/course-box03.png) no-repeat center/cover;
}
#top-course .course-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #top-course .course-list-ttl {
    font-size: 1.6rem;
  }
}
#top-course .course-list-ttl-lg {
  display: block;
  font-size: 3.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #top-course .course-list-ttl-lg {
    font-size: 1.9rem;
  }
}
#top-course .course-list-dl {
  margin-top: 19px;
}
#top-course .course-list-dl-item {
  display: flex;
  align-items: center;
}
#top-course .course-list-dl dt {
  width: 70px;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 35px;
  color: #008aff;
}
@media screen and (max-width: 768px) {
  #top-course .course-list-dl dt {
    font-size: 1.6rem;
  }
}
#top-course .course-list-dl dd {
  margin-left: 9px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top-course .course-list-dl dd {
    font-size: 1.6rem;
  }
}
#top-course .course-list-dl-dt02 {
  color: #88d46a !important;
}
#top-course .course-list-dl-dt03 {
  color: #fb8181 !important;
}
#top-course .course-list-btn {
  width: 100%;
  max-width: 330px;
  height: 50px;
  margin-top: 15px;
  text-align: center;
  background: #fff;
  border-radius: 14px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-course .course-list-btn {
    font-size: 1.6rem;
  }
}
#top-course .course-list-btn::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #008aff;
  border-right: 1px solid #008aff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
#top-course .course-list-btn01 {
  color: #008aff;
}
#top-course .course-list-btn02 {
  color: #88d46a;
}
#top-course .course-list-btn02::before {
  border-color: #88d46a;
}
#top-course .course-list-btn03 {
  color: #fb8181;
}
#top-course .course-list-btn03::before {
  border-color: #fb8181;
}

/*  both  PC
------------------------------------ */
#both {
  background: #75d1f3;
  position: relative;
}
#both .both-img {
  width: 41%;
  max-width: 788px;
  margin: auto;
  position: absolute;
  right: 3.6%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1921px) {
  #both .both-img {
    right: calc(50% - 960px);
  }
}
@media screen and (max-width: 1464px) {
  #both .both-img {
    right: 2%;
  }
}
#both .both-contents {
  position: relative;
}
#both .both-ttl-en {
  font-size: 8.2rem;
  position: absolute;
  left: -40px;
  top: -134px;
}
@media screen and (max-width: 768px) {
  #both .both-ttl-en {
    font-size: 4.1rem;
  }
}
#both .both-ttl-ja {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #both .both-ttl-ja {
    font-size: 2.1rem;
  }
}
#both .both-ttl-ja-lg {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #both .both-ttl-ja-lg {
    font-size: 2.3rem;
  }
}
#both .both-txt {
  margin-top: 28px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  color: #fff;
  line-height: 2.1;
}
#both .both-btn {
  max-width: 600px;
  margin: 35px 0 0;
}

/*  com-contact  PC
------------------------------------ */
.com-contact {
  background: #efeef4;
}
.com-contact .contact-box {
  padding: 54px 0 70px 380px;
  border-radius: 15px;
  background: #fff;
  position: relative;
}
.com-contact .contact-box::before, .com-contact .contact-box::after {
  content: "";
  position: absolute;
}
.com-contact .contact-box::before {
  width: 321px;
  height: 421px;
  background: url(../img/top/contact-img01.png) no-repeat center/contain;
  top: -61px;
  left: -22px;
}
.com-contact .contact-box::after {
  width: 312px;
  height: 427px;
  background: url(../img/top/contact-img02.png) no-repeat center/contain;
  bottom: 0;
  left: 54px;
}
.com-contact .contact-contents {
  margin-left: auto;
}
.com-contact .contact-ttl {
  display: inline-block;
  padding: 10px 12px;
  background: url(../img/top/com-gra.png) no-repeat center/cover;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl {
    font-size: 2.1rem;
  }
}
.com-contact .contact-txt-box {
  margin-top: 35px;
}
.com-contact .contact-flx {
  margin-top: 30px;
}
.com-contact .contact-flx-ttl {
  width: 210px;
  height: 75px;
  background: #285eb2;
  text-align: center;
  border-radius: 15px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-flx-ttl {
    font-size: 1.6rem;
  }
}
.com-contact .contact-flx-ttl::before {
  content: "";
  width: 20px;
  height: 40px;
  margin: auto;
  background: url(../img/top/arw.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -11px;
}
.com-contact .contact-flx-txt {
  margin-left: 18px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-flx-txt {
    font-size: 1.6rem;
  }
}
.com-contact .contact-reserve {
  margin-top: 35px;
}
.com-contact .contact-reserve-item:nth-of-type(n+2) {
  margin-left: 17px;
}
.com-contact .contact-reserve-ttl {
  display: flex;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #008aff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-reserve-ttl {
    font-size: 1.6rem;
  }
}
.com-contact .contact-reserve-ttl::before, .com-contact .contact-reserve-ttl::after {
  content: "";
  width: 11px;
  height: 21px;
}
.com-contact .contact-reserve-ttl::before {
  margin-right: 3px;
  background: url(../img/top/contact-shape-l.png) no-repeat center/contain;
}
.com-contact .contact-reserve-ttl::after {
  margin-left: 3px;
  background: url(../img/top/contact-shape-r.png) no-repeat center/contain;
}
.com-contact .contact-btn {
  width: 320px;
}

/*  top-recruit  PC
------------------------------------ */
#top-recruit .recruit-box {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 35px 27px 45px;
  background: url(../img/top/recruit-bg.png) no-repeat center/cover;
  position: relative;
}
#top-recruit .recruit-box::before {
  width: 336px;
  height: 374px;
  background: url(../img/top/recruit-img.png) no-repeat center/contain;
  position: absolute;
  right: 20px;
  bottom: 0;
  content: "";
}
#top-recruit .recruit-box-ttl {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 4.8rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-box-ttl {
    font-size: 2.4rem;
  }
}
#top-recruit .recruit-box-txt {
  margin-top: 30px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #top-recruit .recruit-box-txt {
    font-size: 1.6rem;
  }
}
#top-recruit .recruit-box-btn {
  max-width: 550px;
  margin: 28px auto 0 0;
}

/*  top-news  PC
------------------------------------ */
#top-news {
  background-color: #ebeef6;
}
#top-news .news-box {
  padding: 55px 39px 44px 36px;
  background: #fff;
  border-radius: 20px;
}
#top-news .news-ttl {
  position: relative;
}
#top-news .news-ttl-en {
  font-size: 5.2rem;
  position: absolute;
  left: -23px;
  top: -28px;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-en {
    font-size: 2.6rem;
  }
}
#top-news .news-ttl-ja {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0;
  color: #285eb2;
}
@media screen and (max-width: 768px) {
  #top-news .news-ttl-ja {
    font-size: 2.6rem;
  }
}

/* =========================================

  sub layout  all

========================================= */
/*  recruit  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #recruit .about-ttl {
    white-space: nowrap;
  }
}
#recruit .about-flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#recruit .about-flx01 {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  justify-content: flex-end;
}
#recruit .about-flx02 {
  width: 100%;
  max-width: 1080px;
  margin: 85px auto 0;
}
@media screen and (min-width: 768px) {
  #recruit .about-flx02 {
    flex-direction: row-reverse;
  }
}
#recruit .about-flx02-txt {
  margin-top: 20px;
  line-height: 2.2;
}
#recruit .about-txt {
  margin-top: 35px;
  line-height: 2.35;
}
#recruit .about-contents01 {
  margin-right: 32px;
}
@media screen and (min-width: 768px) {
  #recruit .about-contents02 {
    width: 100%;
    max-width: 650px;
  }
}
#recruit .about-img01 {
  width: 46.8%;
}
#recruit .about-img02::before {
  background-image: url(../img/recruit/shadow02.png);
  top: -15px;
  right: -15px;
}
#recruit .about-ttl-sub {
  margin-top: 14px;
}
#recruit .about-btn {
  max-width: 480px;
  margin: 68px auto 0;
}
#recruit .here-ttl {
  padding: 35px 0 44px;
}
#recruit .here-list-item {
  display: flex;
  justify-content: space-between;
}
#recruit .here-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#recruit .here-list-item:nth-of-type(n+2) {
  margin: 95px auto 0;
}
#recruit .here-list-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit .here-list-contents {
    max-width: 560px;
  }
}
#recruit .here-list-ttl-num {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #recruit .here-list-ttl-num {
    font-size: 1.6rem;
  }
}
#recruit .here-list-ttl-ja {
  display: block;
  padding-bottom: 5px;
  line-height: 1.5;
}
#recruit .here-list-txt {
  margin-top: 25px;
  line-height: 2.1;
}
#recruit .profile-ttl-en {
  top: -115px;
}
#recruit .profile-ttl-ja {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit .profile-ttl-ja {
    font-size: 2.5rem;
  }
}
#recruit .profile-txt {
  margin: 50px auto 0;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  color: #285eb2;
  letter-spacing: 0.02em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #recruit .profile-txt {
    font-size: 1.6rem;
  }
}
#recruit .profile-list {
  display: flex;
  margin: 55px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recruit .profile-list-item {
  display: flex;
  width: 340px;
  height: 340px;
  padding-bottom: 19px;
  background-color: #fff !important;
  border-radius: 20px;
  box-shadow: 0px 0px 17px 0px rgba(0, 81, 150, 0.15);
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #recruit .profile-list-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
#recruit .profile-list-item01 {
  background: url(../img/recruit/profile-ico01.png) no-repeat center 39px;
}
#recruit .profile-list-item02 {
  background: url(../img/recruit/profile-ico02.png) no-repeat center 45px;
}
#recruit .profile-list-item03 {
  background: url(../img/recruit/profile-ico03.png) no-repeat center 42px;
}
#recruit .profile-list-item04 {
  background: url(../img/recruit/profile-ico04.png) no-repeat center 45px;
}
#recruit .profile-list-item05 {
  background: url(../img/recruit/profile-ico05.png) no-repeat center 59px;
}
#recruit .profile-list-item06 {
  background: url(../img/recruit/profile-ico06.png) no-repeat center 32px;
}
#recruit .profile-list-ttl {
  height: 100px;
  color: #285eb2;
  text-align: center;
}
#recruit .profile-list-ttl-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  #recruit .profile-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#recruit .profile-list-ttl-sm {
  display: block;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #recruit .profile-list-ttl-sm {
    font-size: 1.6rem;
  }
}
#recruit .profile-list-ttl-md {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #recruit .profile-list-ttl-md {
    font-size: 1.6rem;
  }
}
#recruit .recruit-ttl-ja {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit-ttl-ja {
    font-size: 2.1rem;
  }
}
#recruit .recruit-table {
  margin: 65px auto 0;
}

/* voice  PC
------------------------------------ */
#voice .anchor-list {
  padding: 92px 0 107px;
}
#voice .anchor-list li {
  width: 100%;
  max-width: 320px;
}
#voice .anchor-list li:nth-of-type(n+2) {
  margin-left: 80px;
}
#voice .voice {
  background-color: #e9eff7;
}

.com-voice .voice-ttl {
  padding: 40px 0 44px;
  background: #a6d6ff;
  text-align: center;
}
.com-voice .voice-ttl-txt {
  border-bottom: 4px solid #285eb2;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-ttl-txt {
    font-size: 2.6rem;
  }
}
.com-voice .voice-txt {
  text-align: center;
}
.com-voice .voice-list {
  margin: 60px auto 0;
}
.com-voice .voice-list-item {
  padding: 40px;
  border-radius: 13px;
  background: #fff;
}
.com-voice .voice-list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
.com-voice .voice-list-dl dt {
  width: 110px;
  border-radius: 999px;
  height: 35px;
  background: url(../img/top/about-img-r.png) no-repeat center/cover;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-dl dt {
    font-size: 1.6rem;
  }
}
.com-voice .voice-list-dl dd {
  margin-left: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: #285eb2;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-dl dd {
    font-size: 1.6rem;
  }
}
.com-voice .voice-list-profile {
  margin-left: 15px;
  padding-left: 11px;
  border-left: 1px solid #d9d9d9;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-profile {
    font-size: 1.6rem;
  }
}
.com-voice .voice-list-ttl {
  padding-bottom: 13px;
}
.com-voice .voice-list-txt {
  margin-top: 20px;
  line-height: 2.1;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-voice .voice-list-txt {
    font-size: 1.6rem;
  }
}
.com-voice .faq-list-item {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.com-voice .faq-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
.com-voice .faq-list-ttl {
  padding: 20px 80px;
  background: #285eb2;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-voice .faq-list-ttl {
    font-size: 1.6rem;
  }
}
.com-voice .faq-list-ttl::before {
  content: "Q.";
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 26px;
  top: 26px;
}
@media screen and (max-width: 768px) {
  .com-voice .faq-list-ttl::before {
    font-size: 1.6rem;
  }
}
.com-voice .faq-list-txt {
  padding: 20px 35px 30px 80px;
  line-height: 2.1;
  white-space: pre-line;
  position: relative;
}
.com-voice .faq-list-txt::before {
  content: "A.";
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  color: #d55743;
  line-height: 1;
  position: absolute;
  left: 26px;
  top: 26px;
}
@media screen and (max-width: 768px) {
  .com-voice .faq-list-txt::before {
    font-size: 1.6rem;
  }
}

/*  features  PC
------------------------------------ */
#features .about-ttl {
  text-align: center;
}
#features .about-ttl-ja {
  display: block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #features .about-ttl-ja {
    font-size: 2.1rem;
  }
}
#features .about-ttl-lg {
  margin: 10px auto 0;
  padding: 5px 0 15px 15px;
  font-size: 6.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #features .about-ttl-lg {
    font-size: 3.1rem;
  }
}
#features .about-txt {
  margin: 50px auto 0;
  text-align: center;
  line-height: 2.1;
}
#features .about-tag {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#features .about-tag-item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #features .about-tag-item {
    width: 100%;
    max-width: 340px;
  }
}
@media screen and (min-width: 768px) {
  #features .about-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #features .about-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#features .about-tag-link {
  width: 340px;
  height: 120px;
  padding-top: 10px;
  border-radius: 15px;
  background: #285eb2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#features .about-tag-link::before {
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  content: "";
}
#features .about-tag-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #features .about-tag-ttl {
    font-size: 1.6rem;
  }
}
#features .about-tag-num {
  margin: auto;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #features .about-tag-num {
    font-size: 1.6rem;
  }
}
#features .about-list {
  margin: 130px auto 0;
}
#features .about-list-item {
  padding-bottom: 110px;
}
#features .about-list-item:nth-of-type(n+2) {
  padding-top: 110px;
}
#features .about-list-ttl {
  text-align: center;
}
#features .about-list-ttl-num {
  display: block;
  margin-bottom: 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  color: #d55743;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #features .about-list-ttl-num {
    font-size: 2.4rem;
  }
}
#features .about-list-ttl-txt {
  font-size: 4.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #features .about-list-ttl-txt {
    font-size: 2.4rem;
  }
}
#features .list01 {
  margin: 62px auto 0;
}
#features .list01-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #features .list01-txt-box {
    max-width: 640px;
  }
  #features .list01-txt-box02 {
    max-width: 590px;
  }
}
#features .list01-flx02 {
  margin-top: 80px;
}
#features .list02 {
  margin: 94px auto 0;
}
#features .list02-txt {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #features .list02-txt-box {
    max-width: 640px;
  }
  #features .list02-txt-box02 {
    max-width: 590px;
  }
}
#features .list02-txt-box-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: #285eb2;
}
@media screen and (max-width: 768px) {
  #features .list02-txt-box-ttl {
    font-size: 1.6rem;
  }
}
#features .list02-txt-box-ttl02 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #features .list02-txt-box-ttl02 {
    font-size: 1.6rem;
  }
}
#features .list02-flx {
  margin: 45px auto 0;
}
#features .list02-flx-img img:nth-of-type(n+2) {
  margin: 20px auto 0;
}
#features .list02-box {
  margin: 130px auto 0;
}
#features .list02-box-list-item {
  display: flex;
  align-items: center;
}
#features .list02-box-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
  padding-top: 40px;
}
#features .list02-box-list-contents {
  margin-left: 39px;
  text-align: left;
}
#features .list02-box-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  color: #285eb2;
}
@media screen and (max-width: 768px) {
  #features .list02-box-list-ttl {
    font-size: 1.6rem;
  }
}
#features .list02-box-case-item {
  padding-left: 18px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1.88;
  position: relative;
}
@media screen and (max-width: 768px) {
  #features .list02-box-case-item {
    font-size: 1.6rem;
  }
}
#features .list02-box-case-num {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  color: #285eb2;
  position: absolute;
  left: 0;
}
#features .list03 {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #features .list03-txt-box {
    max-width: 640px;
  }
}
#features .list03-method {
  margin: 75px auto 0;
}
#features .list03-method-ttl {
  text-align: center;
  line-height: 1.28;
}
#features .list03-method-ttl::after {
  margin: 25px auto 0;
}
#features .list03-method-list {
  margin: 57px auto 0;
}
#features .list03-method-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#features .list03-method-list-item:nth-of-type(n+2) {
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  #features .list03-method-list-contents {
    max-width: 646px;
  }
}
#features .list03-method-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #features .list03-method-list-ttl {
    font-size: 1.6rem;
  }
}
#features .list03-method-list-txt {
  margin-top: 23px;
}
#features .list04 {
  margin: 60px auto 0;
  text-align: center;
}
#features .list04-img {
  margin: 58px auto 0;
}
#features .list05 {
  margin: 60px auto 0;
}
#features .list05-txt {
  text-align: center;
}
#features .list05-box {
  display: flex;
  width: 100%;
  max-width: 880px;
  margin: 60px auto 0;
  padding: 10px;
  border-radius: 999px;
  background: #285eb2;
  align-items: center;
}
#features .list05-box-img {
  border-radius: 999px;
  overflow: hidden;
}
#features .list05-box-contents {
  margin-left: 35px;
}
#features .list05-box-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #features .list05-box-ttl {
    font-size: 1.6rem;
  }
}
#features .list05-box-txt {
  margin-top: 23px;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #features .list05-box-txt {
    font-size: 1.6rem;
  }
}
#features .course-ttl {
  line-height: 1.4;
}
#features .course-ttl-lg {
  font-size: 6.2rem;
}
@media screen and (max-width: 768px) {
  #features .course-ttl-lg {
    font-size: 3.1rem;
  }
}
#features .course-img {
  margin: 45px auto 0;
}
#features .course-txt-box {
  margin: 38px auto 0;
  text-align: center;
}
#features .course-btn {
  max-width: 480px;
  margin: 10px auto 0;
}
#features .com-txt {
  line-height: 2.1;
}

/*  course  PC
------------------------------------ */
#course .about-ttl {
  text-align: center;
}
#course .about-ttl-sm {
  font-size: 4.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #course .about-ttl-sm {
    font-size: 2.1rem;
  }
}
#course .about-ttl-lg {
  margin: 14px auto 0;
  font-size: 5.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #course .about-ttl-lg {
    font-size: 2.6rem;
  }
}
#course .about-tag {
  display: flex;
  max-width: 1080px;
  margin: 76px auto 0;
  justify-content: space-between;
}
#course .about-tag-item {
  width: 100%;
  max-width: 340px;
}
#course .about-tag-link {
  display: block;
  width: 100%;
  padding: 16px 0 14px;
  text-align: center;
  border-radius: 15px;
  background: url(../img/course/course-btn-ico.png) no-repeat calc(100% - 24px) center #285eb2;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #course .about-tag-link {
    font-size: 1.6rem;
  }
}
#course .about-tag-link-sm {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #course .about-tag-link-sm {
    font-size: 1.6rem;
  }
}
#course .about-list {
  margin: 103px auto 0;
}
@media screen and (min-width: 768px) {
  #course .about-list-item:not(:last-of-type) {
    padding-bottom: 163px;
  }
}
#course .about-list-ttl {
  padding: 40px 0 46px;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #course .about-list-ttl {
    font-size: 2.4rem;
  }
}
#course .about-list-ttl01 {
  background: url(../img/course/ttl-bg01.png) no-repeat center/cover;
}
#course .about-list-ttl02 {
  background: url(../img/course/ttl-bg02.png) no-repeat center/cover;
}
#course .about-list-ttl03 {
  background: url(../img/course/ttl-bg03.png) no-repeat center/cover;
}
#course .about-list-ttl-sm {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #course .about-list-ttl-sm {
    font-size: 1.6rem;
  }
}
#course .about-list-ttl-sub {
  display: inline-block;
  margin-top: 26px;
  padding: 0 10px;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #course .about-list-ttl-sub {
    font-size: 1.9rem;
  }
}
#course .about-list-ttl-sub01 {
  background: url(../img/course/list-ttl01.png) no-repeat center/cover;
}
#course .about-list-ttl-sub02 {
  background: url(../img/course/list-ttl02.png) no-repeat center/cover;
}
#course .about-list-ttl-sub03 {
  background: url(../img/course/list-ttl03.png) no-repeat center/cover;
}
#course .about-list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding-top: 60px;
}
#course .about-list-txt-box {
  margin-top: 22px;
}
#course .about-list-lesson {
  margin: 100px auto 0;
}
#course .about-list-lesson-ttl {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #course .about-list-lesson-ttl {
    font-size: 1.6rem;
  }
}
#course .about-list-lesson-ttl::after {
  margin: 20px auto 0;
}
#course .about-list-lesson-ttl01::after {
  background: url(../img/course/list-ttl01.png) no-repeat center/100%;
}
#course .about-list-lesson-ttl02::after {
  background: url(../img/course/list-ttl02.png) no-repeat center/100%;
}
#course .about-list-lesson-ttl03::after {
  background: url(../img/course/list-ttl03.png) no-repeat center/100%;
}
#course .about-list-lesson-list {
  display: flex;
  margin: 56px auto 0;
  justify-content: space-between;
  text-align: center;
}
#course .about-list-lesson-list-ttl {
  margin: 11px auto 0;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #course .about-list-lesson-list-ttl {
    font-size: 1.6rem;
  }
}
#course .about-list-lesson-list-txt {
  margin: 13px auto 0;
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  #course .about-list-lesson-list-txt {
    font-size: 1.6rem;
  }
}
#course .about-box {
  margin: 106px auto 0;
  background-image: url(../img/course/list-ttl01.png);
}
#course .about-box-ttl {
  padding: 11.5px 28px;
  background-image: url(../img/course/list-ttl01.png);
  top: -23px;
}
#course .about-box02 {
  background-image: url(../img/course/list-ttl02.png);
}
#course .about-box02::before {
  height: calc(100% - 5px);
}
#course .about-box02-ttl {
  background-image: url(../img/course/list-ttl02.png);
}
#course .about-box03 {
  background-image: url(../img/course/list-ttl03.png);
}
#course .about-box03::before {
  height: calc(100% - 5px);
}
#course .about-box03-ttl {
  background-image: url(../img/course/list-ttl03.png);
}
#course .about-box-list li:nth-of-type(n+2) {
  margin-top: 40px;
  padding-top: 40px;
}
#course .about-box-list-item {
  display: flex;
  align-items: center;
}
#course .about-box-list-contents {
  width: 100%;
  max-width: 700px;
  margin-left: 40px;
  text-align: left;
}
#course .about-box-list-contents-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.7rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #course .about-box-list-contents-ttl {
    font-size: 1.6rem;
  }
}
#course .about-box-list-contents-txt {
  margin-top: 20px;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #course .about-box-list-contents-txt {
    font-size: 1.6rem;
  }
}
#course .about-box-list-contents-case {
  margin-top: 18px;
  padding: 10px 12px;
  background: #a6d6ff;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  color: #285eb2;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #course .about-box-list-contents-case {
    font-size: 1.6rem;
  }
}
#course .price {
  max-width: 1080px;
  margin: 127px auto 0;
}
#course .price-ttl {
  text-align: center;
  letter-spacing: 0.02em;
}
#course .price-table {
  width: 100%;
}
#course .price-table-wrap {
  margin: 40px auto 0;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
#course .price-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
#course .price-table th, #course .price-table td {
  width: 25%;
  padding: 17px;
  text-align: center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #course .price-table th, #course .price-table td {
    font-size: 1.6rem;
  }
}
#course .price-table th {
  background: #285eb2;
  color: #fff;
}
#course .price-table td {
  border-left: 1px solid #d9d9d9;
}
#course .price-txt {
  margin: 21px auto 0;
}
#course .com-txt {
  line-height: 2.1;
}

/*  information  PC
------------------------------------ */
#information .information-list-item:nth-of-type(n+2) {
  margin: 150px auto 0;
}
#information .information-list-ttl {
  text-align: center;
}
#information .information-list-ttl-txt {
  display: block;
  padding-bottom: 10px;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #information .information-list-ttl-txt {
    font-size: 1.6rem;
  }
}
#information .information-list-table {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #information .information-list-table th {
    width: 160px;
  }
}
#information .information-list-table td a {
  color: #285eb2;
  text-decoration: underline;
}
#information .information-map {
  margin: 64px auto 0;
  text-align: center;
}
#information .information-map-ttl {
  display: inline-block;
  padding-left: 25px;
  background: url(../img/information/map.png) no-repeat left center;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #information .information-map-ttl {
    font-size: 1.6rem;
  }
}
#information .ggmap {
  margin: 15px auto 0;
}

/*  news  PC
------------------------------------ */
#news .com-news-link {
  text-align: left;
}
#news .com-ttl04-ja {
  padding-bottom: 7px;
  border-width: 2px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #news .com-ttl04-ja {
    font-size: 1.6rem;
  }
}
#news .detail .news-box {
  text-align: left;
}

/*  privacy  PC
------------------------------------ */
#privacy .com-ttl04-ja {
  display: block;
  border-width: 2px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #privacy .com-ttl04-ja {
    font-size: 1.6rem;
  }
}

/*  site  PC
------------------------------------ */
#site .site-box {
  text-align: left;
}/*# sourceMappingURL=all.css.map */