<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: bp
Version: 1.0
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sample {
  width: 10%;
  width: 10vw;
  height: 10%;
  margin: 10% 10% 10% 10%;
  margin: 10vw 10vw 10vw 10vw;
  padding: 10% 10% 10% 10%;
  padding: 10vw 10vw 10vw 10vw;
  top: 10%;
  top: 10vw;
  right: 10%;
  right: 10vw;
  bottom: 10%;
  bottom: 10vw;
  left: 10%;
  left: 10vw;
  background: rgba(153, 153, 153, 0.3);
  font-size: 28px;
  font-size: 3.73333vw;
}

/*  common  */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
  opacity: .7;
}

.m-ttl-conts {
  font-family: 'Spartan', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.m-ttl-conts span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding-top: 15px;
  letter-spacing: 1px;
}

.m-ttl-page {
  font-family: 'Spartan', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-align: center;
}

.m-ttl-page span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding-top: 15px;
  letter-spacing: 1px;
}

.m-btn-more {
  font-family: 'Spartan', sans-serif;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
  letter-spacing: 1px;
}

.m-btn-more::after {
  content: "+";
  font-weight: 400;
  width: 9px;
  height: 1px;
  padding-left: 6px;
}

.header {
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-width: 900px;
  margin: 0 auto;
  padding: 30px 10px;
  margin-bottom: 60px;
}

.header__logo {
  width: 283px;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__nav {
  font-family: 'Spartan', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  bottom: 38px;
  letter-spacing: 1px;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-list li {
  margin-right: 25px;
}

.header__nav-list li:last-child {
  margin-right: 0;
}

.header__btn-list {
  position: absolute;
  right: 10px;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__btn-list__item.is-mailmagazine a {
  display: block;
  width: 120px;
  padding: 8px 0 5px;
  font-family: 'Spartan', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border: solid 1px #000;
}

.header__btn-list__item.is-login a {
  display: block;
  width: 102px;
  padding: 6px 0 7px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border: solid 1px #000;
  letter-spacing: 1px;
}

.header__sns-list {
  position: absolute;
  right: 145px;
  top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__sns-list__item {
  width: 18px;
  height: 18px;
  margin-right: 18px;
}

.header__sns-list__item path {
  fill: #231815;
}

.header__sns-list__item:last-child {
  margin-right: 0;
  margin-top: 1px;
}

.header__sns-list__item img {
  width: 100%;
  height: auto;
}

.header .sub-menu {
  display: none;
}

.home .header {
  margin-bottom: 0;
}

.footer {
  font-family: 'Spartan', sans-serif;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
  margin-top: 100px;
}

.footer .m-pagetop {
  z-index: 99;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  background: url(img/btn_pagetop.svg) 50% 50%/contain no-repeat;
}

/*  home  */
.home .top-intro {
  position: relative;
  width: 1100px;
  height: 655px;
  margin: 0 auto 170px;
  overflow: hidden;
}

.home .top-intro__arrow {
  position: absolute;
  left: -64px;
  bottom: 78px;
  font-family: 'Spartan', sans-serif;
  font-size: 16px;
  font-weight: 600;
  z-index: 9;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 180px;
  padding-top: 6px;
  padding: 6px 0 0 1px;
  border-top: solid 2px #000;
  letter-spacing: 1px;
}

.home .top-intro__arrow::before {
  content: '';
  position: absolute;
  top: -9px;
  left: -2px;
  height: 2px;
  width: 20px;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.home #animationAction {
  width: 1120px;
  height: auto;
  position: absolute;
  top: -100px;
  left: 50%;
  margin-left: -560px;
}

.home #animationAction svg {
  width: 100%;
  height: auto;
}

.home .top-topics {
  position: relative;
  width: 1100px;
  margin: 0 auto 55px;
  z-index: 9;
}

.home .top-topics__conts {
  width: 500px;
  min-height: 596px;
  margin: 0 0 0 530px;
}

.home .top-topics__ttl {
  margin-bottom: 30px;
}

.home .top-topics__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Spartan', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 1px;
}

.home .top-topics__tab-item {
  cursor: pointer;
}

.home .top-topics__tab-conts {
  display: none;
}

.home .top-topics__tab-conts-wrap {
  overflow: hidden;
}

.home .top-topics__tab-conts-item {
  border-top: solid 1px #e7e8e8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .top-topics__tab-conts-item:last-child {
  border-bottom: solid 1px #e7e8e8;
}

.home .top-topics__tab-conts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 25px 40px 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .top-topics__tab-conts-item a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 41%;
}

.home .top-topics__tab-conts-day {
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  width: 78px;
  line-height: 1;
  letter-spacing: 1px;
}

.home .top-topics__tab-conts-category {
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  font-weight: 600;
  width: 78px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0 2px;
  line-height: 1;
}

.home .top-topics__tab-conts-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  width: 345px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-left: 40px;
}

.home .top-topics__tab-conts-txt span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home .top-topics__tab-conts-btn {
  float: right;
  margin: 25px 0 0 0;
}

.home .top-topics__tab-conts.is-active {
  display: block;
}

.home #animationPassion {
  position: absolute;
  top: -386px;
  left: -425px;
  width: 1290px;
  z-index: -1;
}

.home #animationPassion svg {
  width: 100%;
  height: auto;
}

.home .top-about {
  position: relative;
  width: 1100px;
  padding: 0 60px;
  margin: 0 auto 270px;
}

.home .top-about::after {
  content: "";
  display: block;
  clear: both;
}

.home .top-about__bg01 {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 250px;
  left: 205px;
  z-index: -1;
  opacity: 0;
  -webkit-animation: about__bg01 2s linear 0s infinite alternate;
          animation: about__bg01 2s linear 0s infinite alternate;
  -webkit-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}

.home .top-about__bg01.is-active {
  opacity: 1;
}

@-webkit-keyframes about__bg01 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes about__bg01 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.home .top-about__bg02 {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 250px;
  left: 445px;
  z-index: -1;
  opacity: 0;
  -webkit-animation: about__bg02 2s linear 2s infinite alternate;
          animation: about__bg02 2s linear 2s infinite alternate;
  -webkit-transition: all 1s ease-in-out 2s;
  transition: all 1s ease-in-out 2s;
}

.home .top-about__bg02.is-active {
  opacity: .6;
}

@-webkit-keyframes about__bg02 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes about__bg02 {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.home .top-about__conts {
  width: 280px;
  padding: 180px 0 0 0;
  z-index: 9;
  position: relative;
}

.home .top-about__ttl {
  margin-bottom: 25px;
}

.home .top-about__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 1px;
}

