/* media query
**************************************************************************************************/
body > div {
  display: none; }
body.has-glnv {
  height: 100dvh;
  overflow: clip; }
body.has-fixed_header {
  padding-top: 90px; }
  @media only screen and (max-width: 768px) {
    body.has-fixed_header {
      padding-top: 72px; } }

.is-pc {
  display: block; }

.is-sp {
  display: none; }

@media only screen and (max-width: 768px) {
  .is-pc {
    display: none; }

  .is-sp {
    display: block; } }
/* override
***************************************************/
#contents {
  padding-top: 20px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    #contents {
      padding-bottom: 0; } }

.mainContents.has-bg {
  background: #FBF9F5;
  padding-top: 48px;
  padding-bottom: 48px; }
  @media only screen and (max-width: 768px) {
    .mainContents.has-bg {
      padding-top: 24px;
      padding-bottom: 24px; } }

.pageContents {
  border: 0 !important;
  padding-bottom: 0 !important; }

#cases #contents .box h4 {
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    #cases #contents .box h4 {
      font-size: 2.4rem; } }

/* layout
***************************************************/
.l-sitewidth {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.l-block-white {
  background: #fff;
  box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  padding: 26px 40px; }
  @media only screen and (max-width: 768px) {
    .l-block-white {
      padding: 24px; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  header.share {
    padding: 15px 40px;
    background: #fff; }
    header.share .ci-utility {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header.share .ci .logo {
      margin: 0; }
    header.share .ci img {
      width: 40px; }
    header.share .utility {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-right: 100px; }
      header.share .utility .lang {
        display: flex;
        justify-content: flex-end;
        font-size: 15px; }
        header.share .utility .lang li a {
          color: #FD5B00; }
        header.share .utility .lang li::after {
          content: '';
          display: inline-block;
          width: 1px;
          height: 13px;
          background: #000;
          transform: rotate(15deg);
          margin: 0 0.5em; }
        header.share .utility .lang li:last-of-type::after {
          display: none; }
    header.share .tgl {
      width: 54px;
      cursor: pointer;
      position: absolute;
      top: 38px;
      right: 40px;
      z-index: 3; }
      header.share .tgl p {
        margin: 0;
        text-indent: -9999px; }
        header.share .tgl p span {
          display: block;
          width: 54px;
          height: 14px;
          position: relative; }
          header.share .tgl p span::before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #000;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.5s; }
          header.share .tgl p span::after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all 0.5s; }
      .has-glnv header.share .tgl p span::before {
        background: #fff;
        top: 50%;
        transform: rotate(45deg); }
      .has-glnv header.share .tgl p span::after {
        background: #fff;
        bottom: 50%;
        transform: rotate(-225deg); }
    header.share nav.glnv {
      display: block;
      background: #FD5B00;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 2;
      width: 370px;
      height: 100dvh;
      overflow-y: scroll;
      color: #fff;
      transform: translateX(370px);
      transition: all 0.5s; }
      .has-glnv header.share nav.glnv {
        transform: translateX(0); }
      header.share nav.glnv .nav-contents {
        padding: 42px 32px; }
      header.share nav.glnv .pages > li {
        font-weight: 600;
        margin-bottom: 24px; }
        header.share nav.glnv .pages > li > a {
          display: inline-block; }
        header.share nav.glnv .pages > li small {
          display: block;
          font-size: 30px;
          margin-bottom: 4px; }
        header.share nav.glnv .pages > li .name {
          display: block;
          color: #000;
          font-size: 12px; }
      header.share nav.glnv .pages .chidren {
        margin: 20px 0 30px 0;
        margin-left: 1em;
        display: none; }
        header.share nav.glnv .pages .chidren > li {
          font-size: 15px;
          font-weight: 600;
          margin-bottom: 1em; }
          header.share nav.glnv .pages .chidren > li.title {
            background: #fff;
            border-radius: 50px;
            padding: .5rem 1rem .3rem;
            font-size: 11px;
            color: #000;
            text-align: center;
            display: inline-block; }
          header.share nav.glnv .pages .chidren > li .subtitle {
            font-size: 10px;
            margin-bottom: 2px;
            display: block;
            color: #000; }
          header.share nav.glnv .pages .chidren > li:not(.title) {
            margin-left: 1em; }
      header.share nav.glnv .user .row {
        margin-bottom: 16px; }
      header.share nav.glnv .user dt {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px; }
        header.share nav.glnv .user dt small {
          font-size: 10px;
          margin-left: 1em; }
      header.share nav.glnv .user dd ul {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        font-size: 20px; }
        header.share nav.glnv .user dd ul.double {
          font-size: 15px; }
        header.share nav.glnv .user dd ul li {
          width: 100%; }
        header.share nav.glnv .user dd ul a {
          display: block;
          background: #fff;
          border-radius: 100px;
          text-align: center;
          font-weight: 600;
          padding: 0.8em;
          color: #000; }
      header.share nav.glnv .social {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    header.share {
      padding: 15px 20px; }
      header.share .ci img {
        width: 28px; }
      header.share .utility {
        padding-right: 50px; }
      header.share .tgl {
        width: 27px;
        top: 28px;
        right: 20px; }
        header.share .tgl p span {
          width: 27px;
          height: 14px;
          position: relative; }
      header.share nav.glnv {
        width: 320px; }
        .has-glnv header.share nav.glnv {
          transform: translateX(0); }
        header.share nav.glnv .nav-contents {
          padding: 24px 32px; }
        header.share nav.glnv .pages > li {
          margin-bottom: 20px; }
          header.share nav.glnv .pages > li small {
            font-size: 21px; }
          header.share nav.glnv .pages > li .name {
            font-size: 9px; }
        header.share nav.glnv .pages .chidren {
          margin: 18px 0 24px 0;
          margin-left: 1em; }
          header.share nav.glnv .pages .chidren > li {
            font-size: 14px; }
        header.share nav.glnv .user dt {
          font-size: 14px; }
          header.share nav.glnv .user dt small {
            font-size: 9px; }
        header.share nav.glnv .user dd ul {
          font-size: 18px;
          display: block; }
          header.share nav.glnv .user dd ul.double {
            font-size: 14px; }
          header.share nav.glnv .user dd ul li {
            margin-bottom: 8px; } }

.has-glnv {
  /*
  header.share .tgl{ top: 18px;
  	p span{
  		height: 54px;
  	}
  }
  */ }

footer {
  position: relative;
  z-index: 9; }
  footer.share {
    padding: 34px 100px;
    color: #fff;
    background: #FD5B00; }
    footer.share .inner {
      max-width: 900px;
      margin: 0 auto; }
    footer.share .social-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    footer.share .social {
      order: 2; }
      footer.share .social ul {
        display: flex;
        justify-content: flex-end; }
        footer.share .social ul li {
          width: 54px;
          margin-left: 15px; }
    footer.share .info {
      order: 1;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.8; }
    footer.share .copyright-policy {
      display: flex;
      justify-content: space-between;
      margin-top: 24px; }
    footer.share .copyright p {
      font-size: 11px; }
    footer.share .policy ul {
      font-size: 11px; }
  @media only screen and (max-width: 768px) {
    footer.share {
      padding: 32px; }
      footer.share .social-info {
        display: block; }
      footer.share .social {
        margin-bottom: 26px; }
        footer.share .social ul {
          justify-content: space-between; }
          footer.share .social ul li {
            width: 54px;
            margin-left: 0; }
      footer.share .info {
        order: 1;
        font-size: 12px; }
      footer.share .copyright-policy {
        display: block;
        margin-top: 24px; }
      footer.share .copyright p {
        font-size: 10px;
        margin-bottom: 1em; }
      footer.share .policy ul {
        font-size: 10px; } }

/* component
***************************************************/
/* heaading */
.c-hl01 {
  margin-bottom: 40px; }
  .c-hl01 .shoulder {
    font-size: 36px !important;
    font-weight: bold;
    color: #FD5B00;
    margin-bottom: 0.3em !important; }
  .c-hl01 .heading {
    font-size: 15px;
    font-weight: 600; }

.c-hl02 {
  font-size: 36px;
  margin-bottom: 1em;
  line-height: 1.5; }
  .c-hl02 small {
    font-size: 15px;
    margin-left: 2em; }
  @media only screen and (max-width: 768px) {
    .c-hl02 {
      font-size: 24px; }
      .c-hl02 small {
        display: block;
        font-size: 13px;
        margin-top: 0.5em;
        margin-left: 0; } }

.c-hl03 {
  font-size: 15px;
  font-weight: 600;
  color: #FD5B00;
  margin-bottom: 2em; }
  .c-hl03 .en {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-right: 0.3em; }
  @media only screen and (max-width: 768px) {
    .c-hl03 {
      font-size: 13px;
      margin-bottom: 1em; }
      .c-hl03 .en {
        font-size: 24px;
        margin-right: 0.0;
        display: block;
        margin-bottom: 0.3em; } }

.c-hl04 {
  color: #FD5B00;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5; }
  .c-hl04 small {
    color: #000;
    font-size: 13px;
    margin-left: 2em; }
  @media only screen and (max-width: 768px) {
    .c-hl04 {
      font-size: 21px; }
      .c-hl04 small {
        display: block;
        margin-left: 0;
        margin-top: 0.5em; } }

.c-hl05 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .c-hl05 {
      font-size: 18px; } }

.c-hl06 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1.6;
  color: #FD5B00; }
  @media only screen and (max-width: 768px) {
    .c-hl06 {
      font-size: 18px; } }

.c-hl07 {
  margin-bottom: 40px; }
  .c-hl07 .heading {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0.6em; }
  .c-hl07 .lead {
    font-size: 15px;
    font-weight: 600; }
  .c-hl07.has-bd {
    border-bottom: 1px solid #000;
    padding-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .c-hl07 {
      margin-bottom: 30px; }
      .c-hl07 .heading {
        font-size: 28px; }
      .c-hl07 .lead {
        font-size: 14px; } }

.c-hl08 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.6;
  border-bottom: 1px solid #000;
  padding-bottom: 0.3em; }
  @media only screen and (max-width: 768px) {
    .c-hl08 {
      font-size: 18px; } }

.c-hl09 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .c-hl09 {
      font-size: 18px; } }

.c-hl10 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.6;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .c-hl10 {
      font-size: 21px; } }

.c-hl11 {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  display: flex;
  align-items: center; }
  .c-hl11 .en {
    color: #FD5B00;
    font-size: 36px; }
  .c-hl11 small {
    font-size: 15px;
    font-weight: bold;
    margin-left: 1em; }
  .c-hl11 .tgl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer; }
    .c-hl11 .tgl::before {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.5s; }
    .c-hl11 .tgl::after {
      content: '';
      display: block;
      width: 2px;
      height: 100%;
      background: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.5s; }
  .c-hl11.is-open .tgl::before {
    opacity: 0; }
  .c-hl11.is-open .tgl::after {
    transform: translate(-50%, -50%) rotate(-90deg); }
  @media only screen and (max-width: 768px) {
    .c-hl11 {
      padding: 20px 0; }
      .c-hl11 .en {
        font-size: 21px; }
      .c-hl11 small {
        font-size: 13px; } }

.c-hl12 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
  color: #FD5B00; }
  .c-hl12 small {
    font-size: 15px;
    margin-left: 1em;
    color: #000;
    position: relative;
    top: -8px; }
  @media only screen and (max-width: 768px) {
    .c-hl12 {
      font-size: 24px; }
      .c-hl12 small {
        display: block;
        font-size: 13px;
        margin-top: 0.5em;
        margin-left: 0; } }

.c-title-service-price {
  margin-bottom: 3em; }
  .c-title-service-price h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.6em; }
  .c-title-service-price p {
    font-size: 15px;
    line-height: 2; }
  @media only screen and (max-width: 768px) {
    .c-title-service-price {
      margin-bottom: 2em; }
      .c-title-service-price h3 {
        font-size: 21px; }
      .c-title-service-price p {
        font-size: 14px; } }

/* text */
.c-lead-center {
  text-align: center;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .c-lead-center {
      text-align: left; } }

/* img_txt */
.c-serviceimg {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px; }
  .c-serviceimg.has-step {
    margin-bottom: 70px;
    position: relative;
    overflow: visible; }
    .c-serviceimg.has-step .imgtxt {
      border-radius: 20px;
      overflow: hidden; }
    .c-serviceimg.has-step::after {
      content: '';
      display: block;
      background: #FD5B00;
      height: calc(tan(60deg) * 30px / 2);
      width: 42px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -50px; }
    .c-serviceimg.has-step:last-of-type {
      margin-bottom: 0; }
      .c-serviceimg.has-step:last-of-type::after {
        display: none; }
  .c-serviceimg .txt {
    padding: 40px; }
    .c-serviceimg .txt .lead p {
      font-size: 15px;
      line-height: 2.3;
      font-weight: 500; }
  @media only screen and (max-width: 768px) {
    .c-serviceimg {
      margin-bottom: 20px; }
      .c-serviceimg .txt {
        padding: 20px; }
        .c-serviceimg .txt .lead p {
          font-size: 14px; } }

.c-serviceimg-wide {
  margin-bottom: 60px; }
  .c-serviceimg-wide .img {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 40px; }
  .c-serviceimg-wide .txt h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em; }
  .c-serviceimg-wide .txt p {
    font-size: 15px;
    font-weight: 600;
    line-height: 2; }

.c-imgbtn {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.1);
  position: relative; }
  .c-imgbtn .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .c-imgbtn .txt .more {
      margin: 0;
      text-align: center; }
      .c-imgbtn .txt .more span {
        border-radius: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 1em; }

/* list */
.c-list-arw01 {
  font-size: 15px;
  font-weight: bold; }
  .c-list-arw01 li {
    margin-bottom: 1em;
    display: flex;
    gap: 0.3em; }
    .c-list-arw01 li::before {
      content: '\25B6';
      font-family: ' Noto Sans JP'; }
  @media only screen and (max-width: 768px) {
    .c-list-arw01 {
      font-size: 14px; } }

.c-newslist {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px; }
  .c-newslist .row {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    line-height: 1.4; }
    .c-newslist .row dt {
      width: 100px;
      color: #FD5B00; }
    .c-newslist .row dd {
      flex: 1; }
  @media only screen and (max-width: 768px) {
    .c-newslist {
      font-size: 14px; }
      .c-newslist .row {
        display: block;
        padding: 10px 0;
        line-height: 1.4; }
        .c-newslist .row dt {
          width: 100px;
          margin-bottom: 0.6em; }
        .c-newslist .row dd {
          flex: 1; } }

.c-pagelist01 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr); }
  .c-pagelist01 li {
    border-bottom: 1px solid #000;
    font-size: 24px;
    font-weight: bold; }
    .c-pagelist01 li a {
      display: block;
      padding: 20px 0;
      position: relative; }
    .c-pagelist01 li small {
      display: block;
      font-size: 15px;
      margin-top: 0.6em; }
    .c-pagelist01 li span.c-btn.btn-dflt {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      padding: 0.6em 1em 0.4em;
      padding-left: 30px; }
    .c-pagelist01 li:nth-last-child(-n+2) {
      border: 0; }
  @media only screen and (max-width: 768px) {
    .c-pagelist01 {
      grid-gap: 20px;
      grid-template-columns: repeat(1, 1fr); }
      .c-pagelist01 li {
        font-size: 18px; }
        .c-pagelist01 li a {
          padding: 10px 0; }
        .c-pagelist01 li small {
          font-size: 12px; }
        .c-pagelist01 li:nth-last-child(-n+2) {
          border-bottom: 1px solid #000; }
        .c-pagelist01 li:nth-last-child {
          border: 0; } }

.c-list-voice dl {
  display: grid;
  grid-gap: 50px;
  grid-template-columns: repeat(2, 1fr); }
  .c-list-voice dl .row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center; }
    .c-list-voice dl .row dt {
      width: auto;
      height: 100px;
      text-align: center;
      color: #FD5B00; }
      .c-list-voice dl .row dt img {
        width: 100%;
        height: auto; }
      .c-list-voice dl .row dt span {
        font-size: 15px;
        font-weight: 600;
        margin-top: 1em;
        display: block; }
    .c-list-voice dl .row dd {
      flex: 1;
      background: #fff;
      border-radius: 10px;
      padding: 1.5em;
      font-size: 13px;
      line-height: 2; }
    .c-list-voice dl .row:nth-of-type(3) dt {
      order: 2; }
    .c-list-voice dl .row:nth-of-type(3) dd {
      order: 1; }
    .c-list-voice dl .row:nth-of-type(3n+4) dt {
      order: 2; }
    .c-list-voice dl .row:nth-of-type(3n+4) dd {
      order: 1; }
@media only screen and (max-width: 768px) {
  .c-list-voice dl {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr); }
    .c-list-voice dl .row {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center; }
      .c-list-voice dl .row dt {
        width: auto;
        height: 70px; }
        .c-list-voice dl .row dt img {
          width: auto;
          height: 100%; }
        .c-list-voice dl .row dt span {
          font-size: 12px; }
      .c-list-voice dl .row dd {
        padding: 1em;
        font-size: 13px; }
      .c-list-voice dl .row:nth-of-type(even) dt {
        order: 2; }
      .c-list-voice dl .row:nth-of-type(even) dd {
        order: 1; }
      .c-list-voice dl .row:nth-of-type(odd) dt {
        order: 1; }
      .c-list-voice dl .row:nth-of-type(odd) dd {
        order: 2; } }

