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

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

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

.nowrap {
  white-space: nowrap;
}

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

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

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

.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: 100px 0 140px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-bg {
  background: url(../img/ptn/com-bg.png);
}

.com-box {
  border: 3px solid #111111;
  position: relative;
  z-index: 1;
}
.com-box::before {
  content: "";
  width: calc(100% + 64px);
  height: calc(100% + 46px);
  background-color: #111111;
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 40px, 100% 100%, 60px 100%, 0 calc(100% - 40px));
  position: absolute;
  top: -2px;
  left: 0px;
  z-index: -1;
}
.com-box02 {
  background: #fff;
}

.com-stripe {
  background-size: auto auto;
  background-color: rgb(26, 77, 177);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgb(25, 74, 174) 20px, rgb(25, 74, 174) 40px);
}

.com-contact-btn {
  width: 250px;
  height: 60px;
  text-align: center;
  padding-left: 20px;
  background: url(../img/top/info-btn.png) no-repeat 30px center #ffce37;
  border-radius: 999px;
  outline: 3px solid #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .com-contact-btn {
    font-size: 1.5rem;
  }
}

.news-post {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.news-post-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .news-post-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .news-post-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
.news-post-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-img img {
    width: 110%;
    height: 110%;
  }
}
.news-post-flx {
  margin: 15px auto 0;
}
.news-post-img {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  overflow: hidden;
  outline: 3px solid #111111;
  position: relative;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #afafaf;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  z-index: 1;
}
.news-post-tag {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  margin: 0 5px 5px 0;
  padding: 3px 5px;
  background: #ffce37;
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin: 13px auto 0;
  padding-bottom: 6px;
  border-bottom: 1px solid;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  margin: 50px auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 260px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(4n-3)) {
    margin-left: 13px;
  }
  .com-tag-item:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .com-tag-link {
    padding: 18px 52px;
  }
}

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

  main layout  all

========================================= */
/* top-cta  PC
------------------------------------ */
#top-cta .cta-ttl {
  text-align: center;
  color: #fff;
}
#top-cta .cta-ttl .lg {
  padding-bottom: 5px;
  border-bottom: 2px solid;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top-cta .cta-ttl .lg {
    font-size: 1.5rem;
  }
}
#top-cta .cta-ttl .txt {
  margin: 14px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-cta .cta-ttl .txt {
    font-size: 1.5rem;
  }
}
#top-cta .cta-btn {
  height: 90px;
  margin-left: 80px;
  font-size: 1.8rem;
  line-height: 90px;
  background-size: 21px;
}
@media screen and (max-width: 768px) {
  #top-cta .cta-btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-cta .cta-btn {
    width: 400px;
    max-width: none;
  }
}

/* top-about  PC
------------------------------------ */
#top-about .about-box {
  position: relative;
}
#top-about .about-box-bg {
  background: url(../img/ptn/ptn-waku.png) #ffffff;
}
#top-about .about-box-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 70px 0 85px;
}
#top-about .about-ttl .lg {
  display: block;
  margin: 30px 0 0;
}
#top-about .about-txt-box {
  margin-top: 60px;
}
#top-about .about-illu {
  width: 31.4%;
  position: absolute;
  top: 129px;
  right: 7.3%;
}

/* top-feature  PC
------------------------------------ */
#top-feature .feature-list {
  margin: 60px auto 0;
}
#top-feature .feature-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-feature .feature-list-item:nth-of-type(n+2) {
  margin-top: 65px;
}
#top-feature .feature-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#top-feature .feature-list-txt-box {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  #top-feature .feature-list-illu02 {
    padding-left: 105px;
  }
}
#top-feature .feature-btn {
  margin: 67px auto 0;
}

/* top-voice  PC
------------------------------------ */
#top-voice .voice-ttl .ac {
  color: #1a4db1;
}
#top-voice .voice-btn {
  margin: 60px auto 0;
}
#top-voice .swiper-wrapper {
  transition-timing-function: linear !important;
}
#top-voice .swiper-container {
  margin: 60px auto 0;
  overflow: hidden;
}
#top-voice .swiper-slide {
  max-width: none;
}

.com-voice-list {
  display: flex;
  margin: 60px auto 0;
  align-items: stretch;
  flex-wrap: wrap;
}
.com-voice-list-item {
  width: 100%;
  max-width: 320px;
  background: #fff;
}
.com-voice-list-link {
  display: block;
}
.com-voice-list-img {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  position: relative;
}
.com-voice-list-box {
  padding: 16px 20px;
}
.com-voice-list-ttl {
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.38;
}
@media screen and (min-width: 768px) {
  .com-voice-list-ttl {
    height: 80.5px;
  }
}
@media screen and (max-width: 768px) {
  .com-voice-list-ttl {
    font-size: 1.5rem;
  }
}
.com-voice-list-dl {
  margin-top: 12px;
}
.com-voice-list-dl-item {
  display: flex;
}
.com-voice-list-dl div:nth-of-type(n+2) {
  margin-top: 10px;
}
.com-voice-list-dl dt {
  width: 88px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #1a4db1;
  line-height: 1.5;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .com-voice-list-dl dt {
    font-size: 1.5rem;
  }
}
.com-voice-list-dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-voice-list-dl dd {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .sub .com-voice-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  .sub .com-voice-list-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}