.home .top-about__btn {
  margin-top: 25px;
  float: left;
}

.home #animationQuick {
  position: absolute;
  top: -312px;
  right: -392px;
  width: 1260px;
  z-index: 1;
}

.home #animationQuick svg {
  width: 100%;
  height: auto;
}

.home .top-seminar {
  position: relative;
  width: 1100px;
  margin: 0 auto 150px;
}

.home .top-seminar__conts {
  width: 500px;
  margin: 0 0 0 530px;
  min-height: 279px;
}

.home .top-seminar__ttl {
  margin-bottom: 30px;
}

.home .top-seminar__list-item {
  border-top: solid 1px #e7e8e8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .top-seminar__list-item:last-child {
  border-bottom: solid 1px #e7e8e8;
}

.home .top-seminar__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 25px 40px 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .top-seminar__list-item a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 41%;
}

.home .top-seminar__list-day {
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: block;
  width: 78px;
  line-height: 1;
  letter-spacing: 1px;
}

.home .top-seminar__list-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  width: 345px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-left: 40px;
}

.home .top-seminar__list-txt span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home .top-seminar__btn {
  float: right;
  margin: 25px 0 0 0;
}

.home #animationSafe {
  position: absolute;
  top: -310px;
  left: -420px;
  width: 1270px;
}

.home #animationSafe svg {
  width: 100%;
  height: auto;
}

.home .top-service {
  position: relative;
  width: 1100px;
  min-height: 530px;
  margin: 0 auto 190px;
  padding: 0 60px;
  overflow: hidden;
}

.home .top-service__bg01 {
  position: absolute;
  top: 80px;
  left: 95px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-out 1s;
  transition: all .3s ease-out 1s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.home .top-service__bg02 {
  position: absolute;
  top: 40px;
  left: 355px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-out 1.3s;
  transition: all .3s ease-out 1.3s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.home .top-service__bg03 {
  position: absolute;
  top: 0;
  left: 612px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s ease-out 1.6s;
  transition: all .3s ease-out 1.6s;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.home .top-service.is-active .top-service__bg01 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.home .top-service.is-active .top-service__bg02 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.home .top-service.is-active .top-service__bg03 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.home .top-service__conts {
  width: 400px;
  padding: 120px 0 0 0;
  z-index: 9;
  position: relative;
}

.home .top-service__ttl {
  margin-bottom: 30px;
}

.home .top-service__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 1px;
}

.home .top-service__btn {
  margin-top: 25px;
  float: left;
}

.home .top-mailmagazine {
  position: relative;
  width: 1100px;
  margin: 0 auto 190px;
  overflow: hidden;
}

.home .top-mailmagazine__conts {
  width: 400px;
  margin: 0 0 0 530px;
}

.home .top-mailmagazine__ttl {
  margin-bottom: 30px;
}

.home .top-mailmagazine__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 1px;
}

.home .top-mailmagazine__btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  float: left;
  line-height: 35px;
  width: 176px;
  padding: 0 0 0 12px;
  border: solid 1px #000;
  position: relative;
}

.home .top-mailmagazine__btn::after {
  content: "";
  width: 27px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 12px;
  background: #000;
}

.home .top-mailmagazine__btn::before {
  content: "";
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #000;
}

.home #animationTrust {
  position: absolute;
  top: -385px;
  left: -424px;
  width: 1290px;
}

.home #animationTrust svg {
  width: 100%;
  height: auto;
}

.home .top-contact {
  position: relative;
  margin: 0 auto;
}

.home .top-contact__conts {
  width: 650px;
  margin: 0 auto;
  text-align: center;
}

.home .top-contact__ttl {
  margin-bottom: 35px;
}

.home .top-contact__map {
  margin-bottom: 50px;
}

.home .top-contact__map-osaka {
  width: 650px;
  height: 340px;
  margin-bottom: 10px;
  background: #000;
}

.home .top-contact__map-osaka iframe {
  width: 650px;
  height: 340px;
}

.home .top-contact__add-osaka {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 1.8;
}

.home .top-contact__map-tokyo {
  width: 650px;
  height: 340px;
  margin-bottom: 10px;
  background: #000;
}

.home .top-contact__map-tokyo iframe {
  width: 650px;
  height: 340px;
}