.c-list-class .row {
  border-top: 1px solid #000;
  padding: 20px 0; }
  .c-list-class .row dt {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0.6em; }
  .c-list-class .row dd p {
    margin: 0 0 1em 0; }
  .c-list-class .row dd *:last-child {
    margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  .c-list-class .row {
    padding: 20px 0; }
    .c-list-class .row dt {
      font-size: 18px; } }

.c-list-faq {
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px; }
  .c-list-faq .row {
    border-bottom: 1px solid #000;
    padding: 20px 0; }
    .c-list-faq .row dt {
      font-size: 18px;
      line-height: 1.6;
      font-weight: bold;
      display: flex;
      padding-right: 40px;
      position: relative;
      cursor: pointer; }
      .c-list-faq .row dt::before {
        content: 'Q';
        font-size: 24px;
        color: #FD5B00;
        line-height: 1.2;
        margin-right: 15px;
        margin-left: -3px; }
      .c-list-faq .row dt .tgl {
        position: absolute;
        top: 4px;
        right: 10px;
        text-indent: -9999px;
        width: 20px;
        height: 20px;
        display: block;
        cursor: pointer; }
        .c-list-faq .row dt .tgl::before {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #000;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all 0.5s; }
        .c-list-faq .row dt .tgl::after {
          content: '';
          display: block;
          width: 2px;
          height: 100%;
          background: #000;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all 0.5s; }
        @media only screen and (max-width: 768px) {
          .c-list-faq .row dt .tgl {
            top: calc(50% - 9px); } }
      .c-list-faq .row dt.is-open .tgl::before {
        opacity: 0; }
      .c-list-faq .row dt.is-open .tgl::after {
        transform: translate(-50%, -50%) rotate(-90deg); }
    .c-list-faq .row dd {
      font-size: 15px;
      font-weight: bold;
      display: none;
      padding-top: 20px; }
      .c-list-faq .row dd .txt {
        display: flex; }
        .c-list-faq .row dd .txt::before {
          content: 'A';
          font-size: 24px;
          color: #FD5B00;
          line-height: 1.2;
          margin-right: 15px; }
        .c-list-faq .row dd .txt p {
          margin: 0; }
          .c-list-faq .row dd .txt p a {
            color: #FD5B00; }
    .c-list-faq .row:last-of-type {
      border-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .c-list-faq {
      padding: 10px 20px; } }

.c-list-simple .row {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 0; }
  .c-list-simple .row dt {
    width: 70px; }
  .c-list-simple .row dd {
    flex: 1;
    margin-left: 20px; }
    .c-list-simple .row dd p {
      margin: 0; }
@media only screen and (max-width: 768px) {
  .c-list-simple .row {
    font-size: 14px; } }

.c-list-flow .row {
  position: relative;
  margin-bottom: 70px; }
  .c-list-flow .row::after {
    content: '';
    display: block;
    background: #FD5B00;
    height: calc(tan(60deg) * 30px / 2);
    width: 42px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px; }
  .c-list-flow .row:last-of-type {
    margin-bottom: 0; }
    .c-list-flow .row:last-of-type::after {
      display: none; }
.c-list-flow dt {
  border: 2px solid #FD5B00;
  border-radius: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0.8em;
  box-shadow: 7px 7px 16px rgba(0, 0, 0, 0.1); }
.c-list-flow dd {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 1.3em;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 768px) {
  .c-list-flow .row {
    position: relative;
    margin-bottom: 70px; }
    .c-list-flow .row::after {
      content: '';
      display: block;
      background: #FD5B00;
      height: calc(tan(60deg) * 30px / 2);
      width: 42px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -50px; }
    .c-list-flow .row:last-of-type {
      margin-bottom: 0; }
      .c-list-flow .row:last-of-type::after {
        display: none; }
  .c-list-flow dt {
    font-size: 16px;
    padding: 0.6em; }
  .c-list-flow dd {
    font-size: 14px;
    line-height: 1.5;
    width: 90%; } }

.c-list-numbering {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: numbering 0;
  margin-top: 60px; }
  .c-list-numbering .row {
    border: 4px solid #FD5B00;
    border-radius: 20px;
    background: #fff;
    position: relative;
    counter-increment: numbering 1;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    grid-gap: 0px;
    align-items: center; }
    .c-list-numbering .row::before {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      background: #fff;
      border: 4px solid #FD5B00;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -30px; }
    .c-list-numbering .row::after {
      content: counter(numbering);
      font-size: 36px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -18px; }
  .c-list-numbering dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    padding: 45px 0 20px 0; }
  .c-list-numbering dd {
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    padding: 0 14px;
    padding-bottom: 14px;
    align-self: start; }
  @media only screen and (max-width: 768px) {
    .c-list-numbering {
      display: block;
      margin-top: 40px; }
      .c-list-numbering .row {
        border: 4px solid #FD5B00;
        border-radius: 20px;
        background: #fff;
        position: relative;
        counter-increment: numbering 1;
        margin-bottom: 30px;
        display: block; }
        .c-list-numbering .row::before {
          width: 50px;
          height: 50px;
          top: -25px; }
        .c-list-numbering .row::after {
          font-size: 28px;
          top: -15px; } }

/* button */
.c-btn {
  margin: 0;
  cursor: pointer; }
  .c-btn.btn-dflt {
    display: inline-flex;
    background: #FD5B00;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding-left: 30px; }
    .c-btn.btn-dflt::before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: translateY(calc(-50% - 1px)) rotate(45deg);
      top: 50%;
      left: 10px;
      position: absolute; }
    @media only screen and (max-width: 768px) {
      .c-btn.btn-dflt {
        font-size: 13px;
        line-height: 1.5;
        padding-left: 30px; } }
    .c-btn.btn-dflt.c-btn-l {
      padding: 1.2em 3em;
      padding-left: 65px; }
      .c-btn.btn-dflt.c-btn-l:before {
        left: 45px; }
  .c-btn.btn-secondary {
    display: inline-flex;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 1em 1.8em 1em 3em;
    border-radius: 100px;
    position: relative; }
    .c-btn.btn-secondary::before {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      transform: rotate(45deg);
      top: calc(50% - 5px);
      left: 3rem;
      position: absolute; }
    @media only screen and (max-width: 768px) {
      .c-btn.btn-secondary {
        font-size: 14px; }
        .c-btn.btn-secondary:before {
          left: 2.5rem; } }

.c-btns ul li {
  font-size: 24px;
  font-weight: bold; }
  .c-btns ul li a {
    background: #FD5B00;
    color: #fff;
    border-radius: 10px;
    display: block;
    text-align: center;
    padding: 48px; }
.c-btns.is-grid02 ul {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr); }
  .c-btns.is-grid02 ul li {
    font-size: 24px;
    font-weight: bold; }
@media only screen and (max-width: 768px) {
  .c-btns ul li a {
    padding: 24px; }
  .c-btns.is-grid01-sp ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr); }
    .c-btns.is-grid01-sp ul li {
      font-size: 18px; } }

