@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&display=swap");
/* CSS Document */
html, body, main, nav, article, section, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, input, textarea, button, figure, blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

ol, ul {
  list-style: none;
  list-style-type: none;
  padding: 0; }

a {
  text-decoration: none;
  font-weight: inherit; }

span {
  font-weight: inherit; }

address, cite {
  font-style: normal; }

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

/*iOS*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

/* 共通スタイル */
html {
  font-size: 50%;
  scroll-behavior: smooth;
  /* 10px */ }
  @media print, screen and (min-width: 768px) {
    html {
      /*TB*/
      font-size: 56%; } }
  @media print, screen and (min-width: 1401px) {
    html {
      /*PC*/
      font-size: 62.5%; } }

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #1a1a1a;
  overflow-x: hidden;
  height: 100%;
  width: 100%; }

/* common */
p {
  line-height: 1.5; }

a {
  color: inherit;
  font-weight: inherit;
  transition: all .3s; }
  a img {
    transition: all .3s; }
    a img:hover {
      opacity: .7; }

img {
  max-width: 100%;
  vertical-align: middle; }

.web-font, .contents-header .title_area .contents_title {
  font-family: "M PLUS 1p";
  transform: rotate(0.05deg); }

.cover_1400, .contents-header .title_area .contents_title, .contents-header .contents_message, .pankuzu_area ul {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto; }

.cover_1200, #contents_news .news-list article {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

.cover_1024, .contents_navi .main, .contents_navi .sub, .news-list .text_area, .news-list .link_area {
  width: 94%;
  max-width: 1024px;
  margin: 0 auto; }

.t-center {
  text-align: center; }

.sp-none {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .sp-none {
      /*TB*/
      display: inherit; } }

@media print, screen and (min-width: 768px) {
  .tb-none {
    /*TB*/
    display: none; } }

@media print, screen and (min-width: 1401px) {
  .pc-none {
    /*PC*/
    display: none; } }

.btn-arrow {
  display: block;
  text-align: center;
  width: 80%;
  max-width: 500px;
  border: solid 1px #1a1a1a;
  color: #1a1a1a;
  margin: 0 auto;
  font-weight: bold;
  padding: 1em 1rem; }
  .btn-arrow::after {
    display: inline-block;
    margin-left: 1em;
    content: "→"; }
  .btn-arrow:hover {
    background: #1a1a1a;
    color: #FFF; }

.btn-instagram::before {
  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("../img/icon_instagram.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 1em; }
.btn-instagram:hover::before {
  background-image: url("../img/icon_instagram-wt.png"); }

.dl_column dt {
  background: #1a1a1a;
  color: #FFF;
  padding: 1rem; }
.dl_column dd {
  padding: 3rem 3rem 5rem;
  line-height: 2; }
  .dl_column dd:last-of-type {
    padding-bottom: 0; }

.dl_table {
  display: flex;
  flex-flow: row wrap; }
  .dl_table dt {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    background: #f5f5f5;
    padding: 1rem 2rem;
    display: flex;
    align-items: center; }
    @media print, screen and (min-width: 768px) {
      .dl_table dt {
        /*TB*/
        width: 30%;
        border-top: solid 1px rgba(146, 146, 146, 0.5);
        border-left: solid 1px rgba(146, 146, 146, 0.5); }
        .dl_table dt:last-of-type {
          border-bottom: solid 1px rgba(146, 146, 146, 0.5); } }
  .dl_table dd {
    width: 100%;
    padding: 2rem 2rem; }
    @media print, screen and (min-width: 768px) {
      .dl_table dd {
        /*TB*/
        width: 70%;
        border-top: solid 1px rgba(146, 146, 146, 0.5);
        border-left: solid 1px rgba(146, 146, 146, 0.5);
        border-right: solid 1px rgba(146, 146, 146, 0.5); }
        .dl_table dd:last-of-type {
          border-bottom: solid 1px rgba(146, 146, 146, 0.5); } }

/* リスト */
.number_list {
  counter-reset: number; }
  .number_list li {
    margin-bottom: 1rem;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5; }
    .number_list li::before {
      counter-increment: number 1;
      content: counter(number) "．"; }
    .number_list li:last-child {
      margin-bottom: 0; }

.bracket-number_list {
  counter-reset: number; }
  .bracket-number_list li {
    margin-bottom: 1rem;
    padding-left: 2em;
    text-indent: -2.5em;
    line-height: 1.5; }
    .bracket-number_list li::before {
      counter-increment: number 1;
      content: "（" counter(number) "）"; }
    .bracket-number_list li:last-child {
      margin-bottom: 0; }

header#header {
  z-index: 999999999;
  position: fixed;
  display: block;
  width: 100%;
  background-color: #c2001f;
  background-image: linear-gradient(0deg, #a7000f, #e1002e); }
  header#header .header_inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; }
    header#header .header_inner .header_logo {
      text-align: center; }
      @media print, screen and (min-width: 1081px) {
        header#header .header_inner .header_logo {
          /*TB*/
          width: 260px; } }
      header#header .header_inner .header_logo img {
        max-height: 90px;
        max-height: 65px;
        width: auto; }
        @media print, screen and (min-width: 1081px) {
          header#header .header_inner .header_logo img {
            /*TB*/
            max-height: 130px; } }
    header#header .header_inner .sp-contact {
      margin-left: auto;
      margin-right: 1rem; }
      @media print, screen and (min-width: 1081px) {
        header#header .header_inner .sp-contact {
          /*TB*/
          display: none; } }
      header#header .header_inner .sp-contact a {
        display: inline-block;
        vertical-align: middle;
        width: 2.6rem;
        height: 2.6rem;
        width: 3.6rem;
        height: 3.6rem;
        margin-right: 2rem; }
        header#header .header_inner .sp-contact a span {
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
        header#header .header_inner .sp-contact a.tel span {
          background-image: url("../img/icon_tel-wt.png"); }
        header#header .header_inner .sp-contact a.contact span {
          background-image: url("../img/icon_mail-wt.png"); }

.header_navi {
  background: linear-gradient(0deg, #a7000f, #e1002e);
  position: fixed;
  top: 0;
  height: 100vh;
  transform: translateY(-100vh);
  transition: transform 1s;
  width: 100%;
  padding: 4rem 0;
  overflow-y: hidden; }
  @media print, screen and (min-width: 1081px) {
    .header_navi {
      /*TB*/
      background: transparent;
      position: relative;
      height: auto;
      transform: none;
      display: block;
      width: 1400px;
      margin: 0 auto;
      padding: 0; } }
  .header_navi ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
    @media print, screen and (min-width: 1081px) {
      .header_navi ul {
        /*TB*/
        flex-flow: row nowrap; } }
    .header_navi ul li {
      flex: 1 1 100%;
      position: relative;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 1081px) {
        .header_navi ul li {
          /*TB*/
          flex: 1 1 auto;
          border-left: solid 1px #FFF;
          height: 86px;
          margin-bottom: 0; } }
      .header_navi ul li span {
        display: block; }
  .header_navi a {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 100%;
    padding: 0 1rem;
    padding: 2rem 1rem;
    text-align: center;
    color: #FFF;
    font-size: 1.7rem;
    font-weight: bold; }
    .header_navi a::after {
      position: absolute;
      display: block;
      width: 80%;
      margin: 0 auto;
      content: "";
      height: 2px;
      border-radius: 3px;
      background: transparent;
      bottom: 1rem;
      left: 0;
      right: 0;
      transition: .5s; }
    @media print, screen and (min-width: 1081px) {
      .header_navi a {
        /*TB*/
        padding: 0 2rem; }
        .header_navi a:hover::after {
          background: #FFF; } }
    .header_navi a span {
      font-size: 1.5rem;
      padding-bottom: 1rem; }
  .header_navi .column_navi {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 1rem;
    align-items: center; }
    @media print, screen and (min-width: 1081px) {
      .header_navi .column_navi {
        /*TB*/
        padding: 0 2rem; } }
    .header_navi .column_navi p.navi_contact {
      width: 100%;
      max-width: 360px;
      margin-bottom: 2rem; }
      .header_navi .column_navi p.navi_contact a {
        background: #a2001f;
        display: block;
        padding: 1rem;
        border-radius: 5rem; }
        .header_navi .column_navi p.navi_contact a::after {
          content: none; }
        .header_navi .column_navi p.navi_contact a:hover, #contact .header_navi .column_navi p.navi_contact a {
          background: #FFF;
          color: #c2001f; }
    .header_navi .column_navi p.navi_company {
      display: flex;
      flex-flow: row nowrap; }
      .header_navi .column_navi p.navi_company span {
        display: inline-block;
        border-left: solid 1px #FFF; }
        .header_navi .column_navi p.navi_company span:first-of-type {
          border-left: none;
          white-space: nowrap; }
      .header_navi .column_navi p.navi_company a {
        display: block;
        padding: 0 2rem; }
        .header_navi .column_navi p.navi_company a::after {
          bottom: -1rem; }
        @media print, screen and (min-width: 768px) {
          .header_navi .column_navi p.navi_company a {
            /*TB*/
            padding: 0 2rem; } }
  .header_navi .sub-navi a {
    padding: 1rem; }
  @media print, screen and (min-width: 768px) {
    .header_navi .sub-navi {
      /*TB*/
      display: none; } }

#quality .header_navi .navi_quality a::after,
#job .header_navi .navi_job a::after,
#training .header_navi .navi_training a::after,
#sportsmental .header_navi .navi_sportsmental a::after,
#voice .header_navi .navi_voice a::after,
#company .header_navi .column_navi .navi_company span:first-of-type a::after,
#news .header_navi .column_navi .navi_company span:last-of-type a::after {
  background: #FFF; }

#menu-trigger {
  padding-right: 2rem; }
  @media print, screen and (min-width: 1081px) {
    #menu-trigger {
      /*TB*/
      display: none; } }
  #menu-trigger a {
    display: block;
    position: relative;
    width: 5rem;
    height: 5rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    z-index: 99999; }
    #menu-trigger a:hover {
      cursor: pointer; }
  #menu-trigger span {
    position: absolute;
    display: block;
    width: calc(100% - 2rem);
    height: 2px;
    background: #c2001f;
    margin: auto;
    left: 0;
    right: 0;
    transition: all .4s; }
    #menu-trigger span:first-of-type {
      top: 1.4rem; }
    #menu-trigger span:nth-of-type(2) {
      top: calc(50% - 1px); }
    #menu-trigger span:last-of-type {
      bottom: 1.4rem; }

.sp-mode #menu-trigger span:first-of-type {
  top: 1.6rem;
  left: 0;
  transform: translateY(6px) rotate(-45deg); }
.sp-mode #menu-trigger span:nth-of-type(2) {
  opacity: 0; }
.sp-mode #menu-trigger span:last-of-type {
  top: 2.6rem;
  left: 0;
  transform: translateY(-6px) rotate(45deg); }
.sp-mode .header_navi {
  transform: translateY(0);
  overflow-y: scroll; }