.home .top-contact__add-tokyo {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.home .top-contact__tel {
  margin-bottom: 70px;
}

.home .top-contact__tel-osaka {
  font-family: 'Spartan', sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 35px;
  letter-spacing: 1px;
}

.home .top-contact__tel-osaka-label {
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.home .top-contact__tel-osaka-tel {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  border-bottom: solid 1px #918b8a;
}

.home .top-contact__tel-osaka-tel span {
  font-size: 16px;
}

.home .top-contact__tel-osaka-fax {
  font-weight: 400;
  display: block;
  margin-top: 16px;
}

.home .top-contact__tel-tokyo {
  font-family: 'Spartan', sans-serif;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.home .top-contact__tel-tokyo-label {
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.home .top-contact__tel-tokyo-tel {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  border-bottom: solid 1px #918b8a;
}

.home .top-contact__tel-tokyo-tel span {
  font-size: 16px;
}

.home .top-contact__tel-tokyo-fax {
  font-weight: 400;
  display: block;
  margin-top: 16px;
}

.home .top-contact__btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  width: 210px;
  display: block;
  border: solid 1px #000;
  margin: 0 auto;
}

/*  topics  */
.category-topics__conts {
  width: 680px;
  margin: 0 auto;
}

.category-topics__ttl {
  margin-bottom: 65px;
}

.category-topics__tab {
  width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Spartan', sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  padding-bottom: 55px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 1px;
}

.category-topics__tab a.is-active {
  padding-bottom: 4px;
  border-bottom: solid 1px #000;
}

.category-topics__tab-conts-wrap {
  margin-bottom: 50px;
  overflow: hidden;
}

.category-topics__tab-conts-item {
  border-top: solid 1px #e7e8e8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-topics__tab-conts-item:last-child {
  border-bottom: solid 1px #e7e8e8;
}

.category-topics__tab-conts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 25px 40px 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-topics__tab-conts-item a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 10px;
  top: 41%;
}

.category-topics__tab-conts-day {
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
  width: 78px;
  line-height: 1;
  letter-spacing: 1px;
}

.category-topics__tab-conts-category {
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  font-weight: 600;
  width: 78px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0 2px;
  line-height: 1;
}

.category-topics__tab-conts-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  width: 530px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-left: 40px;
}

.category-topics__tab-conts-txt span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.category-topics .nav-links {
  font-family: 'Spartan', sans-serif;
  letter-spacing: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-topics .nav-links .page-numbers {
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.category-topics .nav-links .prev {
  position: absolute;
  top: 1px;
  left: 0;
  color: #231815;
  padding-left: 30px;
}

.category-topics .nav-links .prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-left: solid 2px #231815;
  border-bottom: solid 2px #231815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

.category-topics .nav-links .next {
  position: absolute;
  top: 1px;
  right: 0;
  color: #231815;
  padding-right: 30px;
}

.category-topics .nav-links .next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-right: solid 2px #231815;
  border-bottom: solid 2px #231815;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
}

.category-topics .nav-links .page-numbers:not(.prev):not(.next) {
  font-size: 11px;
  font-weight: 500;
  padding: 0 6px 0 0;
  display: block;
}

.category-topics .nav-links .page-numbers:not(.prev):not(.next) + .page-numbers:not(.prev):not(.next):before {
  content: '/';
  display: inline;
  padding: 0 6px 0 0;
}

.nav-links {
  font-family: 'Spartan', sans-serif;
  letter-spacing: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-links .page-numbers {
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.nav-links .prev {
  position: absolute;
  top: 1px;
  left: 0;
  color: #231815;
  padding-left: 30px;
}

.nav-links .prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-left: solid 2px #231815;
  border-bottom: solid 2px #231815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

.nav-links .next {
  position: absolute;
  top: 1px;
  right: 0;
  color: #231815;
  padding-right: 30px;
}

.nav-links .next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-right: solid 2px #231815;
  border-bottom: solid 2px #231815;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
}

.nav-links .page-numbers:not(.prev):not(.next) {
  font-size: 11px;
  font-weight: 500;
  padding: 0 6px 0 0;
  display: block;
}

.nav-links .page-numbers:not(.prev):not(.next) + .page-numbers:not(.prev):not(.next):before {
  content: '/';
  display: inline;
  padding: 0 6px 0 0;
}

.topics-detail__conts {
  width: 680px;
  margin: 0 auto;
}

.topics-detail__ttl {
  margin-bottom: 45px;
}

.topics-detail__article {
  margin-bottom: 55px;
}

.topics-detail__article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.topics-detail__article-category {
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  font-weight: 600;
  width: 78px;
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0 2px;
  line-height: 1;
  margin-right: 28px;
}

.topics-detail__article-day {
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
}

.topics-detail__article-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.topics-detail__article-txt {
  font-size: 14px;
  line-height: 2.2;
}

.topics-detail__article-txt a, .topics-detail__article-txt a:hover {
  color: #8f9393;
}

.topics-detail__article-txt img {
  width: 100%;
  height: auto;
}

.topics-detail__btn-back {
  text-align: center;
}

.topics-detail__btn-back a {
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.topics-detail__btn-back a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

/* seminar */
.seminar__conts {
  width: 680px;
  margin: 0 auto;
}

.seminar__conts .nav-links {
  font-family: 'Spartan', sans-serif;
  letter-spacing: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seminar__conts .nav-links .page-numbers {
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.seminar__conts .nav-links .prev {
  position: absolute;
  top: 1px;
  left: 0;
  color: #231815;
  padding-left: 30px;
}

.seminar__conts .nav-links .prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-left: solid 2px #231815;
  border-bottom: solid 2px #231815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

.seminar__conts .nav-links .next {
  position: absolute;
  top: 1px;
  right: 0;
  color: #231815;
  padding-right: 30px;
}

.seminar__conts .nav-links .next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-right: solid 2px #231815;
  border-bottom: solid 2px #231815;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
}

.seminar__conts .nav-links .page-numbers:not(.prev):not(.next) {
  font-size: 11px;
  font-weight: 500;
  padding: 0 6px 0 0;
  display: block;
}

.seminar__conts .nav-links .page-numbers:not(.prev):not(.next) + .page-numbers:not(.prev):not(.next):before {
  content: '/';
  display: inline;
  padding: 0 6px 0 0;
}

.seminar__ttl {
  margin-bottom: 65px;
}

.seminar__list {
  margin-bottom: 50px;
}

.seminar__list-item {
  border-top: solid 1px #e7e8e8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 0 30px;
}

.seminar__list-item &gt; p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.seminar__list-item:last-child {
  border-bottom: solid 1px #e7e8e8;
}

.seminar__list-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 17px;
}

.seminar__list-btn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 20px auto 0;
  line-height: 35px;
  width: 205px;
  padding: 0 0 0 12px;
  border: solid 1px #000;
  position: relative;
  display: block;
}

.seminar__list-btn::before {
  content: "";
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #000;
}

.seminar__list-btn::after {
  content: "";
  width: 27px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 12px;
  background: #000;
}

.seminar-detail__conts {
  width: 680px;
  margin: 0 auto;
}

.seminar-detail__ttl {
  margin-bottom: 60px;
}

.seminar-detail__article {
  border-top: solid 1px #e7e8e8;
  border-bottom: solid 1px #e7e8e8;
  margin-bottom: 55px;
  padding: 20px 0 30px;
}

.seminar-detail__article-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.seminar-detail__article-txt {
  font-size: 14px;
  line-height: 2.2;
}

.seminar-detail__article-txt a, .seminar-detail__article-txt a:hover {
  color: #8f9393;
}

.seminar-detail__article-txt img {
  width: 100%;
  height: auto;
}

.seminar-detail__article-btn {
  padding-top: 95px;
  text-align: center;
}

.seminar-detail__article-btn a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
  width: 214px;
  display: block;
  border: solid 1px #000;
  margin: 0 auto;
  color: #000;
}

.seminar-detail__btn-back {
  text-align: center;
}

.seminar-detail__btn-back a {
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.seminar-detail__btn-back a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}

/*  about  */
.page-id-12 .about__conts {
  width: 680px;
  margin: 0 auto;
}

.page-id-12 .about__ttl {
  margin-bottom: 100px;
}

.page-id-12 .about__block-intro {
  margin-bottom: 100px;
}

.page-id-12 .about__block-intro-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-12 .about__block-intro-txt {
  font-weight: 500;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.page-id-12 .about__block-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

.page-id-12 .about__block-txt {
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}

.page-id-12 .about__block-txt span {
  font-weight: 400;
}

.page-id-12 .about__block-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}

.page-id-12 .about__block-ph &gt; div {
  width: 50%;
  text-align: center;
}

.page-id-12 .about__block-ph &gt; div span {
  display: block;
  font-size: 12px;
  font-weight: 300px;
  padding-top: 10px;
}

.page-id-12 .about__block-ph &gt; div img {
  width: 100%;
  height: auto;
}

.page-id-12 .about__block-history {
  margin-bottom: 80px;
}

.page-id-12 .about__block-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.page-id-12 .about__block-list li p:first-child {
  width: 100px;
}

.page-id-12 .about__block-list li + li {
  margin-top: 20px;
}

.page-id-12 .about__block-staff {
  margin-bottom: 75px;
}

/*  price  */
.page-id-14 .price__conts {
  width: 680px;
  margin: 0 auto;
}

.page-id-14 .price__ttl {
  margin-bottom: 80px;
}

.page-id-14 .price__intro {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 90px;
}

.page-id-14 .price__contract {
  margin-bottom: 100px;
}

.page-id-14 .price__contract-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-14 .price__contract-lead-txt {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}

.page-id-14 .price__contract-table {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-id-14 .price__contract-table ul li {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 10px 0;
  border-bottom: solid 1px #e5e6e6;
}

.page-id-14 .price__contract-table ul li span:nth-child(2) {
  width: 100px;
  text-align: right;
}

.page-id-14 .price__contract-table ul li:first-child {
  font-weight: 500;
  font-size: 13px;
}

.page-id-14 .price__contract-table ul li:first-child span:nth-child(2) {
  text-align: right;
  width: 100px;
  padding-right: 14px;
}

.page-id-14 .price__contract-table-plan-a {
  width: 50%;
}

.page-id-14 .price__contract-table-plan-a ul li span:last-child {
  padding-right: 14px;
}

.page-id-14 .price__contract-table-plan-a li {
  border-right: solid 1px #e5e6e6;
}

.page-id-14 .price__contract-table-ttl {
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: solid 1px #e5e6e6;
}

.page-id-14 .price__contract-table-plan-b {
  width: 50%;
}

.page-id-14 .price__contract-table-plan-b ul li span:first-child {
  padding-left: 14px;
}

.page-id-14 .price__contract-table-plan-b li:last-child {
  display: block;
  border-bottom: none;
  text-align: center;
}

.page-id-14 .price__contract-table-option {
  margin-bottom: 30px;
}

.page-id-14 .price__contract-table-option-ttl {
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: solid 1px #e5e6e6;
}

.page-id-14 .price__contract-table-option ul li {
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.8px;
  padding: 10px 0;
  border-bottom: solid 1px #e5e6e6;
}

.page-id-14 .price__contract-table-option ul li:first-child {
  font-weight: 500;
  font-size: 13px;
}

.page-id-14 .price__contract-table-note {
  margin-bottom: 45px;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.8px;
}

.page-id-14 .price__contract-consultation {
  margin-bottom: 50px;
}

.page-id-14 .price__contract-consultation h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 1;
}

.page-id-14 .price__contract-consultation p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.8px;
}

.page-id-14 .price__contract-fulllineup h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-id-14 .price__contract-fulllineup h4 span {
  font-size: 14px;
}

.page-id-14 .price__contract-fulllineup p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.8px;
}