/* table */
.c-table01 {
  font-size: 15px;
  font-weight: bold;
  width: 100%; }
  .c-table01 th, .c-table01 td {
    text-align: left;
    padding: 1.3em 0.5em;
    line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .c-table01 th, .c-table01 td {
      font-size: 12px; } }
  .c-table01 thead tr {
    border-bottom: 2px solid #808080; }
  .c-table01 tbody tr {
    border-bottom: 1px solid #808080; }

/* card */
.c-cards {
  counter-reset: serial 0; }
  .c-cards:last-of-type {
    margin-bottom: 0 !important; }
  .c-cards.is-grid01 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .c-cards.is-grid01 {
        grid-template-columns: repeat(1, 1fr); } }
    .c-cards.is-grid01 .card .txt {
      display: grid;
      grid-column-gap: 50px;
      grid-template-areas: "title more" "lead more"; }
      .c-cards.is-grid01 .card .txt .title {
        grid-area: title; }
      .c-cards.is-grid01 .card .txt .lead {
        grid-area: lead; }
      .c-cards.is-grid01 .card .txt .more {
        grid-area: more; }
    .c-cards.is-grid01.is-course .card {
      display: block; }
      .c-cards.is-grid01.is-course .card .txt {
        display: flex;
        justify-content: space-between; }
        .c-cards.is-grid01.is-course .card .txt dl {
          margin-top: 20px; }
  .c-cards.is-grid01-btnbtm .card .txt {
    display: grid;
    grid-column-gap: 0px;
    padding: 40px;
    grid-template-areas: "title" "lead" "more"; }
    .c-cards.is-grid01-btnbtm .card .txt .title {
      grid-area: title; }
    .c-cards.is-grid01-btnbtm .card .txt .c-list-simple {
      grid-area: lead; }
    .c-cards.is-grid01-btnbtm .card .txt .more {
      grid-area: more;
      text-align: center; }
  .c-cards.is-grid02 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px; }
  .c-cards.is-grid03 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px; }
  .c-cards.is-top-service {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr); }
  .c-cards .card {
    box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    counter-increment: serial 1; }
    .c-cards .card.is-hidden {
      display: none; }
    .c-cards .card.is-square {
      box-shadow: none;
      border-radius: 0px; }
      .c-cards .card.is-square .txt {
        padding: 0;
        margin-top: 10px;
        padding-bottom: 20px; }
    .c-cards .card .imgtxt {
      height: 100%;
      display: flex;
      flex-direction: column; }
    .c-cards .card .img {
      position: relative; }
      .c-cards .card .img .label {
        display: inline-block;
        color: #FD5B00;
        background: #fff;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        border: 1px solid #FD5B00;
        border-radius: 100px;
        padding: 0.4em 0.8em;
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        line-height: 1; }
    .c-cards .card .txt {
      padding: 24px 20px;
      display: flex;
      flex-direction: column;
      height: 100%;
      align-items: flex-start; }
      .c-cards .card .txt .label-service {
        color: #FD5B00;
        font-weight: 600;
        display: inline-block;
        border: 1px solid #FD5B00;
        border-radius: 100px;
        padding: 0.1em 0.8em 0.1em 2.5em;
        margin-left: -38px; }
      .c-cards .card .txt .label-course {
        color: #FD5B00;
        font-weight: 600;
        display: inline-block;
        border: 1px solid #FD5B00;
        border-radius: 100px;
        padding: 0.3em 1.5em;
        margin-bottom: 20px;
        line-height: 1; }
      .c-cards .card .txt .title.is-single {
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.5em; }
        .c-cards .card .txt .title.is-single .shoulder {
          font-size: 20px;
          display: block; }
      .c-cards .card .txt .title.is-single-s {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.5em; }
      .c-cards .card .txt .title.is-lead {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 0.5em; }
        .c-cards .card .txt .title.is-lead br {
          display: none; }
      .c-cards .card .txt .title.is-simple {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.5em;
        color: #FD5B00; }
      .c-cards .card .txt .title.has-serial {
        display: flex;
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 0.5em;
        line-height: 1.5; }
      .c-cards .card .txt .title.has-shoulder {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 0.5em; }
        .c-cards .card .txt .title.has-shoulder .en {
          font-size: 13px;
          display: block;
          margin-top: 0.6em; }
      .c-cards .card .txt .lead {
        margin-bottom: 20px; }
        .c-cards .card .txt .lead p {
          font-size: 15px;
          line-height: 1.8;
          margin-bottom: 0;
          font-weight: 600; }
          .c-cards .card .txt .lead p.name {
            font-size: 24px; }
            .c-cards .card .txt .lead p.name small {
              display: block;
              font-size: 13px; }
      .c-cards .card .txt .summary {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 5px 0; }
        .c-cards .card .txt .summary dt {
          width: 60px;
          text-align: center;
          background: #000;
          padding: 0.3em 0;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
        .c-cards .card .txt .summary dd, .c-cards .card .txt .summary p {
          flex: 1;
          padding: 0;
          font-weight: 600;
          line-height: 1.5;
          display: flex;
          align-items: center; }
        .c-cards .card .txt .summary:last-of-type {
          margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .c-cards .card .txt .summary {
            display: block; }
            .c-cards .card .txt .summary dt {
              margin-bottom: 5px; } }
      .c-cards .card .txt .more {
        margin-top: auto;
        text-align: right;
        margin-left: auto; }
        .c-cards .card .txt .more .link {
          margin-bottom: 0;
          text-align: right; }
          .c-cards .card .txt .more .link::before {
            display: none; }
  @media only screen and (max-width: 768px) {
    .c-cards.is-grid01 {
      grid-gap: 12px;
      margin-bottom: 12px; }
      .c-cards.is-grid01 .card .txt {
        display: block; }
    .c-cards.is-grid01-btnbtm .card .txt {
      padding: 20px; }
    .c-cards.is-grid01-sp {
      display: grid;
      grid-gap: 10px;
      grid-template-columns: repeat(1, 1fr); }
    .c-cards.is-grid02 {
      grid-gap: 12px;
      margin-bottom: 12px; }
      .c-cards.is-grid02.c-cards .card .txt {
        padding: 15px; }
    .c-cards.is-top-service {
      display: grid;
      grid-gap: 16px;
      grid-template-columns: repeat(1, 1fr); }
    .c-cards .card .txt {
      padding: 20px; }
      .c-cards .card .txt .label-service {
        font-size: 14px; }
      .c-cards .card .txt .label-course {
        font-size: 14px; }
      .c-cards .card .txt .title.is-single {
        font-size: 18px; }
      .c-cards .card .txt .title.is-single-s {
        font-size: 18px; }
      .c-cards .card .txt .title.is-simple {
        font-size: 18px; }
      .c-cards .card .txt .title.is-lead {
        font-size: 16px; }
      .c-cards .card .txt .title.has-serial {
        font-size: 18px; }
      .c-cards .card .txt .title.has-shoulder {
        font-size: 26px; }
        .c-cards .card .txt .title.has-shoulder .en {
          font-size: 12px; }
      .c-cards .card .txt .lead p {
        font-size: 14px; }
        .c-cards .card .txt .lead p.name {
          font-size: 21px; }
          .c-cards .card .txt .lead p.name small {
            font-size: 12px; }
      .c-cards .card .txt .more {
        margin-top: 10px; }
        .c-cards .card .txt .more .link::before {
          display: none; } }

.c-card-page .card {
  background: #fff;
  box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px; }
.c-card-page .imgtxt {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.c-card-page .img {
  width: 50%; }
  .c-card-page .img img {
    width: 100%; }
.c-card-page .txt {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px; }
  .c-card-page .txt h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .c-card-page .txt h3 {
    font-size: 13px;
    font-weight: 600;
    color: #FD5B00;
    margin-bottom: 1.2em; }
  .c-card-page .txt .lead {
    font-weight: 600;
    margin-bottom: 0.6em;
    min-height: 6em; }
  .c-card-page .txt .more {
    margin: 0; }
@media only screen and (max-width: 768px) {
  .c-card-page .card {
    margin-bottom: 16px; }
    .c-card-page .card .imgtxt {
      display: block; }
    .c-card-page .card .img {
      width: auto; }
      .c-card-page .card .img img {
        width: 100%; }
    .c-card-page .card .txt {
      width: auto;
      padding: 24px; }
      .c-card-page .card .txt h2 {
        font-size: 24px; }
      .c-card-page .card .txt h3 {
        font-size: 13px; }
      .c-card-page .card .txt .lead {
        min-height: auto; } }

/* pagetitle */
@media only screen and (max-width: 768px) {
  .area-pagetitle div.title {
    /* height: calc(100vh - 100px); */ } }
.area-pagetitle .title picture {
  position: relative;
  z-index: -1; }
  .area-pagetitle .title picture:after {
    opacity: 0.75;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64%;
    content: '';
    display: block; }
  @media only screen and (max-width: 768px) {
    .area-pagetitle .title picture:after {
      height: 50%; } }
.area-pagetitle.is-about .title {
  position: relative; }
  .area-pagetitle.is-about .title hgroup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    bottom: 50px; }
    .area-pagetitle.is-about .title hgroup .main {
      font-size: 36px;
      font-weight: bold;
      color: #fff;
      line-height: 1.5; }
    .area-pagetitle.is-about .title hgroup .shoulder {
      font-size: 18px;
      font-weight: bold;
      color: #FD5B00;
      margin-top: 0.6em;
      margin-bottom: 0; }
.area-pagetitle.is-about .body {
  background: #FD5B00;
  padding: 90px 0;
  color: #fff; }
  .area-pagetitle.is-about .body .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em; }
  .area-pagetitle.is-about .body .lead p {
    font-size: 15px;
    font-weight: 600;
    line-height: 2.6;
    margin-bottom: 3em; }
    .area-pagetitle.is-about .body .lead p:last-of-type {
      margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  .area-pagetitle.is-about .title hgroup {
    bottom: 0;
    padding: 24px; }
    .area-pagetitle.is-about .title hgroup .main {
      font-size: 24px; }
    .area-pagetitle.is-about .title hgroup .shoulder {
      font-size: 12px; }
  .area-pagetitle.is-about .title picture img {
    height: calc(100dvh - 72px);
    object-fit: cover; }
  .area-pagetitle.is-about .body {
    padding: 48px 24px; }
    .area-pagetitle.is-about .body .title {
      font-size: 24px; }
    .area-pagetitle.is-about .body .lead p {
      font-size: 14px;
      line-height: 2;
      margin-bottom: 2em; } }
.area-pagetitle.is-service .title {
  position: relative; }
  .area-pagetitle.is-service .title hgroup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    bottom: 50px; }
    .area-pagetitle.is-service .title hgroup .main {
      font-size: 48px;
      font-weight: bold;
      color: #fff; }
    .area-pagetitle.is-service .title hgroup .shoulder {
      font-size: 18px;
      font-weight: bold;
      color: #FFF;
      margin-top: 0.6em;
      margin-bottom: 0; }
.area-pagetitle.is-service .body {
  background: #FD5B00;
  padding: 90px 0;
  color: #fff; }
  .area-pagetitle.is-service .body .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em; }
  .area-pagetitle.is-service .body .lead p {
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 1em; }
    .area-pagetitle.is-service .body .lead p:last-of-type {
      margin-bottom: 0; }
    .area-pagetitle.is-service .body .lead p a {
      text-decoration: underline; }
@media only screen and (max-width: 768px) {
  .area-pagetitle.is-service .title hgroup {
    bottom: 0;
    padding: 24px; }
    .area-pagetitle.is-service .title hgroup .main {
      font-size: 32px; }
    .area-pagetitle.is-service .title hgroup .shoulder {
      font-size: 12px;
      line-height: 1.5; }
  .area-pagetitle.is-service .title picture img {
    height: calc(100dvh - 72px);
    object-fit: cover; }
  .area-pagetitle.is-service .body {
    padding: 48px 24px; }
    .area-pagetitle.is-service .body .title {
      font-size: 24px; }
    .area-pagetitle.is-service .body .lead p {
      font-size: 14px;
      line-height: 2;
      margin-bottom: 2em; } }
.area-pagetitle.is-coach .title {
  position: relative; }
  .area-pagetitle.is-coach .title hgroup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    bottom: 50px; }
    .area-pagetitle.is-coach .title hgroup .main {
      font-size: 48px;
      font-weight: bold;
      color: #fff; }
    .area-pagetitle.is-coach .title hgroup .shoulder {
      font-size: 18px;
      font-weight: bold;
      color: #FD5B00;
      margin-top: 0.6em;
      margin-bottom: 0; }
@media only screen and (max-width: 768px) {
  .area-pagetitle.is-coach .title hgroup {
    bottom: 0;
    padding: 24px; }
    .area-pagetitle.is-coach .title hgroup .main {
      font-size: 32px; }
    .area-pagetitle.is-coach .title hgroup .shoulder {
      font-size: 12px; }
  .area-pagetitle.is-coach .title picture img {
    height: calc(100dvh - 72px);
    object-fit: cover; } }
.area-pagetitle.is-recruit-top .title-body {
  position: relative; }
.area-pagetitle.is-recruit-top .title .tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  .area-pagetitle.is-recruit-top .title .tagline img {
    width: 60px; }
.area-pagetitle.is-recruit-top .title h1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px; }
.area-pagetitle.is-recruit-top .body {
  position: relative;
  z-index: 1; }
@media only screen and (max-width: 768px) {
  .area-pagetitle.is-recruit-top .title-body {
    position: relative; }
  .area-pagetitle.is-recruit-top .title .tagline {
    top: 50px;
    transform: translate(-50%, 0); }
    .area-pagetitle.is-recruit-top .title .tagline img {
      width: 40px; }
  .area-pagetitle.is-recruit-top .title h1 {
    bottom: 20px;
    font-size: 13px; } }

/* block */
.c-set-price {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr); }
  .c-set-price .set h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1em; }
  .c-set-price .set .set-inner {
    background: #fff;
    padding: 25px; }
  .c-set-price .set p.caption {
    font-size: 12px;
    margin: 1em 0 0 0;
    line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .c-set-price {
      grid-gap: 20px;
      grid-template-columns: repeat(1, 1fr); }
      .c-set-price .set h3 {
        font-size: 21px; }
      .c-set-price .set .set-inner {
        padding: 12px; } }

