<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.pink {
  color: #F77EB4;
}

.blue {
  color: #7FD3E2;
}

.red {
  color: #ff0000 !important;
}

.bold {
  font-weight: bold;
}

.common-section {
  width: 90%;
}

.only_pc {
  display: none;
}

.flex-wrap {
  display: flex;
}
.flex-wrap.between {
  justify-content: space-between;
}
.flex-wrap.column, .flex-wrap.sp-column {
  flex-direction: column;
}

.common-section a {
  display: block;
}

.index-mv {
  padding: 18px 0;
  background-image: none;
  background-color: #E7F5F7;
  background-position: top center;
  background-size: cover;
}
.index-mv .inner {
  position: relative;
}
.index-mv .inner h1 {
  margin: 0;
}
.index-mv .inner img {
  border-radius: 10px;
}

.index-about .inner {
  display: block;
}
.index-about .inner &gt; p {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 40px;
  text-align: center;
}
.index-about .inner &gt; p mark {
  background: linear-gradient(transparent 70%, #7FD3E2 0%);
}
.index-about .inner &gt; img {
  display: block;
  width: 80%;
  margin: 15px auto;
}
.index-about .inner .flex-wrap {
  flex-direction: column;
}
.index-about .inner .steps {
  background-color: #E7F5F7;
  border-radius: 10px;
  width: 100%;
  padding: 10px 5%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.index-about .inner .steps_pink {
  background-color: #ffeef6;
}
.index-about .inner .steps_pink p.text_title {
  color: #570202 !important;
}
.index-about .inner .steps p.text_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #7FD3E2;
}
.index-about .inner .steps p.text_title span {
  font-size: 1.5em;
}
.index-about .inner .steps p.text_main {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 1px;
  text-align: left;
}
.index-about .inner .steps img {
  width: 14.0350877193%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.index-about .inner .flex-wrap &gt; img {
  width: 2.6041666667%;
  transform: rotateZ(90deg);
  position: relative;
  left: auto;
  right: auto;
  display: block;
  margin: 0 auto;
  top: -5px;
}

.bg_blue {
  background: #E7F5F7;
}

.bg_pink {
  background: #ffeef6;
}

.bg_white {
  background: #FFF;
}

.bg_blue,
.bg_pink,
.bg_white {
  position: relative;
  padding: 2.5rem 0;
}
.bg_blue.footer-contact,
.bg_pink.footer-contact,
.bg_white.footer-contact {
  padding: unset;
}

.bg_blue.triangle::after,
.bg_pink.triangle::after,
.bg_white.triangle::after {
  content: ""; /*疑似要素では必ず書く*/
  width: 0; /*横幅を0に。*/
  height: 0; /*縦幅を0に。*/
  border: 40px solid transparent; /*透明のボーダーを作成*/
  position: absolute; /*表示位置を設定するために指定*/
  bottom: -70px; /*吹き出しの下から、afterのコンテンツの高さ分下に*/
  left: calc(50% - 40px); /*左から50%のところから左に15pxずれたところ*/
  z-index: 1;
}

.bg_blue.triangle::after {
  border-top: 30px solid #E7F5F7; /*上にボーダーを指定*/
}

.bg_pink.triangle::after {
  border-top: 30px solid #ffeef6; /*上にボーダーを指定*/
}

.bg_white.triangle::after {
  border-top: 30px solid #FFF; /*上にボーダーを指定*/
}

.point-sec {
  border: 2px solid #F4F4F4;
  border-radius: 10px;
  background: #FFF;
  padding: 25px 15px;
}
.point-sec.coffee {
  margin-top: 30px;
}
.point-sec p {
  margin-bottom: 1em;
}
.point-sec .headline.-blue {
  color: #7FD3E2;
}
.point-sec .headline.-blue::before {
  background-color: #7FD3E2;
}
.point-sec .headline .ttl {
  font-size: 1.1rem;
}
.point-sec .headline .accent {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.point-sec .headline .accent .point {
  font-size: 0.75rem;
}
.point-sec .headline .accent .num {
  font-size: 2rem;
}
.point-sec .headline .accent_other {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333;
  margin-top: 20px;
}
.point-sec .headline &gt; img {
  width: 40px;
}
.point-sec.coffee .headline {
  flex-wrap: wrap !important;
  justify-content: center;
}
.point-sec.coffee .headline .accent_other {
  margin-top: 8px;
  color: #570202 !important;
}
.point-sec.coffee .headline .ttl {
  width: 100%;
  margin: 0;
  flex: auto;
  text-align: center;
}
.point-sec a.button {
  margin: 0 auto;
  display: block;
  position: relative;
  background: #F77EB4;
  border-radius: 10px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 2px #333;
  box-shadow: 0px 4px 0px 0px #000;
  line-height: normal;
  padding: 0.5em 2em;
  width: 300px;
  max-width: 100%;
}
.point-sec a.button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.point-sec a.button.arrow::after {
  background-image: url(../img/rookies_icon_arrow.svg);
}
.point-sec a.button.pdf::after {
  background-image: url(../img/rookies_icon_pdf.svg);
}
.point-sec.step01 .flex-box {
  text-align: center;
}
.point-sec.step01 .flex-box img {
  width: auto;
  max-height: 170px;
  margin-bottom: 1.2rem;
}
.point-sec.step01 .flex-box:not(:last-child) {
  margin-bottom: 3rem;
}
.point-sec.step02 .flex-wrap .movie {
  margin-bottom: 3rem;
  text-align: center;
}
.point-sec.step02 .flex-wrap .movie img {
  width: auto;
  max-height: 170px;
  margin-bottom: 1.2rem;
}
.point-sec.step02 .flex-wrap .osusume .article-wrap &gt; p {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.16em;
  line-height: 1.6;
}
.point-sec.step02 .flex-wrap .osusume .article-wrap .blue {
  font-size: 0.8rem;
  margin-bottom: 1em;
}
.point-sec.step02 .flex-wrap .osusume .article-wrap .article-box {
  margin-bottom: 0.5rem;
  padding: 0.5em;
  border: 2px solid #F4F4F4;
  align-items: center;
  border-radius: 10px;
  justify-content: flex-start;
}
.point-sec.step02 .flex-wrap .osusume .article-wrap .article-box &gt; p {
  margin: 0;
  color: #BA454B;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
.point-sec.step02 .flex-wrap .osusume .article-wrap .article-box &gt; img {
  width: 30%;
  padding-right: 0.5rem;
}
.point-sec.step02 .flex-wrap .osusume &gt; img {
  display: none;
}
.point-sec.step03 &gt; img {
  display: block;
  margin: 1rem auto;
}
.point-sec.step03 &gt; img.three_triangle {
  width: 30px;
}
.point-sec.step03 &gt; img.plus {
  width: 36px;
}
.point-sec.step03 .table-wrap {
  padding: 0.5rem;
  border: 2px solid #F4F4F4;
  border-radius: 10px;
}
.point-sec.step03 .table-wrap-other {
  padding: 10px 0rem;
  border: none;
  line-height: 2.9em;
}
.point-sec.step03 .table-wrap &gt; p {
  margin-bottom: 0.5em;
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-align: center;
}
.point-sec.step03 .table-wrap .js-scrollable {
  overflow-x: scroll;
  padding-bottom: 1rem;
}
.point-sec.step03 .table-wrap .js-scrollable img {
  width: unset;
  max-width: unset;
}
.point-sec.step03 .attention p {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.3;
  color: #333;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.point-sec.step03 .attention p.large {
  font-size: 14px;
}
.point-sec.step03 a.button {
  margin: 3rem auto 0;
  width: 400px;
}
.point-sec .hoken-shindan-section {
  width: 100%;
  margin: 30px auto 0px auto;
}

.index-video .video-wrap {
  overflow-x: scroll;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 1rem;
}
.index-video .video-wrap .box {
  width: 300px;
  margin: 0 1%;
  flex: 85% 0 0;
}

.footer-contact .detail {
  font-weight: normal;
  font-size: 0.8rem;
}

a.anchor {
  display: block;
  padding-top: 22px;
  margin-top: -22px;
}

.scroll-hint-icon {
  height: 70px;
  padding: 15px 10px 10px 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.scroll-hint-icon:before {
  width: 30px;
  height: 30px;
}
.scroll-hint-icon::after {
  top: 5px;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 0px;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .common-section a {
    transition: all ease 0.5s;
  }
  .common-section a:hover {
    transition: all ease 0.5s;
    opacity: 0.7;
  }
  .only_pc {
    display: inline;
  }
  .flex-wrap.sp-column {
    flex-direction: row;
  }
  .index-about .inner &gt; p {
    font-size: 2.4rem;
    letter-spacing: 0.3rem;
    line-height: 1.8;
  }
  .index-about .inner &gt; img {
    width: 50%;
    margin: 30px auto;
  }
  .index-about .inner .flex-wrap {
    flex-direction: row;
  }
  .index-about .inner .flex-wrap &gt; img {
    width: 2.6041666667%;
    transform: rotateZ(0deg);
  }
  .index-about .inner .steps {
    border-radius: 30px;
    padding: 40px 0 20px 0;
    display: flex;
    align-items: center;
    width: 29.6875%;
  }
  .index-about .inner .steps p.text_title {
    font-size: 24px;
    line-height: 46px;
    letter-spacing: 2.4px;
  }
  .index-about .inner .steps p.text_main {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 3.2px;
    text-align: center;
  }
  .index-about .inner .steps img {
    width: 25%;
    position: absolute;
    right: 0;
    left: 0;
    top: 7px;
    margin: 0 auto;
  }
  .bg_blue,
  .bg_white {
    padding: 4rem 0;
  }
  .bg_blue.triangle::after,
  .bg_white.triangle::after {
    border: 50px solid transparent; /*透明のボーダーを作成*/
    bottom: -90px; /*吹き出しの下から、afterのコンテンツの高さ分下に*/
    left: calc(50% - 50px); /*左から50%のところから左に15pxずれたところ*/
  }
  .bg_blue.triangle::after {
    border-top: 40px solid #E7F5F7; /*上にボーダーを指定*/
  }
  .bg_white.triangle::after {
    border-top: 40px solid #FFF; /*上にボーダーを指定*/
  }
  .point-sec {
    border: 2px solid #F4F4F4;
    border-radius: 30px;
    padding: 25px 25px 3rem;
  }
  .point-sec .headline .ttl {
    font-size: 1.5rem;
  }
  .point-sec .headline .accent .point {
    font-size: 1.125rem;
  }
  .point-sec .headline .accent .num {
    font-size: 3rem;
  }
  .point-sec .headline &gt; img {
    width: 60px;
  }
  .point-sec.step01 .flex-wrap {
    justify-content: space-around;
  }
  .point-sec.step01 .flex-wrap .flex-box:not(:last-child) {
    margin-bottom: 0;
  }
  .point-sec.step02 .flex-wrap {
    justify-content: space-between;
  }
  .point-sec.step02 .flex-wrap .movie {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .point-sec.step02 .flex-wrap .osusume {
    align-items: center;
  }
  .point-sec.step02 .flex-wrap .osusume .article-wrap {
    max-width: 380px;
    margin-right: 1rem;
  }
  .point-sec.step02 .flex-wrap .osusume .article-wrap &gt; p {
    margin-bottom: 0.5em;
  }
  .point-sec.step02 .flex-wrap .osusume .article-wrap .blue {
    display: none;
  }
  .point-sec.step02 .flex-wrap .osusume .article-wrap .article-box &gt; p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.16em;
  }
  .point-sec.step02 .flex-wrap .osusume .article-wrap .article-box &gt; img {
    width: 26%;
  }
  .point-sec.step02 .flex-wrap .osusume &gt; img {
    display: block;
    width: 30%;
    height: 100%;
  }
  .point-sec.step03 .table-wrap &gt; p {
    font-size: 1.5rem;
  }
  .point-sec.step03 .table-wrap .js-scrollable {
    overflow-x: visible;
  }
  .point-sec.step03 .table-wrap .js-scrollable img {
    width: 100%;
    max-width: 100%;
  }
  .point-sec .hoken-shindan-section {
    width: 90%;
    margin: 30px auto 0px auto;
  }
  .index-video .video-wrap {
    overflow-x: visible;
  }
  .index-video .video-wrap .box {
    max-width: 300px;
    margin: 0 1%;
    flex: auto;
  }
  a.anchor {
    padding-top: 0;
    margin-top: 0;
  }
}
body.movie {
  margin: 0;
  padding: 0.5em;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
body.movie video {
  width: 100%;
}
body.movie .inner {
  margin: 0 auto;
  padding: 0.5em;
  max-width: 900px;
}
body.movie h1 {
  font-size: 16px;
  margin: 0.25em 0;
}
body.movie p {
  font-size: 14px;
  margin: 0;
}

.thankyou .textarea {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.13em;
}
.thankyou .textarea:not(:first-child) {
  margin-top: 1em;
}
.thankyou .textarea .cmn-textlink {
  display: inline;
  color: #357ae8;
}

/* 240118追加 */
.about_item-list {
  list-style: none;
  padding: 0;
  margin-top: 20px !important;
  margin-left: 20px !important;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767px) {
  .about_item-list {
    flex-direction: column;
    margin-left: 0px !important;
  }
}
.about_item-list &gt; li {
  width: calc(33.3333333333% - 20px);
  padding: 0;
  border: 2px solid #808080;
  border-radius: 20px;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .about_item-list &gt; li {
    width: 100%;
  }
}
.about_item-list &gt; li .item-name {
  display: flex;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 20px;
}
.about_item-list &gt; li .item-name .icon {
  width: 40px;
  margin-right: 5px;
}
.about_item-list &gt; li .service-ttl {
  line-height: 1.4rem;
}
.about_item-list &gt; li .service-ttl p {
  font-size: 80%;
  line-height: 1.2rem;
}
.about_item-list &gt; li .detail {
  line-height: 1.4rem;
  margin-bottom: 5px;
}
.about_item-list &gt; li .note {
  font-size: 80%;
  line-height: 1rem;
  text-indent: -1em;
  padding-left: 1em;
}
.about_item-list &gt; li .note:before {
  content: "※";
}
.about_item-list &gt; li .item-link {
  padding: 0 0 0 20px;
  min-height: 100px;
}
@media print, screen and (max-width: 767px) {
  .about_item-list &gt; li .item-link {
    min-height: auto;
    margin-bottom: 10px;
  }
}
.about_item-list &gt; li .item-link a {
  color: #3264B4;
  text-decoration: underline;
}

/* 240125追加 rookies中間ページ用 */
.index-pdf {
  min-height: 300px;
}
@media print, screen and (max-width: 767px) {
  .index-pdf {
    min-height: 240px;
  }
}
.index-pdf .pdf-dlbox {
  border: 2px solid #f4f4f4;
  border-radius: 20px;
  padding: 20px;
  max-width: 400px;
  margin: 100px auto;
}
@media print, screen and (max-width: 767px) {
  .index-pdf .pdf-dlbox {
    margin: 100px auto 0 auto;
    width: 90%;
  }
}
.index-pdf .pdf-dlbox .item-name {
  display: flex;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 20px;
  justify-content: center;
}
.index-pdf .pdf-dlbox .item-name .icon {
  width: 40px;
  margin-right: 5px;
}
.index-pdf .pdf-dlbox .service-ttl {
  line-height: 1.4rem;
}
.index-pdf .pdf-dlbox .service-ttl p {
  font-size: 80%;
  line-height: 1.2rem;
  margin-bottom: 1em;
}
.index-pdf .pdf-dlbox a.pdf-dlbutton {
  width: 300px;
  margin: 20px auto 10px auto;
  display: block;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 20px;
  transition: 0.5s;
}
.index-pdf .pdf-dlbox a.pdf-dlbutton.outline {
  background-color: #45BA63;
}
.index-pdf .pdf-dlbox a.pdf-dlbutton.important {
  background-color: #ba454b;
}
.index-pdf .pdf-dlbox a.pdf-dlbutton.sample {
  background-color: #4552BA;
}
@media print, screen and (max-width: 767px) {
  .index-pdf .pdf-dlbox a.pdf-dlbutton {
    width: 86%;
    padding: 10px 20px;
  }
}
.index-pdf .pdf-dlbox a.pdf-dlbutton span:after {
  content: "";
  background: url(../img/icon_pdf.svg) no-repeat 0 0/100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-bottom: -8px;
  display: inline-block;
}
@media print, screen and (max-width: 767px) {
  .index-pdf .pdf-dlbox a.pdf-dlbutton span:after {
    width: 24px;
    height: 24px;
    margin-bottom: -5px;
  }
}
.index-pdf .pdf-dlbox a.pdf-dlbutton:hover {
  opacity: 0.8;
}</pre></body></html>