.page-id-14 .price__salary {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 90px;
}

.page-id-14 .price__salary-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-14 .price__salary span {
  font-size: 12px;
  line-height: 2;
  display: block;
}

.page-id-14 .price__salary-txt span {
  padding-top: 3px;
}

.page-id-14 .price__salary-initial {
  line-height: 1;
  padding: 30px 0 40px;
}

.page-id-14 .price__salary-initial h4 {
  font-weight: 500;
  margin-bottom: 20px;
}

.page-id-14 .price__salary-initial ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-id-14 .price__salary-initial ul li:last-child {
  margin-bottom: 0;
}

.page-id-14 .price__salary-running {
  line-height: 1;
}

.page-id-14 .price__salary-running h4 {
  font-weight: 500;
  margin-bottom: 20px;
}

.page-id-14 .price__salary-running ul {
  margin-bottom: 15px;
}

.page-id-14 .price__salary-running ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-id-14 .price__salary-running ul li:last-child {
  margin-bottom: 0;
}

.page-id-14 .price__labor-regulations {
  margin-bottom: 100px;
}

.page-id-14 .price__labor-regulations-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-14 .price__labor-regulations-txt {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}

.page-id-14 .price__labor-regulations-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: solid 1px #e5e6e6;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.page-id-14 .price__labor-regulations-list li span:nth-child(2) {
  width: 90px;
  text-align: right;
}

.page-id-14 .price__labor-regulations-list li:first-child {
  font-weight: 500;
  font-size: 13px;
}

.page-id-14 .price__labor-regulations-list li:first-child span:nth-child(2) {
  text-align: right;
}

.page-id-14 .price__subsidy {
  margin-bottom: 125px;
}

.page-id-14 .price__subsidy-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-14 .price__subsidy-txt {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.page-id-14 .price__subsidy-txt span {
  font-size: 12px;
  line-height: 2;
  display: block;
}

.page-id-14 .price__nursing {
  margin-bottom: 100px;
}

.page-id-14 .price__nursing-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-14 .price__nursing-txt {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}

.page-id-14 .price__nursing-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: solid 1px #e5e6e6;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.page-id-14 .price__nursing-list li span:nth-child(2) {
  width: 90px;
  text-align: right;
}

.page-id-14 .price__nursing-list li:first-child {
  font-weight: 500;
  font-size: 13px;
}

.page-id-14 .price__nursing-list li:first-child span:nth-child(2) {
  text-align: right;
}

.page-id-14 .price__human-resources {
  margin-bottom: 100px;
}

.page-id-14 .price__human-resources-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-14 .price__human-resources-txt {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}

.page-id-14 .price__human-resources-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: solid 1px #e5e6e6;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.page-id-14 .price__human-resources-list li span:nth-child(2) {
  width: 270px;
  text-align: right;
}

.page-id-14 .price__human-resources-list li:first-child {
  font-weight: 500;
  font-size: 13px;
}

.page-id-14 .price__human-resources-list li:first-child span:nth-child(2) {
  text-align: right;
}

