@charset "UTF-8";
/* CSS Document */
@media (max-width: 768px) {
  html {
    scroll-behavior: smooth;
    color: #d5d5d5;
    font-size: calc(100vw * 16 / 375); }

  .pc {
    display: none; }

  body {
    background-image: url(../img/bg-mad.png);
    background-size: 250px;
    margin: 0;
    background-attachment: fixed;
    /*  font-family: "sicgothicduex-nexus", sans-serif;
      font-weight: 300;*/
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 200;
    background-repeat: repeat; }

  /*========= ナビゲーションのためのCSS ===============*/
  #g-nav {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background-image: url(../img/bg-mad.png);
    background-size: 250px;
    margin: 0;
    /*動き*/
    transition: all 0.3s;
    align-items: center;
    justify-content: space-around;
    letter-spacing: 1px;
    overflow-x: hidden;
    display: table;
    padding-bottom: 100px; }

  #g-nav figure {
    display: none;
    padding: 100px; }

  #g-nav figure h2 {
    mix-blend-mode: overlay;
    display: table-cell;
    vertical-align: middle;
    font-size: 7vw;
    font-family: "Arial Black",  sans-serif;
    color: #FFFFFF;
    text-align: center; }

  #g-nav figure p {
    mix-blend-mode: overlay;
    font-weight: 700;
    color: #FFFFFF; }

  #g-nav figure p.catch {
    font-size: 1.5vw;
    margin-bottom: 24px; }

  #g-nav figure p.txt {
    font-size: 1vw;
    font-weight: 400; }

  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
    display: table; }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    width: 100%;
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    display: table-cell;
    vertical-align: middle; }

  /*ナビゲーション*/
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    /* position: absolute;*/
    z-index: 999; }

  #g-nav.panelactive ul {
    display: block;
    padding-bottom: 100px; }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    margin-left: 70px; }

  #g-nav li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

  #g-nav li span {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.1em; }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 16px;
    right: 16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*角丸*/
    border: 1px solid #ECECEC; }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 8px;
    top: 0px;
    height: 1px;
    border-radius: 2px;
    background-color: #ECECEC;
    width: 45%; }

  .openbtn1 span:nth-of-type(1) {
    top: 10px; }

  .openbtn1 span:nth-of-type(2) {
    top: 15px; }

  .openbtn1 span:nth-of-type(3) {
    top: 20px; }

  .openbtn1.active span:nth-of-type(1) {
    top: 8px;
    left: 7px;
    transform: translateY(6px) rotate(-45deg);
    width: 55%; }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0; }

  .openbtn1.active span:nth-of-type(3) {
    top: 20px;
    left: 7px;
    transform: translateY(-6px) rotate(45deg);
    width: 55%; }

  header {
    position: relative;
    width: 100%; }
    header .bg img {
      width: 100%;
      height: auto;
      display: block; }
    header h1 {
      position: absolute;
      font-family: "fot-chiaro-std", sans-serif;
      line-height: 150%;
      top: 54%;
      left: 0%;
      width: 100%;
      margin: 0 auto;
      font-size: 1rem; }
      header h1 p {
        width: 90%;
        margin: 0 auto;
        text-align: center; }
      header h1 figure {
        width: 90%;
        margin: 0.5rem auto; }
        header h1 figure img {
          width: 100%; }
    header .news {
      box-sizing: border-box;
      top: 100%;
      background-color: black;
      padding: 1rem 1rem 1.5rem;
      width: 100%;
      margin-bottom: 5rem; }
      header .news h2 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1.25rem; }
      header .news ul {
        font-size: 0.8rem;
        font-weight: 300; }
        header .news ul li {
          margin-bottom: 0.85rem; }
          header .news ul li time {
            display: block;
            font-size: 0.5rem; }
        header .news ul li:last-child {
          margin-bottom: 0px; }

  section.area-atc-main {
    width: 100%;
    margin: 0px auto 0rem; }
    section.area-atc-main .title {
      width: 90%;
      margin: 0 auto;
      background-image: linear-gradient(37deg, #f0a995, #e67261 67%, #b24a00 98%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      opacity: 0.8;
      font-size: 4rem;
      font-weight: 700;
      font-family: "noto-sans-cjk-jp", sans-serif;
      line-height: 1;
      margin-bottom: 1rem; }
      section.area-atc-main .title span {
        font-size: 1rem;
        display: block;
        margin-bottom: 0rem; }
    section.area-atc-main .container {
      width: 90%;
      margin: 0 auto; }
      section.area-atc-main .container .contents .catch {
        font-size: 1.15rem;
        font-family: "fot-chiaro-std", sans-serif;
        margin-bottom: 1rem;
        line-height: 150%; }
      section.area-atc-main .container .contents .m-txt {
        line-height: 170%;
        font-size: 0.85rem;
        letter-spacing: 1px; }

  .pipe {
    width: 100%;
    margin: 3rem 0px 3rem; }
    .pipe img {
      width: 100%; }

  .slider {
    overflow: hidden;
    width: 100%;
    margin-bottom: 8rem; }

  .slider-track {
    display: flex;
    animation: slide 20s linear infinite; }

  .slider-track img {
    width: calc(100vw / 1.5);
    flex-shrink: 0; }

  @keyframes slide {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(calc(-100vw * (9 / 1.5))); } }
  .arrow {
    background-color: #d5d5d5;
    color: #414141;
    display: inline-block;
    padding: 6px 24px;
    border-radius: 24px;
    font-size: 0.75rem;
    font-weight: 400; }

  #school {
    position: relative;
    margin-bottom: 8rem; }
    #school .school-bg {
      position: absolute;
      width: 100%; }
      #school .school-bg img {
        width: 100%;
        height: auto;
        margin-top: 3rem;
        display: block; }
    #school .area-parts {
      z-index: 99;
      position: relative;
      padding-top: 0px;
      margin: 0px auto 0px; }
      #school .area-parts h2 {
        padding-bottom: 5rem; }
      #school .area-parts .m-txt {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 7% 10%;
        box-sizing: border-box;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        font-size: 0.85rem; }
      #school .area-parts .video-center {
        text-align: center;
        margin-top: 2rem;
        margin: 4rem 0rem; }
      #school .area-parts .school-parts {
        padding: 0%;
        width: 100%;
        margin: 0 auto 4rem; }
        #school .area-parts .school-parts:last-child {
          margin-bottom: 0px; }
        #school .area-parts .school-parts .area-ttl {
          text-align: left;
          margin-bottom: 0.75rem; }
          #school .area-parts .school-parts .area-ttl h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
            font-family: "sicgothicduex-nexus", sans-serif; }
          #school .area-parts .school-parts .area-ttl .catch {
            font-size: 0.85rem;
            font-family: "sicgothicduex-nexus", sans-serif;
            font-weight: 400; }
        #school .area-parts .school-parts .schoolitem {
          width: 100%; }
          #school .area-parts .school-parts .schoolitem .m-txt {
            width: 100%;
            margin: 0px 5% 30px 0px;
            padding: 0px;
            background-color: rgba(0, 0, 0, 0);
            font-size: 0.85rem; }
        #school .area-parts .school-parts .othschool {
          width: 100%;
          display: block; }
          #school .area-parts .school-parts .othschool .m-txt {
            width: 100%;
            margin-right: 0%;
            margin-bottom: 1rem; }
      #school .area-parts .schoolitem .m-txt {
        width: 60%;
        margin-right: 5%; }
      #school .area-parts .schoolitem .m-txt .link {
        margin-top: 1rem; }
      #school .area-parts .schoolitem figure {
        width: 100%; }
      #school .area-parts .schoolitem figure img {
        width: 100%; }

  #price {
    position: relative;
    margin-bottom: 8rem; }
    #price .price-bg {
      position: absolute;
      width: 100%; }
      #price .price-bg img {
        width: 100%;
        margin-top: 3rem;
        height: auto;
        display: block; }
    #price .area-parts {
      z-index: 99;
      position: relative;
      padding-top: 0px;
      margin: 0px auto 0px; }
      #price .area-parts h2 {
        padding-bottom: 5rem; }
      #price .area-parts .m-txt {
        width: 100%;
        margin: 0px 0px 4rem 0px;
        padding: 0px;
        background-color: rgba(0, 0, 0, 0);
        font-size: 0.85rem; }
      #price .area-parts .training-box {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0.35rem 3%;
        width: 94%;
        margin: 2rem auto;
        position: relative;
        /* 右下のカギカッコ */ }
        #price .area-parts .training-box::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 40px;
          height: 40px;
          border-left: 1px solid #ffffff;
          border-top: 1px solid #ffffff;
          margin: -0.25rem; }
        #price .area-parts .training-box::after {
          margin: -0.25rem;
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 40px;
          height: 40px;
          border-right: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff; }
        #price .area-parts .training-box .inner {
          gap: 20px;
          padding: 20px;
          position: relative; }
          #price .area-parts .training-box .inner .text h3 {
            font-size: 1.15rem;
            border-bottom: 1px #d5d5d5 solid;
            display: inline-block;
            margin: 0 0 1.5rem; }
            #price .area-parts .training-box .inner .text h3 span {
              font-weight: 800; }
          #price .area-parts .training-box .inner .text p {
            line-height: 1.9;
            font-size: 0.8rem;
            margin-bottom: 1.5rem; }

  .area-anounce {
    font-size: 0.65rem; }
    .area-anounce li {
      margin-bottom: 6px;
      text-indent: -1.25em;
      /*line-height: 160%;*/
      padding-left: 1em; }
      .area-anounce li::before {
        padding-right: 0.25rem;
        content: '※'; }

  .google-map {
    position: relative;
    display: block;
    width: 100%; }

  .google-map iframe {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.7; }

  #access.area-atc-main {
    display: block; }

  #access {
    position: relative;
    width: 100%;
    margin-bottom: 0rem; }
    #access .access-bg {
      position: absolute;
      width: 100%; }
      #access .access-bg img {
        width: 100%;
        margin-top: 3rem;
        height: auto;
        display: block; }
    #access .area-parts {
      position: relative;
      display: block;
      padding-top: 0px;
      margin: 0px auto 3rem; }
      #access .area-parts h2.title {
        padding-bottom: 5rem; }
      #access .area-parts .container {
        width: 90%;
        margin: 0 auto; }
        #access .area-parts .container .contents {
          width: 100%; }
          #access .area-parts .container .contents .catch {
            display: block;
            width: 100%; }
      #access .area-parts .training-box {
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0.35rem 3%;
        width: 94%;
        margin: 2rem auto;
        position: relative;
        /* 右下のカギカッコ */ }
        #access .area-parts .training-box::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 40px;
          height: 40px;
          border-left: 1px solid #ffffff;
          border-top: 1px solid #ffffff;
          margin: -0.25rem; }
        #access .area-parts .training-box::after {
          margin: -0.25rem;
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          width: 40px;
          height: 40px;
          border-right: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff; }
        #access .area-parts .training-box .inner {
          gap: 40px;
          padding: 40px;
          position: relative; }
          #access .area-parts .training-box .inner .text {
            margin-bottom: 2rem; }
            #access .area-parts .training-box .inner .text:last-child {
              margin-bottom: 0px; }
            #access .area-parts .training-box .inner .text h3 {
              font-size: 1.15rem;
              border-bottom: 1px #d5d5d5 solid;
              display: inline-block;
              margin: 0 0 0.75rem; }
              #access .area-parts .training-box .inner .text h3 span {
                font-weight: 800; }
            #access .area-parts .training-box .inner .text p {
              line-height: 1.9;
              font-size: clamp(12px, 0.35rem, 16px);
              margin-bottom: 0.75rem; }

  section#utilization {
    width: 100%; }
    section#utilization .shape {
      mix-blend-mode: difference;
      background: white;
      padding: 0px 1rem;
      clip-path: polygon(0% 20%, 15% 17%, 100% 25%, 100% 85%, 75% 89%, 0% 82%, 0% 60%); }
      section#utilization .shape .content {
        color: #000000; }
        section#utilization .shape .content .area-info {
          width: 100%;
          padding: 13rem 0rem; }
          section#utilization .shape .content .area-info .title {
            width: 100%;
            margin-bottom: 2rem; }
            section#utilization .shape .content .area-info .title h2 {
              font-size: 2rem;
              font-weight: 700;
              margin-bottom: 1rem; }
              section#utilization .shape .content .area-info .title h2 span {
                font-size: 1rem;
                display: block;
                margin-top: 12px; }
            section#utilization .shape .content .area-info .title p.txt {
              font-size: 0.8rem;
              line-height: 160%;
              font-weight: 400; }
          section#utilization .shape .content .area-info .link-area {
            width: 100%;
            padding-right: 0%;
            /* =========================
               言語リンク
            ========================= */
            /* 小さい矢印 */ }
            section#utilization .shape .content .area-info .link-area .item {
              display: flex;
              justify-content: space-between;
              align-items: center;
              font-size: 1rem;
              border-top: 1px solid rgba(0, 0, 0, 0.1);
              padding: 20px 0.8rem; }
              section#utilization .shape .content .area-info .link-area .item:first-child {
                border-top: 1px solid rgba(0, 0, 0, 0.1); }
              section#utilization .shape .content .area-info .link-area .item:last-child {
                border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
            section#utilization .shape .content .area-info .link-area .link-item {
              text-decoration: none;
              color: inherit;
              /* =========================
                 矢印（大）
              ========================= */ }
              section#utilization .shape .content .area-info .link-area .link-item:hover {
                opacity: 0.7;
                background-color: aliceblue;
                transition: 0.2s; }
              section#utilization .shape .content .area-info .link-area .link-item .item-content h3 {
                font-size: 1.15rem;
                margin-bottom: 16px;
                font-weight: 300;
                margin-bottom: 0.55rem; }
              section#utilization .shape .content .area-info .link-area .link-item .item-content p {
                font-size: 0.8rem;
                line-height: 1.7;
                font-weight: 300;
                color: #333; }
              section#utilization .shape .content .area-info .link-area .link-item .arrow-btn {
                width: 36px;
                height: 36px;
                background: #000;
                border-radius: 50%;
                position: relative;
                flex-shrink: 0; }
                section#utilization .shape .content .area-info .link-area .link-item .arrow-btn::before {
                  content: "";
                  position: absolute;
                  top: 50%;
                  left: 24%;
                  width: 20px;
                  height: 2px;
                  background: #fff;
                  transform: translateY(-50%); }
                section#utilization .shape .content .area-info .link-area .link-item .arrow-btn::after {
                  content: "";
                  position: absolute;
                  top: 50%;
                  left: 42%;
                  width: 10px;
                  height: 10px;
                  border-top: 2px solid #fff;
                  border-right: 2px solid #fff;
                  transform: translateY(-50%) rotate(45deg); }
            section#utilization .shape .content .area-info .link-area .lang-links {
              display: flex;
              gap: 40px;
              margin-top: 0.75rem; }
            section#utilization .shape .content .area-info .link-area .lang-links a {
              text-decoration: none;
              color: #000;
              font-size: 0.8rem;
              font-weight: 400;
              display: flex;
              align-items: center;
              gap: 8px; }
            section#utilization .shape .content .area-info .link-area .mini-arrow {
              width: 14px;
              height: 14px;
              background: #000;
              border-radius: 50%;
              position: relative; }
              section#utilization .shape .content .area-info .link-area .mini-arrow::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 27%;
                width: 6px;
                height: 1px;
                background: #fff;
                transform: translateY(-50%); }
              section#utilization .shape .content .area-info .link-area .mini-arrow::after {
                content: "";
                position: absolute;
                top: 50%;
                left: 41%;
                width: 4px;
                height: 4px;
                border-top: 1px solid #fff;
                border-right: 1px solid #fff;
                transform: translateY(-50%) rotate(45deg); }

  .caution-area {
    width: 80%;
    margin: 0 auto 3rem; }
    .caution-area h2 {
      font-size: 1.15rem;
      margin-bottom: 1rem; }
    .caution-area p {
      font-size: 0.8rem;
      margin-bottom: 1rem; }
    .caution-area ul {
      font-size: 0.8rem; }
      .caution-area ul li {
        margin-bottom: 0.6rem;
        list-style: circle;
        margin-left: 1rem;
        line-height: 1.6; }

  footer {
    background-image: url("../img/footer_bg.jpg");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0rem;
    padding: 8%;
    box-sizing: border-box;
    display: flex; }
    footer .company {
      width: 100%;
      margin-right: 0%; }
      footer .company .logo {
        width: 100%; }
        footer .company .logo img {
          width: 100%; }
      footer .company .sns {
        width: 100%;
        line-height: 30%;
        margin-bottom: 1rem; }
        footer .company .sns img {
          width: 15%;
          display: inline-block;
          margin-right: 14px; }
      footer .company .address {
        font-size: 0.75rem;
        line-height: 180%; }
        footer .company .address p {
          margin-bottom: 0.75rem; }
    footer .menu {
      display: none; }
    footer .credit {
      position: absolute;
      bottom: 10px;
      right: 10px; } }
