@charset "UTF-8";
:root {
  --title-png-path: url(../../common/img/maintitle1.png);
}

@media screen and (min-width: 769px) {
  header {
    border-bottom: 0.5rem solid #000;
  }
}
header .utility {
  background: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  header .utility {
    width: 100%;
  }
  header .utility .nav_sp {
    font-size: 2.6rem;
    display: flex;
    margin-top: 3rem;
    position: relative;
  }
  header .utility .nav_sp li {
    list-style: none;
    background-color: #000;
    width: 25%;
    border-left: 1px solid #fff;
  }
  header .utility .nav_sp li:first-of-type {
    border-left: none;
  }
  header .utility .nav_sp li.active.arrow::after {
    transform: rotate(-45deg);
    bottom: -1rem;
  }
  header .utility .nav_sp li a,
  header .utility .nav_sp li p {
    color: #fff;
    display: block;
    padding: 3rem 1.5rem;
  }
  header .utility .nav_sp li.kids {
    background-color: #00baea;
  }
  header .utility .nav_sp li.arrow::after {
    border-top: 0.4rem solid #fff;
    border-right: 0.4rem solid #fff;
    right: 2rem;
  }
  header .utility .nav_sp ul.headernav_child-ac {
    border-top: 1px solid #fff;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    position: absolute;
    top: 8.65rem;
    z-index: 2;
    background: #fff;
  }
  header .utility .nav_sp ul.headernav_child-ac > div {
    display: flex;
    align-items: stretch;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  header .utility .nav_sp ul.headernav_child-ac > div li {
    width: 25%;
    background-color: #fff;
    border-left: 1px solid #000;
    display: flex;
    align-items: center;
  }
  header .utility .nav_sp ul.headernav_child-ac > div li:first-of-type {
    border-left: none;
  }
  header .utility .nav_sp ul.headernav_child-ac > div li a {
    line-height: 1.3;
    padding: 1rem 1.5rem;
    color: #000;
    width: 100%;
  }
  header .utility .nav_sp ul.headernav_child-ac > div li.arrow::after {
    border-top: 0.4rem solid #000;
    border-right: 0.4rem solid #000;
  }
}

.main_topic01_items {
  list-style: none;
  font-weight: 400;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .main_topic01_items {
    padding-right: 10px;
  }
  .main_topic01_items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
  }
  .main_topic01_items::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.main_topic01_items::after, .main_topic01_items::before {
  border-top: 2px solid #000;
  content: "";
  display: block;
  position: sticky;
  height: 0;
  pointer-events: none;
}
.main_topic01_items::before {
  top: 0;
}
.main_topic01_items::after {
  bottom: 0;
}
.main_topic01_items.no-scroll {
  max-height: none;
}
.main_topic01_items * {
  box-sizing: border-box;
}
.main_topic01_items *::before, .main_topic01_items *::after {
  box-sizing: border-box;
}
.main_topic01_items > li {
  border-top: 1px solid #dcdcdc;
}
.main_topic01_items > li:first-of-type {
  border-top: none;
}
.main_topic01_items > li:last-of-type {
  border-bottom: 1px solid #dcdcdc;
}
.main_topic01_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .main_topic01_item {
    min-height: 7rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_topic01_item {
    align-items: center;
    flex-wrap: wrap;
    padding: 4rem 2rem 3rem;
  }
}
.main_topic01_time {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .main_topic01_time {
    width: 7.693em;
    min-width: 60px;
    padding: 1.167em;
    line-height: 1.693em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .main_topic01_time {
    width: 6.786em;
    line-height: 1.429em;
    font-size: 3.2rem;
  }
}
.main_topic01_category {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .main_topic01_category {
    width: 12em;
    min-width: 90px;
    padding: 1.075em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main_topic01_category {
    margin-right: auto;
    font-size: 2.6rem;
  }
}
.main_topic01_category span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .main_topic01_category span {
    border-radius: 1.9em;
    width: 9.9em;
    min-width: 70px;
    padding: 0.5rem 0;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .main_topic01_category span {
    border-radius: 1.819em;
    width: 9.091em;
    height: 1.819em;
    line-height: 1.819em;
  }
}
.main_topic01_category span.important {
  background: #fc4042;
}
.main_topic01_category span.campaign {
  background: #ff7171;
}
.main_topic01_category span.notice {
  background: #8ab3db;
}
.main_topic01_category span.playerinfo {
  background: #0d5faf;
}
.main_topic01_category span.report {
  background: #ff66ac;
}
.main_topic01_text {
  width: 100%;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  .main_topic01_text {
    padding: 1.05em;
    line-height: 1.4em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main_topic01_text {
    padding-top: 1.072em;
    line-height: 1.215em;
    font-size: 3.2rem;
  }
}
.main_topic01_text a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(../../common/img/icon_pdf.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.2em;
  vertical-align: text-top;
  transform: translate(0, 10%);
}

@media screen and (min-width: 769px) {
  .lower-block + .about-block {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-block + .about-block {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .lower-block + .corporation-block {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-block + .corporation-block {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .lower-block + .lower-area {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-block + .lower-area {
    margin-top: 5rem;
  }
}

.title-h2 {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .title-h2 {
    line-height: 1.5em;
    font-size: 3rem;
  }
  .title-h2 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .title-h2 > h2:first-of-type {
    margin-top: -0.25em;
  }
  .title-h2 > h2:last-of-type {
    margin-bottom: -0.25em;
  }
  .title-h2.pc_center {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .title-h2.sp_center {
    justify-content: center;
  }
  .title-h2.sp_text_center {
    text-align: center;
  }
}
.title-h2::before, .title-h2::after {
  content: "";
  display: block;
  position: static;
  background-color: transparent;
  background-image: var(--title-png-path);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .title-h2::before, .title-h2::after {
    width: 0.8em;
    height: 2.134em;
  }
}
@media screen and (max-width: 768px) {
  .title-h2::before, .title-h2::after {
    width: 0.834em;
    height: 1.959em;
  }
}
@media screen and (min-width: 769px) {
  .title-h2::before {
    margin-right: 0.667em;
  }
}
@media screen and (max-width: 768px) {
  .title-h2::before {
    margin-right: 0.334em;
  }
}
.title-h2::after {
  transform: scale(-1);
}
@media screen and (min-width: 769px) {
  .title-h2::after {
    margin-left: 0.667em;
  }
}
@media screen and (max-width: 768px) {
  .title-h2::after {
    margin-left: 0.334em;
  }
}
@media screen and (min-width: 769px) {
  .title-h2 + .club-item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h2 + .club-item {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .title-h2 + .list-border {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h2 + .list-border {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .title-h3 {
    padding: 0 0 0 1.728em;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 {
    padding: 0 0 0 1.5em;
  }
}
.title-h3::after {
  width: 0;
  height: 0;
  border-radius: 0;
  background: #ff6700;
  left: -0.4em;
  transform: scale(0.5) translate(0, -90%);
}
@media screen and (min-width: 769px) {
  .title-h3::after {
    top: 45%;
    border-left: 2rem solid #000;
    border-right: 2rem solid transparent;
    border-top: 2rem solid #000;
    border-bottom: 2rem solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .title-h3::after {
    top: 0.9em;
    left: -0.3em;
    border-left: 3rem solid #000;
    border-right: 3rem solid transparent;
    border-top: 3rem solid #000;
    border-bottom: 3rem solid transparent;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 > h3 .mrks-wrapper {
    transform: translate(-1.5em, 0);
  }
}
@media screen and (min-width: 769px) {
  .title-h3 + .table06-dl {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 + .table06-dl {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .title-h3 + .lower-block {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .title-h3 + .corporation-price {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 + .corporation-price {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .title-h3 + .outsourcing-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h3 + .outsourcing-list {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .title-h3-links {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .title-h3-links > h3 {
    letter-spacing: -0.01em;
  }
}
@media screen and (min-width: 769px) {
  .title-h3-links .links-wrapper {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .title-h3-links .links-wrapper {
    display: block;
    width: 51rem;
    margin: 5rem auto 0;
    transform: translateX(-0.75em);
  }
}
.title-h3-links .links-wrapper .link-default {
  color: #ff6700;
}
@media screen and (min-width: 769px) {
  .title-h3-links .links-wrapper .link-default {
    flex-shrink: 0;
    padding: 2rem 3.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .title-h3-links .links-wrapper .link-default {
    padding: 4.2rem 0;
  }
}

.text01-p a {
  color: #ff6700;
}

.ancs-wrapper {
  color: #ff6700;
}

.anc-larrow01 {
  color: #ff6700;
}

@media screen and (min-width: 769px) {
  .btns-wrapper a {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .btns-wrapper a + a {
    margin-right: 0;
    margin-left: 2rem;
  }
}
.btns-wrapper.clm1 a {
  margin-right: 0;
  margin-left: 0;
}

.btn-larrow01[target=_blank]::after {
  background-image: url(/common/img/icon_blank.svg);
}
.btn-larrow01[href$=".pdf"]::after {
  border: none;
  background-image: url(/common/img/icon_pdf.svg);
}
.btn-larrow01.anchor::after {
  transform: rotateZ(135deg);
}
.btn-larrow01.gray01 {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}
.btn-larrow01.gray01::after {
  color: #fff;
}
.btn-larrow01.org01 {
  color: #ff6700;
  border-color: #ff6700;
}

.btn-larrow02[target=_blank]::after {
  background-image: url(/common/img/icon_blank.svg);
}

.mrk-default {
  background: #ff6700;
}

.list-border {
  border-top: solid #000;
  border-bottom: solid #000;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .list-border {
    border-width: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .list-border {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .list-border > li {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .list-border > li {
    padding: 6rem 0;
  }
}
.list-border > li + li {
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 768px) {
  .flex01-row > *:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .flex01-row.wid01 > div:nth-of-type(1) {
    width: 75.878%;
  }
  .flex01-row.wid01 > div:nth-of-type(2) {
    width: 20.615%;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex01-row.wid03 .desc04-dl + .img-default {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .flex01-row.wid10 .img-default {
    flex-shrink: 0;
    width: 56.4rem;
  }
  .flex01-row.wid10 .text01-p {
    width: 100%;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .flex01-row.wid11 .img-default {
    flex-shrink: 0;
    width: 52rem;
  }
  .flex01-row.wid11 .lower-block {
    flex-shrink: 0;
    width: 56.5rem;
  }
}
@media screen and (max-width: 768px) {
  .flex01-row.wid11 .img-default + .img-default {
    margin-top: 3rem;
  }
}
.flex01-row.align-center {
  align-items: center;
}
.flex01-row .btn-larrow01 {
  color: #ff6700;
  border-color: #ff6700;
}
@media screen and (min-width: 769px) {
  .flex01-row .btn-larrow01 {
    min-width: 23.5rem;
    min-height: 4.7rem;
  }
}

.step02-ol-item::before {
  background: #999;
  border-radius: 0;
  border-top: #000 solid;
  border-left: #000 solid;
}
@media screen and (min-width: 769px) {
  .step02-ol-item::before {
    border-width: 0.2rem;
    border-bottom: #000 solid;
  }
}
@media screen and (max-width: 768px) {
  .step02-ol-item::before {
    border-right: #000 solid;
    border-width: 0.2rem;
  }
}
.step02-ol-body::before {
  border-color: #000;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .step02-ol-body::before {
    border-width: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .step02-ol-body::before {
    border-top: none;
  }
}
.step02-ol a {
  color: #ff6700;
}

.num03-ol {
  counter-reset: num03;
}
@media screen and (min-width: 769px) {
  .num03-ol.pc_label .num03-ol-index {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .num03-ol.pc_label .num03-ol-index::before {
    margin-bottom: 0.667em;
  }
  .num03-ol.pc_label .num03-ol-index::after {
    content: "POINT";
    order: -5;
    display: block;
    margin-right: 0.267em;
    margin-bottom: 0.667em;
    line-height: 1;
    font-size: 3rem;
    font-weight: 700;
    color: #ff6700;
  }
  .num03-ol.pc_label .num03-ol-index > * {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .num03-ol.sp_card > li {
    padding-top: 2rem;
  }
  .num03-ol.sp_card .num03-item {
    position: relative;
    background: #fff;
    border-radius: 1.6rem;
    padding: 6rem 4rem;
    box-shadow: 0 0.5rem 0.7rem rgba(0, 0, 0, 0.1);
  }
  .num03-ol.sp_card .num03-ol-index {
    padding-top: 2.5rem;
  }
  .num03-ol.sp_card .num03-ol-index::before {
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
  }
}
.num03-ol > li {
  counter-increment: num03;
  display: block;
}
.num03-ol > li + li {
  margin-top: 8rem;
}
.num03-ol-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .num03-ol-index {
    flex-direction: column;
  }
}
.num03-ol-index::before {
  flex-shrink: 0;
  content: counter(num03);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6700;
  border-radius: 50%;
  width: 1.667em;
  height: 1.667em;
  padding-bottom: 0.1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .num03-ol-index::before {
    line-height: 1.334em;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .num03-ol-index::before {
    line-height: 1.334em;
    font-size: 6rem;
  }
}
.num03-ol-index > * {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .num03-ol-index > * {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .num03-ol-index > * {
    padding-top: 2rem;
  }
  .num03-ol-index > *.text03-p {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .num03-ol .flex01-row .desc04-dl {
    padding-left: 0;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .num03-ol .flex01-row .img-default + .desc04-dl {
    padding-right: 0;
    padding-left: 4rem;
  }
}

.card04-item {
  border-radius: 0;
}
.card04-item.nshdw {
  box-shadow: none;
}

.lnk-default[href$=".pdf"]::after {
  background-image: url(/common/img/icon_pdf.svg);
  margin-left: 1em;
}

.lower-table01 th {
  vertical-align: middle;
}
.lower-table01.tb-border {
  position: relative;
}
.lower-table01.tb-border::after {
  content: "";
  position: absolute;
  border-top: solid #000;
  border-bottom: solid #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .lower-table01.tb-border::after {
    border-width: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-table01.tb-border::after {
    border-width: 0.4rem;
  }
}

@media screen and (min-width: 769px) {
  .table06-dl {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    background-color: #5a5a5a;
  }
}
@media screen and (min-width: 769px) {
  .table06-dl + .table06-dl {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .table06-dl + .table06-dl {
    margin-top: 4rem;
  }
}
.table06-dl-item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .table06-dl-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .table06-dl-item {
    padding: 0.4rem;
    background-color: #5a5a5a;
  }
}
@media screen and (min-width: 769px) {
  .table06-dl-item + .table06-dl-item {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .table06-dl-item + .table06-dl-item {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .table06-dl-item + .table06-dl-item .table06-dl-dt::after {
    content: "";
    position: absolute;
    border-left: 2px solid;
    left: -2px;
    top: -2px;
    bottom: 0;
    pointer-events: none;
  }
}
.table06-dl-dt {
  position: relative;
  background-color: #5a5a5a;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .table06-dl-dt {
    padding: 2rem 0;
    line-height: 1.112em;
    font-size: 1.8rem;
    text-align: center;
  }
  .table06-dl-dt > p {
    line-height: inherit;
    font: inherit;
  }
  .table06-dl-dt > p:first-of-type {
    margin-top: -0.055em;
  }
  .table06-dl-dt > p:last-of-type {
    margin-bottom: -0.055em;
  }
}
@media screen and (max-width: 768px) {
  .table06-dl-dt {
    padding: 3.5rem 2.6rem;
    line-height: 1.146em;
    font-size: 4.8rem;
  }
  .table06-dl-dt > p {
    line-height: inherit;
    font: inherit;
  }
  .table06-dl-dt > p:first-of-type {
    margin-top: -0.072em;
  }
  .table06-dl-dt > p:last-of-type {
    margin-bottom: -0.072em;
  }
}
.table06-dl-dd {
  border-top: none;
  background-color: #fff;
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .table06-dl-dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .table06-dl-dd {
    padding: 5rem 3rem;
  }
}
@media screen and (min-width: 769px) {
  .table06-dl-dd.pc_center {
    align-items: center;
  }
}
.table06-dl-dd-note {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .table06-dl-dd-note {
    margin-top: 2rem;
    line-height: 2em;
    font-size: 1.4rem;
  }
  .table06-dl-dd-note > p {
    line-height: inherit;
    font: inherit;
  }
  .table06-dl-dd-note > p:first-of-type {
    margin-top: -0.5em;
  }
  .table06-dl-dd-note > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .table06-dl-dd-note {
    margin-top: 7rem;
    line-height: 1.719em;
    font-size: 3.2rem;
  }
  .table06-dl-dd-note > p {
    line-height: inherit;
    font: inherit;
  }
  .table06-dl-dd-note > p:first-of-type {
    margin-top: -0.359em;
  }
  .table06-dl-dd-note > p:last-of-type {
    margin-bottom: -0.359em;
  }
}
.table06-dl-dd-note a {
  color: #ff6700;
}

.club-item {
  background-color: #fff6f0;
}
@media screen and (min-width: 769px) {
  .club-item {
    padding: 3rem 4rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .club-item {
    padding: 8rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .club-item + .club-item {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .club-item + .club-item {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .club-info {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .club-info {
    margin-top: 9rem;
  }
}
.club-info-cont {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media screen and (min-width: 769px) {
  .club-info-cont {
    width: 60.378%;
  }
}
@media screen and (max-width: 768px) {
  .club-info-cont {
    border-width: 0.4rem;
  }
}
.club-info-list + .club-info-list {
  border-top: 1px solid #dcdcdc;
}
@media screen and (min-width: 769px) {
  .club-info-list {
    display: flex;
    padding: 2rem;
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .club-info-list {
    padding: 4rem 0;
    font-size: 3.2rem;
    line-height: 1.719em;
  }
}
@media screen and (min-width: 769px) {
  .club-info-ttl {
    flex-shrink: 0;
    width: 16.026%;
  }
}
.club-info-map {
  color: #ff6700;
  text-decoration: underline;
}
.club-info-map::after {
  content: "";
  display: inline-block;
  background: url(/common/img/link_blank.svg) no-repeat;
}
@media screen and (min-width: 769px) {
  .club-info-map::after {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .club-info-map::after {
    width: 2.8rem;
    height: 2.8rem;
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .club-info-tel {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .club-info-tel {
    color: #ff6700;
  }
}
@media screen and (min-width: 769px) {
  .club-info-thumb {
    width: 37.359%;
  }
}
@media screen and (max-width: 768px) {
  .club-info-thumb {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .club-area + .club-area {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .club-area + .club-area {
    padding-top: 10rem;
  }
}

.contact-box-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .contact-box-copy {
    margin-bottom: 3rem;
    line-height: 1.41em;
    font-size: 2.2rem;
  }
  .contact-box-copy > p {
    line-height: inherit;
    font: inherit;
  }
  .contact-box-copy > p:first-of-type {
    margin-top: -0.204em;
  }
  .contact-box-copy > p:last-of-type {
    margin-bottom: -0.204em;
  }
}
@media screen and (max-width: 768px) {
  .contact-box-copy {
    min-height: 3.05em;
    margin-bottom: 6rem;
    padding: 0.75em 0;
  }
}
.contact-box-copy::before, .contact-box-copy::after {
  content: "";
  display: block;
  background-color: transparent;
  background-image: var(--title-png-path);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  margin: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .contact-box-copy::before, .contact-box-copy::after {
    position: static;
    width: 0.955em;
    height: 3.637em;
  }
}
@media screen and (max-width: 768px) {
  .contact-box-copy::before, .contact-box-copy::after {
    position: absolute;
    width: 0.95em;
    height: 0.95em;
  }
}
@media screen and (min-width: 769px) {
  .contact-box-copy::before {
    margin-right: 0.41em;
  }
}
@media screen and (max-width: 768px) {
  .contact-box-copy::before {
    left: 0;
    top: 0;
  }
}
.contact-box-copy::after {
  transform: scale(-1);
}
@media screen and (min-width: 769px) {
  .contact-box-copy::after {
    margin-left: 0.41em;
  }
}
@media screen and (max-width: 768px) {
  .contact-box-copy::after {
    left: auto;
    right: 0;
    bottom: 0;
  }
}
.contact-box-web {
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .contact-box-text {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-box-text {
    text-align: center;
  }
}
.contact-box-name {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-box-tel {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contact-box-number {
    margin-bottom: 1.5rem;
  }
}
.contact-box-number::before {
  background-image: url(/common/img/icon_tel01_o.svg);
}
.contact-box-number a {
  color: #ff6700;
}

.store-list {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .store-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .store-list {
    background-color: #e6e6e3;
    margin: 4rem 0 5rem;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 769px) {
  .store-list li {
    border: 1px solid #e6e6e3;
    border-radius: 0.5rem;
    width: 26.5rem;
  }
}
@media screen and (max-width: 768px) {
  .store-list li {
    margin: 2.5rem auto;
    background-color: #fff;
    border-radius: 1rem;
    width: 60rem;
  }
}
.store-list li a {
  display: block;
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .store-list li a {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 1.4rem 3rem;
    width: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .store-list li a {
    padding: 4.5rem 3rem;
    font-size: 2.8rem;
    width: 48.5rem;
  }
}

.text01-p-right {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .pt30 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 769px) {
  .pb40 {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 8rem;
  }
}

.heading {
  border-bottom: 1px solid #e6e6e3;
}
@media screen and (min-width: 769px) {
  .heading {
    margin-bottom: 2rem;
  }
  .heading:nth-child(n+2) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .heading {
    margin-bottom: 4rem;
  }
  .heading:nth-child(n+2) {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .heading-list {
    font-size: 2.2rem;
    line-height: 3.3rem;
    font-weight: 600;
    padding-bottom: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .heading-list {
    font-size: 4.2rem;
    line-height: 6.3rem;
    font-weight: 600;
    padding-bottom: 3.6rem;
  }
}

@media screen and (min-width: 769px) {
  .heading02 {
    margin-bottom: 2rem;
  }
  .heading02:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .heading02 {
    margin-bottom: 4rem;
  }
  .heading02:nth-child(n+2) {
    margin-top: 6rem;
  }
}
.heading02-list {
  border-bottom: solid 1px #e6e6e3;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .heading02-list {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .heading02-list {
    font-size: 3.4rem;
    line-height: 6rem;
    font-weight: 600;
    padding-bottom: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .personal-information .text01-p em {
    font-size: 1em;
  }
}
@media screen and (min-width: 769px) {
  .personal-information .table-li {
    padding-left: 1.4rem;
  }
}
.personal-information .table-li li {
  list-style-type: none;
}
.personal-information .table-li li::before {
  position: relative;
  top: -0.4rem;
  left: -0.8rem;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  border-radius: 100%;
  background: #333333;
}
.personal-information table {
  border: 1px solid #ccc;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .personal-information table {
    margin: 2.5rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .personal-information table {
    margin: 5rem 0 0;
  }
}
.personal-information table th {
  border: 1px solid #ccc;
  width: 50%;
  background: #eee;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .personal-information table th {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .personal-information table th {
    padding: 2.5rem 0;
  }
}
.personal-information table td {
  border: 1px solid #ccc;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .personal-information table td {
    padding: 2.5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .personal-information table td {
    padding: 2.5rem 3rem;
  }
}

.link-orange {
  color: #ff6700 !important;
}

.form-savas .orange {
  color: #ff6700;
}
.form-savas .pink01 {
  background-color: #f03264;
}
.form-savas .step01-ol > li.is-current {
  color: #ff6700;
}
.form-savas .step01-ol > li.is-current::after {
  background: #ff6700;
  border-color: #ff6700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .form-savas .select01-wrap {
    width: 72.7rem;
  }
}
@media screen and (max-width: 768px) {
  .form-savas .select01-wrap {
    width: 59.3rem;
  }
}
@media screen and (min-width: 769px) {
  .form-savas .personal-information table td {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .form-savas .personal-information table td {
    padding: 0;
  }
}
.form-savas .text-overflow {
  overflow-y: scroll;
}
@media screen and (min-width: 769px) {
  .form-savas .text-overflow {
    height: 30rem;
    padding: 2.5rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .form-savas .text-overflow {
    height: 65rem;
    padding: 5rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .form-savas .textline01-input-textarea {
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .form-savas .textline01-input-textarea {
    height: 20rem;
  }
}

.t2db-club .table02-dl-row:nth-child(n+2) {
  border: none;
}
@media screen and (min-width: 769px) {
  .t2db-club .table02-dl-row:nth-child(n+2) {
    padding-top: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .t2db-club .table02-dl-row:nth-child(n+2) {
    padding-top: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .tl1i-w {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .t2db-c .table02-dl-item {
    display: block;
  }
  .t2db-c .table02-dl-item .radio01-row {
    width: 40rem;
  }
  .t2db-c .table02-dl-item .pts65 {
    padding-top: 6.5rem;
  }
}

@media screen and (min-width: 769px) {
  .t-h3-3 .title-h3::after {
    top: 12%;
  }
}
@media screen and (max-width: 768px) {
  .t-h3-3 .title-h3::after {
    top: 7%;
  }
}

@media screen and (max-width: 768px) {
  .line-feed-pdf .lnk-default[href$=".pdf"]::after {
    position: relative;
    top: 3rem;
    right: 50rem;
  }
}

.personal {
  background-color: #fff6f0;
}
.personal .title-h2 {
  display: block;
  background-color: #5a5a5a;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .personal .title-h2 {
    padding: 3rem 0;
    line-height: 1.5em;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .personal .title-h2 {
    padding: 6.8rem 0;
    line-height: 1.5em;
    font-size: 4.2rem;
  }
}
.personal .title-h2::before, .personal .title-h2::after {
  content: none;
}
@media screen and (min-width: 769px) {
  .personal-block {
    padding: 6rem 4rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .personal-block {
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .personal .flex01-row .img-default {
    flex-shrink: 0;
    width: 45rem;
  }
  .personal .flex01-row .text01-p {
    width: 100%;
    padding-left: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .personal .title-h3 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .personal .title-h3 {
    margin-top: 13rem;
  }
}
@media screen and (min-width: 769px) {
  .personal-plan {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .personal-plan {
    margin-top: 5rem;
  }
}
.personal-plan-item {
  border-top: #000 solid;
  border-bottom: #000 solid;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .personal-plan-item {
    width: 51rem;
    padding: 3rem 0;
    border-width: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .personal-plan-item {
    padding: 4rem;
    border-width: 0.6rem;
  }
}
.personal-plan-item > p {
  color: #ff6700;
  font-weight: 700;
}
.personal-plan-item > p > small {
  color: #333;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .personal-plan-item > p {
    line-height: 1.4em;
    font-size: 2rem;
  }
  .personal-plan-item > p > span {
    font-size: 3rem;
  }
  .personal-plan-item > p > small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .personal-plan-item > p {
    display: inline-block;
    line-height: 1.375em;
    font-size: 3.2rem;
    text-align: right;
  }
  .personal-plan-item > p > span {
    font-size: 4.8rem;
  }
  .personal-plan-item > p > small {
    line-height: 1.693em;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .personal-plan-item + .personal-plan-item {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .personal .kome-ul {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .personal .kome-ul {
    margin-top: 6rem;
  }
}
.personal .kome-ul a {
  color: #ff6700;
}

@media screen and (max-width: 768px) {
  .img-default + .text01-p {
    margin-top: 4rem;
  }
}

.company-index {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .company-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .company-index {
    margin-bottom: -6rem;
  }
}
.company-index::after {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .company-index::after {
    width: 36rem;
  }
}
@media screen and (min-width: 769px) {
  .company-index-item {
    width: 36rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .company-index-item {
    margin-bottom: 6rem;
  }
}
.company-index-item > a {
  display: flex;
  flex-direction: column;
  background: #fff6f0;
}
.company-index-item > a::before {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media screen and (min-width: 769px) {
  .company-index-item > a::before {
    height: 16.8rem;
  }
}
@media screen and (max-width: 768px) {
  .company-index-item > a::before {
    height: 38rem;
  }
}
.company-index-item > a.profile::before {
  background-image: url(/common/img/company/company_index_thumb01.jpg);
}
.company-index-item > a.idea::before {
  background-image: url(/common/img/company/company_index_thumb02.jpg);
}
.company-index-item > a.message::before {
  background-image: url(/common/img/company/company_index_thumb03.jpg);
}
.company-index-item > a.recruit::before {
  background-image: url(/common/img/company/company_index_thumb04.jpg);
}
.company-index-item > a.part::before {
  background-image: url(/common/img/company/company_index_thumb05.jpg);
}
.company-index-item > a > p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .company-index-item > a > p {
    height: 6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .company-index-item > a > p {
    height: 11rem;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .company-index-item > a > p::after {
    right: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .company-index-item > a > p::after {
    position: relative;
    top: 0.1em;
    right: 0;
    margin: 0 0 0 0.5em;
    transform: scale(1.5) rotateZ(45deg);
  }
}

.profile-block {
  background-color: #ededeb;
}
@media screen and (min-width: 769px) {
  .profile-block {
    margin-top: 4rem;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .profile-block {
    margin-top: 6rem;
    padding: 4rem 2rem;
  }
}
.profile-ttl {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .profile-ttl {
    margin-bottom: 3rem;
    line-height: 2.167em;
    font-size: 3rem;
  }
  .profile-ttl > p {
    line-height: inherit;
    font: inherit;
  }
  .profile-ttl > p:first-of-type {
    margin-top: -0.583em;
  }
  .profile-ttl > p:last-of-type {
    margin-bottom: -0.583em;
  }
}
@media screen and (max-width: 768px) {
  .profile-ttl {
    margin-bottom: 3rem;
    line-height: 1.5em;
    font-size: 4rem;
  }
  .profile-ttl > p {
    line-height: inherit;
    font: inherit;
  }
  .profile-ttl > p:first-of-type {
    margin-top: -0.25em;
  }
  .profile-ttl > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.message-txt {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .message-txt {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .message-txt {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .recruit-index {
    margin-top: 16rem;
  }
}
@media screen and (min-width: 769px) {
  .recruit-index .title-h2 {
    line-height: 1.41em;
    font-size: 2.2rem;
  }
  .recruit-index .title-h2 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .recruit-index .title-h2 > h2:first-of-type {
    margin-top: -0.204em;
  }
  .recruit-index .title-h2 > h2:last-of-type {
    margin-bottom: -0.204em;
  }
}
@media screen and (max-width: 768px) {
  .recruit-index .title-h2 {
    line-height: 1.2em;
    font-size: 4rem;
    text-align: center;
  }
  .recruit-index .title-h2 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .recruit-index .title-h2 > h2:first-of-type {
    margin-top: -0.1em;
  }
  .recruit-index .title-h2 > h2:last-of-type {
    margin-bottom: -0.1em;
  }
}
@media screen and (min-width: 769px) {
  .recruit-index .title-h2 + .text01-p {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .recruit-index .text01-p {
    line-height: 2em;
    font-size: 1.2rem;
  }
  .recruit-index .text01-p > p {
    line-height: inherit;
    font: inherit;
  }
  .recruit-index .text01-p > p:first-of-type {
    margin-top: -0.5em;
  }
  .recruit-index .text01-p > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .recruit-index .text01-p {
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .recruit-index .text01-p > p {
    line-height: inherit;
    font: inherit;
  }
  .recruit-index .text01-p > p:first-of-type {
    margin-top: -0.357em;
  }
  .recruit-index .text01-p > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
.recruit-index .lower-block {
  background-color: #ededeb;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .recruit-index .lower-block {
    padding: 5rem 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit-index .lower-block {
    padding: 8rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit-index .lower-block + .lower-block {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .recruit-index-buttons {
    width: 34rem;
    margin: 3.5rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-index-buttons {
    margin: 8rem auto 0;
  }
}

.part-link {
  display: inline-block;
}
.part-link::after {
  position: relative;
  top: 0.2em;
  transform: translate(0, 0);
}
@media screen and (min-width: 769px) {
  .part-link::after {
    right: -1em;
  }
}
@media screen and (max-width: 768px) {
  .part-link::after {
    right: -0.5em;
  }
}
@media screen and (min-width: 769px) {
  .part-pdf {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .part-pdf {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .part-pdf img {
    width: 11.4rem;
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .part-pdf img {
    width: 22.8rem;
    padding-top: 4rem;
  }
}
.part-pdf a {
  color: #ff6700;
}
.part-pdf a[target=_blank]::after, .part-pdf a.blank::after {
  position: static;
  background-image: url(/common/img/icon_blank.svg);
}
@media screen and (min-width: 769px) {
  .part-pdf a[target=_blank]::after, .part-pdf a.blank::after {
    width: 1em;
    height: 1em;
    margin-left: 0.313em;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .part-pdf a[target=_blank]::after, .part-pdf a.blank::after {
    width: 0.938em;
    height: 0.938em;
    margin-left: 0.313em;
    transform: translate(0, 0.063em);
  }
}

.bg_section {
  position: relative;
}
.bg_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  pointer-events: none;
  box-sizing: border-box;
  background-color: #fff6f0;
}
@media screen and (min-width: 769px) {
  .bg_section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .bg_section {
    margin: 0 -4rem;
    padding: 6rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .bg_section-thin {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.bg_section.blue::before {
  background-color: #e5f8fd;
}
.bg_section.gray::before {
  background-color: #f4f4f2;
}
.bg_section.white::before {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .bg_section + .lower-inner {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .bg_section + .lower-inner {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .bg_section + .lower-block {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .bg_section + .lower-block {
    margin-top: 16rem;
  }
}

@media screen and (min-width: 769px) {
  .lower-inner + .bg_section {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .lower-inner + .bg_section {
    margin-top: 6rem;
  }
}

.mutual-price {
  color: #ff6700;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .mutual-price {
    line-height: 1.4em;
    font-size: 2rem;
  }
  .mutual-price > p {
    line-height: inherit;
    font: inherit;
  }
  .mutual-price > p:first-of-type {
    margin-top: -0.2em;
  }
  .mutual-price > p:last-of-type {
    margin-bottom: -0.2em;
  }
}
@media screen and (max-width: 768px) {
  .mutual-price {
    display: inline-block;
    line-height: 1.375em;
    font-size: 3.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .mutual-price > p {
    display: inline-block;
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .mutual-price > p > span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-price > p > span {
    font-size: 4.8rem;
  }
}
.mutual-price > p > small {
  color: #333;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .mutual-price > p > small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-price > p > small {
    display: block;
    line-height: 1.693em;
    font-size: 2.6rem;
  }
}
.mutual-list {
  counter-reset: num01;
}
@media screen and (min-width: 769px) {
  .mutual-list {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-list {
    margin-top: 5rem;
  }
}
.mutual-list > li {
  display: flex;
  counter-increment: num01;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .mutual-list > li {
    align-items: center;
    line-height: 1.75em;
    font-size: 1.6rem;
  }
  .mutual-list > li > p {
    line-height: inherit;
    font: inherit;
  }
  .mutual-list > li > p:first-of-type {
    margin-top: -0.375em;
  }
  .mutual-list > li > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .mutual-list > li {
    line-height: 1.719em;
    font-size: 3.2rem;
  }
  .mutual-list > li > p {
    line-height: inherit;
    font: inherit;
  }
  .mutual-list > li > p:first-of-type {
    margin-top: -0.359em;
  }
  .mutual-list > li > p:last-of-type {
    margin-bottom: -0.359em;
  }
}
.mutual-list > li::before {
  flex-shrink: 0;
  content: counter(num01);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6700;
  border-radius: 50%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .mutual-list > li::before {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.556em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-list > li::before {
    position: relative;
    top: -0.2rem;
    width: 3.6rem;
    height: 3.6rem;
    line-height: 1.719em;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .mutual-list > li + li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-list > li + li {
    margin-top: 1em;
  }
}
@media screen and (min-width: 769px) {
  .mutual-list > li > p {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-list > li > p {
    padding-left: 2rem;
  }
}
.mutual-box {
  border: #dcdcdc solid 1px;
}
@media screen and (min-width: 769px) {
  .mutual-box {
    padding: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-box {
    padding: 7rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .mutual-btn {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-btn {
    margin-top: 10rem;
  }
}
.mutual-btn > a {
  position: relative;
  display: flex;
  align-items: center;
  border: #d9d9d9 1px solid;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .mutual-btn > a {
    width: 30.6rem;
    margin: 0 1.5rem;
    padding: 1rem 3rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-btn > a {
    padding: 2rem 0;
    border-radius: 0.8rem;
  }
  .mutual-btn > a + a {
    margin-top: 2rem;
  }
}
.mutual-btn > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -0.1em;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .mutual-btn > a::before {
    right: 2rem;
    border-right: 0.2rem solid #000;
    border-top: 0.2rem solid #000;
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-btn > a::before {
    right: 3rem;
    border-right: 0.45rem solid #000;
    border-top: 0.45rem solid #000;
    width: 1.15rem;
    height: 1.15rem;
  }
}
@media screen and (min-width: 769px) {
  .mutual-btn-img {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-btn-img {
    width: 24.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .mutual-btn-img01 {
    width: 7.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-btn-img01 img {
    width: 16rem;
  }
}
@media screen and (min-width: 769px) {
  .mutual-btn-img02 {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .mutual-btn-img02 img {
    width: 10.2rem;
  }
}
.mutual-btn-txt {
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .mutual-btn-txt {
    line-height: 1.429em;
    font-size: 1.4rem;
  }
  .mutual-btn-txt > p {
    line-height: inherit;
    font: inherit;
  }
  .mutual-btn-txt > p:first-of-type {
    margin-top: -0.214em;
  }
  .mutual-btn-txt > p:last-of-type {
    margin-bottom: -0.214em;
  }
}
@media screen and (max-width: 768px) {
  .mutual-btn-txt {
    line-height: 1.482em;
    font-size: 2.7rem;
  }
  .mutual-btn-txt > p {
    line-height: inherit;
    font: inherit;
  }
  .mutual-btn-txt > p:first-of-type {
    margin-top: -0.24em;
  }
  .mutual-btn-txt > p:last-of-type {
    margin-bottom: -0.24em;
  }
}

.about-block {
  background-color: #fff6f0;
}
@media screen and (min-width: 769px) {
  .about-block {
    padding: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .about-block {
    padding: 5rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .about-block .flex01-row .img-default {
    width: 35.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about-block .flex01-row .img-default {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .about-block .flex01-row .lower-block {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .about-block + .btns-wrapper {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .about-block + .btns-wrapper {
    margin-top: 16rem;
  }
}
.about-info {
  position: relative;
}
.about-info::before {
  content: "";
  position: absolute;
  border-top: 0.3rem solid #000;
  border-bottom: 0.3rem solid #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .about-info::before {
    border-width: 0.6rem;
  }
}
.about-info-list {
  list-style: none;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  .about-info-list {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about-info-list {
    margin-top: 6rem;
  }
}
.about-info-list > li {
  position: relative;
  padding-left: 1.2em;
}
@media screen and (min-width: 769px) {
  .about-info-list > li {
    line-height: 1.75em;
    font-size: 1.6rem;
  }
  .about-info-list > li > p {
    line-height: inherit;
    font: inherit;
  }
  .about-info-list > li > p:first-of-type {
    margin-top: -0.375em;
  }
  .about-info-list > li > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .about-info-list > li {
    line-height: 1.719em;
    font-size: 3.2rem;
  }
  .about-info-list > li > p {
    line-height: inherit;
    font: inherit;
  }
  .about-info-list > li > p:first-of-type {
    margin-top: -0.359em;
  }
  .about-info-list > li > p:last-of-type {
    margin-bottom: -0.359em;
  }
}
.about-info-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  color: #ff6700;
}
@media screen and (min-width: 769px) {
  .about-info-list > li::before {
    font-size: 1.6rem;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .about-info-list > li::before {
    font-size: 3.2rem;
    line-height: 1.719em;
  }
}
@media screen and (min-width: 769px) {
  .about-info-list > li + li {
    margin-top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .about-info-list > li + li {
    margin-top: 0.5em;
  }
}
.about-info-list > li span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .about-info-list > li span {
    margin-top: -0.2em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .about-info-list > li span {
    margin-bottom: 1em;
    line-height: 1.417em;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .about-info-item {
    padding: 4rem 0 4rem 4rem;
  }
}
@media screen and (max-width: 768px) {
  .about-info-item {
    padding: 6rem 0;
  }
}
.about-info-item + .about-info-item {
  border-top: #dcdcdc solid 1px;
}
@media screen and (min-width: 769px) {
  .about-info-item .title-h3 {
    margin-left: -4rem;
  }
}

.corporation-block {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .corporation-block {
    padding: 4rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-block {
    padding: 6rem 2rem;
  }
}
@media screen and (min-width: 769px) {
  .corporation-block + .corporation-block {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-block + .corporation-block {
    margin-top: 2rem;
  }
}
.corporation-title {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .corporation-title {
    line-height: 1.5em;
    font-size: 3rem;
  }
  .corporation-title > h3 {
    line-height: inherit;
    font: inherit;
  }
  .corporation-title > h3:first-of-type {
    margin-top: -0.25em;
  }
  .corporation-title > h3:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .corporation-title {
    line-height: 1.417em;
    font-size: 4.8rem;
  }
  .corporation-title > h3 {
    line-height: inherit;
    font: inherit;
  }
  .corporation-title > h3:first-of-type {
    margin-top: -0.208em;
  }
  .corporation-title > h3:last-of-type {
    margin-bottom: -0.208em;
  }
}
@media screen and (min-width: 769px) {
  .corporation-title + .corporation-p {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-title + .corporation-p {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-title.sp_left {
    text-align: left;
  }
}
.corporation-p {
  font-weight: 400;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .corporation-p {
    line-height: 1.7em;
    font-size: 2rem;
  }
  .corporation-p > p {
    line-height: inherit;
    font: inherit;
  }
  .corporation-p > p:first-of-type {
    margin-top: -0.35em;
  }
  .corporation-p > p:last-of-type {
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 768px) {
  .corporation-p {
    line-height: 1.629em;
    font-size: 3.5rem;
  }
  .corporation-p > p {
    line-height: inherit;
    font: inherit;
  }
  .corporation-p > p:first-of-type {
    margin-top: -0.314em;
  }
  .corporation-p > p:last-of-type {
    margin-bottom: -0.314em;
  }
}
@media screen and (min-width: 769px) {
  .corporation-ul {
    line-height: 1.5em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-ul {
    line-height: 1.782em;
    font-size: 3.2rem;
  }
}
.corporation-h3-small {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .corporation-h3-small {
    padding-left: 2rem;
    line-height: 1.25em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-h3-small {
    padding-left: 4rem;
    line-height: 1.765em;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-price {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .corporation-price-wrap {
    margin-top: 4rem;
  }
}
.corporation-price-table {
  position: relative;
  background: #ccc;
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  table-layout: fixed;
}
.corporation-price-table::after {
  content: "";
  position: absolute;
  border-top: solid #000;
  border-bottom: solid #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  box-sizing: border-box;
}
.corporation-price-table th {
  padding: 3rem 3rem;
  line-height: 1.75em;
  font-size: 1.6rem;
  font-weight: 700;
  background: #eee;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.corporation-price-table th > p {
  line-height: inherit;
  font: inherit;
}
.corporation-price-table th > p:first-of-type {
  margin-top: -0.375em;
}
.corporation-price-table th > p:last-of-type {
  margin-bottom: -0.375em;
}
.corporation-price-table th.thin {
  width: 28.3rem;
  padding: 1.2rem;
}
.corporation-price-table th.sub {
  width: 50%;
  padding: 1.2rem 0;
}
.corporation-price-table td {
  padding: 2rem;
  line-height: 1.75em;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
  text-align: center;
  vertical-align: middle;
}
.corporation-price-table td > p {
  line-height: inherit;
  font: inherit;
}
.corporation-price-table td > p:first-of-type {
  margin-top: -0.375em;
}
.corporation-price-table td > p:last-of-type {
  margin-bottom: -0.375em;
}
.corporation-price-list {
  border: #cbcbcb solid 1px;
  border-top: none;
}
.corporation-price-list > dt {
  padding: 3rem 4rem;
  line-height: 1.719em;
  font-size: 3.2rem;
  font-weight: 700;
  background-color: #f5f5f4;
  border-bottom: #cbcbcb solid 1px;
}
.corporation-price-list > dt > p {
  line-height: inherit;
  font: inherit;
}
.corporation-price-list > dt > p:first-of-type {
  margin-top: -0.359em;
}
.corporation-price-list > dt > p:last-of-type {
  margin-bottom: -0.359em;
}
.corporation-price-list > dd {
  padding: 3rem 4rem;
  line-height: 1.719em;
  font-size: 3.2rem;
  font-weight: 700;
}
.corporation-price-list > dd > p {
  line-height: inherit;
  font: inherit;
}
.corporation-price-list > dd > p:first-of-type {
  margin-top: -0.359em;
}
.corporation-price-list > dd > p:last-of-type {
  margin-bottom: -0.359em;
}
.corporation-price-list-btn {
  position: relative;
  display: block;
  height: 8.8em;
  background-color: #5a5a5a;
  border-top: #000 solid 0.6rem;
}
.corporation-price-list-btn::before, .corporation-price-list-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  margin: auto;
}
.corporation-price-list-btn::before {
  width: 2.6rem;
  height: 0.4rem;
}
.corporation-price-list-btn::after {
  width: 0.4rem;
  height: 2.6rem;
}
.corporation-price-list-btn.active::after {
  content: none;
}
.corporation-price-list-lv2 {
  display: flex;
  margin: -3rem -1.5rem;
  padding: 3rem 1.5rem;
}
.corporation-price-list-lv2 > dt {
  flex-shrink: 0;
  width: 33.4rem;
  line-height: 1.719em;
  font-size: 3.2rem;
}
.corporation-price-list-lv2 > dt > p {
  line-height: inherit;
  font: inherit;
}
.corporation-price-list-lv2 > dt > p:first-of-type {
  margin-top: -0.359em;
}
.corporation-price-list-lv2 > dt > p:last-of-type {
  margin-bottom: -0.359em;
}
.corporation-price-list-lv2 > dd {
  line-height: 1.719em;
  font-size: 3.2rem;
}
.corporation-price-list-lv2 > dd > p {
  line-height: inherit;
  font: inherit;
}
.corporation-price-list-lv2 > dd > p:first-of-type {
  margin-top: -0.359em;
}
.corporation-price-list-lv2 > dd > p:last-of-type {
  margin-bottom: -0.359em;
}
.corporation-price-list-lv2 + .corporation-price-list-lv2 {
  margin-top: 3rem;
  border-top: #e6e6e3 solid 1px;
}
@media screen and (min-width: 769px) {
  .corporation-price-kome {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-price-kome {
    margin-top: 4rem;
  }
}
.corporation-price .border-top {
  border-top: #000 solid 0.6rem;
}
.corporation-form-block {
  background: #ededeb;
}
@media screen and (min-width: 769px) {
  .corporation-form-block {
    margin-top: 4rem;
    padding: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-form-block {
    margin-top: 6rem;
    padding: 8rem 4rem;
  }
}
@media screen and (min-width: 769px) {
  .corporation-form-block .title-h2 {
    line-height: 1.41em;
    font-size: 2.2rem;
  }
  .corporation-form-block .title-h2 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .corporation-form-block .title-h2 > h2:first-of-type {
    margin-top: -0.204em;
  }
  .corporation-form-block .title-h2 > h2:last-of-type {
    margin-bottom: -0.204em;
  }
}
@media screen and (max-width: 768px) {
  .corporation-form-block .title-h2 {
    line-height: 1.2em;
    font-size: 4rem;
  }
  .corporation-form-block .title-h2 > h2 {
    line-height: inherit;
    font: inherit;
  }
  .corporation-form-block .title-h2 > h2:first-of-type {
    margin-top: -0.1em;
  }
  .corporation-form-block .title-h2 > h2:last-of-type {
    margin-bottom: -0.1em;
  }
}
@media screen and (min-width: 769px) {
  .corporation-form-block .btns-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-form-block .btns-wrapper {
    margin-top: 6rem;
  }
}
.corporation-form-block .btns-wrapper .btn {
  font-size: 1.6rem;
  color: #fff;
  background-color: #5a5a5a;
}
@media screen and (min-width: 769px) {
  .corporation-form-block .btns-wrapper .btn {
    width: 34rem;
    padding: 2.2rem 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .corporation-form-block .btns-wrapper .btn {
    width: 100%;
    padding: 4.4rem 0;
    font-size: 3.2rem;
  }
}
.corporation-form-title {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .corporation-form-title {
    padding-bottom: 4rem;
    line-height: 1.5em;
    font-size: 3rem;
    text-align: center;
  }
  .corporation-form-title > h2 {
    line-height: inherit;
    font: inherit;
  }
  .corporation-form-title > h2:first-of-type {
    margin-top: -0.25em;
  }
  .corporation-form-title > h2:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .corporation-form-title {
    padding-bottom: 5rem;
    line-height: 1.417em;
    font-size: 4.8rem;
    text-align: left;
  }
  .corporation-form-title > h2 {
    line-height: inherit;
    font: inherit;
  }
  .corporation-form-title > h2:first-of-type {
    margin-top: -0.208em;
  }
  .corporation-form-title > h2:last-of-type {
    margin-bottom: -0.208em;
  }
}
.corporation-form-txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .corporation-form-txt {
    padding-top: 2rem;
    line-height: 1.75em;
    font-size: 1.6rem;
  }
  .corporation-form-txt > p {
    line-height: inherit;
    font: inherit;
  }
  .corporation-form-txt > p:first-of-type {
    margin-top: -0.375em;
  }
  .corporation-form-txt > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .corporation-form-txt {
    padding-top: 6rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .corporation-form-txt > p {
    line-height: inherit;
    font: inherit;
  }
  .corporation-form-txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .corporation-form-txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}

@media screen and (max-width: 768px) {
  .outsourcing-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.outsourcing-block-title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .outsourcing-block-title {
    line-height: 1.5em;
    font-size: 3rem;
  }
  .outsourcing-block-title > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-block-title > p:first-of-type {
    margin-top: -0.25em;
  }
  .outsourcing-block-title > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-title {
    line-height: 1.417em;
    font-size: 4.8rem;
  }
  .outsourcing-block-title > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-block-title > p:first-of-type {
    margin-top: -0.208em;
  }
  .outsourcing-block-title > p:last-of-type {
    margin-bottom: -0.208em;
  }
}
.outsourcing-block-title span {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .outsourcing-block-title span {
    margin-bottom: 1rem;
    line-height: 2.25em;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-title span {
    line-height: 1.943em;
    font-size: 3.5rem;
  }
}
.outsourcing-block-title span::before, .outsourcing-block-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .outsourcing-block-title span::before, .outsourcing-block-title span::after {
    width: 8rem;
    height: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-title span::before, .outsourcing-block-title span::after {
    width: 8.5rem;
    height: 0.1rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-title span::before {
    left: -9rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-title span::before {
    left: -10rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-title span::after {
    right: -9rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-title span::after {
    right: -10rem;
  }
}
.outsourcing-block-p {
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 769px) {
  .outsourcing-block-p {
    padding-top: 4rem;
    line-height: 1.7em;
    font-size: 2rem;
    text-align: center;
  }
  .outsourcing-block-p > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-block-p > p:first-of-type {
    margin-top: -0.35em;
  }
  .outsourcing-block-p > p:last-of-type {
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-p {
    padding-top: 6rem;
    line-height: 1.629em;
    font-size: 3.5rem;
  }
  .outsourcing-block-p > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-block-p > p:first-of-type {
    margin-top: -0.314em;
  }
  .outsourcing-block-p > p:last-of-type {
    margin-bottom: -0.314em;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-area {
    padding-top: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-area {
    padding-top: 20rem;
  }
}
.outsourcing-title {
  position: relative;
  color: #ff6700;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .outsourcing-title {
    padding-bottom: 2rem;
    line-height: 1.364em;
    font-size: 3.3rem;
  }
  .outsourcing-title > h2 {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-title > h2:first-of-type {
    margin-top: -0.181em;
  }
  .outsourcing-title > h2:last-of-type {
    margin-bottom: -0.181em;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-title {
    padding-bottom: 4rem;
    line-height: 1.637em;
    font-size: 5.5rem;
  }
  .outsourcing-title > h2 {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-title > h2:first-of-type {
    margin-top: -0.318em;
  }
  .outsourcing-title > h2:last-of-type {
    margin-bottom: -0.318em;
  }
}
.outsourcing-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .outsourcing-title::before {
    width: 6rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-title::before {
    width: 12rem;
    height: 0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-title + .outsourcing-block {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-title + .outsourcing-block {
    padding-top: 6rem;
  }
}
.outsourcing-block-hero {
  position: relative;
  background: 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero {
    width: 100%;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero {
    height: 47.6rem;
    margin-right: -4rem;
    margin-left: -4rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero-01 {
    background-image: url(/common/img/outsourcing/outsourcing_hero01.jpg);
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero-01 {
    background-image: url(/common/img/outsourcing/outsourcing_hero01_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero-02 {
    background-image: url(/common/img/outsourcing/outsourcing_hero02.jpg);
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero-02 {
    background-image: url(/common/img/outsourcing/outsourcing_hero02_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero-03 {
    background-image: url(/common/img/outsourcing/outsourcing_hero03.jpg);
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero-03 {
    background-image: url(/common/img/outsourcing/outsourcing_hero03_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero-04 {
    background-image: url(/common/img/outsourcing/outsourcing_hero04.jpg);
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero-04 {
    background-image: url(/common/img/outsourcing/outsourcing_hero04_sp.jpg);
  }
}
.outsourcing-block-hero-txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  margin: auto;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero-txt {
    line-height: 1.7em;
    font-size: 4rem;
    justify-content: center;
    align-items: center;
  }
  .outsourcing-block-hero-txt > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-block-hero-txt > p:first-of-type {
    margin-top: -0.35em;
  }
  .outsourcing-block-hero-txt > p:last-of-type {
    margin-bottom: -0.35em;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero-txt {
    line-height: 1.417em;
    font-size: 4.8rem;
    padding-top: 13rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .outsourcing-block-hero-txt > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-block-hero-txt > p:first-of-type {
    margin-top: -0.208em;
  }
  .outsourcing-block-hero-txt > p:last-of-type {
    margin-bottom: -0.208em;
  }
}
.outsourcing-block-hero-txt > p {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero-txt > p {
    letter-spacing: -0.03em;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero-txt > span {
    padding-top: 3rem;
    line-height: 1.474em;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero-txt > span {
    padding-top: 4rem;
    line-height: 1.215em;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block-hero + .text01-p {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block-hero + .text01-p {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-block + .lower-area {
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-block + .lower-area {
    padding-top: 16rem;
  }
}
.outsourcing-cont {
  position: relative;
}
@media screen and (min-width: 769px) {
  .outsourcing-cont {
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-cont {
    margin-top: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.outsourcing-cont::before {
  content: "";
  position: absolute;
  border-top: 0.3rem solid #000;
  border-bottom: 0.3rem solid #000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .outsourcing-cont::before {
    border-width: 0.6rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-history {
    display: flex;
    padding: 0 1rem;
  }
}
.outsourcing-history-cont {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .outsourcing-history-cont {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-history-cont + .outsourcing-history-cont {
    margin-top: 3em;
  }
}
.outsourcing-history-list {
  display: flex;
  font-weight: Normal;
}
@media screen and (min-width: 769px) {
  .outsourcing-history-list {
    line-height: 1.75em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-history-list {
    line-height: 1.719em;
    font-size: 3.2rem;
  }
}
.outsourcing-history-list + .outsourcing-history-list {
  margin-top: 1em;
}
.outsourcing-history-list > dt {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .outsourcing-history-list > dt {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-history-list > dt {
    width: 26rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-history + .btns-wrapper {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-history + .btns-wrapper {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-case_study {
    width: 65rem;
  }
}
.outsourcing-thumbnail {
  display: flex;
}
@media screen and (max-width: 768px) {
  .outsourcing-thumbnail.pc-clm3 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -1.2rem;
  }
  .outsourcing-thumbnail.pc-clm3::after {
    content: "";
    display: block;
    width: 33rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-thumbnail.pc-clm3 figure {
    width: 37rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-thumbnail.pc-clm3 figure {
    width: 33rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-thumbnail.pc-clm3 figure + figure {
    margin-left: 1rem;
  }
}
.outsourcing-thumbnail.clm2 {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .outsourcing-thumbnail.clm2::after {
    content: "";
    width: 49.024%;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-thumbnail.clm2 figure {
    width: 49.024%;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-thumbnail.clm2 figure {
    width: 32.8rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-thumbnail.full figure {
    width: 56.3rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-thumbnail.full figure {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-thumbnail + .outsourcing-list {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-thumbnail + .outsourcing-list {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-list {
    display: flex;
    padding-left: 3.5rem;
  }
}
.outsourcing-list-cont {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .outsourcing-list-cont {
    margin-right: 7.8rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-list-cont + .outsourcing-list-cont {
    margin-top: 3em;
  }
}
.outsourcing-list-cont > li {
  position: relative;
  display: flex;
  width: 100%;
  font-weight: Normal;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .outsourcing-list-cont > li {
    padding-left: 2rem;
    line-height: 1.75em;
    font-size: 1.6rem;
    line-height: 1.75em;
    font-size: 1.6rem;
  }
  .outsourcing-list-cont > li > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-list-cont > li > p:first-of-type {
    margin-top: -0.375em;
  }
  .outsourcing-list-cont > li > p:last-of-type {
    margin-bottom: -0.375em;
  }
  .outsourcing-list-cont > li > dl {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-list-cont > li > dl:first-of-type {
    margin-top: -0.375em;
  }
  .outsourcing-list-cont > li > dl:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-list-cont > li {
    padding-left: 4rem;
    line-height: 1.719em;
    font-size: 3.2rem;
    line-height: 1.719em;
    font-size: 3.2rem;
  }
  .outsourcing-list-cont > li > p {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-list-cont > li > p:first-of-type {
    margin-top: -0.359em;
  }
  .outsourcing-list-cont > li > p:last-of-type {
    margin-bottom: -0.359em;
  }
  .outsourcing-list-cont > li > dl {
    line-height: inherit;
    font: inherit;
  }
  .outsourcing-list-cont > li > dl:first-of-type {
    margin-top: -0.359em;
  }
  .outsourcing-list-cont > li > dl:last-of-type {
    margin-bottom: -0.359em;
  }
}
.outsourcing-list-cont > li::before {
  position: absolute;
  left: 0;
  content: "";
  background-color: #ff6700;
}
@media screen and (min-width: 769px) {
  .outsourcing-list-cont > li::before {
    top: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-list-cont > li::before {
    top: 0.7rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.8rem;
  }
}
.outsourcing-list-cont > li + li {
  margin-top: 1em;
}
.outsourcing-list-cont > li.other {
  justify-content: flex-end;
}
.outsourcing-list-cont > li.other::before {
  content: none;
}
.outsourcing-list-cont > li > dl {
  display: flex;
  width: 100%;
}
.outsourcing-list-cont > li > dl .num {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .outsourcing-list-cont > li > dl .num {
    padding-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-list-cont > li > dl .num {
    flex-shrink: 0;
    padding-left: 8rem;
  }
}
.outsourcing-list-cont > li > dl .pref {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .outsourcing-list-cont > li > dl .pref {
    width: 8em;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-list-cont > li > dl .pref {
    width: 6em;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-pc-horizontal {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-pc-horizontal .text01-p {
    flex-shrink: 0;
    width: 55rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-pc-horizontal .text01-p {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .outsourcing-pc-horizontal + .outsourcing-list {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-pc-horizontal + .outsourcing-list {
    padding-top: 6rem;
  }
}
.outsourcing-expertise + .outsourcing-expertise {
  border-top: #dcdcdc 1px solid;
}
@media screen and (min-width: 769px) {
  .outsourcing-expertise + .outsourcing-expertise {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .outsourcing-expertise + .outsourcing-expertise {
    margin-top: 6rem;
    padding-top: 6rem;
  }
}

.meijisp_support h2.mainTitle1 {
  margin-top: 0;
}
.meijisp_support .savas-t-subttl p {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .meijisp_support .savas-t-subttl p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_support .savas-t-subttl p {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_support .savas-t-subttl .mainTitle1 {
    padding-top: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_support .savas-t-subttl .mainTitle1 {
    padding-top: 3rem;
  }
}
.meijisp_support .savas-t-step .step02-ol-item .min {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .meijisp_support .savas-t-step .step02-ol-item .min {
    font-size: 2rem;
    top: 17rem;
    left: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_support .savas-t-step .step02-ol-item .min {
    font-size: 4rem;
    top: 1.6rem;
    left: 52.2rem;
  }
}
.meijisp_support .savas-t-step .step02-ol-item .min::after {
  content: "min";
}
@media screen and (min-width: 769px) {
  .meijisp_support .savas-t-step .step02-ol-item .min::after {
    font-size: 1.5rem;
    padding-left: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_support .savas-t-step .step02-ol-item .min::after {
    font-size: 3rem;
    padding-left: 0.3rem;
  }
}
.meijisp_support .savas-t-step .step02-ol-item::before {
  background: #999999;
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .meijisp_support .savas-t-step .step02-ol-item::before {
    border: 2px solid #000;
    border-right: none;
    background-size: auto;
    background-position: 3.5rem 17rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_support .savas-t-step .step02-ol-item::before {
    border: 1px solid #000;
    border-bottom: none;
    background-size: auto;
    background-position: 50.5rem 1.7rem;
  }
}
.meijisp_support .savas-t-step .step02-ol-item .step02-ol-body {
  flex-direction: row;
}
.meijisp_support .savas-t-step .step02-ol-item .step02-ol-body::before {
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .meijisp_support .savas-t-step .step02-ol-item .step02-ol-body::before {
    border: 2px solid #000;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_support .savas-t-step .step02-ol-item .step02-ol-body::before {
    border: 1px solid #000;
    border-top: none;
  }
}
.meijisp_support .savas-t-step .step02-ol-item .step02-ol-body .step02-ol-desc dt p {
  color: #000;
}
.meijisp_support .img-default {
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .meijisp_support .step02-ol-desc + .img-default.wid02 {
    flex-shrink: 0;
    padding-left: 2rem;
  }
  .meijisp_support .img-default.wid02 {
    width: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_support .step02-ol-desc + .img-default.wid02 {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 769px) {
  .meijisp_school .club-area {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_school .club-area {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_school .text_sub {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_school .text_sub {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_school .font-small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_school .font-small {
    font-size: 2.8rem;
  }
}
.meijisp_school .club-info-ttl {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .meijisp_school .club-info-ttl {
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_school .club-info-ttl {
    width: 100%;
  }
}
.meijisp_school .club-info-desc {
  font-weight: 400;
}

.meijisp_program .btn-video01::after {
  background-image: url(/common/img/program/icon_play01.png);
}
.meijisp_program .card02-item {
  background: #fff6f0;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col01 {
    display: flex;
    margin-top: 6rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col01 {
    margin-top: 10rem;
    width: 100%;
  }
}
.meijisp_program .program-col01-in {
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col01-in {
    width: 55rem;
  }
  .meijisp_program .program-col01-in p {
    position: absolute;
    font-size: 2.4rem;
    top: 6.3rem;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col01-in {
    width: 100%;
    margin-bottom: 6rem;
  }
  .meijisp_program .program-col01-in p {
    position: absolute;
    font-size: 3.5rem;
    top: 9.1rem;
    left: 0;
    right: 0;
  }
}
.meijisp_program .program-col02 {
  background-color: #fff;
}
.meijisp_program .program-col02 .program_contents {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col02 .program_contents .pool::before {
    background-image: url(/common/img/program/program03_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col02 .program_contents .pool::before {
    background-image: url(/common/img/program/program03_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col02 .program_contents .studio::before {
    background-image: url(/common/img/program/program04_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col02 .program_contents .studio::before {
    background-image: url(/common/img/program/program04_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col02 .program_contents .gym::before {
    background-image: url(/common/img/program/program05_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col02 .program_contents .gym::before {
    background-image: url(/common/img/program/program05_sp.png);
  }
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col02 .program_contents .school::before {
    background-image: url(/common/img/program/program06_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col02 .program_contents .school::before {
    background-image: url(/common/img/program/program06_sp.png);
  }
}
.meijisp_program .program-col02 a {
  background: #fff6f0;
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col02 a::before {
    height: 18.9rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col02 a::before {
    height: 38rem;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_program .program-col03 {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_program .program-col03 {
    margin-top: 7rem;
  }
}
.meijisp_program .program_wrapper {
  margin: 0;
  padding: 4.5rem 0 0;
}
.meijisp_program .title-h2 + .card02-ul {
  padding-top: 4.5rem;
}

.meijisp_faq .ancs-wrapper {
  color: #000;
}
@media screen and (min-width: 769px) {
  .meijisp_faq .ancs-wrapper {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_faq .ancs-wrapper {
    margin-bottom: 10.5rem;
  }
}
.meijisp_faq .ancs-wrapper .anc-larrow01 {
  color: #000;
}
@media screen and (min-width: 769px) {
  .meijisp_faq .title-h2 {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_faq .title-h2 {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_faq .accordion-box-head::before {
    top: 4.8rem;
    bottom: auto;
  }
  .meijisp_faq .accordion-box-head::after {
    top: 3.7rem;
    bottom: auto;
  }
}
.meijisp_faq .accordion-box-head span {
  color: #ff6700;
}
@media screen and (min-width: 769px) {
  .meijisp_faq .accordion-box-head span {
    font-size: 2.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_faq .accordion-box-head span {
    font-size: 4.2rem;
    padding-right: 2.5rem;
    padding-bottom: 0rem;
    position: absolute;
    top: 4.3rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_faq .accordion-box-head .question {
    padding-left: 5.5rem;
  }
}
.meijisp_faq .accordion-box-switch::before {
  background: #5a5a5a;
}
@media screen and (max-width: 768px) {
  .meijisp_faq .accordion-box-switch {
    padding: 4.5rem 13rem 5rem 3.5rem;
  }
  .meijisp_faq .accordion-box-switch::before {
    height: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_faq .accordion-box-body {
    padding: 3.5rem 7.2rem 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_faq .accordion-box-body {
    padding: 3.5rem 4rem 6rem;
  }
}

.meijisp_trial .fwb {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .meijisp_trial a.btn.blc {
    margin-top: 7.5rem;
  }
  .meijisp_trial .text-note {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 1.8rem 0 0;
  }
  .meijisp_trial .text-h2-u {
    font-size: 1.9rem;
    font-weight: 600;
    padding: 2rem 0 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_trial a.btn.blc {
    margin-top: 7.5rem;
  }
  .meijisp_trial .text-note {
    font-size: 3rem;
    font-weight: 400;
    padding: 2.8rem 0 0;
  }
  .meijisp_trial .text-h2-u {
    font-size: 3.3rem;
    font-weight: 600;
    padding: 3rem 0 4.5rem;
  }
  .meijisp_trial .lower-section + .lower-section {
    padding-top: 15rem;
  }
  .meijisp_trial .table-sp {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 100%;
  }
  .meijisp_trial .table-sp-tr {
    font-size: 3.2rem;
    font-weight: 400;
  }
  .meijisp_trial .table-sp-th {
    background: #eee;
    padding: 2.5rem 0 2.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .meijisp_trial .table-sp-td {
    padding: 5rem 0 5rem 2rem;
    border: 1px solid #ccc;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_trial .trial-block {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_trial .trial-block-img {
    width: 35.5rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_trial .trial-block-img {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_trial .trial-block-text {
    width: 74.5rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_trial .trial-block-text {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_trial .trial-block02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .meijisp_trial .trial-block02-img {
    width: 35.5rem;
  }
}
@media screen and (max-width: 768px) {
  .meijisp_trial .trial-block02-img {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}