@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

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

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

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

.nowrap {
  white-space: nowrap;
}

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

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 34px;
  }
}

.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;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #ffffff;
  background-size: clamp(48px, 65%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-head {
  max-width: 700px;
  margin: 45px auto 0;
  text-align: center;
}
.com-head-ttl {
  padding: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .com-head-ttl {
    font-size: 1.5rem;
  }
}
.com-head-ttl {
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.78;
}

.com-box {
  background-color: #fff;
  border: 2px solid #222222;
  border-radius: 6px;
}

.com-bg01 {
  background: #e0f6f7;
}

.com-ptn01 {
  background: url(../img/ptn01.jpg);
}

.com-shadow {
  position: relative;
  z-index: 0;
}
.com-shadow::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(0, 0, 0) 2px, rgb(0, 0, 0) 4px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  z-index: -1;
}
.com-shadow-box::before {
  border-radius: 6px;
  bottom: -9px;
}

.com-mail {
  display: flex;
  width: 200px;
  height: 46px;
  border-radius: 6px;
  background: #ffde00;
  justify-content: center;
  align-items: center;
}
.com-mail::before {
  content: "";
  width: 20px;
  height: 13px;
  margin-right: 8px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 28px;
  background: url(../img/top/info-tel.png) no-repeat left 60%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  letter-spacing: 0.02em;
  color: #222222;
}
.com-tel-note {
  display: block;
}

.news-post {
  width: 100%;
}
.news-post-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 44px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}
.news-post-link {
  display: block;
}
.news-post-link::after {
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-box {
    background-color: #e9f9f9;
  }
}
.news-post-box {
  padding: 25px;
  transition: all 0.3s ease;
}
.news-post-time {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.04em;
  color: #12969a;
  line-height: 1;
}
.news-post-img {
  width: 100%;
  height: 0;
  margin: 15px auto 0;
  padding-top: 71.4%;
  position: relative;
}
.news-post-img img {
  border-radius: 5px;
}
.news-post-tag {
  display: flex;
  margin: 13px auto 0;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 4px 9px;
  background: #52c1c4;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.news-post-ttl {
  margin-top: 11px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #222222;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  margin: 60px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .com-tag > li:not(:nth-of-type(3n-2)) {
    margin-left: 15px;
  }
  .com-tag > li:nth-of-type(n+4) {
    margin-top: 23px;
  }
}
.com-tag-item {
  width: 100%;
  max-width: 350px;
}
.com-tag-link {
  max-width: 350px;
}
.com-tag-link span::after {
  width: 9px;
  height: 25px;
  background-image: url(../img/course/arw.png);
  right: 30px;
}

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

  main layout  all

========================================= */
/* top-worries  PC
------------------------------------ */
#top-worries .worries-ttl {
  background: url(../img/top/worries-l.png) no-repeat calc(50% - 230px) calc(100% - 10px), url(../img/top/worries-r.png) no-repeat calc(50% + 230px) calc(100% - 10px);
}
#top-worries .worries-flx {
  margin: 56px auto 0;
}
#top-worries .worries-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-worries .worries-list {
    max-width: 560px;
  }
}
#top-worries .worries-list-item {
  padding-left: 44px;
  padding-bottom: 12px;
  background: url(../img/top/worries-check.png) no-repeat left 15%;
  border-bottom: 1px solid #bfbfbf;
}
#top-worries .worries-list-item:nth-of-type(n+2) {
  margin-top: 20px;
}
#top-worries .worries-list-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-txt {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list-txt {
  letter-spacing: 0.1em;
  color: #222222;
  line-height: 1.6;
}
#top-worries .worries-list-txt .ac {
  padding: 0 4px;
  background: linear-gradient(transparent 65%, #ffde00 65%);
}
#top-worries .solution-inner {
  padding: 70px 0 58px;
  text-align: center;
  background: url(../img/top/solution-delta.png) no-repeat center top, url(../img/top/solution-l.png) no-repeat calc(50% - 400px), url(../img/top/solution-r.png) no-repeat calc(50% + 400px);
}
#top-worries .solution-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-worries .solution-ttl {
    font-size: 1.7rem;
  }
}
#top-worries .solution-ttl .lg {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #top-worries .solution-ttl .lg {
    font-size: 1.9rem;
  }
}
#top-worries .solution-ttl .ac {
  display: inline-block;
  padding: 8px 33px 12px;
  margin-right: 10px;
  border-radius: 999px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #top-worries .solution-ttl .ac {
    font-size: 1.8rem;
  }
}
#top-worries .solution-ttl .ac {
  letter-spacing: 0.08em;
  color: #12969a;
  line-height: 1;
}