/* ========================================================
トップページ
 ======================================================== */
.keyvisual_area {
  position: relative;
  height: 100vh; }
  .keyvisual_area .slider-container {
    height: 100vh;
    overflow: hidden;
    height: 100%; }
  .keyvisual_area .swiper-slide {
    position: relative;
    z-index: 1111;
    overflow: hidden; }
    .keyvisual_area .swiper-slide.slide_01 .swiper-img img {
      object-position: 50% 20%; }
    .keyvisual_area .swiper-slide.slide_02 .swiper-img img {
      object-position: 100% 20%; }
    .keyvisual_area .swiper-slide.slide_02 .swiper-img_sp img {
      object-position: 100% 35%; }
    .keyvisual_area .swiper-slide.slide_03 .swiper-img img {
      object-position: 60% 0%; }
    .keyvisual_area .swiper-slide.slide_03 .swiper-img_sp img {
      object-position: 100% 35%; }
  .keyvisual_area .swiper-img, .keyvisual_area .swiper-img_sp {
    position: relative;
    z-index: 2222;
    height: 100%; }
    .keyvisual_area .swiper-img img, .keyvisual_area .swiper-img_sp img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      max-width: auto; }
  .keyvisual_area .swiper-img {
    display: none; }
    @media print, screen and (min-width: 1081px) {
      .keyvisual_area .swiper-img {
        /*TB*/
        display: block; } }
  @media print, screen and (min-width: 1081px) {
    .keyvisual_area .swiper-img_sp {
      /*TB*/
      display: none; } }
  .keyvisual_area .slider-message {
    position: absolute;
    display: none;
    width: 1400px;
    z-index: 6666;
    left: 5%;
    bottom: 30%; }
    @media print, screen and (min-width: 1081px) {
      .keyvisual_area .slider-message {
        /*TB*/
        display: block; } }
  .keyvisual_area .slider-link {
    position: absolute;
    display: block;
    z-index: 6666;
    bottom: 16%;
    left: 0;
    width: 80vw; }
    @media print, screen and (min-width: 768px) {
      .keyvisual_area .slider-link {
        /*TB*/
        width: 50vw;
        bottom: 15%; } }
    .keyvisual_area .slider-link a {
      display: block;
      color: #FFF;
      font-size: 2.2rem;
      text-align: right;
      padding: 2rem;
      background: linear-gradient(-45deg, #a7000f, #e1002e);
      font-weight: bold; }
      .keyvisual_area .slider-link a::after {
        content: "→";
        display: inline-block;
        margin-left: 1em; }

.keyvisual_message {
  position: absolute;
  z-index: 99999;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background: #FFF;
  padding: 2rem 0;
  text-align: center;
  bottom: 2rem;
  left: 0;
  right: 0; }
  @media print, screen and (min-width: 768px) {
    .keyvisual_message {
      /*TB*/
      padding: 3rem 0;
      bottom: 2rem; } }
  .keyvisual_message p {
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: .1em; }
    @media print, screen and (min-width: 768px) {
      .keyvisual_message p {
        /*TB*/
        font-size: 4rem; } }
  .keyvisual_message .t-red {
    color: #c2001f;
    font-weight: bold; }

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s normal both !important; }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
.swiper-slide-active .slider-link,
.swiper-slide-duplicate-active .slider-link,
.swiper-slide-prev .slider-link {
  animation: sideUp 3s linear 0s normal both !important; }

@keyframes sideUp {
  0% {
    left: -100%; }
  70% {
    left: 0; } }
.swiper-slide-active .slider-message,
.swiper-slide-duplicate-active .slider-message,
.swiper-slide-prev .slider-message {
  animation: fadeUp 4s linear 0s normal both !important; }

@keyframes fadeUp {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }
/* トップ コンテンツここから
 ======================================================== */
.top-contents {
  padding: 6rem 0; }
  @media print, screen and (min-width: 768px) {
    .top-contents {
      /*TB*/
      padding: 12rem 0; } }

.top-contents#OCEANS-QUALITY .message_area {
  max-width: 1080px;
  margin: 0 auto 4rem;
  padding: 0 .5rem; }
  @media print, screen and (min-width: 768px) {
    .top-contents#OCEANS-QUALITY .message_area {
      /*TB*/
      margin: 0 auto 8rem; } }
.top-contents#OCEANS-QUALITY .t-big {
  font-size: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 4rem; }
  .top-contents#OCEANS-QUALITY .t-big strong {
    display: block;
    font-size: 2.7rem;
    font-size: 3rem;
    margin-bottom: 2rem; }
.top-contents#OCEANS-QUALITY p {
  font-size: 1.8rem;
  font-size: 2rem;
  line-height: 1.8; }
.top-contents#OCEANS-QUALITY .image_area {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 .5rem; }
  @media print, screen and (min-width: 768px) {
    .top-contents#OCEANS-QUALITY .image_area {
      /*TB*/
      margin-bottom: 8rem; } }

.top-contents#service {
  background: #f5f5f5; }
  .top-contents#service .flex-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: .5rem;
    margin: 0 auto 8rem; }
    .top-contents#service .flex-box a {
      display: block;
      background: #c2001f; }
      @media print, screen and (min-width: 768px) {
        .top-contents#service .flex-box a {
          /*TB*/
          width: calc(100% / 3 - 1rem); }
          .top-contents#service .flex-box a:hover {
            background: #a2001f; }
            .top-contents#service .flex-box a:hover dl dt.image img {
              transform: scale(1.1); } }
    .top-contents#service .flex-box dl.service-job dt.title::before {
      background-image: url("../img/icon_school-wt.png"); }
    .top-contents#service .flex-box dl.service-training dt.title::before {
      background-image: url("../img/icon_building-wt.png"); }
    .top-contents#service .flex-box dl.service-sportsmental dt.title::before {
      background-image: url("../img/icon_mental-wt.png"); }
    .top-contents#service .flex-box dl dt.image {
      overflow: hidden; }
      .top-contents#service .flex-box dl dt.image img:hover {
        opacity: 1; }
    .top-contents#service .flex-box dl dt.title {
      display: block;
      padding: 3rem 3rem 1.5rem;
      color: #FFF;
      text-align: center;
      font-size: 1.8rem;
      font-weight: bold; }
      .top-contents#service .flex-box dl dt.title::before {
        display: inline-block;
        content: "";
        width: 5rem;
        height: 5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        vertical-align: middle;
        margin-right: 1em; }
        @media print, screen and (min-width: 768px) {
          .top-contents#service .flex-box dl dt.title::before {
            /*TB*/
            display: block;
            margin: 0 auto 1rem; } }
        @media print, screen and (min-width: 1401px) {
          .top-contents#service .flex-box dl dt.title::before {
            /*PC*/
            display: inline-block;
            margin-right: 1em; } }
      .top-contents#service .flex-box dl dt.title::after {
        content: "→";
        display: inline-block;
        margin-left: 1em; }
    .top-contents#service .flex-box dl dd {
      padding: 1.5rem 3rem 3rem;
      color: #FFF;
      line-height: 1.5; }
  .top-contents#service .banner_area {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 4rem; }
    @media print, screen and (min-width: 768px) {
      .top-contents#service .banner_area li {
        /*TB*/ } }

.top-contents#course .flex-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 6rem; }
  @media print, screen and (min-width: 768px) {
    .top-contents#course .flex-box {
      /*TB*/
      margin-bottom: 12rem; } }
  @media print, screen and (min-width: 1081px) {
    .top-contents#course .flex-box > div {
      /*TB*/
      width: 50%; } }
  .top-contents#course .flex-box .left_area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    padding: 0 4rem 2rem; }
    @media print, screen and (min-width: 1081px) {
      .top-contents#course .flex-box .left_area {
        /*TB*/
        padding: 0 4rem 1rem; } }
    .top-contents#course .flex-box .left_area .title {
      position: relative;
      color: #ff8088;
      font-size: 2.8rem;
      text-align: center;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 1081px) {
        .top-contents#course .flex-box .left_area .title {
          /*TB*/
          font-size: 4rem; } }
      .top-contents#course .flex-box .left_area .title::before, .top-contents#course .flex-box .left_area .title::after {
        display: block;
        position: absolute;
        content: "";
        top: 0;
        width: .2rem;
        height: 100%;
        background: #ff8088; }
      .top-contents#course .flex-box .left_area .title::before {
        left: 0;
        transform: rotate(-20deg); }
      .top-contents#course .flex-box .left_area .title::after {
        right: 0;
        transform: rotate(20deg); }
    .top-contents#course .flex-box .left_area p {
      margin-bottom: 3rem; }
      .top-contents#course .flex-box .left_area p strong {
        display: block;
        text-align: center;
        margin-bottom: 3rem; }
    .top-contents#course .flex-box .left_area .button_area {
      margin-top: auto; }
.top-contents#course .banner-box {
  display: flex;
  flex-flow: row wrap;
  background: linear-gradient(-45deg, #a7000f, #e1002e);
  max-width: 1200px;
  margin: 0 auto; }
  .top-contents#course .banner-box .left_area {
    padding: 2rem;
    text-align: center; }
    @media print, screen and (min-width: 1081px) {
      .top-contents#course .banner-box .left_area {
        /*TB*/
        width: 67.5%; } }
    .top-contents#course .banner-box .left_area .title {
      background: #FFF;
      text-align: center;
      color: #c2001f;
      font-weight: bold;
      padding: 1.5rem 1rem;
      outline: solid 1px #FFF;
      border: solid 4px #c2001f;
      margin-bottom: 2rem; }
      .top-contents#course .banner-box .left_area .title strong {
        display: block;
        font-size: 2.1rem;
        margin-right: 1rem; }
        @media print, screen and (min-width: 768px) {
          .top-contents#course .banner-box .left_area .title strong {
            /*TB*/
            display: inline-block; } }
    .top-contents#course .banner-box .left_area .price {
      display: inline-block;
      font-weight: bold;
      font-size: 2rem;
      padding: 1rem 2rem;
      color: #FFF;
      margin-bottom: 2rem;
      border: solid 2px #FFF; }
    .top-contents#course .banner-box .left_area .message {
      text-align: left;
      color: #FFF;
      line-height: 1.5; }
  .top-contents#course .banner-box .right_area {
    margin-left: auto; }
    @media print, screen and (min-width: 768px) {
      .top-contents#course .banner-box .right_area {
        /*TB*/
        width: 32.5%; } }
  .top-contents#course .banner-box .button_area {
    width: 100%; }
    .top-contents#course .banner-box .button_area a {
      width: 100%;
      max-width: 100%;
      border: none;
      color: #FFF; }