.c-set-bg {
  background: #fff;
  padding: 40px; }
  .c-set-bg .set {
    margin-bottom: 40px; }
    .c-set-bg .set:last-of-type {
      margin-bottom: 0; }
    .c-set-bg .set h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 1em; }
      .c-set-bg .set h3 small {
        font-size: 15px;
        margin-left: 1.5em; }
    .c-set-bg .set p {
      font-weight: bold; }
      .c-set-bg .set p a {
        color: #FD5B00;
        text-decoration: underline; }
  @media only screen and (max-width: 768px) {
    .c-set-bg {
      padding: 20px; }
      .c-set-bg .set {
        margin-bottom: 20px; }
        .c-set-bg .set h3 {
          font-size: 18px; }
          .c-set-bg .set h3 small {
            margin-left: 1em; } }

.c-more-level {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  width: 100%; }
  .c-more-level .more {
    width: 160px;
    margin-right: 10px;
    margin-top: 0 !important; }
  .c-more-level .level {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .c-more-level .level p {
      margin: 0;
      line-height: 1;
      font-size: 13px;
      font-weight: bold; }
    .c-more-level .level img {
      width: 31px;
      height: auto;
      vertical-align: middle;
      position: relative;
      top: -2px; }
      .c-more-level .level img:first-of-type {
        margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .c-more-level .more {
      width: auto;
      margin-right: 0; }
    .c-more-level .level {
      padding-top: 0; }
      .c-more-level .level img {
        width: 15px;
        height: auto;
        vertical-align: middle;
        position: relative;
        top: -2px; }
        .c-more-level .level img:first-of-type {
          margin-left: 5px; } }

/* link */
.c-link.link01 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 2em 0; }
  .c-link.link01 a {
    color: #54B2F7;
    text-decoration: underline; }