/* top-about  PC
------------------------------------ */
#top-about .about-flx {
  margin: 46px auto 0;
}
#top-about .about-txt-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-about .about-txt-box {
    max-width: 520px;
  }
}

/* top-feature  PC
------------------------------------ */
.com-feature-box {
  width: 252px;
  height: 150px;
  padding-top: 25px;
  background: url(../img/top/feature-box.png) no-repeat center top/contain;
  position: relative;
}
.com-feature-num {
  position: absolute;
  top: -16px;
  left: -7px;
}
.com-feature-num::before {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.com-feature-num span {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #222222;
  background: #52c1c4;
  text-align: center;
  line-height: 42px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-feature-num span {
    font-size: 1.5rem;
  }
}
.com-feature-num span {
  letter-spacing: 0.06em;
  color: #fff;
}
.com-feature-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-feature-ttl {
    font-size: 1.5rem;
  }
}
.com-feature-ttl {
  letter-spacing: 0.04em;
  line-height: 1.9;
}
.com-feature-ttl .ac {
  background: linear-gradient(transparent 65%, #ffde00 65%);
}
.com-feature-img {
  margin: 15px auto 0;
}
.com-feature-img img {
  border-radius: 6px;
}

#top-feature .feature-list {
  margin: 75px auto 0;
}
#top-feature .feature-list-item {
  width: 100%;
  max-width: 250px;
}
#top-feature .feature-btn {
  margin: 61px auto 0;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr {
  position: relative;
  z-index: 0;
}
#top-bnr::before {
  content: "";
  width: 100%;
  height: 340px;
  margin: auto;
  background: url(../img/ptn01.jpg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#top-bnr .bnr-list-item {
  text-align: center;
}
#top-bnr .bnr-list-img img {
  border-radius: 6px;
}
#top-bnr .bnr-list-link {
  display: block;
  max-width: 380px;
  margin: -120px auto 0;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    opacity: 1;
  }
  #top-bnr .bnr-list-link:hover .bnr-list-box {
    background-color: #e0f6f7;
    background-position-x: calc(100% - 15px);
  }
}
#top-bnr .bnr-list-box {
  padding: 40px 0 60px;
  background-image: url(../img/top/bnr-arw.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(100% - 15px);
  transition: all 0.3s ease;
}
#top-bnr .bnr-list-ttl {
  padding-bottom: 0;
}
#top-bnr .bnr-list-ttl::after {
  content: none;
}
#top-bnr .bnr-list-ttl .ja {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .ja {
    font-size: 1.7rem;
  }
}
#top-bnr .bnr-list-ttl .ja {
  letter-spacing: 0.1em;
}
#top-bnr .bnr-list-ttl .en {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .en {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-txt {
  margin: 17px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-txt {
  letter-spacing: 0.04em;
  color: #222222;
  line-height: 1.76;
}

/* top-voice  PC
------------------------------------ */
#top-voice .voice-list {
  margin: 60px auto 0;
}
#top-voice .voice-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top-voice .voice-list-item {
    max-width: 336px;
  }
  #top-voice .voice-list-item:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
#top-voice .voice-list-box {
  height: 100%;
  padding: 0 18px;
  position: relative;
}
#top-voice .voice-list-contents {
  padding-bottom: 38px;
  transform: translateY(-19px);
}
#top-voice .voice-list-ttl {
  padding: 10px 15px;
  background: #52c1c4;
  border-radius: 6px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-ttl {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.4;
}
#top-voice .voice-list-txt {
  margin: 21px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-txt {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-txt {
  letter-spacing: 0.04em;
  color: #222222;
  line-height: 1.76;
}
#top-voice .voice-list-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top-voice .voice-list-name {
    font-size: 1.5rem;
  }
}
#top-voice .voice-list-name {
  letter-spacing: 0.1em;
  color: #12969a;
  line-height: 1.1;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#top-voice .voice-btn {
  margin: 70px auto 0;
}