.link_toppamental {
  width: 100%;
  max-width: 1200px;
  background: #33c9c9;
  margin: 0 auto 4rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center; }
  @media print, screen and (min-width: 768px) {
    .link_toppamental {
      /*TB*/
      flex-flow: row nowrap;
      margin: 0 auto 8rem; } }
  .link_toppamental p {
    font-weight: bold; }
    .link_toppamental p.title {
      text-align: center;
      margin-bottom: 1rem; }
      .link_toppamental p.title span {
        display: inline-block;
        margin-top: 1rem; }
  .link_toppamental .left_area {
    color: #FFF;
    line-height: 1.5;
    padding: 3rem 2rem 0; }
    @media print, screen and (min-width: 768px) {
      .link_toppamental .left_area {
        /*TB*/
        padding: 3rem 2rem; } }
  .link_toppamental .right_area {
    padding: 3rem 2rem; }

.link_instagram {
  padding-top: 4rem; }
  @media print, screen and (min-width: 768px) {
    .link_instagram {
      /*TB*/
      padding-top: 8rem; } }
  .link_instagram h2 {
    font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-bottom: 3rem;
    border-bottom: dashed 0.3rem #929292; }
    .link_instagram h2 .sub-title {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .link_instagram .instagram_article {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 4rem; }
    @media print, screen and (min-width: 768px) {
      .link_instagram .instagram_article {
        /*TB*/
        margin-bottom: 8rem; } }
    .link_instagram .instagram_article li {
      width: 100%; }
      .link_instagram .instagram_article li blockquote, .link_instagram .instagram_article li iframe {
        max-width: 350px !important;
        margin: 0 auto !important; }
      @media print, screen and (min-width: 768px) {
        .link_instagram .instagram_article li {
          /*TB*/
          width: calc(100% / 2 - 1rem); } }
      @media print, screen and (min-width: 1401px) {
        .link_instagram .instagram_article li {
          /*PC*/
          width: calc(100% / 4 - 1.5rem); } }
      .link_instagram .instagram_article li:nth-child(1), .link_instagram .instagram_article li:nth-child(4) {
        display: none; }
        @media print, screen and (min-width: 768px) {
          .link_instagram .instagram_article li:nth-child(1), .link_instagram .instagram_article li:nth-child(4) {
            /*TB*/
            display: block; } }

/* ========================================================
　コンテンツ共通部分
 ======================================================== */
.contents-header {
  position: relative; }
  .contents-header .firstview_area {
    position: relative;
    padding-top: 65px; }
    @media print, screen and (min-width: 768px) {
      .contents-header .firstview_area {
        /*TB*/ } }
    @media print, screen and (min-width: 1081px) {
      .contents-header .firstview_area {
        /*TB*/
        padding-top: 130px; } }
    .contents-header .firstview_area .contents_message {
      display: none; }
      @media print, screen and (min-width: 768px) {
        .contents-header .firstview_area .contents_message {
          /*TB*/
          display: block; } }
    #voice .contents-header .firstview_area {
      height: auto; }
  .contents-header .simple-header {
    position: relative;
    padding-top: 65px; }
    @media print, screen and (min-width: 1081px) {
      .contents-header .simple-header {
        /*TB*/
        padding-top: 130px; } }
    .voice_detail .contents-header .simple-header {
      background: #f5f5f5; }
  .contents-header .title_area {
    position: relative;
    height: 100px;
    background: #FFF;
    padding: .5rem;
    z-index: 1;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }
    @media print, screen and (min-width: 1081px) {
      .contents-header .title_area {
        /*TB*/
        height: 180px;
        height: 140px; } }
    #voice .contents-header .title_area {
      background: transparent; }
    .contents-header .title_area .eng_title {
      font-family: "Arial", sans-serif;
      font-size: 2.2rem;
      font-style: italic;
      font-weight: bold;
      color: rgba(194, 0, 31, 0.15);
      text-align: right;
      margin-bottom: 1rem; }
      @media print, screen and (min-width: 1081px) {
        .contents-header .title_area .eng_title {
          /*TB*/
          position: absolute;
          right: 0;
          font-size: 6rem;
          top: 50%;
          transform: translateY(-50%); } }
    .contents-header .title_area .contents_title {
      font-size: 2.8rem;
      color: #c2001f;
      font-weight: 800;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        .contents-header .title_area .contents_title {
          /*TB*/
          text-align: left; } }
      @media print, screen and (min-width: 1081px) {
        .contents-header .title_area .contents_title {
          /*TB*/
          font-size: 5.5rem; } }
      .contents-header .title_area .contents_title span {
        display: block;
        color: #666666;
        font-size: 2rem;
        font-weight: 500;
        margin-bottom: 1rem; }
        @media print, screen and (min-width: 1081px) {
          .contents-header .title_area .contents_title span {
            /*TB*/
            font-size: 2.2rem; } }
      #voice .contents-header .title_area .contents_title {
        padding-right: 38vw; }
        @media print, screen and (min-width: 1081px) {
          #voice .contents-header .title_area .contents_title {
            /*TB*/
            padding: 0; } }
      #voice.voice_detail .contents-header .title_area .contents_title {
        padding-right: 0; }
  .contents-header .contents_visual {
    position: relative;
    height: calc(100vh - 65px - 100px);
    overflow: hidden; }
    #voice .contents-header .contents_visual {
      height: auto; }
    @media print, screen and (min-width: 1081px) {
      .contents-header .contents_visual {
        /*TB*/
        min-height: 400px;
        height: calc(100vh - 180px - 100px);
        height: max(400px, 100vh - 180px - 100px); } }
    .contents-header .contents_visual > img {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: 64% bottom; }
      @media print, screen and (min-width: 768px) {
        .contents-header .contents_visual > img {
          /*TB*/
          object-position: center top; } }
      #job .contents-header .contents_visual > img {
        height: 86%;
        object-position: 85% bottom; }
        @media print, screen and (min-width: 768px) {
          #job .contents-header .contents_visual > img {
            /*TB*/
            height: 100%;
            object-position: right 67%; } }
      #training .contents-header .contents_visual > img {
        height: 86%;
        object-position: 95% top; }
        @media print, screen and (min-width: 768px) {
          #training .contents-header .contents_visual > img {
            /*TB*/
            height: 100%;
            object-position: right top; } }
      #voice .contents-header .contents_visual > img {
        height: 86%;
        height: 100%;
        object-fit: contain;
        object-position: right bottom; }
        @media print, screen and (min-width: 768px) {
          #voice .contents-header .contents_visual > img {
            /*TB*/
            height: 100%;
            object-position: right top; } }
    .contents-header .contents_visual::before {
      z-index: 1;
      content: none;
      position: absolute;
      display: block;
      width: 70vw;
      height: 100%;
      background: #00a69a;
      mix-blend-mode: overlay;
      clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
      left: -10%; }
      @media print, screen and (min-width: 768px) {
        .contents-header .contents_visual::before {
          /*TB*/
          content: ""; } }
      #job .contents-header .contents_visual::before {
        background: rgba(186, 0, 25, 0.5);
        mix-blend-mode: normal; }
      #training .contents-header .contents_visual::before {
        background: #ba0019;
        mix-blend-mode: normal; }
      #voice .contents-header .contents_visual::before {
        background: rgba(255, 255, 255, 0.5);
        mix-blend-mode: normal; }
  .contents-header .contents_message {
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2; }
    @media print, screen and (min-width: 1401px) {
      .contents-header .contents_message {
        /*PC*/
        max-width: 90%; } }
    .contents-header .contents_message .image {
      width: 50%;
      margin-bottom: 3rem; }
    .contents-header .contents_message .text {
      color: #FFF;
      font-size: 1.8rem;
      width: 550px;
      line-height: 1.8;
      font-weight: bold;
      width: 50%;
      max-width: 732px; }
    #voice .contents-header .contents_message {
      top: 0; }
      #voice .contents-header .contents_message .text {
        color: #1a1a1a; }
  .contents-header .contents_images {
    display: flex;
    flex-flow: row wrap; }
    .contents-header .contents_images li {
      width: 50%; }
      @media print, screen and (min-width: 768px) {
        .contents-header .contents_images li {
          /*TB*/
          width: 25%; } }
  .contents-header .contents_message-sp {
    position: relative;
    margin-top: -30%;
    padding: 0 1rem; }
    #job .contents-header .contents_message-sp {
      background-color: #ba0019; }
    #training .contents-header .contents_message-sp {
      background-color: #ba0019; }
    #sportsmental .contents-header .contents_message-sp {
      background-color: #00a69a; }
    #voice .contents-header .contents_message-sp {
      background-color: #ba0019;
      margin-top: 0; }
      #voice .contents-header .contents_message-sp .text {
        padding-top: 3rem; }
    .contents-header .contents_message-sp .image {
      padding: 3rem 0 2rem;
      text-align: center; }
      @media screen and (min-width: 577px) {
        .contents-header .contents_message-sp .image.sp {
          /*SP*/
          display: none; } }
      .contents-header .contents_message-sp .image.tb {
        display: none; }
        @media screen and (min-width: 577px) {
          .contents-header .contents_message-sp .image.tb {
            /*SP*/
            display: block; } }
    .contents-header .contents_message-sp .text {
      color: #FFF;
      font-size: 1.8rem;
      line-height: 1.8;
      font-weight: bold;
      padding-bottom: 3rem; }
    @media print, screen and (min-width: 768px) {
      .contents-header .contents_message-sp {
        /*TB*/
        display: none; } }

.pankuzu_area {
  display: none;
  background: #f5f5f5;
  padding: 1.5rem 0; }
  @media print, screen and (min-width: 768px) {
    .pankuzu_area {
      /*TB*/
      display: block; } }
  .pankuzu_area ul {
    display: flex;
    flex-flow: row wrap; }
    .pankuzu_area ul li {
      font-size: 1.5rem;
      font-weight: bold;
      color: #666666; }
      .pankuzu_area ul li::before {
        content: ">";
        padding: 0 1em; }
      .pankuzu_area ul li:first-child::before {
        content: none; }

.contents_area section {
  padding: 7rem 0;
  padding: 4rem 0; }
  @media print, screen and (min-width: 1081px) {
    .contents_area section {
      /*TB*/
      padding: 14rem 0; } }
  .contents_area section#about {
    padding-bottom: 0; }
@media print, screen and (min-width: 1081px) {
  .contents_area#conetnts_company section, .contents_area#contents_quality section {
    /*TB*/
    padding: 10rem 0; } }

.caption {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 3rem; }
  @media print, screen and (min-width: 768px) {
    .caption {
      /*TB*/
      margin: 0 0 6rem; } }