.page-id-14 .price__recruitment-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.page-id-14 .price__recruitment-txt {
  font-weight: 300;
  line-height: 2.4;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.page-id-14 .price__recruitment-txt span {
  font-size: 12px;
  line-height: 2;
  display: block;
}

/*  service  */
.service__conts {
  width: 680px;
  margin: 0 auto;
}

.service__ttl {
  margin-bottom: 80px;
}

.service__txt-intro {
  line-height: 2.2;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.service__list-item {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}

.service__list-item:nth-child(even) {
  padding-top: 110px;
}

.service__list-item-ttl {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1px;
  padding-left: 10px;
}

.service__list-item-ttl::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -8px;
}

.service__list-item-detail {
  font-size: 14px;
  line-height: 2;
}

.service-detail__conts {
  width: 680px;
  margin: 0 auto;
}

.service-detail__ttl {
  margin-bottom: 60px;
}

.service-detail__ttl-secondary {
  margin-bottom: 75px;
}

.service-detail__ttl-secondary span:nth-child(1) {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto 25px;
  display: block;
}

.service-detail__ttl-secondary span:nth-child(2) {
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  display: block;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 1px;
  text-align: center;
}

.service-detail__txt-intro {
  font-weight: 400;
  line-height: 2;
  font-size: 19px;
  letter-spacing: 1px;
  padding-bottom: 40px;
}

.service-detail__block {
  margin-top: 40px;
}

.service-detail__block-ttl {
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 8px;
}

.service-detail__block-txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1px;
  white-space: normal;
}

.service-detail__block-txt span {
  display: block;
  line-height: 2.4;
}