/* top-news  PC
------------------------------------ */
#top-news .news-post {
  margin: 60px auto 0;
}
#top-news .news-btn {
  margin: 70px auto 0;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.png) no-repeat center/cover;
}
.com-contact .contact-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}
.com-contact .contact-ttl .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .en {
    font-size: 1.5rem;
  }
}
.com-contact .contact-ttl .en {
  letter-spacing: 0.02em;
  color: #12969a;
  line-height: 1;
}
.com-contact .contact-ttl .ja {
  width: 100%;
  max-width: 478px;
  height: 76px;
  margin: 10px auto 0;
  background: url(../img/top/contact-rbn.png) no-repeat center top/contain;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .ja {
    font-size: 1.7rem;
  }
}
.com-contact .contact-ttl .ja {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 70px;
}
.com-contact .contact-info {
  max-width: 720px;
  margin: auto;
}
.com-contact .contact-info-tel {
  padding-left: 34px;
  background: url(../img/top/contact-tel.png) no-repeat left 65%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-info-tel {
    font-size: 1.5rem;
  }
}
.com-contact .contact-info-tel {
  letter-spacing: 0.06em;
  color: #12969a;
  line-height: 1;
}
.com-contact .contact-info-note {
  display: block;
  line-height: 1;
}
.com-contact .contact-info-dl {
  margin: 13px auto 0;
}
.com-contact .contact-info-dl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-contact .contact-info-dl dt {
  padding: 5px 11px;
  background: #52c1c4;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-info-dl dt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-info-dl dt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}
.com-contact .contact-info-dl dd {
  margin-left: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-info-dl dd {
    font-size: 1.5rem;
  }
}
.com-contact .contact-info-dl dd {
  letter-spacing: 0.06em;
  color: #222222;
}
.com-contact .contact-box {
  margin: -50px auto 0;
  padding: 90px 0 60px;
  border-radius: 15px;
  text-align: center;
  position: relative;
}
.com-contact .contact-box::before, .com-contact .contact-box::after {
  content: "";
  position: absolute;
  bottom: 58px;
}
.com-contact .contact-box::before {
  width: 107px;
  height: 143px;
  background: url(../img/top/contact-l.png) no-repeat center/contain;
  left: -30px;
}
.com-contact .contact-box::after {
  width: 129px;
  height: 149px;
  background: url(../img/top/contact-r.png) no-repeat center/contain;
  right: -30px;
}
.com-contact .contact-mail {
  width: 100%;
  max-width: 470px;
  height: 60px;
  margin: 30px auto 0;
  background: #ffde00;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-mail {
    font-size: 1.5rem;
  }
}
.com-contact .contact-mail {
  letter-spacing: 0.1em;
}
.com-contact .contact-mail::before {
  width: 22px;
  height: 13px;
  background-image: url(../img/top/contact-mail.png);
}
.com-contact .contact-insta {
  display: flex;
  width: 100%;
  max-width: 470px;
  height: 60px;
  margin: 20px auto 0;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-insta {
    font-size: 1.5rem;
  }
}
.com-contact .contact-insta {
  letter-spacing: 0.1em;
  color: #222222;
  align-items: center;
  justify-content: center;
}
.com-contact .contact-insta::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background: url(../img/top/contact-insta.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-insta:hover {
    background-color: rgba(191, 191, 191, 0.45);
    opacity: 1;
  }
}

/* com-related  PC
------------------------------------ */
.com-related .related-list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-related .related-list {
    max-width: 800px;
  }
}
.com-related .related-list li {
  width: 100%;
  max-width: 380px;
}
.com-related .related-list-link {
  display: flex;
  width: 100%;
  height: 205px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}