h2 {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 6rem; }
  h2 .sub-title {
    display: block;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    font-weight: bold; }
  #about h2 {
    font-size: 2.8rem; }
  h2.back_gra {
    background: linear-gradient(-45deg, #a7000f, #e1002e);
    padding: 3rem 0;
    color: #FFF; }

.about-contents {
  font-size: 1.8rem;
  margin-bottom: 8rem; }

.contents_navi {
  background: #f5f5f5;
  padding: 2rem; }
  #company .contents_navi {
    margin-top: 6rem; }
  @media print, screen and (min-width: 1081px) {
    .contents_navi {
      /*TB*/
      padding: 4rem; } }
  .contents_navi .main, .contents_navi .sub {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    text-align: center; }
  .contents_navi .main {
    gap: 1rem; }
    @media print, screen and (min-width: 768px) {
      .contents_navi .main {
        /*TB*/
        flex-flow: row nowrap;
        gap: 2rem; } }
    @media print, screen and (min-width: 1081px) {
      .contents_navi .main {
        /*TB*/
        flex-flow: row nowrap;
        gap: 3.4rem; } }
    .contents_navi .main li {
      width: calc(50% - .5rem); }
      @media print, screen and (min-width: 768px) {
        .contents_navi .main li {
          /*TB*/
          width: 100%; } }
      .contents_navi .main li a {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        padding: 1rem 1rem;
        width: 100%;
        background: #c2001f;
        color: #FFF;
        font-weight: bold;
        height: 100%; }
        .contents_navi .main li a::after {
          content: "▼";
          font-size: .8em;
          display: inline-block;
          vertical-align: middle;
          margin-left: 1em;
          margin-left: auto; }
        @media print, screen and (min-width: 768px) {
          .contents_navi .main li a {
            /*TB*/
            padding: 1rem 1.5rem; } }
  .contents_navi .sub {
    margin-top: 4rem;
    gap: 1rem; }
    @media print, screen and (min-width: 768px) {
      .contents_navi .sub {
        /*TB*/
        gap: 3.4rem; } }
    @media print, screen and (min-width: 768px) {
      .contents_navi .sub li {
        /*TB*/ } }
    .contents_navi .sub a {
      border: solid 1px #1a1a1a;
      display: block;
      font-weight: bold;
      padding: .5rem 2rem;
      border-radius: 5rem; }
      .contents_navi .sub a::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 1rem;
        width: 4rem;
        height: 4rem;
        width: 3rem;
        height: 3rem;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
      .contents_navi .sub a.support::before {
        background-image: url("../img/icon_support.png"); }
      .contents_navi .sub a.flow::before {
        background-image: url("../img/icon_memo.png"); }
      .contents_navi .sub a.voice::before {
        background-image: url("../img/icon_voice.png"); }
      .contents_navi .sub a.school::before {
        background-image: url("../img/icon_school.png"); }
      .contents_navi .sub a::after {
        content: "→";
        display: inline-block;
        vertical-align: middle;
        margin-left: 1em;
        content: "▼";
        font-size: .6em; }

#main-service .block_area {
  position: relative;
  display: flex;
  flex-flow: row wrap; }
  @media print, screen and (min-width: 1081px) {
    #main-service .block_area {
      /*TB*/
      min-height: 39.89583333333333vw; } }
  #main-service .block_area:nth-of-type(2n + 1) {
    background: #f5f5f5; }
  #main-service .block_area:nth-of-type(2n) {
    background: #FFF; }
    #main-service .block_area:nth-of-type(2n) .text_area {
      justify-content: flex-end; }
      @media print, screen and (min-width: 1081px) {
        #main-service .block_area:nth-of-type(2n) .text_area {
          /*TB*/
          order: 2;
          padding-right: 2vw;
          padding-left: 0;
          text-align: right;
          padding-left: calc(39.6875vw - 3rem); } }
      @media print, screen and (min-width: 1401px) {
        #main-service .block_area:nth-of-type(2n) .text_area {
          /*PC*/
          padding-right: 13.5vw; } }
    @media print, screen and (min-width: 1081px) {
      #main-service .block_area:nth-of-type(2n) .image_area {
        /*TB*/
        order: 1;
        left: 0;
        right: auto; } }
  #main-service .block_area .text_area, #main-service .block_area .image_area {
    width: 100%; }
  #main-service .block_area .text_area {
    display: flex;
    flex-flow: column nowrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    order: 1;
    padding: 3rem 0; }
    @media print, screen and (min-width: 1081px) {
      #main-service .block_area .text_area {
        /*TB*/
        width: 62%;
        width: 100%;
        padding-top: 5rem;
        padding-left: 2vw;
        padding-right: calc(39.6875vw - 3rem); } }
    @media print, screen and (min-width: 1401px) {
      #main-service .block_area .text_area {
        /*PC*/
        padding-left: 13.5vw; } }
  #main-service .block_area .image_area {
    order: 2;
    padding: 0 2rem; }
    @media print, screen and (min-width: 1081px) {
      #main-service .block_area .image_area {
        /*TB*/
        width: 39.6875vw;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0; } }
  #main-service .block_area .eng_title {
    width: 100%;
    font-size: calc((100vw - 2rem) / 12);
    font-size: min(7rem, calc((100vw - 2rem) / 12));
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: rgba(0, 0, 0, 0.1);
    padding: 0 1rem; }
    @media print, screen and (min-width: 1081px) {
      #main-service .block_area .eng_title {
        /*TB*/
        font-size: 7rem;
        font-size: 6rem;
        padding: 0; } }
  #main-service .block_area h3 {
    position: relative;
    text-align: center;
    background: linear-gradient(-45deg, #a7000f, #e1002e);
    color: #FFF;
    font-size: 2.6rem;
    padding: .5rem 1rem;
    font-weight: bold;
    width: 100%; }
    @media print, screen and (min-width: 1081px) {
      #main-service .block_area h3 {
        /*TB*/
        font-size: 3rem; } }
  #main-service .block_area h4 {
    font-weight: bold;
    margin-bottom: 1rem; }
  #main-service .block_area .description {
    display: inline-block;
    text-align: left;
    margin: 3rem 0;
    padding: 0 2rem; }
    @media print, screen and (min-width: 1081px) {
      #main-service .block_area .description {
        /*TB*/
        width: 85%;
        padding: 0; } }
    #main-service .block_area .description p {
      font-size: 1.8rem;
      margin-bottom: 2rem; }
    #main-service .block_area .description strong {
      font-size: 2.2rem; }
      @media print, screen and (min-width: 1081px) {
        #main-service .block_area .description strong {
          /*TB*/
          font-size: 2.5rem;
          font-size: 2.8rem; } }
  #main-service .block_area ul {
    line-height: 1.5; }
    #main-service .block_area ul li {
      padding-left: 2em; }
      #main-service .block_area ul li:first-child {
        text-indent: -2em; }
        #main-service .block_area ul li:first-child::before {
          content: "→";
          padding-right: 1em; }
  #main-service .block_area .button_area {
    width: 100%;
    margin-top: auto;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      #main-service .block_area .button_area {
        /*TB*/
        margin-bottom: 5rem; } }
    #main-service .block_area .button_area a {
      display: block;
      border: solid 0.1rem #1a1a1a;
      font-size: 2rem;
      font-weight: bold;
      padding: 1rem 2rem;
      width: 80%;
      max-width: 500px;
      margin: 0 auto; }
      #main-service .block_area .button_area a::before {
        content: "";
        display: inline-block;
        width: 3.4rem;
        height: 3.4rem;
        background-image: url("../img/icon_support.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        vertical-align: middle;
        margin-right: 1rem; }
      #main-service .block_area .button_area a::after {
        content: "→";
        margin-left: 2rem;
        transition: .3s; }
      #main-service .block_area .button_area a:hover {
        background: #1a1a1a;
        color: #FFF; }
        #main-service .block_area .button_area a:hover::before {
          background-image: url("../img/icon_support-wt.png"); }
#main-service .caption {
  margin: 6rem 0 0; }
  #main-service .caption .cover_1400, #main-service .caption .contents-header .title_area .contents_title, .contents-header .title_area #main-service .caption .contents_title, #main-service .caption .contents-header .contents_message, .contents-header #main-service .caption .contents_message, #main-service .caption .pankuzu_area ul, .pankuzu_area #main-service .caption ul {
    background: #f5f5f5;
    padding: 4rem 0; }

@media print, screen and (min-width: 768px) {
  .greeting-contents {
    /*TB*/
    background-image: url("../img/company/image_greeting.jpg");
    background-repeat: no-repeat;
    background-size: 45% auto;
    background-position: left top;
    padding: 7rem 0 0; } }
.greeting-contents .over-text {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 2rem; }
  @media print, screen and (min-width: 768px) {
    .greeting-contents .over-text {
      /*TB*/
      font-size: 4rem; } }
  @media print, screen and (min-width: 1401px) {
    .greeting-contents .over-text {
      /*PC*/
      font-size: 4.7rem; } }
.greeting-contents .cover_1200, .greeting-contents #contents_news .news-list article, #contents_news .news-list .greeting-contents article {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end; }
  @media print, screen and (min-width: 768px) {
    .greeting-contents .cover_1200, .greeting-contents #contents_news .news-list article, #contents_news .news-list .greeting-contents article {
      /*TB*/
      flex-flow: row wrap; } }
.greeting-contents .greeting-image {
  padding: 0 2rem; }
  @media print, screen and (min-width: 768px) {
    .greeting-contents .greeting-image {
      /*TB*/
      display: none; } }
.greeting-contents .greeting-message {
  padding: 2rem 4rem; }
  @media print, screen and (min-width: 768px) {
    .greeting-contents .greeting-message {
      /*TB*/
      width: 50%;
      padding: 0 0 4rem; } }
  @media print, screen and (min-width: 1081px) {
    .greeting-contents .greeting-message {
      /*TB*/
      width: 50%; } }
  .greeting-contents .greeting-message p {
    line-height: 1.8;
    font-size: 1.7rem; }
    .greeting-contents .greeting-message p.bold {
      font-weight: bold;
      margin-bottom: 1em;
      font-size: 1.9rem; }
    .greeting-contents .greeting-message p .big {
      font-size: 1.2em; }
.greeting-contents .signature {
  margin-top: 4rem;
  text-align: right;
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold; }
  .greeting-contents .signature .name {
    font-size: 2.5rem;
    padding-left: 1em;
    font-weight: bold; }

.map iframe {
  aspect-ratio: 1024 / 480;
  width: 100%;
  height: 100%; }

#conetnts_company .access {
  background: #f5f5f5;
  margin: 4rem 4rem 0;
  padding: 2rem 0; }
  #conetnts_company .access dl {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; }
    #conetnts_company .access dl dt {
      text-align: center;
      background-color: #c2001f;
      color: #FFF;
      padding: .5rem 1rem;
      width: 30%; }
    #conetnts_company .access dl dd {
      padding-left: 4rem;
      line-height: 2; }

#support {
  background: linear-gradient(-45deg, #a7000f, #e1002e); }
  #support h2 {
    color: #FFF; }
  #support .support_lineup {
    display: flex;
    flex-flow: row wrap;
    gap: 4rem; }
    #support .support_lineup dl {
      width: 100%;
      background: #FFF;
      border-radius: 1.4rem;
      padding: 2rem; }
      @media print, screen and (min-width: 768px) {
        #support .support_lineup dl {
          /*TB*/
          width: calc((100% - 8rem) / 3);
          padding: 4rem; } }
      #support .support_lineup dl dt {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        color: #c2001f;
        margin-bottom: 2rem; }
        #support .support_lineup dl dt span {
          position: relative;
          display: block;
          width: 10rem;
          height: 10rem;
          margin: 0 auto 2rem;
          text-align: center;
          border-radius: 100%;
          background: #c2001f;
          vertical-align: middle; }
          #support .support_lineup dl dt span img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 60%;
            height: 60%;
            object-fit: contain; }
      #support .support_lineup dl dd {
        line-height: 1.5;
        font-size: 1.8rem; }