@media only screen and (max-width: 768px) {
  .c-link.link01 {
    font-size: 15px; } }

/* slider */
.c-slider01 li picture {
  height: 100vh; }

/* other */
.c-rcmnd {
  margin-top: 60px; }
  .c-rcmnd h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
    color: #FD5B00;
    font-weight: 600; }
  .c-rcmnd ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px; }
    .c-rcmnd ul li {
      border-radius: 50%;
      background: #FD5B00;
      color: #fff;
      position: relative;
      font-size: 15px;
      width: 175px;
      height: 175px;
      flex: 1; }
      .c-rcmnd ul li span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        font-weight: 600;
        line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .c-rcmnd {
      margin-top: 30px; }
      .c-rcmnd h3 {
        font-size: 21px; }
      .c-rcmnd ul {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; }
        .c-rcmnd ul li {
          font-size: 11px;
          width: 135px;
          height: 135px;
          flex: 1; } }

.c-direction {
  margin-bottom: 40px; }
  .c-direction .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-direction .img {
    width: 50%;
    text-align: center;
    margin-right: 80px; }
    .c-direction .img img {
      width: 80%;
      height: auto; }
  .c-direction .txt {
    flex: 1; }
    .c-direction .txt .row {
      padding: 1.5em 0; }
    .c-direction .txt dt {
      font-size: 36px; }
    .c-direction .txt dd {
      font-size: 15px;
      font-weight: bold;
      margin-top: 0.3em; }
  @media only screen and (max-width: 768px) {
    .c-direction {
      margin-bottom: 20px; }
      .c-direction .imgtxt {
        display: block; }
      .c-direction .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        .c-direction .img img {
          width: 60%;
          height: auto; }
      .c-direction .txt dt {
        font-size: 28px; }
      .c-direction .txt dd {
        font-size: 14px;
        margin-top: 0.5em; } }

.c-accordion-block {
  padding: 40px; }
  .c-accordion-block .block .is-accordion {
    padding: 30px 0;
    display: none; }
    .c-accordion-block .block .is-accordion .c-cards.is-grid02 {
      width: 95%;
      margin-left: auto;
      margin-right: auto; }
      .c-accordion-block .block .is-accordion .c-cards.is-grid02 .img {
        position: relative;
        max-height: 250px;
        overflow: hidden; }
  .c-accordion-block .block .img-4r {
    background: #FD5B00;
    text-align: center;
    padding: 48px;
    margin-bottom: 30px; }
    .c-accordion-block .block .img-4r img {
      width: 150px; }
  .c-accordion-block .block dl {
    text-align: center;
    margin-bottom: 40px; }
  .c-accordion-block .block .row {
    padding: 1.5em 0; }
  .c-accordion-block .block dt {
    font-size: 36px; }
  .c-accordion-block .block dd {
    font-size: 15px;
    margin-top: 0.5em; }
  @media only screen and (max-width: 768px) {
    .c-accordion-block {
      padding: 20px; }
      .c-accordion-block .block .is-accordion {
        padding: 20px 0; }
        .c-accordion-block .block .is-accordion .c-cards.is-grid02 {
          /* width: 90%; */
          margin-left: auto;
          margin-right: auto; }
      .c-accordion-block .block .img-4r {
        padding: 24px;
        margin-bottom: 20px; }
        .c-accordion-block .block .img-4r img {
          width: 50px; }
      .c-accordion-block .block dl {
        margin-bottom: 20px;
        text-align: left; }
      .c-accordion-block .block dt {
        font-size: 24px; }
      .c-accordion-block .block dd {
        font-size: 14px; } }

.c-filter {
  margin-bottom: 40px; }
  .c-filter dl .row {
    display: flex; }
  .c-filter dl dt {
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px; }
  .c-filter dl dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .c-filter dl dd ul li {
      font-size: 15px; }
      .c-filter dl dd ul li a {
        border: 2px solid #FD5B00;
        text-align: center;
        line-height: 1;
        padding: 0.4em 1.5em;
        color: #FD5B00;
        background: #fff;
        border-radius: 50px; }
      .c-filter dl dd ul li.is-active a {
        background: #FD5B00;
        color: #fff; }
  @media only screen and (max-width: 768px) {
    .c-filter dl .row {
      display: block; }
    .c-filter dl dt {
      font-size: 13px;
      margin-right: 10px;
      margin-bottom: 10px; }
    .c-filter dl dd ul {
      gap: 10px; }
      .c-filter dl dd ul li {
        font-size: 13px; }
        .c-filter dl dd ul li a {
          padding: 0.4em 1em;
          display: block; } }

/* utility
***************************************************/
.u-bg {
  background: #FBF9F5;
  padding: 45px 0; }
  @media only screen and (max-width: 768px) {
    .u-bg {
      padding: 20px 0; } }

.u-text-center {
  text-align: center;
  margin: 2em 0; }

picture {
  display: block; }
  picture.u-img-w60 {
    text-align: center; }
    picture.u-img-w60 img {
      width: 90%; }

.u-mb4em {
  margin-bottom: 4em; }

/* top
***************************************************/
.l-load-first {
  height: 100dvh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }
  .l-load-first .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s; }
    .l-load-first .img img {
      height: 20dvh;
      width: auto; }
  @media only screen and (max-width: 768px) {
    .l-load-first .img img {
      height: 50dvh;
      width: auto; } }