/* top-corp  PC
------------------------------------ */
#top-corp .corp-box {
  padding: 80px 0 88px;
  border: 8px solid #fff;
  outline: 5px solid #111111;
  background: url(../img/ptn/dot02.png);
  outline-offset: -5px;
  position: relative;
}
#top-corp .corp-illu {
  position: absolute;
  top: -24px;
  right: 9%;
}
@media screen and (max-width: 1320px) {
  #top-corp .corp-illu {
    right: 3%;
  }
}
#top-corp .corp-ttl .ac {
  color: #1a4db1;
}
#top-corp .corp-ttl .dot {
  background: url(../img/top/corp-dot.png) no-repeat 26px 0;
}
#top-corp .corp-txt {
  margin: 48px auto 0;
  text-align: center;
  line-height: 1.6;
}
#top-corp .corp-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}
#top-corp .corp-list li {
  width: 100%;
  max-width: 510px;
}
#top-corp .corp-list li:nth-of-type(n+2) {
  margin-left: 60px;
}
#top-corp .corp-list-btn {
  display: block;
  height: 150px;
  outline: 3px solid #111111;
  border-radius: 999px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 150px;
}
@media screen and (max-width: 768px) {
  #top-corp .corp-list-btn {
    font-size: 1.5rem;
  }
}
#top-corp .corp-list-btn01 {
  background: url(../img/top/corp-arw01.png) no-repeat calc(100% - 40px) center #1a4db1;
  color: #fff;
}
#top-corp .corp-list-btn02 {
  background: url(../img/top/corp-arw02.png) no-repeat calc(100% - 40px) center #ffce37;
}
@media screen and (min-width: 768px) {
  #top-corp .corp-list-btn:hover {
    background-position-x: calc(100% - 35px);
    opacity: 1;
  }
}

/* top-news  PC
------------------------------------ */
#top-news .news-btn {
  max-width: 260px;
}
#top-news .news-post {
  margin: 80px auto 0;
}

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

  sub layout  all

========================================= */
/* feature  PC
------------------------------------ */
#feature .point {
  margin: auto;
  height: 47px;
}
#feature .mt {
  margin-top: 24px;
}
#feature .ttl {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #feature .ttl {
    font-size: 2.5rem;
  }
}
#feature .feature-flx {
  margin: 25px auto 0;
}
#feature .feature-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #feature .feature-con {
    max-width: 540px;
  }
}
#feature .feature-dl {
  margin-top: 28px;
  padding: 25px 0;
  border-top: 1px dashed #111111;
  border-bottom: 1px dashed #111111;
}
#feature .feature-dl div:nth-of-type(n+2) {
  margin-top: 15px;
}
#feature .feature-dl dt, #feature .feature-dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #feature .feature-dl dt, #feature .feature-dl dd {
    font-size: 1.5rem;
  }
}
#feature .feature-dl dt {
  display: inline-block;
  padding: 2px 5px;
  background: #ffce37;
}
#feature .feature02 {
  margin-bottom: 130px;
}
@media screen and (min-width: 768px) {
  #feature .feature02-flx {
    margin: 50px auto 0;
    padding-left: 45px;
  }
}
@media screen and (min-width: 768px) {
  #feature .feature02-con {
    max-width: 765px;
  }
}

/* companies  PC
------------------------------------ */
#companies .companies-list {
  display: flex;
  margin: 45px auto 0;
  border: 3px solid #111111;
  background: #fff;
  flex-wrap: wrap;
}
#companies .companies-list li {
  display: flex;
  width: 33.3%;
  min-height: 84px;
  padding: 10px 40px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.38;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #companies .companies-list li {
    width: 358px;
  }
}
@media screen and (max-width: 768px) {
  #companies .companies-list li {
    font-size: 1.5rem;
  }
}
#companies .companies-list li:not(:nth-of-type(3n-2)) {
  border-left: 1px solid #111111;
}
#companies .companies-list li:nth-of-type(n+4) {
  border-top: 1px solid #111111;
}

/* voice  PC
------------------------------------ */
#voice .voice-inner {
  padding: 100px 0 134px;
}
#voice .voice-tag {
  margin-top: 20px;
}
#voice .voice-tag-ttl {
  margin-top: 50px;
}
#voice .voice-tag a {
  padding: 18px 52px;
}

.com-detail-box {
  padding: 50px 50px 35px;
  background: #fff;
}
.com-detail-flx {
  margin: 40px auto 0;
}
.com-detail-img {
  width: 500px;
  height: 0;
  padding-top: 350px;
  position: relative;
}
.com-detail-con {
  width: 100%;
  padding-left: 17px;
  border-left: 10px solid #ffce37;
}
@media screen and (min-width: 768px) {
  .com-detail-con {
    max-width: 447px;
  }
}
.com-detail-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .com-detail-name {
    font-size: 1.5rem;
  }
}
.com-detail dt {
  width: 110px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-detail dt {
    font-size: 1.5rem;
  }
}
.com-detail dd {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-detail dd {
    font-size: 1.5rem;
  }
}
.com-detail-list {
  margin: 35px auto 0;
}
.com-detail-list-item:nth-of-type(n+2) {
  margin-top: 35px;
}
.com-detail-list-txt {
  margin: 15px auto 0;
  white-space: pre-line;
}