#flow,
#conetnts_spi #course {
  background: #f5f5f5; }

.flow_list {
  counter-reset: flow; }
  .flow_list li {
    margin-bottom: 1rem; }
    .flow_list li:last-child {
      margin-bottom: 0; }
    .flow_list li dl {
      display: flex;
      flex-flow: row wrap;
      background: #FFF;
      font-size: 1.8rem; }
      .flow_list li dl dt {
        display: flex;
        align-items: center;
        width: 50%; }
        @media print, screen and (min-width: 768px) {
          .flow_list li dl dt {
            /*TB*/
            width: 25%; } }
      .flow_list li dl dd {
        width: 100%;
        padding: 2rem;
        line-height: 1.5; }
        @media print, screen and (min-width: 768px) {
          .flow_list li dl dd {
            /*TB*/
            width: 50%;
            display: flex;
            align-items: center; } }
    .flow_list li .number {
      position: relative;
      background: #c2001f;
      color: #FFF;
      font-size: 4rem;
      font-style: italic;
      font-weight: bold;
      text-align: center;
      flex-flow: column nowrap;
      align-items: flex-end;
      justify-content: center;
      padding: 1rem 5rem 1rem 0; }
      .flow_list li .number span {
        display: block;
        text-align: center;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: bold;
        text-align: match-parent; }
      .flow_list li .number::before {
        position: absolute;
        display: block;
        width: 5rem;
        height: 5rem;
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        left: 5rem; }
      .flow_list li .number::after {
        content: "";
        display: block;
        position: absolute;
        background: #c2001f;
        width: 3rem;
        height: 100%;
        right: -3rem;
        clip-path: polygon(0 0, 100% 50%, 0% 100%); }
    .flow_list li .title {
      text-align: center;
      font-weight: bold;
      padding-left: 5rem;
      border-bottom: solid 0.1rem #c2001f; }
      @media print, screen and (min-width: 768px) {
        .flow_list li .title {
          /*TB*/
          border-bottom: none; } }
    .flow_list li.step_01 .number::before {
      background-image: url("../img/icon_flow_01.png"); }
    .flow_list li.step_02 .number::before {
      background-image: url("../img/icon_flow_02.png"); }
    .flow_list li.step_03 .number::before {
      background-image: url("../img/icon_flow_03.png"); }
    .flow_list li.step_04 .number::before {
      background-image: url("../img/icon_flow_04.png"); }
    .flow_list li.step_05 .number::before {
      background-image: url("../img/icon_flow_05.png"); }

#conetnts_spi h2 + div {
  text-align: center;
  margin-bottom: 3rem; }
  @media print, screen and (min-width: 768px) {
    #conetnts_spi h2 + div {
      /*TB*/
      margin-bottom: 6rem; } }
  #conetnts_spi h2 + div p {
    display: inline-block;
    text-align: left; }
    #conetnts_spi h2 + div p strong {
      font-size: 4rem;
      font-weight: bold;
      text-align: center;
      display: block;
      margin: 4rem 0; }
#conetnts_spi #about h2 + div p {
  font-size: 1.8rem;
  line-height: 1.8; }
  #conetnts_spi #about h2 + div p strong {
    color: #ff8088;
    line-height: 1.3; }
#conetnts_spi .course-style {
  background: #FFF;
  margin-bottom: 2rem;
  display: flex;
  flex-flow: row wrap; }
  @media print, screen and (min-width: 1081px) {
    #conetnts_spi .course-style {
      /*TB*/
      padding: 0 6rem; } }
  #conetnts_spi .course-style .text_area {
    width: 100%;
    padding: 3rem; }
    @media print, screen and (min-width: 768px) {
      #conetnts_spi .course-style .text_area {
        /*TB*/
        width: 55%; } }
  #conetnts_spi .course-style .image_area {
    width: 100%;
    padding: 0 3rem 3rem;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      #conetnts_spi .course-style .image_area {
        /*TB*/
        width: 45%;
        padding: 3rem; } }
  #conetnts_spi .course-style h3 {
    background: #c2001f;
    color: #FFF;
    font-size: 2.7rem;
    font-weight: bold;
    padding: 1rem .5rem;
    text-align: center;
    margin-bottom: 4rem; }
  #conetnts_spi .course-style p {
    margin: 1em 0; }
  #conetnts_spi .course-style strong {
    font-size: 2rem;
    font-weight: bold; }

#about_spi-course {
  margin-top: 4rem; }
  @media print, screen and (min-width: 768px) {
    #about_spi-course {
      /*TB*/
      margin-top: 8rem;
      display: flex;
      flex-flow: row wrap;
      padding: 7rem 0 0;
      background-image: url("../img/job/spi-course_image.jpg");
      background-repeat: no-repeat;
      background-position: right -50% top;
      background-size: 70% auto; } }
  @media print, screen and (min-width: 1081px) {
    #about_spi-course {
      /*TB*/
      padding: 14rem 0 0;
      background-position: right top;
      background-size: 60% auto; } }
  #about_spi-course div {
    background: linear-gradient(-45deg, #a7000f, #e1002e);
    padding: 3rem 2rem; }
    @media print, screen and (min-width: 768px) {
      #about_spi-course div {
        /*TB*/
        width: 65%; } }
    @media print, screen and (min-width: 1081px) {
      #about_spi-course div {
        /*TB*/
        padding: 4rem;
        width: 60%; } }
    @media print, screen and (min-width: 1401px) {
      #about_spi-course div {
        /*PC*/
        width: 46%;
        padding: 6rem;
        padding-left: 13.5vw;
        padding-left: max(2.5vw, 13.54vw); } }
    #about_spi-course div h3 {
      font-size: 2.7rem;
      font-weight: bold;
      margin-bottom: 1em;
      color: #ff8088; }
    #about_spi-course div p {
      color: #FFF;
      font-size: 1.8rem;
      margin-top: 1em; }
      @media print, screen and (min-width: 1081px) {
        #about_spi-course div p {
          /*TB*/
          margin-top: 2em; } }

.contents .contact_area {
  padding: 8rem 0; }
  .contents .contact_area ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem; }
    .contents .contact_area ul li {
      border: solid 1px #1a1a1a;
      width: 100%;
      max-width: 340px;
      text-align: center;
      padding: 2rem; }
      .contents .contact_area ul li p {
        margin-bottom: 1rem;
        font-size: 1.8rem;
        font-weight: bold; }
  .contents .contact_area .contact_message {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4rem; }
  .contents .contact_area .contact_tel a {
    color: #1a1a1a;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1; }
    .contents .contact_area .contact_tel a::before {
      content: "";
      display: inline-block;
      width: 2.8rem;
      height: 2.8rem;
      border-radius: 50%;
      border: solid 1px #1a1a1a;
      background-image: url("../img/icon_tel.png");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center;
      vertical-align: bottom;
      margin-right: 1rem; }
    @media print, screen and (min-width: 768px) {
      .contents .contact_area .contact_tel a {
        /*TB*/
        pointer-events: none; } }
  .contents .contact_area .contact_mail a span {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url("../img/icon_mail.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle; }

#text-test h2 + div p strong {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left; }
#text-test .book_area ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1rem; }
  #text-test .book_area ul li {
    width: auto; }
    #text-test .book_area ul li.spi-test {
      margin-left: 2rem; }
      @media print, screen and (min-width: 1081px) {
        #text-test .book_area ul li.spi-test {
          /*TB*/
          margin-left: 4rem; } }

#conetnts_spi #teacher .flex_area {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0; }
  #conetnts_spi #teacher .flex_area .image_area {
    text-align: center;
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      #conetnts_spi #teacher .flex_area .image_area {
        /*TB*/
        width: 45%; } }
    #conetnts_spi #teacher .flex_area .image_area figcaption {
      text-align: center;
      padding: 2rem 0; }
  #conetnts_spi #teacher .flex_area .text_area {
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      #conetnts_spi #teacher .flex_area .text_area {
        /*TB*/
        width: 55%;
        padding-left: 4rem; } }
#conetnts_spi #teacher strong {
  font-size: 2rem;
  font-weight: bold;
  text-align: left; }
  @media print, screen and (min-width: 768px) {
    #conetnts_spi #teacher strong {
      /*TB*/
      margin-top: 0; } }

#youtube-channel {
  margin: 4rem 0;
  padding: 0 2rem;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    #youtube-channel {
      /*TB*/
      margin: 0 0 10rem; } }
  #youtube-channel a {
    display: inline-block; }
  #youtube-channel .sp-none {
    display: none; }
    @media print, screen and (min-width: 768px) {
      #youtube-channel .sp-none {
        /*TB*/
        display: block; } }
  @media print, screen and (min-width: 768px) {
    #youtube-channel .sp-only {
      /*TB*/
      display: none; } }

/* ========================================================
OCEANS QUALITY
 ======================================================== */
#contents_quality > div figure img {
  object-fit: cover;
  object-position: 70% center;
  height: 300px;
  width: 100%;
  max-width: inherit; }
  @media print, screen and (min-width: 1081px) {
    #contents_quality > div figure img {
      /*TB*/
      height: auto; } }
#contents_quality > div > p {
  text-align: center;
  padding: 4rem 2rem;
  font-size: 2rem; }
  @media print, screen and (min-width: 768px) {
    #contents_quality > div > p {
      /*TB*/
      padding: 6rem 0; } }
  #contents_quality > div > p strong {
    font-size: 2.7rem;
    display: block;
    margin-bottom: 1rem; }
#contents_quality #concept p {
  text-align: center;
  font-size: 1.8rem; }
  #contents_quality #concept p strong {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 4rem; }
#contents_quality #policy p {
  font-size: 1.8rem; }
#contents_quality #policy .number_list {
  margin: 2rem 0; }
  #contents_quality #policy .number_list li {
    font-size: 1.8rem;
    font-weight: bold; }