.l-load-second {
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0; }
  .l-load-second .bg {
    width: 200dvh;
    height: 200dvh;
    background: #FD5B00;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 200dvh;
    z-index: -1; }
  .l-load-second .object {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .l-load-second .img img {
    height: 50dvh;
    width: auto; }
  .l-load-second .more {
    margin-top: 50px;
    text-align: center; }
    .l-load-second .more .c-btn {
      font-size: 18px; }
  .l-load-second .scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    opacity: 0; }
  @media only screen and (max-width: 768px) {
    .l-load-second .object {
      width: 83%;
      top: auto;
      bottom: 14%;
      left: 50%;
      transform: translateX(-50%); }
    .l-load-second .img {
      text-align: center; }
      .l-load-second .img img {
        height: auto;
        width: 70%; }
    .l-load-second .more {
      margin-top: 40px;
      text-align: center; }
      .l-load-second .more .c-btn {
        font-size: 16px;
        line-height: 1;
        padding-top: 1.1em; }
        .l-load-second .more .c-btn::before {
          top: 1.9rem; }
    .l-load-second .scroll {
      width: 60px;
      bottom: 30px; } }

.area-top-block {
  margin-bottom: 100px; }
  .area-top-block.has-bg .inner {
    background: #fff;
    box-shadow: 7px 7px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    padding: 40px 40px; }
  .area-top-block.has-bg.contact-block .inner {
    padding: 0; }
    .area-top-block.has-bg.contact-block .inner a.title-body.is-flex {
      padding: 40px; }
      @media only screen and (max-width: 768px) {
        .area-top-block.has-bg.contact-block .inner a.title-body.is-flex {
          padding: 20px; } }
  .area-top-block .inner {
    max-width: 900px;
    margin: 0 auto; }
  .area-top-block .title-body.is-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    .area-top-block .title-body.is-flex p.lead {
      margin-bottom: 0; }
    .area-top-block .title-body.is-flex .title {
      flex: 1; }
    .area-top-block .title-body.is-flex .body {
      width: 250px;
      text-align: right; }
  .area-top-block .body p.more {
    margin-bottom: 0;
    text-align: right; }
  @media only screen and (max-width: 768px) {
    .area-top-block {
      margin-bottom: 50px;
      padding: 0 24px; }
      .area-top-block.has-bg .inner {
        padding: 20px; }
      .area-top-block .title-body.is-flex {
        display: block; }
        .area-top-block .title-body.is-flex .title {
          margin-bottom: 10px; }
        .area-top-block .title-body.is-flex .body {
          width: auto;
          text-align: left; } }