.com-related .related-list-link01 {
  background: url(../img/top/site-illu01.png) no-repeat 0 bottom #52c1c4;
}
.com-related .related-list-link02 {
  background: url(../img/top/site-illu02.png) no-repeat 18px calc(100% - 12px) #52c1c4;
}
.com-related .related-list-ttl {
  padding-bottom: 0;
}
.com-related .related-list-ttl::after {
  content: none;
}
.com-related .related-list-ttl .en {
  width: 142px;
  height: 30px;
  background-color: #fff;
  line-height: 30px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-related .related-list-ttl .en {
    font-size: 1.5rem;
  }
}
.com-related .related-list-ttl .en {
  color: #12969a;
}
.com-related .related-list-ttl .ja {
  line-height: 1.53;
  color: #fff;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-related .related-list-ttl .ja {
    font-size: 1.5rem;
  }
}
.com-related .related-list-ttl .ja {
  letter-spacing: 0.1em;
  padding-bottom: 32px;
  background: url(../img/top/site-target.png) no-repeat center bottom;
}

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

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .feature-list {
  margin: 77px auto 0;
}
#about .feature-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .feature-list-item {
    max-width: 500px;
  }
  #about .feature-list-item:nth-of-type(n+3) {
    margin: 110px 0 0;
  }
}
#about .feature-list-box {
  width: 327px;
  height: 150px;
  margin: auto;
  background: url(../img/about/feature-box.png) no-repeat center top/contain;
  position: relative;
}
#about .feature-list-num {
  top: -32px;
  left: 0;
  right: 0;
}
#about .feature-list-num::before {
  margin: auto;
}
#about .feature-list-num span {
  margin: auto;
}
#about .feature-list-ttl {
  padding-top: 26px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #about .feature-list-ttl {
    font-size: 1.5rem;
  }
}
#about .feature-list-ttl {
  line-height: 1.52;
}
#about .feature-list-img {
  margin: -60px auto 0;
}
#about .feature-list-txt {
  margin: 40px auto 0;
}
#about .philosophy-box {
  position: relative;
}
#about .philosophy-box::after {
  content: "";
  width: 218px;
  height: 175px;
  background: url(../img/about/philosophy-illu.png) no-repeat center/contain;
  position: absolute;
  top: -175px;
  right: 0;
}
#about .objective-box {
  position: relative;
}
#about .objective-box::after {
  content: "";
  width: 175px;
  height: 131px;
  background: url(../img/about/objective-illu.png) no-repeat center/contain;
  position: absolute;
  top: -131px;
  left: 30px;
}
#about .important .ac02 {
  background-color: #ffde00;
  color: #222222;
}
#about .important-list {
  margin: 40px auto 0;
}
#about .important-list-item {
  width: 100%;
  max-width: 330px;
}
#about .important-list-ttl {
  width: 100%;
  max-width: 270px;
  margin: auto;
  background-color: #52c1c4;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #about .important-list-ttl {
    font-size: 1.5rem;
  }
}
#about .important-list-ttl {
  letter-spacing: 0.04em;
  color: #fff;
  clip-path: polygon(0 0, 100% 0, calc(100% - 17px) 50%, 100% 100%, 0 100%, 17px 50%);
  position: relative;
  z-index: 1;
}
#about .important-shadow {
  margin: -33px auto 0;
}
#about .important-box {
  height: 244px;
  padding: 60px 25px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #about .important-box {
    font-size: 1.5rem;
  }
}
#about .important-box {
  line-height: 1.76;
  letter-spacing: 0.04em;
}
#about .information-table {
  margin: 40px auto 0;
}

/* price  PC
------------------------------------ */
#price .program-txt {
  margin: 30px auto 0;
  background: url(../img/top/about-l.png) no-repeat calc(50% - 320px) center, url(../img/top/about-r.png) no-repeat calc(50% + 320px) center;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #price .program-txt {
    font-size: 1.5rem;
  }
}
#price .program-txt {
  letter-spacing: 0.02em;
  color: #222222;
  line-height: 1.75;
}
#price .program-list {
  margin: 60px auto 0;
}
#price .program-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#price .program-list-item:nth-of-type(n+2) {
  margin: 90px auto 0;
}
@media screen and (min-width: 768px) {
  #price .program-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#price .program-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #price .program-list-con {
    max-width: 540px;
  }
}
#price .program-list-txt {
  margin: 30px auto 0;
}
#price .price-note {
  margin-top: 25px;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #price .price-note {
    font-size: 1.5rem;
  }
}
#price .price-note {
  letter-spacing: 0.04em;
  color: #222222;
}
#price .price-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#price .price-list-item .price-list-shadow:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#price .price-list-shadow {
  margin: 20px auto 0;
}
#price .price-list-box {
  padding: 40px 50px;
}
#price .price-list-table {
  width: 100%;
}
#price .price-list-table tr {
  border-bottom: 1px solid #bfbfbf;
}
#price .price-list-table th, #price .price-list-table td {
  padding-bottom: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #price .price-list-table th, #price .price-list-table td {
    font-size: 1.5rem;
  }
}
#price .price-list-table th, #price .price-list-table td {
  color: #222222;
  letter-spacing: 0.04em;
  line-height: 1.6;
  vertical-align: top;
}
#price .price-list-table td {
  text-align: right;
}
#price .price-list-txt {
  margin: 10px auto 0;
  font-size: 1.5rem;
  white-space: pre-line;
  line-height: 1.86;
}