.contents#oj-quality .imagemap_area p {
  text-align: center;
  margin-top: 4rem;
  font-weight: bold; }
  .contents#oj-quality .imagemap_area p::before {
    content: "";
    display: inline-block;
    width: 4.5rem;
    height: 4.5rem;
    background-image: url("../img/icon_cursor.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle; }
.contents#oj-quality section {
  padding: 4rem 0; }
  @media print, screen and (min-width: 768px) {
    .contents#oj-quality section {
      /*TB*/
      padding: 8rem 0; } }
  .contents#oj-quality section h3 {
    border: solid .1rem transparent;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding: 2rem;
    margin-bottom: 4rem; }
    @media print, screen and (min-width: 768px) {
      .contents#oj-quality section h3 {
        /*TB*/
        margin-bottom: 8rem; } }
  .contents#oj-quality section#human-resources-development h3 {
    color: #810017;
    border-color: #810017; }
  .contents#oj-quality section#human-resources-development .image_area {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 768px) {
      .contents#oj-quality section#human-resources-development .image_area {
        /*TB*/
        margin-bottom: 6rem; } }
  .contents#oj-quality section#teacher h3 {
    border-color: #ce0024;
    color: #ce0024; }
  .contents#oj-quality section#teacher .text_area {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 768px) {
      .contents#oj-quality section#teacher .text_area {
        /*TB*/
        margin-bottom: 4rem; } }
  .contents#oj-quality section#order-made h3 {
    border-color: #810d61;
    color: #810d61; }
  .contents#oj-quality section#order-made .number_list {
    margin: 2rem 0; }
  .contents#oj-quality section#order-made .image_area {
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 768px) {
      .contents#oj-quality section#order-made .image_area {
        /*TB*/
        margin-bottom: 4rem; } }
  .contents#oj-quality section .image_area {
    text-align: center; }
  .contents#oj-quality section .text_area {
    font-size: 1.8rem;
    line-height: 1.8; }

.teacher_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2.4rem; }
  @media print, screen and (min-width: 768px) {
    .teacher_list {
      /*TB*/
      justify-content: flex-start; } }
  .teacher_list li {
    position: relative;
    max-width: 500px;
    background: #f4f4f5;
    overflow: hidden; }
    @media print, screen and (min-width: 768px) {
      .teacher_list li {
        /*TB*/
        width: calc(50% - 1.2rem); } }
    .teacher_list li img {
      transition: .6s;
      transform-origin: right bottom; }
    .teacher_list li:hover img {
      transform: scale(1.1); }
    .teacher_list li:hover a .button_area .btn-arrow {
      color: #FFF; }
      .teacher_list li:hover a .button_area .btn-arrow::before {
        transform: translate(0); }
    .teacher_list li a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-end;
      align-items: flex-start;
      padding: 2rem 4rem; }
    .teacher_list li .teacher-name {
      font-weight: bold;
      font-size: 2.5rem; }
    .teacher_list li .teacher-name_roma {
      font-weight: bold;
      color: #c2001f;
      margin-bottom: 2rem; }
    .teacher_list li .button_area {
      width: 100%; }
      .teacher_list li .button_area .btn-arrow {
        position: relative;
        background: #FFF;
        padding: 1rem;
        margin: 0;
        border: none;
        overflow: hidden;
        z-index: 1;
        transition: .6s; }
        .teacher_list li .button_area .btn-arrow::before {
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: -1;
          content: "";
          background: linear-gradient(-45deg, #a7000f, #e1002e);
          transform: translateX(-200%);
          transition: .6s; }

/* TEACHER
 ======================================================== */
.teacher-profile {
  padding: 4rem 0; }
  @media print, screen and (min-width: 768px) {
    .teacher-profile {
      /*TB*/
      padding: 8rem 0; } }
  .teacher-profile header {
    position: relative;
    background-color: #f3f3f3; }
    .teacher-profile header div {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: flex-start;
      padding: 2rem 2rem 0; }
      @media print, screen and (min-width: 768px) {
        .teacher-profile header div {
          /*TB*/
          position: absolute;
          padding: 2rem 4rem; } }
  .teacher-profile h3 {
    font-size: 3.3rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .teacher-profile .teacher-name_roma {
    font-weight: bold;
    color: #c2001f;
    margin-bottom: 2rem; }
  .teacher-profile section {
    padding: 2rem 0; }
    .teacher-profile section:last-of-type {
      padding: 2rem 0 0; }
    .teacher-profile section div {
      padding: 0 3rem; }
    .teacher-profile section p {
      margin-bottom: 1em; }
  .teacher-profile h4 {
    background: linear-gradient(-45deg, #a7000f, #e1002e);
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1em 3rem;
    margin-bottom: 3rem; }
  .teacher-profile h5 {
    font-weight: bold;
    margin: 2rem 0 1rem; }
    .teacher-profile h5:first-of-type {
      margin: 0 0 1rem; }
  .teacher-profile .episode .flex_area {
    display: flex;
    flex-flow: row wrap; }
    .teacher-profile .episode .flex_area div {
      padding: 0; }
    .teacher-profile .episode .flex_area .image_area {
      width: 100%;
      max-width: 270px;
      text-align: center;
      margin: 0 auto 2rem; }
      @media print, screen and (min-width: 768px) {
        .teacher-profile .episode .flex_area .image_area {
          /*TB*/
          margin: 0 auto; } }
    @media print, screen and (min-width: 768px) {
      .teacher-profile .episode .flex_area .text_area {
        /*TB*/
        width: calc(100% - 270px);
        padding-left: 4rem; } }
    .teacher-profile .episode .flex_area .text_area dl {
      margin: 1rem 0 2rem; }
      .teacher-profile .episode .flex_area .text_area dl dt, .teacher-profile .episode .flex_area .text_area dl dd {
        margin-bottom: 1rem; }
    @media print, screen and (min-width: 768px) {
      .teacher-profile .episode .flex_area .w100 {
        /*TB*/
        margin-top: 4rem; } }
  .teacher-profile .recommend {
    margin: 4rem 0 0;
    border: solid 1px #1a1a1a;
    padding: 2rem; }
  .teacher-profile#KT dl {
    margin-bottom: 4rem; }
  .teacher-profile#TA .url {
    margin-top: 2rem; }

.history_list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 4rem; }
  .history_list dt {
    width: 5em;
    margin-bottom: 1rem;
    line-height: 1.5; }
    .history_list dt:last-of-type {
      margin-bottom: 0; }
  .history_list dd {
    width: calc(100% - 5em);
    margin-bottom: 1rem;
    line-height: 1.5; }
    .history_list dd:last-of-type {
      margin-bottom: 0; }

/* ========================================================
VOICE
 ======================================================== */
#conetnts_voice {
  padding-top: 4rem; }
  #conetnts_voice input {
    display: none; }
  #conetnts_voice .tab_navi {
    width: 86%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(-45deg, #a7000f, #e1002e);
    padding: 3rem;
    gap: 1rem; }
    #conetnts_voice .tab_navi label {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: center;
      background: #FFF;
      cursor: pointer;
      width: calc((100% - 3rem) / 2);
      max-width: calc((1400px - 3rem) / 2);
      padding: .5rem;
      font-weight: bold;
      transition: .3s; }
      @media print, screen and (min-width: 768px) {
        #conetnts_voice .tab_navi label {
          /*TB*/
          width: calc((100% - 3rem) / 4);
          max-width: calc((1400px - 3rem) / 4); } }
      #conetnts_voice .tab_navi label::before {
        display: inline-block;
        content: "";
        width: 4.2rem;
        height: 4.2rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        vertical-align: middle;
        margin-right: 2rem;
        transition: .3s; }
      #conetnts_voice .tab_navi label[for="all"] {
        color: #c2001f; }
        #conetnts_voice .tab_navi label[for="all"]::before {
          background-image: url("../img/icon_voice-red.png"); }
        #conetnts_voice .tab_navi label[for="all"]:hover {
          background: #c2001f;
          color: #FFF; }
          #conetnts_voice .tab_navi label[for="all"]:hover::before {
            background-image: url("../img/icon_voice-wt.png"); }
      #conetnts_voice .tab_navi label[for="job"] {
        color: #ed5154; }
        #conetnts_voice .tab_navi label[for="job"]::before {
          background-image: url("../img/icon_school-pnk.png"); }
        #conetnts_voice .tab_navi label[for="job"]:hover {
          background: #ed5154;
          color: #FFF; }
          #conetnts_voice .tab_navi label[for="job"]:hover::before {
            background-image: url("../img/icon_school-wt.png"); }
      #conetnts_voice .tab_navi label[for="training"] {
        color: #39b54a; }
        #conetnts_voice .tab_navi label[for="training"]::before {
          background-image: url("../img/icon_building-grn.png"); }
        #conetnts_voice .tab_navi label[for="training"]:hover {
          background: #39b54a;
          color: #FFF; }
          #conetnts_voice .tab_navi label[for="training"]:hover::before {
            background-image: url("../img/icon_building-wt.png"); }
      #conetnts_voice .tab_navi label[for="sportsmental"] {
        color: #33c7c7; }
        #conetnts_voice .tab_navi label[for="sportsmental"]::before {
          background-image: url("../img/icon_mental-grn.png"); }
        #conetnts_voice .tab_navi label[for="sportsmental"]:hover {
          background: #33c7c7;
          color: #FFF; }
          #conetnts_voice .tab_navi label[for="sportsmental"]:hover::before {
            background-image: url("../img/icon_mental-wt.png"); }
  #conetnts_voice h2 {
    font-size: 3.5rem;
    text-align: center;
    display: none; }
    #conetnts_voice h2#title_all {
      color: #c2001f; }
    #conetnts_voice h2#title_job {
      color: #ed5154; }
    #conetnts_voice h2#title_training {
      color: #39b54a; }
    #conetnts_voice h2#title_sportsmental {
      color: #33c7c7; }
    #conetnts_voice h2 + .caption {
      font-size: 1.8rem; }
  #conetnts_voice .voice_area {
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 2rem;
    width: 95%; }
    @media print, screen and (min-width: 768px) {
      #conetnts_voice .voice_area {
        /*TB*/
        gap: 4rem;
        justify-content: flex-start; } }
    #conetnts_voice .voice_area article {
      border: solid 0.1rem #f5f5f5;
      width: 100%;
      max-width: 350px; }
      @media print, screen and (min-width: 768px) {
        #conetnts_voice .voice_area article {
          /*TB*/
          width: calc((100% - 8rem) / 3); } }
      #conetnts_voice .voice_area article figure img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 350 / 180;
        overflow: hidden; }
      #conetnts_voice .voice_area article h3 {
        color: #FFF;
        text-align: center;
        padding: 1rem;
        font-weight: bold;
        margin-bottom: 1rem; }
      #conetnts_voice .voice_area article p {
        padding: 0 1rem 1rem;
        font-size: 1.5rem; }
      #conetnts_voice .voice_area article .score span {
        display: inline-block;
        background: #f5f5f5;
        padding: .5rem;
        font-weight: bold;
        margin-right: 1em; }
      #conetnts_voice .voice_area article .button_area {
        padding: 1rem;
        text-align: right;
        font-weight: bold; }
        #conetnts_voice .voice_area article .button_area a::after {
          content: "→"; }
      #conetnts_voice .voice_area article.voice_job h3 {
        background: #ed5154; }
      #conetnts_voice .voice_area article.voice_job a:hover {
        color: #ed5154; }
        #conetnts_voice .voice_area article.voice_job a:hover::after {
          color: #ed5154; }
      #conetnts_voice .voice_area article.voice_training h3 {
        background: #39b54a; }
      #conetnts_voice .voice_area article.voice_training a:hover {
        color: #39b54a; }
        #conetnts_voice .voice_area article.voice_training a:hover::after {
          color: #39b54a; }
      #conetnts_voice .voice_area article.voice_sportsmental h3 {
        background: #33c7c7; }
      #conetnts_voice .voice_area article.voice_sportsmental a:hover {
        color: #33c7c7; }
        #conetnts_voice .voice_area article.voice_sportsmental a:hover::after {
          color: #33c7c7; }