.c-top-service-lead {
  margin-bottom: 30px; }
  .c-top-service-lead ul {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    color: #FD5B00;
    margin-bottom: 20px;
    position: relative; }
    .c-top-service-lead ul::after {
      content: '';
      width: 80%;
      height: 5px;
      background: #FD5B00;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
    .c-top-service-lead ul li {
      border-radius: 30px;
      border: 5px solid #FD5B00;
      background: #fff;
      padding: 1.2em 1em 1em;
      position: relative;
      z-index: 2; }
  .c-top-service-lead p {
    font-weight: 600;
    margin: 0; }
  @media only screen and (max-width: 768px) {
    .c-top-service-lead ul {
      font-size: 16px; }
      .c-top-service-lead ul::after {
        height: 2px; }
      .c-top-service-lead ul li {
        border-radius: 20px;
        border: 2px solid #FD5B00;
        padding: 1em 1em 0.8em;
        width: 48%;
        line-height: 1.2;
        font-size: 18px; } }

/* service
***************************************************/
.area-about-block {
  padding: 45px 0; }
  .area-about-block.has-bg {
    background: #FBF9F5; }
  .area-about-block .title-body.has-bg {
    background: #fff;
    padding: 40px; }
  .area-about-block .body p strong {
    font-weight: bold;
    font-size: 18px; }
  .area-about-block .body > .link {
    padding: 1em;
    text-align: center;
    margin-top: 40px; }
    .area-about-block .body > .link::before {
      display: none; }
    .area-about-block .body > .link a {
      padding: 1em 2em; }
  .area-about-block.is-cv .title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FD5B00;
    line-height: 1.5;
    margin-bottom: 1.5em; }
  .area-about-block.is-cv .body {
    text-align: center; }
    .area-about-block.is-cv .body .lead p {
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 2.4; }
    .area-about-block.is-cv .body .tel {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.8; }
      .area-about-block.is-cv .body .tel small {
        display: block;
        text-align: center;
        font-size: 15px;
        margin-top: 1em; }
    .area-about-block.is-cv .body .notice {
      text-align: center;
      display: inline;
      border-bottom: 2px solid #FD5B00;
      font-size: 15px;
      font-weight: 600; }
    .area-about-block.is-cv .body .link {
      margin: 0;
      text-align: center;
      margin-top: 40px; }
      .area-about-block.is-cv .body .link::before {
        display: none; }
      .area-about-block.is-cv .body .link a {
        padding: 1.2em 3em; }
    .area-about-block.is-cv .body .ig .lead {
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 2.4; }
    .area-about-block.is-cv .body .ig .link img {
      width: 100px; }
  @media only screen and (max-width: 768px) {
    .area-about-block {
      padding: 24px 24px; }
      .area-about-block.has-bg {
        background: #FBF9F5; }
      .area-about-block .title-body.has-bg {
        padding: 20px; }
      .area-about-block .body > .link {
        margin-top: 0px; }
      .area-about-block.is-cv .title h2 {
        font-size: 21px; }
      .area-about-block.is-cv .body .lead p {
        font-size: 14px; }
      .area-about-block.is-cv .body .tel {
        font-size: 21px; }
        .area-about-block.is-cv .body .tel small {
          font-size: 14px; }
      .area-about-block.is-cv .body .notice {
        font-size: 14px; }
      .area-about-block.is-cv .body .link {
        margin-top: 20px; }
        .area-about-block.is-cv .body .link a {
          padding: 1.2em 1em; } }

/* service
***************************************************/
.area-service-block {
  padding: 45px 0; }
  .area-service-block p:before {
    display: none; }
  .area-service-block.has-bg {
    background: #FBF9F5; }
  .area-service-block .inner .has-bg p a {
    color: #FD5B00; }
  .area-service-block .title-body.has-bg {
    background: #fff;
    padding: 40px; }
  .area-service-block .body p strong {
    font-weight: bold;
    font-size: 18px; }
  .area-service-block .body > .link {
    padding: 1em;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px; }
    .area-service-block .body > .link::before {
      display: none; }
    .area-service-block .body > .link a {
      padding: 1em 2em;
      padding-left: 50px; }
      .area-service-block .body > .link a::before {
        left: 30px; }
  .area-service-block.is-cv .title h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FD5B00;
    line-height: 1.5;
    margin-bottom: 1.5em; }
  .area-service-block.is-cv .body {
    text-align: center; }
    .area-service-block.is-cv .body .lead p {
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 2.4; }
    .area-service-block.is-cv .body .tel {
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.8; }
      .area-service-block.is-cv .body .tel small {
        display: block;
        text-align: center;
        font-size: 15px;
        margin-top: 1em; }
    .area-service-block.is-cv .body .notice {
      text-align: center;
      display: inline;
      border-bottom: 2px solid #FD5B00;
      font-size: 15px;
      font-weight: 600; }
    .area-service-block.is-cv .body .notice + .link {
      margin-top: 40px; }
    .area-service-block.is-cv .body .link {
      margin: 0;
      text-align: center;
      padding: 0; }
      .area-service-block.is-cv .body .link::before {
        display: none; }
      .area-service-block.is-cv .body .link a {
        padding: 1.2em 2.5em 1.2em 4em; }
        .area-service-block.is-cv .body .link a::before {
          left: 2.5em; }
    .area-service-block.is-cv .body .ig .lead {
      text-align: center;
      font-size: 15px;
      font-weight: 600;
      line-height: 2; }
    .area-service-block.is-cv .body .ig .link img {
      width: 100px; }
  @media only screen and (max-width: 768px) {
    .area-service-block {
      padding: 32px 24px; }
      .area-service-block.has-bg {
        background: #FBF9F5; }
      .area-service-block .title-body.has-bg {
        padding: 20px; }
      .area-service-block .body > .link {
        margin-top: 40px; }
      .area-service-block.is-cv .title h2 {
        font-size: 21px;
        text-align: left; }
      .area-service-block.is-cv .body .lead p {
        font-size: 14px;
        text-align: left; }
      .area-service-block.is-cv .body .tel {
        font-size: 21px; }
        .area-service-block.is-cv .body .tel small {
          font-size: 14px; }
      .area-service-block.is-cv .body .notice {
        font-size: 14px; }
      .area-service-block.is-cv .body .link {
        /* margin-top: 60px;*/ }
        .area-service-block.is-cv .body .link a {
          padding: 1.2em 2em;
          line-height: 1.5;
          padding-left: 40px; }
          .area-service-block.is-cv .body .link a::before {
            left: 20px; } }

/* coach
***************************************************/
.area-coach-list {
  background: #FBF9F5;
  padding: 80px 0; }
  .area-coach-list .inner {
    max-width: 900px;
    margin: 0 auto; }
  .area-coach-list .body .coaches {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr); }
  .area-coach-list .body .img {
    position: relative;
    margin-bottom: 20px; }
    .area-coach-list .body .img img {
      border-radius: 20px; }
    .area-coach-list .body .img .more {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 20px;
      width: 100%;
      text-align: center;
      margin: 0; }
  .area-coach-list .body .txt {
    text-align: center; }
    .area-coach-list .body .txt .name {
      font-size: 18px;
      font-weight: bold;
      margin: 0; }
  @media only screen and (max-width: 768px) {
    .area-coach-list {
      padding: 48px 24px; }
      .area-coach-list .body .coaches {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr); }
      .area-coach-list .body .img {
        margin-bottom: 10px; }
        .area-coach-list .body .img .more span {
          font-size: 10px; }
          .area-coach-list .body .img .more span::before {
            width: 8px;
            height: 8px;
            margin-top: 1px;
            margin-right: 7px; }
      .area-coach-list .body .txt .name {
        font-size: 16px; } }

.area-coach-detail {
  background: #FBF9F5;
  padding: 90px 0; }
  .area-coach-detail .inner {
    max-width: 900px;
    background: #fff;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden; }
  .area-coach-detail .title .imgtxt {
    position: relative;
    height: 600px;
    overflow: hidden; }
  .area-coach-detail .title .txt {
    position: absolute;
    width: 100%;
    padding: 40px;
    bottom: 0;
    left: 0;
    color: #fff; }
    .area-coach-detail .title .txt .label {
      margin: 0;
      font-size: 24px;
      margin-bottom: 0.6em; }
    .area-coach-detail .title .txt h1 {
      font-size: 50px;
      font-weight: bold; }
      .area-coach-detail .title .txt h1 span {
        display: inline-block;
        background: #FD5B00;
        padding: 15px; }
    .area-coach-detail .title .txt .en {
      margin: 0;
      font-size: 15px;
      line-height: 1; }
      .area-coach-detail .title .txt .en span {
        display: inline-block;
        background: #FD5B00;
        padding: 5px 15px; }
  .area-coach-detail .body {
    padding: 40px; }
    .area-coach-detail .body dl .row {
      margin-bottom: 40px; }
    .area-coach-detail .body dl dt {
      font-size: 20px;
      font-weight: bold;
      color: #FD5B00;
      border-bottom: 1px solid #000;
      padding-bottom: 0.5em;
      margin-bottom: 0.8em; }
    .area-coach-detail .body dl dd {
      font-weight: 600; }
      .area-coach-detail .body dl dd p {
        margin: 0; }
    .area-coach-detail .body .back {
      text-align: center; }
      .area-coach-detail .body .back a {
        padding: 1em 1.8em 1em 3em; }
        .area-coach-detail .body .back a:before {
          left: 2.5rem; }
          @media only screen and (max-width: 768px) {
            .area-coach-detail .body .back a:before {
              left: 2rem; } }
  @media only screen and (max-width: 768px) {
    .area-coach-detail {
      padding: 0; }
      .area-coach-detail .inner {
        border-radius: 0; }
      .area-coach-detail .title .imgtxt {
        position: relative;
        height: 80vh; }
      .area-coach-detail .title .img {
        height: 100%; }
        .area-coach-detail .title .img picture {
          height: 100%;
          display: flex;
          justify-content: center; }
        .area-coach-detail .title .img img {
          max-width: none;
          height: 100%;
          width: auto; }
      .area-coach-detail .title .txt {
        padding: 24px; }
        .area-coach-detail .title .txt .label {
          font-size: 16px;
          line-height: 1.2; }
        .area-coach-detail .title .txt h1 {
          font-size: 36px;
          font-weight: bold; }
          .area-coach-detail .title .txt h1 span {
            padding: 5px 10px 10px;
            line-height: 1; }
        .area-coach-detail .title .txt .en {
          font-size: 12px;
          font-weight: bold; }
          .area-coach-detail .title .txt .en span {
            padding: 5px 10px; }
      .area-coach-detail .body {
        padding: 40px 24px; }
        .area-coach-detail .body dl .row {
          margin-bottom: 30px; }
        .area-coach-detail .body dl dt {
          font-size: 18px; }
        .area-coach-detail .body dl dd p {
          margin: 0;
          font-size: 14px; } }

/* recruit
***************************************************/
.area-recruit-block {
  padding: 45px 0; }
  .area-recruit-block.has-bg {
    background: #FBF9F5; }
  .area-recruit-block .title-body.has-bg {
    background: #fff;
    padding: 40px; }
  .area-recruit-block .body.has-bg {
    border-radius: 20px;
    overflow: hidden;
    background: #fff; }
  .area-recruit-block .body p.lead {
    font-weight: bold;
    margin-bottom: 32px; }
  .area-recruit-block .body p strong {
    font-weight: bold;
    font-size: 18px; }
  .area-recruit-block .body > .link {
    padding: 1em;
    text-align: center;
    margin-top: 40px; }
    .area-recruit-block .body > .link::before {
      display: none; }
    .area-recruit-block .body > .link a {
      padding: 1em 1.8em 1em 3em; }
      .area-recruit-block .body > .link a:before {
        left: 2.5rem; }
        @media only screen and (max-width: 768px) {
          .area-recruit-block .body > .link a:before {
            left: 2rem; } }
  .area-recruit-block .body .imgtxt {
    margin-bottom: 20px;
    height: calc(100% - 250px);
    display: block; }
    .area-recruit-block .body .imgtxt.img-l {
      display: flex;
      justify-content: space-between; }
      .area-recruit-block .body .imgtxt.img-l .img {
        width: 55%; }
        .area-recruit-block .body .imgtxt.img-l .img picture img {
          width: 100%; }
        .area-recruit-block .body .imgtxt.img-l .img picture.no-arw {
          text-align: right; }
          .area-recruit-block .body .imgtxt.img-l .img picture.no-arw img {
            width: 82%; }
      .area-recruit-block .body .imgtxt.img-l .txt {
        flex: 1;
        margin-left: 40px; }
        .area-recruit-block .body .imgtxt.img-l .txt p {
          font-weight: bold; }
    .area-recruit-block .body .imgtxt .lead {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      width: 100%;
      margin-bottom: 0; }
      .area-recruit-block .body .imgtxt .lead .link {
        display: grid; }
        @media only screen and (max-width: 768px) {
          .area-recruit-block .body .imgtxt .lead .link {
            margin-right: 0;
            margin-left: auto; } }
        @media only screen and (max-width: 768px) {
          .area-recruit-block .body .imgtxt .lead .link:before {
            display: none; } }
      @media only screen and (max-width: 768px) {
        .area-recruit-block .body .imgtxt .lead {
          flex-direction: column;
          align-items: flex-start; } }
    .area-recruit-block .body .imgtxt .txt {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        .area-recruit-block .body .imgtxt .txt {
          justify-content: flex-start;
          padding-bottom: 0 !important; } }
  .area-recruit-block .body.is-detial .imgtxt.main .img {
    position: relative; }
    .area-recruit-block .body.is-detial .imgtxt.main .img picture {
      position: relative;
      height: 600px;
      overflow: hidden; }
      .area-recruit-block .body.is-detial .imgtxt.main .img picture:after {
        opacity: 0.75;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 64%;
        content: '';
        display: block; }
    .area-recruit-block .body.is-detial .imgtxt.main .img h2 {
      color: #fff;
      font-size: 24px;
      line-height: 1.8;
      position: absolute;
      bottom: 32px;
      left: 48px; }
  .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos {
    display: flex;
    align-items: center;
    padding: 50px 40px; }
    .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .name p {
      font-size: 24px;
      display: flex;
      align-items: center;
      margin: 0; }
    .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .name small {
      font-size: 13px;
      margin-left: 1em; }
    .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .pos {
      flex: 1;
      padding-left: 40px;
      margin-left: 40px;
      border-left: 1px solid #000; }
      .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .pos p {
        font-size: 15px;
        font-weight: bold;
        margin: 0; }
  .area-recruit-block .body.is-detial .imgtxt.main .txt .descript .set h3 {
    background: #FD5B00;
    color: #fff;
    font-size: 20px;
    padding: 12px 40px;
    line-height: 1.6; }
  .area-recruit-block .body.is-detial .imgtxt.main .txt .descript .set .text {
    padding: 20px 40px; }
    .area-recruit-block .body.is-detial .imgtxt.main .txt .descript .set .text figure {
      margin-bottom: 20px; }
  .area-recruit-block .body.is-detial .other-staff {
    padding: 20px 40px; }
    .area-recruit-block .body.is-detial .other-staff .staffs {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: repeat(4, 1fr); }
    .area-recruit-block .body.is-detial .other-staff .staff .img {
      margin-bottom: 20px; }
      .area-recruit-block .body.is-detial .other-staff .staff .img img {
        border-radius: 20px; }
    .area-recruit-block .body.is-detial .other-staff .staff .name {
      text-align: center;
      margin-bottom: 20px; }
    .area-recruit-block .body.is-detial .other-staff .staff .pos {
      font-size: 12px;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 5px; }
    .area-recruit-block .body.is-detial .other-staff .staff .start {
      font-size: 11px;
      text-align: center;
      line-height: 1.6;
      margin-bottom: 0px; }
  @media only screen and (max-width: 768px) {
    .area-recruit-block {
      padding: 24px 24px; }
      .area-recruit-block .title-body.has-bg {
        padding: 20px; }
      .area-recruit-block .body .card {
        box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.1); }
      .area-recruit-block .body > .link {
        margin-top: 0px; }
      .area-recruit-block .body .imgtxt {
        margin-bottom: 20px; }
        .area-recruit-block .body .imgtxt.img-l {
          display: block; }
          .area-recruit-block .body .imgtxt.img-l .img {
            width: 100%;
            margin-bottom: 10px; }
            .area-recruit-block .body .imgtxt.img-l .img picture img {
              width: 100%; }
            .area-recruit-block .body .imgtxt.img-l .img picture.no-arw {
              text-align: right; }
              .area-recruit-block .body .imgtxt.img-l .img picture.no-arw img {
                width: 82%; }
          .area-recruit-block .body .imgtxt.img-l .txt {
            margin-left: 0; }
            .area-recruit-block .body .imgtxt.img-l .txt p {
              font-size: 14px; }
      .area-recruit-block .body.is-detial {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        border-radius: 0; }
        .area-recruit-block .body.is-detial .imgtxt.main .img picture {
          height: auto; }
        .area-recruit-block .body.is-detial .imgtxt.main .img h2 {
          font-size: 16px;
          bottom: 0px;
          left: 0px;
          padding: 20px; }
          .area-recruit-block .body.is-detial .imgtxt.main .img h2 br {
            /* display: none; */ }
        .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos {
          display: block;
          padding: 30px 20px; }
          .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .name p {
            font-size: 18px; }
          .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .name small {
            font-size: 13px; }
          .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .pos {
            padding-left: 0px;
            margin-left: 0px;
            border-left: 0;
            border: none;
            margin-top: 0;
            padding-top: 0; }
            .area-recruit-block .body.is-detial .imgtxt.main .txt .name-pos .pos p {
              font-size: 13px;
              font-weight: bold;
              margin: 0;
              line-height: 1.5; }
        .area-recruit-block .body.is-detial .imgtxt.main .txt .descript .set h3 {
          font-size: 18px;
          padding: 12px 20px;
          line-height: 1.6; }
        .area-recruit-block .body.is-detial .imgtxt.main .txt .descript .set .text {
          padding: 20px; }
          .area-recruit-block .body.is-detial .imgtxt.main .txt .descript .set .text p {
            padding-left: 15px;
            padding-right: 15px; }
        .area-recruit-block .body.is-detial .other-staff {
          padding: 10px; }
          .area-recruit-block .body.is-detial .other-staff .staffs {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: repeat(2, 1fr); }
          .area-recruit-block .body.is-detial .other-staff .staff .img {
            margin-bottom: 20px; }
            .area-recruit-block .body.is-detial .other-staff .staff .img img {
              border-radius: 20px; }
          .area-recruit-block .body.is-detial .other-staff .staff .name {
            font-size: 18px;
            margin-bottom: 12px; }
          .area-recruit-block .body.is-detial .other-staff .staff .pos {
            font-size: 10px;
            margin-bottom: 8px; }
          .area-recruit-block .body.is-detial .other-staff .staff .start {
            font-size: 10px;
            margin: 0; } }

/* for animation
***************************************************/
.after-load {
  margin-top: 100dvh;
  display: none;
  position: relative;
  z-index: 2; }

#contents .box p.lead {
  font-size: 24px;
  margin: 40px 0 0;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    #contents .box p.lead {
      font-size: 18px; } }

.area-service-block .inner .body li, #cases #contents .box ul li {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .area-service-block .inner .body li, #cases #contents .box ul li {
      font-size: 1.2rem;
      line-height: 2.6rem;
      margin-bottom: 0; } }

#cases #contents .box p {
  margin-bottom: 2rem; }

.area-service-block .inner .body ol, .area-service-block .inner .body ul, #cases #contents .box ul {
  list-style: inherit;
  padding-left: 2em; }