/* display none */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    margin-top: -46px;
  }
  /*  common  */
  .m-ttl-conts {
    font-size: 25px;
  }
  .m-ttl-conts span {
    padding-top: 5px;
    letter-spacing: 1px;
  }
  .m-ttl-page {
    font-size: 25px;
  }
  .m-ttl-page span {
    padding-top: 5px;
    letter-spacing: 1px;
  }
  .m-btn-more {
    font-family: 'Spartan', sans-serif;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
    border-bottom: solid 1px #000;
    letter-spacing: 1px;
    display: inline-block;
  }
  .m-btn-more::after {
    content: "+";
    font-weight: 400;
    width: 9px;
    height: 1px;
    padding-left: 6px;
  }
  .header {
    width: 100%;
    max-width: none;
    min-width: 100%;
    margin: 0 auto 20px;
    padding: 20px;
  }
  .header__logo {
    width: 190px;
  }
  .header__burger {
    display: block;
    width: 25px;
    height: 19px;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    top: 35px;
    right: 20px;
  }
  .header__burger span {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .header__burger span:first-child {
    top: 0;
    left: 0;
  }
  .header__burger span:nth-child(2) {
    top: 8px;
    left: 0;
  }
  .header__burger span:last-child {
    top: 16px;
    left: 0;
  }
  .header__burger.is-active span:first-child {
    top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .header__burger.is-active span:nth-child(2) {
    opacity: 0;
    background: #fff;
  }
  .header__burger.is-active span:last-child {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .header__list-wrap {
    display: none;
    padding: 60px 20px 0 20px;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 999;
  }
  .header__nav {
    color: #fff;
    font-family: 'Spartan', sans-serif;
    font-size: 18px;
    position: relative;
    right: 0;
    bottom: 0;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .header__nav-list li {
    margin-right: 0;
  }
  .header__nav-list li a,
  .header__nav-list li span {
    color: #fff;
    position: relative;
  }
  .header__nav-list li.menu-item-has-children &gt; a:after {
    content: "";
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -5px;
    left: 114%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__nav-list li.menu-item-has-children.is-active &gt; a:after {
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .header__nav-list ul {
    display: none;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
  }
  .header__nav-list ul li + li {
    margin-top: 18px;
  }
  .header__sns-list {
    position: relative;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 35px;
    margin-bottom: 30px;
  }
  .header__sns-list__item {
    margin-right: 0;
  }
  .header__sns-list__item path {
    fill: #fff;
  }
  .header__btn-list {
    position: relative;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 38px 0;
  }
  .header__btn-list__item {
    margin-right: 0;
  }
  .header__btn-list__item.is-mailmagazine a {
    display: block;
    margin: 0 auto;
    border: solid 1px #fff;
    color: #fff;
  }
  .header__btn-list__item.is-login a {
    display: block;
    margin: 0 auto;
    border: solid 1px #fff;
    color: #fff;
  }
  .home .header {
    margin-bottom: 0;
  }
  .footer {
    font-size: 8px;
    padding: 100px 20px 40px 20px;
    margin-top: 0;
  }
  .footer .m-pagetop {
    z-index: 99;
    bottom: 40px;
    right: 10px;
  }
  /*  home  */
  .home .top-intro {
    width: 100%;
    height: 600px;
    margin: 0 auto 140px;
    overflow: hidden;
  }
  .home .top-intro__arrow {
    position: absolute;
    left: 36%;
    bottom: 50px;
    font-size: 12px;
    width: 118px;
  }
  .home .top-intro__arrow::before {
    content: '';
    position: absolute;
    top: -7px;
    left: -1px;
    height: 2px;
    width: 13px;
  }
  .home #animationAction {
    width: 150%;
    height: auto;
    position: absolute;
    top: 36px;
    left: 131%;
  }
  .home .top-topics {
    position: relative;
    width: 100%;
    margin: 0 auto 90px;
    z-index: 9;
    overflow-x: hidden;
  }
  .home .top-topics__conts {
    width: auto;
    margin: 0 30px;
    padding-top: 220px;
  }
  .home .top-topics__ttl {
    margin-bottom: 20px;
  }
  .home .top-topics__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 20px 40px;
  }
  .home .top-topics__tab-conts-item a {
    display: block;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
    padding: 20px 50px 17px 0;
  }
  .home .top-topics__tab-conts-item a::after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 45%;
  }
  .home .top-topics__tab-conts-day {
    font-family: 'Spartan', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 5px;
    width: 78px;
  }
  .home .top-topics__tab-conts-category {
    width: 78px;
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0 2px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .home .top-topics__tab-conts-txt {
    width: auto;
    white-space: normal;
    text-overflow: unset;
    margin-left: 0;
    line-height: 1.4;
  }
  .home .top-topics__tab-conts-txt span {
    width: auto;
    white-space: normal;
    text-overflow: unset;
  }
  .home .top-topics__tab-conts-btn {
    float: none;
    margin: 25px 0 0 50%;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .home #animationPassion {
    position: absolute;
    top: -189px;
    left: -36%;
    width: 640px;
    z-index: -1;
  }
  .home #animationPassion svg {
    width: 100%;
    height: auto;
  }
  .home .top-about {
    width: auto;
    padding: 0;
    margin: 0 auto 90px;
    overflow-x: hidden;
  }
  .home .top-about__bg01 {
    width: 175px;
    height: 175px;
    position: absolute;
    top: 320px;
    left: 30px;
    z-index: -1;
    opacity: 0;
    -webkit-animation: about__bg01 2s linear 0s infinite alternate;
            animation: about__bg01 2s linear 0s infinite alternate;
    -webkit-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
  }
  .home .top-about__bg01 img {
    width: 100%;
    height: auto;
  }
  .home .top-about__bg01.is-active {
    opacity: 1;
  }
  @-webkit-keyframes about__bg01 {
    0% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
  }
  @keyframes about__bg01 {
    0% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
  }
  .home .top-about__bg02 {
    width: 175px;
    height: 175px;
    position: absolute;
    top: 320px;
    left: 160px;
    z-index: -1;
    opacity: 0;
    -webkit-animation: about__bg02 2s linear 2s infinite alternate;
            animation: about__bg02 2s linear 2s infinite alternate;
    -webkit-transition: all 1s ease-in-out 2s;
    transition: all 1s ease-in-out 2s;
  }
  .home .top-about__bg02 img {
    width: 100%;
    height: auto;
  }
  .home .top-about__bg02.is-active {
    opacity: .6;
  }
  @-webkit-keyframes about__bg02 {
    0% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
  }
  @keyframes about__bg02 {
    0% {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
  }
  .home .top-about__conts {
    width: auto;
    padding: 290px 0 0 0;
    margin: 0 30px;
    z-index: 9;
    position: relative;
  }
  .home .top-about__ttl {
    margin-bottom: 25px;
  }
  .home .top-about__txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
  }
  .home .top-about__btn {
    margin-top: 25px;
    float: left;
  }
  .home #animationQuick {
    position: absolute;
    top: -161px;
    right: -139px;
    width: 650px;
    z-index: 1;
  }
  .home .top-seminar {
    position: relative;
    width: 100%;
    margin: 0 auto 55px;
    z-index: 9;
    overflow-x: hidden;
  }
  .home .top-seminar__conts {
    width: auto;
    margin: 0 30px;
    padding-top: 285px;
  }
  .home .top-seminar__ttl {
    margin-bottom: 20px;
  }
  .home .top-seminar__list-item a {
    display: block;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
    padding: 20px 55px 15px 0;
  }
  .home .top-seminar__list-item a::after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 43%;
  }
  .home .top-seminar__list-day {
    font-family: 'Spartan', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 10px;
    width: 78px;
  }
  .home .top-seminar__list-txt {
    width: auto;
    white-space: normal;
    text-overflow: unset;
    margin-left: 0;
    line-height: 1.4;
  }
  .home .top-seminar__list-txt span {
    width: auto;
    white-space: normal;
    text-overflow: unset;
  }
  .home .top-seminar__btn {
    float: none;
    margin: 25px 0 0 50%;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .home #animationSafe {
    position: absolute;
    top: -159px;
    left: -35.5%;
    width: 640px;
    z-index: -1;
  }
  .home .top-service {
    position: relative;
    width: auto;
    min-height: auto;
    margin: 0 auto 90px;
    padding: 0;
    overflow-x: hidden;
  }
  .home .top-service::after {
    content: "";
    display: block;
    clear: both;
  }
  .home .top-service__bg01 {
    position: absolute;
    top: 40px;
    left: -40px;
    width: 198px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-out 1s;
    transition: all .3s ease-out 1s;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .home .top-service__bg01 img {
    width: 100%;
    height: auto;
  }
  .home .top-service__bg02 {
    position: absolute;
    top: 20px;
    left: 90px;
    width: 198px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-out 1.3s;
    transition: all .3s ease-out 1.3s;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .home .top-service__bg02 img {
    width: 100%;
    height: auto;
  }
  .home .top-service__bg03 {
    position: absolute;
    top: 0;
    left: 220px;
    width: 198px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease-out 1.6s;
    transition: all .3s ease-out 1.6s;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  .home .top-service__bg03 img {
    width: 100%;
    height: auto;
  }
  .home .top-service.is-active .service__bg01 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home .top-service.is-active .service__bg02 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home .top-service.is-active .service__bg03 {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .home .top-service__conts {
    width: auto;
    padding: 170px 0 0 0;
    margin: 0 30px;
  }
  .home .top-service__ttl {
    margin-bottom: 30px;
  }
  .home .top-service__txt {
    font-size: 14px;
  }
  .home .top-service__btn {
    margin-top: 25px;
    float: left;
  }
  .home .top-mailmagazine {
    width: auto;
    margin: 0 auto 90px;
  }
  .home .top-mailmagazine__conts {
    width: auto;
    margin: 0 30px;
    padding-top: 185px;
  }
  .home .top-mailmagazine__ttl {
    margin-bottom: 30px;
  }
  .home .top-mailmagazine__txt {
    font-size: 14px;
  }
  .home .top-mailmagazine__btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 20px auto 0;
    float: none;
    line-height: 35px;
    width: 176px;
    padding: 0 0 0 12px;
    border: solid 1px #000;
    position: relative;
    display: block;
  }
  .home .top-mailmagazine__btn::after {
    content: "";
    width: 27px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 12px;
    background: #000;
  }
  .home .top-mailmagazine__btn::before {
    content: "";
    width: 3px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #000;
  }
  .home #animationTrust {
    position: absolute;
    top: -212px;
    left: -35.6%;
    width: 640px;
    z-index: -1;
  }
  .home .top-contact__conts {
    width: auto;
    margin: 0 30px;
    text-align: center;
  }
  .home .top-contact__ttl {
    margin-bottom: 30px;
  }
  .home .top-contact__map {
    margin-bottom: 40px;
  }
  .home .top-contact__map-osaka {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
    background: #000;
  }
  .home .top-contact__map-osaka iframe {
    width: 100%;
    height: 170px;
  }
  .home .top-contact__add-osaka {
    width: 266px;
    margin: 0 auto 20px;
  }
  .home .top-contact__map-tokyo {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
    background: #000;
  }
  .home .top-contact__map-tokyo iframe {
    width: 100%;
    height: 170px;
  }
  .home .top-contact__add-tokyo {
    width: 266px;
    margin: 0 auto;
  }
  .home .top-contact__tel {
    margin-bottom: 30px;
  }
  .home .top-contact__btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 35px;
    width: 210px;
    display: block;
    border: solid 1px #000;
    margin: 0 auto;
  }
  .category-topics {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }
  .category-topics__conts {
    width: auto;
    margin: 0 30px;
  }
  .category-topics__ttl {
    margin-bottom: 40px;
  }
  .category-topics__tab {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px 40px;
    padding-bottom: 35px;
  }
  .category-topics__tab-conts-wrap {
    margin-bottom: 30px;
  }
  .category-topics__tab-conts-item a {
    display: block;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    -webkit-box-align: none;
        -ms-flex-align: none;
            align-items: none;
    padding: 20px 50px 17px 0;
  }
  .category-topics__tab-conts-item a::after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 45%;
  }
  .category-topics__tab-conts-day {
    font-family: 'Spartan', sans-serif;
    font-size: 11px;
    font-weight: 500;
    padding-bottom: 5px;
    width: 78px;
  }
  .category-topics__tab-conts-category {
    width: 78px;
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0 2px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .category-topics__tab-conts-txt {
    width: auto;
    white-space: normal;
    text-overflow: unset;
    margin-left: 0;
    line-height: 1.4;
  }
  .category-topics__tab-conts-txt span {
    width: auto;
    white-space: normal;
    text-overflow: unset;
  }
  .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .nav-links &gt; a {
    font-weight: 600;
    font-size: 14px;
    display: block;
    position: relative;
  }
  .nav-links .prev {
    color: #231815;
    padding-left: 20px;
    width: 50%;
    text-align: left;
  }
  .nav-links .prev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-left: solid 2px #231815;
    border-bottom: solid 2px #231815;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -1px;
  }
  .nav-links .next {
    color: #231815;
    padding-right: 20px;
    width: 50%;
    text-align: right;
  }
  .nav-links .next::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-right: solid 2px #231815;
    border-bottom: solid 2px #231815;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -1px;
  }
  .nav-links .page-numbers:not(.prev):not(.next) {
    margin-top: 40px;
  }
  .topics-detail__conts {
    width: auto;
    margin: 0 30px;
  }
  .topics-detail__ttl {
    margin-bottom: 40px;
  }
  .topics-detail__article {
    margin-bottom: 40px;
  }
  .topics-detail__article-head {
    margin-bottom: 20px;
  }
  .topics-detail__article-ttl {
    font-size: 19px;
  }
  .topics-detail__article-txt {
    line-height: 2.2;
  }
  .topics-detail__article-txt img {
    width: 100% !important;
    height: auto;
  }
  .topics-detail__btn-back a {
    padding-left: 23px;
  }
  /* seminar */
  .seminar__conts {
    width: auto;
    margin: 0 30px;
  }
  .seminar__conts .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .seminar__conts .nav-links &gt; a {
    font-weight: 600;
    font-size: 14px;
    display: block;
    position: relative;
  }
  .seminar__conts .nav-links .prev {
    color: #231815;
    padding-left: 20px;
    width: 50%;
    text-align: left;
  }
  .seminar__conts .nav-links .prev::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-left: solid 2px #231815;
    border-bottom: solid 2px #231815;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -1px;
  }
  .seminar__conts .nav-links .next {
    color: #231815;
    padding-right: 20px;
    width: 50%;
    text-align: right;
  }
  .seminar__conts .nav-links .next::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-right: solid 2px #231815;
    border-bottom: solid 2px #231815;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -1px;
  }
  .seminar__conts .nav-links .page-numbers:not(.prev):not(.next) {
    margin-top: 40px;
  }
  .seminar__ttl {
    margin-bottom: 45px;
  }
  .seminar__list {
    margin-bottom: 30px;
  }
  .seminar__list-item {
    border-top: solid 1px #e7e8e8;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px 0 25px;
  }
  .seminar__list-item &gt; div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
  }
  .seminar__list-item &gt; div span + span {
    padding-left: 45px;
  }
  .seminar__list-item &gt; div + div {
    margin-top: 15px;
  }
  .seminar__list-item:last-child {
    border-bottom: solid 1px #e7e8e8;
  }
  .seminar__list-ttl {
    font-size: 19px;
    margin-bottom: 22px;
  }
  .seminar__list-btn {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 25px auto 0;
    line-height: 35px;
    width: 205px;
    padding: 0 0 0 12px;
    border: solid 1px #000;
    position: relative;
    display: block;
  }
  .seminar__list-btn::before {
    content: "";
    width: 3px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #000;
  }
  .seminar__list-btn::after {
    content: "";
    width: 27px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 12px;
    background: #000;
  }
  .seminar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .seminar__nav &gt; a {
    font-weight: 600;
    font-size: 14px;
    display: block;
    position: relative;
  }
  .seminar__nav-btn-previous {
    color: #8f9393;
    padding-left: 20px;
    width: 50%;
    text-align: left;
  }
  .seminar__nav-btn-previous::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-left: solid 2px #8f9393;
    border-bottom: solid 2px #8f9393;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -1px;
  }
  .seminar__nav-btn-next {
    color: #231815;
    padding-right: 20px;
    width: 50%;
    text-align: right;
  }
  .seminar__nav-btn-next::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    border-right: solid 2px #231815;
    border-bottom: solid 2px #231815;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -1px;
  }
  .seminar__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
    font-weight: 500;
    padding-top: 40px;
    margin-left: 0;
  }
  .seminar__nav-list li a, .seminar__nav-list li span {
    padding: 0 6px 0 0;
  }
  .seminar__nav-list li + li:before {
    content: '/';
    display: inline;
    padding: 0 6px 0 0;
  }
  .seminar-detail__conts {
    width: auto;
    margin: 0 30px;
  }
  .seminar-detail__ttl {
    margin-bottom: 45px;
  }
  .seminar-detail__article {
    padding: 15px 0 20px;
    margin-bottom: 35px;
  }
  .seminar-detail__article-ttl {
    font-size: 19px;
  }
  .seminar-detail__article-txt {
    line-height: 2.2;
  }
  .seminar-detail__article-btn {
    padding-top: 75px;
  }
  .seminar-detail__btn-back a {
    padding-left: 23px;
  }
  /*  about  */
  .page-id-12 .about__conts {
    width: auto;
    margin: 0 30px;
  }
  .page-id-12 .about__ttl {
    margin-bottom: 40px;
  }
  .page-id-12 .about__block-intro {
    margin-bottom: 60px;
  }
  .page-id-12 .about__block-intro-ttl {
    margin-bottom: 45px;
  }
  .page-id-12 .about__block-intro-txt {
    font-size: 14px;
  }
  .page-id-12 .about__block-ttl {
    margin-bottom: 30px;
  }
  .page-id-12 .about__block-ph {
    margin-bottom: 65px;
  }
  .page-id-12 .about__block-ph &gt; div span {
    padding-top: 15px;
  }
  .page-id-12 .about__block-history {
    margin-bottom: 60px;
  }
  .page-id-12 .about__block-list {
    padding-top: 5px;
  }
  .page-id-12 .about__block-list li {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    line-height: 1.5;
  }
  .page-id-12 .about__block-list li p:first-child {
    white-space: nowrap;
    width: 100px;
  }
  .page-id-12 .about__block-list li p:nth-child(2) {
    width: calc(100% - 100px);
  }
  .page-id-12 .about__block-list li + li {
    margin-top: 13px;
  }
  .page-id-12 .about__block-staff {
    margin-bottom: 55px;
  }
  /*  price  */
  .page-id-14 .price__conts {
    width: auto;
    margin: 0 30px;
  }
  .page-id-14 .price__ttl {
    margin-bottom: 40px;
  }
  .page-id-14 .price__intro {
    margin-bottom: 50px;
  }
  .page-id-14 .price__contract {
    margin-bottom: 55px;
  }
  .page-id-14 .price__contract-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .page-id-14 .price__contract-lead-txt {
    margin-bottom: 25px;
  }
  .page-id-14 .price__contract-table {
    margin-bottom: 40px;
    display: block;
  }
  .page-id-14 .price__contract-table ul li {
    border-bottom: solid 1px #e5e6e6;
  }
  .page-id-14 .price__contract-table ul li span:nth-child(2) {
    width: 82px;
    text-align: right;
  }
  .page-id-14 .price__contract-table ul li:first-child span:nth-child(2) {
    text-align: center;
  }
  .page-id-14 .price__contract-table-plan-a {
    width: 100%;
    margin-bottom: 35px;
  }
  .page-id-14 .price__contract-table-plan-a ul li span:last-child {
    padding-right: 0;
  }
  .page-id-14 .price__contract-table-plan-a li {
    border-right: none;
  }
  .page-id-14 .price__contract-table-ttl {
    padding-bottom: 12px;
  }
  .page-id-14 .price__contract-table-plan-b {
    width: 100%;
  }
  .page-id-14 .price__contract-table-plan-b ul li span:first-child {
    padding-left: 0;
  }
  .page-id-14 .price__contract-table-plan-b li:last-child {
    border-bottom: solid 1px #e5e6e6;
  }
  .page-id-14 .price__contract-table-option {
    margin-bottom: 30px;
  }
  .page-id-14 .price__contract-table-option-ttl {
    padding-bottom: 12px;
  }
  .page-id-14 .price__contract-table-note {
    margin-bottom: 40px;
  }
  .page-id-14 .price__contract-consultation {
    margin-bottom: 45px;
  }
  .page-id-14 .price__contract-consultation h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-id-14 .price__contract-fulllineup h4 {
    font-size: 18px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-id-14 .price__salary {
    margin-bottom: 55px;
  }
  .page-id-14 .price__salary-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .page-id-14 .price__salary-initial {
    line-height: 1;
    padding: 30px 0 40px;
  }
  .page-id-14 .price__labor-regulations {
    margin-bottom: 60px;
  }
  .page-id-14 .price__labor-regulations-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-id-14 .price__labor-regulations-txt {
    font-weight: 300;
    line-height: 2.4;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
  }
  .page-id-14 .price__labor-regulations-list li {
    line-height: 1.5;
  }
  .page-id-14 .price__labor-regulations-list li span:nth-child(1) {
    width: 180px;
  }
  .page-id-14 .price__labor-regulations-list li span:nth-child(2) {
    width: 105px;
    text-align: right;
  }
  .page-id-14 .price__labor-regulations-list li:first-child {
    font-weight: 700;
    font-size: 13px;
  }
  .page-id-14 .price__labor-regulations-list li:first-child span:nth-child(2) {
    text-align: center;
  }
  .page-id-14 .price__labor-regulations-list li:nth-child(3) span:nth-child(1) {
    width: 170px;
  }
  .page-id-14 .price__subsidy {
    margin-bottom: 55px;
  }
  .page-id-14 .price__subsidy-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-id-14 .price__subsidy-txt {
    margin-bottom: 0;
  }
  .page-id-14 .price__nursing {
    margin-bottom: 60px;
  }
  .page-id-14 .price__nursing-ttl {
    width: 300px;
    font-size: 20px;
    margin: 0 auto 25px;
    line-height: 1.5;
  }
  .page-id-14 .price__nursing-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    border-bottom: solid 1px #e5e6e6;
  }
  .page-id-14 .price__nursing-list li span:nth-child(2) {
    width: 90px;
    text-align: right;
  }
  .page-id-14 .price__nursing-list li:first-child {
    font-weight: 700;
    font-size: 13px;
  }
  .page-id-14 .price__nursing-list li:first-child span:nth-child(2) {
    text-align: center;
  }
  .page-id-14 .price__human-resources {
    margin-bottom: 60px;
  }
  .page-id-14 .price__human-resources-ttl {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .page-id-14 .price__human-resources-list li {
    line-height: 1.5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-id-14 .price__human-resources-list li span:nth-child(1) {
    width: 70%;
  }
  .page-id-14 .price__human-resources-list li span:nth-child(2) {
    width: 50%;
    text-align: right;
  }
  .page-id-14 .price__recruitment-ttl {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1;
  }
  /*  service  */
  .service__conts {
    width: auto;
    margin: 0 30px;
  }
  .service__ttl {
    margin-bottom: 35px;
  }
  .service__txt-intro {
    line-height: 2.2;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 55px;
  }
  .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    white-space: nowrap;
  }
  .service__list-item {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .service__list-item:nth-child(even) {
    padding-top: 0;
  }
  .service__list-item:nth-child(1) {
    padding-bottom: 60px;
  }
  .service__list-item-ttl {
    padding-left: 10px;
  }
  .service__list-item-ttl::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-left: 1px;
  }
  .service__list-item-detail {
    font-size: 14px;
    line-height: 2;
  }
  .service-detail__conts {
    width: auto;
    margin: 0 30px;
  }
  .service-detail__ttl {
    margin-bottom: 55px;
  }
  .service-detail__ttl-secondary {
    margin-bottom: 45px;
  }
  .service-detail__ttl-secondary span:nth-child(1) {
    font-size: 25px;
    margin: 0 auto 20px;
  }
  .service-detail__txt-intro {
    font-size: 16px;
    line-height: 2;
    padding-bottom: 0;
  }
  .service-detail__block {
    margin-top: 40px;
  }
  .service-detail__block-ttl {
    line-height: 1.5;
    padding-bottom: 3px;
  }
  .service-detail__block-txt {
    letter-spacing: 0;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>