#voices article {
  display: none; }

#conetnts_voice input#all:checked ~ .tab_navi label[for="all"] {
  background: #c2001f;
  color: #FFF; }
  #conetnts_voice input#all:checked ~ .tab_navi label[for="all"]::before {
    background-image: url("../img/icon_voice-wt.png"); }
#conetnts_voice input#all:checked ~ #voices h2#title_all {
  display: block; }
#conetnts_voice input#all:checked ~ #voices article {
  display: block; }

#conetnts_voice input#job:checked ~ .tab_navi label[for="job"] {
  background: #ed5154;
  color: #FFF; }
  #conetnts_voice input#job:checked ~ .tab_navi label[for="job"]::before {
    background-image: url("../img/icon_school-wt.png"); }
#conetnts_voice input#job:checked ~ #voices h2#title_job {
  display: block; }
#conetnts_voice input#job:checked ~ #voices article.voice_job {
  display: block; }

#conetnts_voice input#training:checked ~ .tab_navi label[for="training"] {
  background: #39b54a;
  color: #FFF; }
  #conetnts_voice input#training:checked ~ .tab_navi label[for="training"]::before {
    background-image: url("../img/icon_building-wt.png"); }
#conetnts_voice input#training:checked ~ #voices h2#title_training {
  display: block; }
#conetnts_voice input#training:checked ~ #voices article.voice_training {
  display: block; }

#conetnts_voice input#sportsmental:checked ~ .tab_navi label[for="sportsmental"] {
  background: #33c7c7;
  color: #FFF; }
  #conetnts_voice input#sportsmental:checked ~ .tab_navi label[for="sportsmental"]::before {
    background-image: url("../img/icon_mental-wt.png"); }
#conetnts_voice input#sportsmental:checked ~ #voices h2#title_sportsmental {
  display: block; }
#conetnts_voice input#sportsmental:checked ~ #voices article.voice_sportsmental {
  display: block; }

/* 詳細
 ======================================================== */
#conetnts_voice_detail .job h2 span {
  background: #ed5154; }
#conetnts_voice_detail .training h2 span {
  background: #39b54a; }
#conetnts_voice_detail .sportsmental h2 span {
  background: #33c7c7; }
#conetnts_voice_detail h2 {
  font-size: 3rem;
  border-bottom: solid 0.1rem #929292;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: left; }
  #conetnts_voice_detail h2 span {
    font-size: 2.5rem;
    display: block;
    color: #FFF;
    font-weight: bold;
    padding: 1rem 2rem;
    margin-right: 1rem;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 1081px) {
      #conetnts_voice_detail h2 span {
        /*TB*/
        display: inline-block; } }
#conetnts_voice_detail .data {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 2.5rem; }
  #conetnts_voice_detail .data .date {
    font-weight: bold; }
  #conetnts_voice_detail .data .score {
    font-size: 2.3rem; }
    #conetnts_voice_detail .data .score span {
      display: inline-block;
      background: #f5f5f5;
      padding: .5rem 1.5rem;
      font-weight: bold;
      margin-right: 1em;
      font-size: 2.3rem; }
    #conetnts_voice_detail .data .score strong {
      font-size: 1.2em; }
#conetnts_voice_detail .images {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin-top: 4rem; }
  #conetnts_voice_detail .images li {
    width: calc((100% - 1rem) / 2);
    aspect-ratio: 350 / 180; }
    #conetnts_voice_detail .images li img {
      width: 100%; }
#conetnts_voice_detail .comment {
  margin-top: 4rem; }
  #conetnts_voice_detail .comment p {
    margin-top: 1em; }
    #conetnts_voice_detail .comment p:first-of-type {
      margin-top: 0; }
#conetnts_voice_detail .button_area {
  margin-bottom: 4rem; }

/* ========================================================
CONTACT
 ======================================================== */
.mailform {
  width: 95%;
  max-width: 960px;
  margin: 0 auto; }
  .mailform > p {
    text-align: center;
    margin-bottom: 4rem; }
  .mailform dl {
    display: flex;
    flex-flow: row wrap; }
    .mailform dl dt {
      width: 100%;
      padding: 1rem;
      font-weight: bold; }
      @media print, screen and (min-width: 768px) {
        .mailform dl dt {
          /*TB*/
          width: 25%;
          margin-bottom: 2rem;
          display: flex;
          align-items: center; } }
    .mailform dl dd {
      width: 100%;
      margin-bottom: 2rem; }
      @media print, screen and (min-width: 768px) {
        .mailform dl dd {
          /*TB*/
          width: 75%; } }
      .mailform dl dd p {
        font-size: 1.5rem; }
      .mailform dl dd .select_area input {
        display: inline-block;
        width: auto; }
      .mailform dl dd .radio_area label {
        display: inline-block;
        margin-right: 1rem; }
        .mailform dl dd .radio_area label span {
          position: relative;
          display: inline-block;
          height: 2rem;
          vertical-align: middle; }
          .mailform dl dd .radio_area label span::before {
            content: "";
            width: 1.8rem;
            height: 1.8rem;
            border: solid 1px #1a1a1a;
            display: inline-block;
            margin-right: .5rem;
            border-radius: 50%;
            vertical-align: middle; }
        .mailform dl dd .radio_area label input {
          display: none; }
          .mailform dl dd .radio_area label input:checked + span::after {
            content: "";
            width: 1.2rem;
            height: 1.2rem;
            background: #c2001f;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: .4rem; }
      .mailform dl dd .radio_area p {
        margin-top: .5rem; }
  .mailform input, .mailform textarea, .mailform select {
    display: block;
    width: 100%;
    border: solid 0.1rem #929292;
    padding: 1rem;
    outline: none; }
    .mailform input:focus, .mailform textarea:focus, .mailform select:focus {
      border: solid 0.1rem #c2001f; }
    .mailform input::placeholder, .mailform textarea::placeholder, .mailform select::placeholder {
      color: rgba(194, 0, 31, 0.6); }
  .mailform textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    max-width: 100%;
    min-width: 100%; }
  .mailform select, .mailform input[type="radio"], .mailform input[type="checkbox"] {
    display: inline-block;
    width: auto; }
  .mailform #agree {
    position: relative;
    display: none; }
    .mailform #agree:checked + label::before {
      border: solid 0.1rem #c2001f;
      background: #c2001f; }
    .mailform #agree:checked + label::after {
      opacity: 1; }
    .mailform #agree + label {
      display: inline-block;
      position: relative; }
      .mailform #agree + label::before {
        content: "";
        display: inline-block;
        width: 1.8rem;
        height: 1.8rem;
        border: solid 0.1rem #929292;
        vertical-align: middle;
        margin-right: 1rem;
        border-radius: .3rem; }
      .mailform #agree + label::after {
        position: absolute;
        content: "";
        display: block;
        left: .3rem;
        top: .4rem;
        width: 1.1rem;
        height: .6rem;
        border-left: solid 0.3rem #FFF;
        border-bottom: solid 0.3rem #FFF;
        transform: rotate(-45deg);
        opacity: 0; }
      .mailform #agree + label:hover {
        cursor: pointer; }
  .mailform dt span, .mailform .privacy span {
    display: inline-block;
    font-size: 1.2rem;
    background: #f5f5f5;
    padding: .5rem 1rem;
    color: #929292;
    margin-left: 1rem;
    font-weight: bold;
    border-radius: .5rem; }
    .mailform dt span.required, .mailform .privacy span.required {
      background: rgba(194, 0, 31, 0.6);
      color: #FFF; }
  .mailform .privacy {
    text-align: center; }
    .mailform .privacy p {
      margin-bottom: 2rem; }
      .mailform .privacy p a {
        color: #c2001f;
        text-decoration: underline; }
  .mailform button {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 2rem auto;
    padding: 1rem 2rem;
    cursor: pointer;
    background: linear-gradient(-45deg, #a7000f, #e1002e);
    color: #FFF;
    transition: .3s; }
    @media print, screen and (min-width: 1081px) {
      .mailform button {
        /*TB*/
        background: #f5f5f5;
        color: #1a1a1a; }
        .mailform button:hover {
          background: linear-gradient(-45deg, #a7000f, #e1002e);
          color: #FFF; } }

/* ========================================================
Privacy Policy
 ======================================================== */
#conetnts_privacy .contents section, #conetnts_rules .contents section {
  padding: 4rem 0; }
  #conetnts_privacy .contents section h2, #conetnts_rules .contents section h2 {
    font-size: 2.8rem;
    margin: 0 0 4rem;
    text-align: left;
    line-height: 1.5; }
#conetnts_privacy p, #conetnts_privacy ol, #conetnts_rules p, #conetnts_rules ol {
  margin-top: 1em; }

/* ========================================================
NEWS
 ======================================================== */
#toppage #news {
  background: #f5f5f5; }

.news-category {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  overflow-x: auto;
  margin-bottom: 2rem; }
  .news-category li {
    width: 100%;
    text-align: center;
    margin: 0 .25rem 2rem;
    white-space: nowrap; }
    .news-category li label, .news-category li a {
      position: relative;
      display: block;
      padding: 1.5rem 1rem;
      cursor: pointer;
      font-weight: bold;
      border-bottom: solid 1px #1a1a1a;
      transition: background .5s; }
      .news-category li label.active, .news-category li label:hover, .news-category li a.active, .news-category li a:hover {
        color: #FFF;
        background: #1a1a1a; }

.news-list {
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 768px) {
    .news-list {
      /*TB*/
      margin-bottom: 5rem; } }
  .news-list article {
    display: none; }
    #contents_news .news-list article {
      display: block;
      display: none;
      padding: 2rem 0;
      margin-top: 2rem;
      border-bottom: solid 1px #929292; }
      #contents_news .news-list article:first-of-type {
        margin-top: 0; }
    .news-list article.news .tag {
      background: #7c001f; }
    .news-list article.training .tag {
      background: #39b44a; }
    .news-list article.job .tag {
      background: #ec5154; }
    .news-list article.sportsmental .tag {
      background: #33cbcb; }
    .news-list article h3, .news-list article p.h3 {
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      border-bottom: solid 1px #929292;
      padding: 2rem;
      align-items: center; }
      @media print, screen and (min-width: 1081px) {
        .news-list article h3, .news-list article p.h3 {
          /*TB*/
          margin-bottom: 1rem; } }
      .news-list article h3 .date, .news-list article h3 .tag, .news-list article p.h3 .date, .news-list article p.h3 .tag {
        margin-bottom: 1rem; }
        @media print, screen and (min-width: 768px) {
          .news-list article h3 .date, .news-list article h3 .tag, .news-list article p.h3 .date, .news-list article p.h3 .tag {
            /*TB*/
            margin-bottom: 0; } }
    .news-list article h3 {
      border: solid 1px #929292;
      padding: 1.5rem 2rem 2rem; }
      @media print, screen and (min-width: 768px) {
        .news-list article h3 {
          /*TB*/
          margin-top: 4rem; } }
    .news-list article .date {
      margin-right: 2rem;
      margin-top: .5rem; }
    .news-list article .tag {
      color: #FFF;
      line-height: 2;
      padding: 0 2rem;
      border-radius: 9rem;
      margin-right: 2rem;
      min-width: 15em;
      text-align: center;
      font-size: 1.5rem;
      margin-top: .5rem; }
    .news-list article .title {
      width: 100%;
      margin-top: 1rem;
      line-height: 1.5;
      margin-top: .5rem; }
      @media print, screen and (min-width: 768px) {
        .news-list article .title {
          /*TB*/
          width: auto; } }
      .news-list article .title a {
        color: #1a1a1a; }
        .news-list article .title a:hover {
          text-decoration: underline; }
  .news-list .text_area, .news-list .link_area {
    padding: 2rem 0; }
    .news-list .text_area a, .news-list .link_area a {
      color: #0071bb;
      text-decoration: underline; }

.news-radio {
  display: none; }
  .news-radio#ctg-all:checked ~ .news-category label[for="ctg-all"] {
    color: #FFF;
    background: #1a1a1a; }
  .news-radio#ctg-all:checked ~ .news-list article {
    display: block; }
    .top-contents .news-radio#ctg-all:checked ~ .news-list article:nth-child(n+6) {
      display: none; }
  .news-radio#ctg-news:checked ~ .news-category label[for="ctg-news"] {
    color: #FFF;
    background: #1a1a1a; }
  .news-radio#ctg-news:checked ~ .news-list article.news {
    display: block; }
  .news-radio#ctg-job:checked ~ .news-category label[for="ctg-job"] {
    color: #FFF;
    background: #1a1a1a; }
  .news-radio#ctg-job:checked ~ .news-list article.job {
    display: block; }
  .news-radio#ctg-training:checked ~ .news-category label[for="ctg-training"] {
    color: #FFF;
    background: #1a1a1a; }
  .news-radio#ctg-training:checked ~ .news-list article.training {
    display: block; }
  .news-radio#ctg-sportsmental:checked ~ .news-category label[for="ctg-sportsmental"] {
    color: #FFF;
    background: #1a1a1a; }
  .news-radio#ctg-sportsmental:checked ~ .news-list article.sportsmental {
    display: block; }

/* ========================================================
サイトマップ
 ======================================================== */
#conetnts_sitemap .menu_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem; }
  @media print, screen and (min-width: 768px) {
    #conetnts_sitemap .menu_list {
      /*TB*/
      justify-content: flex-start; } }
  #conetnts_sitemap .menu_list li.w100 {
    width: 100%; }
    #conetnts_sitemap .menu_list li.w100 a {
      display: inline-block;
      width: 80%; }
      @media print, screen and (min-width: 768px) {
        #conetnts_sitemap .menu_list li.w100 a {
          /*TB*/
          width: calc((100% - 2rem) / 2); } }
      @media print, screen and (min-width: 1081px) {
        #conetnts_sitemap .menu_list li.w100 a {
          /*TB*/
          width: calc((100% - 4rem) / 3); } }
  #conetnts_sitemap .menu_list > li {
    width: 80%;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      #conetnts_sitemap .menu_list > li {
        /*TB*/
        width: calc((100% - 2rem) / 2); } }
    @media print, screen and (min-width: 1081px) {
      #conetnts_sitemap .menu_list > li {
        /*TB*/
        width: calc((100% - 4rem) / 3); } }
    #conetnts_sitemap .menu_list > li > a {
      text-align: center;
      padding: 1rem;
      display: block;
      background: #f5f5f5;
      font-weight: bold;
      color: #c2001f; }
      #conetnts_sitemap .menu_list > li > a:hover {
        background: #c2001f;
        color: #FFF; }
    #conetnts_sitemap .menu_list > li > ul {
      padding: 2rem; }
      #conetnts_sitemap .menu_list > li > ul li {
        text-align: left;
        padding: .5rem 0; }
        #conetnts_sitemap .menu_list > li > ul li a {
          display: inline-block; }
          #conetnts_sitemap .menu_list > li > ul li a:hover {
            color: #c2001f; }
        #conetnts_sitemap .menu_list > li > ul li > ul {
          margin-top: .5rem; }
          #conetnts_sitemap .menu_list > li > ul li > ul > li::before {
            content: "・"; }