@media only screen and (max-width: 768px) {
  #page-for_team .area-service-block .inner .body ul {
    padding-left: 0; } }

@media only screen and (max-width: 768px) {
  .area-service-block .inner .body .c-rcmnd ul {
    padding-left: 0; } }

.area-service-block .inner .body ol {
  list-style: decimal; }

.last-has-bg, .is-cv {
  padding-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .last-has-bg, .is-cv {
      padding-bottom: 60px; } }

#statement .area-about-block .inner .body .c-hl05 {
  margin-bottom: 10px; }
#statement .area-about-block .inner .body .lead {
  margin-bottom: 40px; }

#contents #messageBox.box p a, #page-profile #contents .box dl.list dd li a {
  color: #FD5B00;
  text-decoration: underline; }

#page-newgraduate .c-btn.btn-dflt {
  padding: 1em 2em; }

@media only screen and (max-width: 768px) {
  .inner .body p, .area-service-block .body p strong {
    font-size: 13px;
    line-height: 1.8; } }

@media only screen and (max-width: 768px) {
  .area-service-block .body p strong {
    font-size: 14px; } }

#page-message .profile {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 40px; }

#page-message .profile dt {
  font-size: 1.5rem;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    #page-message .profile dt {
      font-size: 1.3rem; } }

#page-message .profile dd {
  margin-bottom: 30px; }
  #page-message .profile dd ul li {
    margin-bottom: 5px;
    text-indent: -1em;
    padding-left: 1em; }

#dictionary #contents .box p a {
  color: #FD5B00;
  text-decoration: underline; }

#center #contents .box a.c-btn.btn-dflt {
  color: #fff;
  text-decoration: none;
  padding: 1em 1.8em 1em 3em; }
  #center #contents .box a.c-btn.btn-dflt:before {
    left: 2.5rem; }
    @media only screen and (max-width: 768px) {
      #center #contents .box a.c-btn.btn-dflt:before {
        left: 2rem; } }

.area-pagetitle.is-recruit-top {
  background: #FBF9F5; }

.c-slider01 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  height: calc(100vh - 110px); }
  @media only screen and (max-width: 768px) {
    .c-slider01 {
      height: calc(100vh - 120px); } }

.c-slider01 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 3s ease; }

.c-slider01 li.is-active {
  opacity: 1;
  z-index: 1; }

.c-slider01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

#page-for_team .c-cards.is-grid01 {
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 768px) {
    #page-for_team .c-cards.is-grid01 {
      grid-template-columns: repeat(1, 1fr); } }
  #page-for_team .c-cards.is-grid01 .card .txt {
    display: block; }

#center .box h2 {
  margin-bottom: 4rem; }
  #center .box h2 .en {
    font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    #center .box h2 {
      margin-bottom: 2rem; }
      #center .box h2 .en {
        font-size: 2.4rem; } }

@media only screen and (max-width: 768px) {
  #contents #price table th, #contents #price table td {
    padding: .5rem;
    font-size: 1rem;
    line-height: 2rem; } }

@media only screen and (max-width: 768px) {
  #contents #price table th, #contents #price table td.nowrap {
    white-space: nowrap; } }

main#page-news.pageContents, #dictionary main.pageContents {
  padding-bottom: 100px !important; }

#dictionary.detail .center .link:before {
  display: none; }
#dictionary.detail .center .link .c-btn.btn-dflt {
  padding: 1.2em 3em;
  padding-left: 65px; }
  #dictionary.detail .center .link .c-btn.btn-dflt:before {
    left: 45px; }
  @media only screen and (max-width: 768px) {
    #dictionary.detail .center .link .c-btn.btn-dflt {
      padding-left: 55px; }
      #dictionary.detail .center .link .c-btn.btn-dflt:before {
        left: 35px; } }

#center #contents #title.box {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    #center #contents #title.box {
      margin-bottom: 1rem; } }

#center .box h2 {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    #center .box h2 {
      margin-bottom: 1rem; } }

.c-imgbtn .txt .more span.c-btn.btn-dflt::before {
  left: calc(50% - 130px); }
  @media only screen and (max-width: 768px) {
    .c-imgbtn .txt .more span.c-btn.btn-dflt::before {
      left: calc(50% - 110px); } }

#for_trainers .c-imgbtn .txt .more span.c-btn.btn-dflt::before {
  left: calc(50% - 50px); }
  @media only screen and (max-width: 768px) {
    #for_trainers .c-imgbtn .txt .more span.c-btn.btn-dflt::before {
      left: calc(50% - 40px); } }

.c-imgbtn .txt .more span.c-btn.btn-dflt {
  padding-left: 2em; }

.area-service-block.area-store {
  padding-bottom: 80px; }

.school-schedule .c-cards .card .txt .summary p {
  padding: 0 20px;
  letter-spacing: 2px;
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .school-schedule .c-cards .card .txt .summary p {
      font-size: 18px;
      padding-right: 0;
      padding-left: 10px; } }

.area-service-block.is-cv .body .link:not(:nth-of-type(1)) {
  margin-top: 80px; }
  @media only screen and (max-width: 768px) {
    .area-service-block.is-cv .body .link:not(:nth-of-type(1)) {
      margin-top: 60px; } }

.area-service-block.is-cv .body .link:not(:nth-of-type(1)) a {
  padding: 1em 2em;
  padding-left: 50px; }

.area-service-block.is-cv .body .link:not(:nth-of-type(1)) a:before {
  left: 30px; }

dl.termlist dt {
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #FD5B00;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    dl.termlist dt {
      font-size: 1.2rem;
      margin-bottom: 0; } }
dl.termlist dd {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    dl.termlist dd {
      margin-bottom: 1.5rem; } }

/*# sourceMappingURL=additional.css.map */