/* participation  PC
------------------------------------ */
#participation .flow-list {
  display: flex;
  margin: 45px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#participation .flow-list-item {
  width: 100%;
  max-width: 300px;
}
#participation .flow-list-item:nth-of-type(n+2) {
  position: relative;
}
#participation .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 28px;
  height: 32px;
  background: url(../img/participation/arw.png) no-repeat center/contain;
  position: absolute;
  left: -56px;
  top: 237px;
}
#participation .flow-list-step {
  display: inline-block;
  padding: 8px 15px;
  background: #111111;
  border-radius: 999px;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #participation .flow-list-step {
    font-size: 1.5rem;
  }
}
#participation .flow-list-step .num {
  margin-left: 5px;
  color: #ffce37;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #participation .flow-list-step .num {
    font-size: 1.5rem;
  }
}
#participation .flow-list-ttl {
  display: flex;
  height: 101px;
  margin: 10px auto 0;
  background-color: #1a4db1;
  text-align: center;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.33;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #participation .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#participation .flow-list-box {
  margin: 10px auto 0;
  border: 3px solid #111111;
  padding: 17px 24px;
  background: url(../img/ptn/dot02.png);
}
@media screen and (min-width: 768px) {
  #participation .flow-list-box {
    min-height: 282px;
  }
}
#participation .flow-list-btn {
  width: 241px;
  height: 52px;
  margin: 23px auto 0;
  background-position-x: 15px;
  font-size: 1.8rem;
  background-size: 21px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  #participation .flow-list-btn {
    font-size: 1.5rem;
  }
}
#participation .price-table {
  margin: 53px auto 0;
}

/* about  PC
------------------------------------ */
#about .about-img {
  margin: 40px auto 0;
}
#about .about-txt-box {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #about .about-txt-box {
    text-align: center;
  }
}
#about .service-list {
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
}
#about .service-list-item {
  width: 100%;
  padding: 30px 30px 50px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #about .service-list-item {
    max-width: 500px;
  }
}
#about .service-list-ttl {
  margin: 18px auto 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  color: #1a4db1;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #about .service-list-ttl {
    font-size: 1.75rem;
  }
}
#about .service-list-txt {
  margin: 20px auto 0;
}
#about .service-list-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin: 37px auto 0;
  border-radius: 999px;
  background: url(../img/about/target.png) no-repeat calc(100% - 34px) center #111111;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #about .service-list-btn {
    font-size: 1.5rem;
  }
}
#about .greeting-flx {
  margin: 45px auto 0;
}
#about .greeting-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about .greeting-con {
    max-width: 560px;
  }
}
#about .greeting-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #about .greeting-name {
    font-size: 1.5rem;
  }
}
#about .greeting-name .sm {
  display: block;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #about .greeting-name .sm {
    font-size: 1.5rem;
  }
}
#about .greeting-txt-box {
  margin-top: 40px;
}
#about .company {
  margin-bottom: 137px;
}
#about .company-table {
  margin: 40px auto 0;
}

/* news  PC
------------------------------------ */
#news .news-post {
  margin: 50px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  outline: 3px solid #111111;
}
#contact .contact-form-table tr:nth-of-type(n+2) {
  border-top: 1px solid #111111;
}
#contact .contact-form-table th {
  background: #ededed;
}
#contact .contact-form-table td {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #contact .contact-form-table td {
    border-left: 1px solid #111111;
  }
}
#contact .contact-form-table a {
  color: #111111;
}

/* privacy  PC
------------------------------------ */
#privacy .com-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #privacy .com-ttl01 {
    margin-bottom: 25px;
  }
}

/* site  PC
------------------------------------ */
#site .com-ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #site .com-ttl01 {
    margin-bottom: 25px;
  }
}

/* page  PC
------------------------------------ */
#page .page-ttl {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #page .page-ttl {
    font-size: 2.5rem;
  }
}
#page .page-list {
  margin: 40px auto 0;
}
#page .page-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #page .page-list-item:nth-of-type(n+2) {
    margin: 100px auto 0;
  }
  #page .page-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
#page .page-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #page .page-list-con {
    max-width: 480px;
  }
}
#page .page-list-ttl {
  padding: 7px 25px;
  background: #1a4db1;
  font-family: "MOBO-Bold", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #page .page-list-ttl {
    font-size: 1.5rem;
  }
}
#page .page-list-txt {
  margin: 21px auto 0;
}

/* safari  PC
------------------------------------ */
_::-webkit-full-page-media, _:future, :root .dot {
  padding-top: 15px;
}/*# sourceMappingURL=all.css.map */