/* guide  PC
------------------------------------ */
#guide .flow-list {
  margin: 30px auto 0;
}
#guide .flow-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#guide .flow-list-box {
  display: flex;
  padding: 50px 40px;
  justify-content: space-between;
  align-items: flex-start;
}
#guide .flow-list-con {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #guide .flow-list-con {
    max-width: 720px;
  }
}
#guide .flow-list-ttl {
  padding: 7.5px 27px 7.5px 42px;
  background: #52c1c4;
}
#guide .flow-list-step {
  text-align: center;
  position: absolute;
  left: -30px;
  top: -26px;
}
#guide .flow-list-step-en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #guide .flow-list-step-en {
    font-size: 1.5rem;
  }
}
#guide .flow-list-step-en {
  letter-spacing: 0.06em;
  line-height: 1;
}
#guide .flow-list-step-num {
  margin: 3px auto 0;
  position: relative;
  left: auto;
  top: auto;
}
#guide .flow-list-step-num::before {
  margin: auto;
}
#guide .flow-list-step-num span {
  width: 55.5px;
  height: 55.5px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #guide .flow-list-step-num span {
    font-size: 1.5rem;
  }
}
#guide .flow-list-step-num span {
  background-color: #ffde00;
  color: #222222;
  line-height: 51.5px;
  margin: auto;
}
#guide .flow-list-txt {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #guide .flow-list-txt {
    font-size: 1.5rem;
  }
}
#guide .flow-list-txt {
  letter-spacing: 0.04em;
  line-height: 2;
}
#guide .faq-list {
  margin: 40px auto 0;
}
#guide .faq-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
#guide .faq-list-box {
  padding: 20px 20px 40px;
}
@media screen and (min-width: 768px) {
  #guide .faq-list-box {
    min-height: 200px;
  }
}
#guide .faq-list-ttl {
  padding: 15px 70px;
  background: #52c1c4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#guide .faq-list-ttl {
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
#guide .faq-list-ttl::before {
  content: "Q";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-ttl::before {
    font-size: 1.75rem;
  }
}
#guide .faq-list-ttl::before {
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 25px;
  top: 12px;
}
#guide .faq-list-txt {
  display: flex;
  margin-top: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-txt {
    font-size: 1.5rem;
  }
}
#guide .faq-list-txt {
  letter-spacing: 0.04em;
  color: #222222;
  line-height: 2;
  white-space: pre-line;
  align-items: center;
}
#guide .faq-list-txt::before {
  content: "A";
  display: block;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  background: #12969a;
  border-radius: 50%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #guide .faq-list-txt::before {
    font-size: 1.5rem;
  }
}
#guide .faq-list-txt::before {
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  line-height: 40px;
  flex-shrink: 0;
}
#guide .faq-btn {
  max-width: 600px;
  margin: 70px auto 0;
  background-image: url(../img/guide/target.png);
}
@media screen and (min-width: 768px) {
  #guide .faq-btn:hover {
    background-position-x: calc(100% - 20px);
    opacity: 0.8;
  }
}

/* voice  PC
------------------------------------ */
#voice .voice-list {
  margin: 40px auto 0;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin: 50px auto 0;
}
#voice .voice-list-box {
  padding: 30px;
}
#voice .voice-list-ttl {
  padding: 10px 20px;
  border-radius: 6px;
  background: #52c1c4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-ttl {
    font-size: 1.5rem;
  }
}
#voice .voice-list-ttl {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.5;
}
#voice .voice-list-profile {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-profile {
    font-size: 1.5rem;
  }
}
#voice .voice-list-profile {
  letter-spacing: 0.06em;
  color: #12969a;
  line-height: 1.2;
}
#voice .voice-list-txt {
  margin: 20px auto 0;
  white-space: pre-line;
  line-height: 2;
}

/* news  PC
------------------------------------ */
#news .com-news-contents {
  padding: 40px;
}
#news .com-news-ttl {
  margin-top: 0;
}
#news .detail-time {
  padding-top: 3px;
}
#news .detail-tag {
  margin: 0;
}

/* privacy  PC
------------------------------------ */
#privacy .privacy .en {
  width: 257px;
}

/* site  PC
------------------------------------ */
#site .site-shadow {
  margin: 50px auto 0;
}
#site .site-shadow-box {
  padding: 40px;
}
#site .site-ul {
  max-width: none;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
  border: 1px solid #bfbfbf;
}
#contact .contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #bfbfbf;
}
#contact .contact-form-table th {
  background: #52c1c4;
  color: #fff;
}/*# sourceMappingURL=all.css.map */