/* ========================================================
FOOTER
 ======================================================== */
.footer_contact {
  background: linear-gradient(0deg, #a7000f, #e1002e);
  padding: 5rem 0; }
  @media print, screen and (min-width: 768px) {
    .footer_contact {
      /*TB*/
      padding: 8rem 0; } }
  .footer_contact p {
    color: #FFF; }
  .footer_contact ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem; }
    .footer_contact ul li {
      max-width: 340px;
      text-align: center;
      padding: 0 1rem; }
      @media print, screen and (min-width: 768px) {
        .footer_contact ul li {
          /*TB*/
          width: 100%;
          padding: 2rem;
          border: solid 1px #FFF; } }
      .footer_contact ul li p {
        margin-bottom: 1rem;
        font-size: 1.8rem;
        font-weight: bold;
        display: none; }
        @media print, screen and (min-width: 768px) {
          .footer_contact ul li p {
            /*TB*/
            display: block; } }
  .footer_contact_message {
    text-align: center;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 768px) {
      .footer_contact_message {
        /*TB*/
        margin-bottom: 4rem; } }
  .footer_contact_tel a {
    color: #FFF;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block; }
    .footer_contact_tel a::before {
      content: "";
      display: inline-block;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      border: solid 2px #FFF;
      background-image: url("../img/icon_tel-wt.png");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center;
      vertical-align: bottom;
      margin-right: 1rem; }
      @media print, screen and (min-width: 768px) {
        .footer_contact_tel a::before {
          /*TB*/
          width: 2.8rem;
          height: 2.8rem;
          border: solid 1px #FFF; } }
    .footer_contact_tel a span {
      display: none; }
    @media print, screen and (min-width: 768px) {
      .footer_contact_tel a {
        /*TB*/
        pointer-events: none; }
        .footer_contact_tel a span {
          display: inline-block; } }
  .footer_contact_mail a span {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-image: url("../img/icon_mail-wt.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle; }
    @media print, screen and (min-width: 768px) {
      .footer_contact_mail a span {
        /*TB*/
        width: 3rem;
        height: 3rem; } }

.footer_navi {
  padding: 5rem 0; }
  @media print, screen and (min-width: 768px) {
    .footer_navi {
      /*TB*/
      padding: 8rem 0; } }
  .footer_navi .logo_area {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 2rem; }
    @media print, screen and (min-width: 768px) {
      .footer_navi .logo_area {
        /*TB*/
        align-items: center;
        justify-content: flex-start; } }
    .footer_navi .logo_area p {
      font-weight: bold;
      margin-bottom: 2rem;
      text-align: left;
      width: 80%; }
      .footer_navi .logo_area p strong {
        font-size: 2rem;
        color: #c2001f;
        display: block;
        margin: 0 0 1rem; }
        @media print, screen and (min-width: 768px) {
          .footer_navi .logo_area p strong {
            /*TB*/
            font-size: 2.5rem;
            margin: 0 0 1.6rem; } }
      .footer_navi .logo_area p.logo_image {
        width: 20%;
        max-width: 150px; }
      .footer_navi .logo_area p.logo_text {
        padding-left: 1rem; }
        @media print, screen and (min-width: 768px) {
          .footer_navi .logo_area p.logo_text {
            /*TB*/
            padding-left: 2rem; } }
  .footer_navi .menu_area a {
    color: #1a1a1a;
    display: block;
    padding: .5rem 0; }
    .footer_navi .menu_area a:hover {
      color: #a2001f; }
  .footer_navi .menu_list {
    display: none; }
    @media print, screen and (min-width: 768px) {
      .footer_navi .menu_list {
        /*TB*/
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        gap: 2rem;
        margin-bottom: 4rem; } }
    .footer_navi .menu_list > li {
      width: calc((100% - 8rem) / 5); }
      .footer_navi .menu_list > li > a {
        font-weight: bold;
        border-bottom: solid 1px #1a1a1a;
        margin-bottom: .5rem; }
      .footer_navi .menu_list > li > ul > li {
        font-size: 1.5rem; }
        .footer_navi .menu_list > li > ul > li > a::before {
          content: "";
          display: inline-block;
          width: .8rem;
          height: .8rem;
          border-top: solid 1px #1a1a1a;
          border-right: solid 1px #1a1a1a;
          transform: rotate(45deg);
          margin-right: .5em; }
        .footer_navi .menu_list > li > ul > li > a:hover::before {
          border-top: solid 1px #a2001f;
          border-right: solid 1px #a2001f; }
        .footer_navi .menu_list > li > ul > li ul {
          padding-left: 1.5rem; }
          .footer_navi .menu_list > li > ul > li ul li a {
            padding-left: 1em;
            text-indent: -1em; }
            .footer_navi .menu_list > li > ul > li ul li a::before {
              content: "・"; }
  .footer_navi .sub-menu_list {
    display: none; }
    .footer_navi .sub-menu_list li a {
      display: block;
      padding: 0 2rem;
      font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      .footer_navi .sub-menu_list {
        /*TB*/
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        margin-bottom: 4rem; }
        .footer_navi .sub-menu_list li a {
          border-left: solid 1px #1a1a1a; }
        .footer_navi .sub-menu_list li:first-child a {
          border-left: none; } }
  .footer_navi .bnr_area {
    margin-bottom: 4rem;
    text-align: center; }
  .footer_navi .sns_area ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center; }
    .footer_navi .sns_area ul li {
      margin: 0 2rem; }
      .footer_navi .sns_area ul li.threads a {
        display: inline-block;
        color: #FFF;
        background: #000;
        font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border-radius: 50rem;
        padding: 0 2rem;
        line-height: 4rem;
        font-weight: bold; }
      .footer_navi .sns_area ul li.instagram a {
        display: block;
        width: 4rem; }

.footer_copyright {
  background: #1a1a1a;
  text-align: center;
  padding: 1rem; }
  .footer_copyright p {
    color: #FFF;
    font-size: 1.4rem; }

.topBtn {
  display: block;
  width: 6rem;
  height: 6rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 888888;
  background: linear-gradient(0deg, #a7000f, #e1002e);
  border-radius: 50%; }
  .topBtn span:first-of-type {
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    width: 1.8rem;
    height: 1.4rem;
    background: #FFF; }
  .topBtn span:last-of-type {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem; }
  .topBtn:hover {
    opacity: .5; }

.commingsoon {
  padding: 40rem 0; }
  .commingsoon p {
    text-align: center;
    font-size: 2.4rem; }
