@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;

  400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;

  300;400;500;700;900&display=swap);@charset "UTF-8";

@media screen and (max-width: 600px) {
  html[lang=ja] {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  button {
    cursor: pointer;
  }

  .consultation-btn {
    padding: 0.5rem 1rem;
    border-radius: 0.8rem;
    font-size: 1rem;
    font-weight: bold;
    color: #25476c;
    background-color: #fce57b;
  }

  .school {
    width: 100vw;
    overflow: hidden;
  }

  .school .modal {
    display: block;
    z-index: 100;
    position: fixed;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #f4f1ec;
    transition: all 500ms;
    pointer-events: none;
    opacity: 0;
  }

  .school .modal .navigation__close {
    float: right;
  }

  .school .modal.show {
    pointer-events: visible;
    opacity: 1;
    width: 80%;
  }

  .school .modal .links {
    white-space: nowrap;
  }

  .school .modal .links a div {
    color: #1d2946;
    font-size: 1.4rem;
    padding-left: 2rem;
    margin-left: 1rem;
    line-height: 3rem;
    border-bottom: 1px solid #ddd;
    -webkit-font-smoothing: antialiased;
    position: relative;
    display: flex;
    align-items: center;
  }

  .school .modal .links a div:before {
    position: absolute;
    content: "\AB";
    color: #1d2946;
    top: 0;
    left: 0;
  }

  .school .modal .links a div img {
    width: 8%;
    height: 8%;
  }

  .school .header__navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 3rem;
  }

  .school .header__navigation__item {
    position: relative;
    display: grid;
    align-items: center;
    font-size: 0.7rem;
    text-align: center;
  }

  .school .header__navigation__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: white;
  }

  .school .header__navigation__item:nth-child(1) {
    margin-left: 1rem;
  }

  .school .header__navigation__item:nth-child(1) img {
    width: 100%;
  }

  .school .header__navigation__item:nth-child(2) {
    color: white;
    background-color: #7bd1fa;
    padding: 1rem;
  }

  .school .header__navigation__item:nth-child(2) div {
    justify-content: center;
  }

  .school .header__navigation__item:nth-child(2) div img {
    height: 1rem;
  }

  .school .content .fv {
    background: url("https://web-img.rensa.jp.net/rensa/images/techmania/renewal/lp/lp3_FV.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
  }

  .school .content .fv__content {
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: solid 3px #ffffff;
    outline-offset: -20px;
  }

  .school .content .fv p {
    font-weight: bold;
    text-align: center;
  }

  .school .content .fv p:nth-child(1) {
    padding: 0 3%;
    font-size: 1.4rem;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  .school .content .fv p:nth-child(2) {
    font-size: 1rem;
    margin: 2rem 0 1rem 0;
    padding: 0 11%;
    line-height: 140%;
  }

  .school .content .telephone {
    text-align: center;
    background-color: #07184e;
    color: white;
    padding: 1rem 0;
  }

  .school .content .telephone p:nth-child(1) {
    font-size: 0.8rem;
  }

  .school .content .telephone p:nth-child(2) {
    font-size: 1.2rem;
    margin: 3% 0;
    font-weight: bold;
  }

  .school .content .telephone p:nth-child(3) {
    font-size: 0.8rem;
  }

  .school .content .onayami {
    position: relative;
    background-color: #7ad1fa;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
  }

  .school .content .onayami .example {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    padding: 1rem;
    margin: 1rem;
    font-size: 0.78rem;
    text-align: left;
    line-height: 2rem;
  }

  .school .content .onayami .example span {
    color: #0165b2;
  }

  .school .content .onayami::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -26px;
    left: calc(89% - 50%);
    border-top: 2rem solid #7ad1fa;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
  }

  .school .content .induction {
    background-color: #0165b2;
    color: #ffffff;
    padding-bottom: 2rem;
  }

  .school .content .induction h2 {
    padding-top: 3rem;
    text-align: center;
    line-height: 1.5rem;
  }

  .school .content .induction span {
    font-weight: bold;
  }

  .school .content .announce {
    background-color: #f5f5f5;
    text-align: center;
    padding: 2rem 2rem 0 2rem;
  }

  .school .content .announce h2 {
    color: #0165b2;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .school .content .announce__description {
    margin: 1rem 0;
  }

  .school .content .announce__description__text {
    font-size: 0.9rem;
    margin: 1rem;
  }

  .school .content .announce__description__text span {
    font-weight: bold;
  }

  .school .content .announce__content {
    display: inline-block;
    justify-content: space-between;
    gap: 2rem;
  }

  .school .content .announce__content__text-1 {
    color: black;
    font-size: 1rem;
    text-align: left;
    margin: 1rem 0;
  }

  .school .content .announce__content__text-2 {
    color: black;
    font-size: 0.8rem;
    text-align: left;
  }

  .school .content .announce__content div {
    background-color: #ffffff;
    color: #00000066;
    padding: 1rem;
    margin: 1rem 0 0 0;
    width: 100%;
  }

  .school .content .announce__content div img {
    width: 100%;
  }

  .school .content .freelance {
    background-color: #7ad1fa;
    padding: 1rem;
  }

  .school .content .freelance__content {
    background-color: #ffffff;
    padding: 2rem;
  }

  .school .content .freelance__content__text {
    line-height: 2rem;
    margin: 1rem 0;
  }

  .school .content .freelance__content__table {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .school .content .freelance__content__table__column {
    border-top: 2px solid #d8d8d8;
  }

  .school .content .freelance__content__table__column__title {
    background: #d8d8d8;
    text-align: center;
    font-size: 0.8rem;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .school .content .freelance__content__table__column__title span {
    font-size: 0.7rem;
  }

  .school .content .freelance__content__table__column__tech-title {
    background: #7ad1fa;
  }

  .school .content .freelance__content__table__column__description {
    display: flex;
    position: relative;
    height: 125px;
    align-items: center;
    padding: 16px 8px 0;
    background: #fff;
    border-bottom: solid 2px #d8d8d8;
    border-left: 2px solid #d8d8d8;
  }

  .school .content .freelance__content__table__column__description__sub {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 6px;
    color: #666;
    background: #e8f3f4;
    font-size: 0.8rem;
  }

  .school .content .freelance__content__table__column__description__text {
    margin: 0 auto;
  }

  .school .content .freelance__content__table__column-2 {
    border-top: 2px solid #7ad1fa;
  }

  .school .content .freelance__content__table__column-2__title {
    background: #7ad1fa;
    text-align: center;
    font-size: 0.8rem;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .school .content .freelance__content__table__column-2__tech-title {
    background: #7ad1fa;
  }

  .school .content .freelance__content__table__column-2__description {
    display: flex;
    position: relative;
    height: 125px;
    align-items: center;
    padding: 16px 8px 0;
    background: #fff;
    border-bottom: solid 2px #7ad1fa;
    border-left: 2px solid #7ad1fa;
    border-right: 2px solid #7ad1fa;
  }

  .school .content .freelance__content__table__column-2__description__sub {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 6px;
    color: #666;
    background: #e8f3f4;
    font-size: 0.8rem;
  }

  .school .content .freelance__content__table__column-2__description__sub span {
    font-size: 0.7rem;
  }

  .school .content .freelance__content__table__column-2__description__text {
    margin: 0 auto;
  }

  .school .content .freelance__content__feature {
    display: inline-block;
    width: 100%;
  }

  .school .content .freelance__content__feature__list {
    margin: 1rem 0;
  }

  .school .content .freelance__content__feature__list__text {
    margin: 1rem 0;
  }

  .school .content .freelance__content__feature ul {
    list-style: unset;
    font-size: 0.9rem;
  }

  .school .content .freelance__content__feature h2 {
    font-weight: bold;
    font-size: 1.5rem;
  }

  .school .content .freelance__content__feature img {
    width: 100%;
  }

  .school .content .price {
    background-color: #f5f5f5;
    padding: 2rem;
    text-align: center;
  }

  .school .content .price__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0070c0;
    margin: 0rem;
  }

  .school .content .price__content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1rem;
  }

  .school .content .price__content__text-1 {
    font-size: 1rem;
    color: white;
    background-color: #0070c0;
    padding: 0.2rem;
  }

  .school .content .price__content__text-2 {
    font-size: 5rem;
    font-weight: bold;
    color: #0070c0;
    margin: 0 0.8rem;
  }

  .school .content .price__content__text-3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0070c0;
  }

  .school .content .price {
    background-color: #f5f5f5;
    padding: 2rem;
  }

  .school .content .price__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0070c0;
    margin: 1rem 0;
  }

  .school .content .price__content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0.5rem;
  }

  .school .content .price__content__text-1 {
    font-size: 1rem;
    color: white;
    background-color: #0070c0;
    padding: 0.2rem;
  }

  .school .content .price__content__text-2 {
    font-size: 5rem;
    font-weight: bold;
    color: #0070c0;
    margin: 0 0.8rem;
  }

  .school .content .price__content__text-3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0070c0;
  }

  .school .content .flow {
    background-color: #7ad1fa;
    color: #ffffff;
    text-align: center;
    padding: 2rem;
  }

  .school .content .flow__text {
    margin: 1.5rem 0;
    font-weight: bold;
  }

  .school .content .flow__list {
    justify-content: space-around;
    gap: 1rem;
  }

  .school .content .flow__list__text-1 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .school .content .flow__list__text-2 {
    text-align: left;
    font-size: 0.9rem;
  }

  .school .content .flow__list div {
    background-color: #0070c0;
    width: 100%;
    padding: 0.5rem;
    margin: 0.5rem auto;
  }

  .school .content .faq {
    background-color: #f5f5f5;
    padding: 2rem;
    font-weight: 500;
    line-height: 130%;
  }

  .school .content .faq__title {
    color: #0070c0;
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 1.9rem;
  }

  .school .content .faq__question {
    color: #0070c0;
    margin-bottom: 1rem;
  }

  .school .content .faq div {
    padding: 1rem;
    margin: 1rem 0;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
  }

  .school footer hr {
    color: #ddd;
  }

  .school footer .items {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }

  .school footer .items .item {
    padding: 0 2rem;
    color: #999;
    border-right: 1px solid #999;
    line-height: 2rem;
    font-size: 80%;
  }

  .school footer .items .item:nth-last-child(1) {
    border-right: none;
  }

  .school footer .logo {
    padding: 3rem 0;
    background-color: #25476c;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .school footer .logo .reserve {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 80%;
    line-height: 3rem;
  }

  .school footer .logo .icon {
    margin-left: 1rem;
  }

  .school footer .logo .icon img {
    height: 3rem;
    min-height: 3rem;
  }

  .school footer .logo .service-name {
    display: inline-block;
    margin-left: 0.5rem;
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
  }
}

@media screen and (min-width: 601px) {
  html[lang=ja] {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
  }

  button {
    cursor: pointer;
  }

  h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
  }

  .text-blue {
    color: #0165b2;
  }

  .school {
    width: 1200px;
    margin: 0 auto;
  }

  .school .modal {
    display: none;
  }

  .school .header__navigation {
    display: grid;
    grid-template-columns: 3fr 3.5fr 2fr 2fr 2fr;
    flex-wrap: nowrap;
    min-height: 3rem;
  }

  .school .header__navigation__item {
    position: relative;
    display: grid;
    align-items: center;
    font-size: 0.7rem;
    text-align: center;
    color: white;
    transition: 300ms;
  }

  .school .header__navigation__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: white;
  }

  .school .header__navigation__item:nth-child(1) {
    margin-left: 1.5rem;
  }

  .school .header__navigation__item:nth-child(1) img {
    width: 100%;
  }

  .school .header__navigation__item:nth-child(2) {
    margin-left: 2.5rem;
    color: #000000;
    text-align: left;
    font-size: 1rem;
  }

  .school .header__navigation__item:nth-child(3) {
    background-color: #0179a5;
  }

  .school .header__navigation__item:nth-child(3):hover {
    background: #43ccfe;
  }

  .school .header__navigation__item:nth-child(4) {
    background-color: #00b2b4;
  }

  .school .header__navigation__item:nth-child(4):hover {
    background: #4dfcff;
  }

  .school .header__navigation__item:nth-child(5) {
    background-color: #25476c;
  }

  .school .header__navigation__item:nth-child(5):hover {
    background: #5f92c8;
  }

  .school .header__navigation__item:nth-child(6) {
    display: none;
  }

  .school .header__navigation__item .link {
    text-align: center;
  }

  .school .header__navigation__item .link p {
    display: inline-block;
    line-height: 2.4rem;
    color: white;
  }

  .school .content {
    display: flex;
  }

  .school .content .content-left {
    width: 720px;
    text-align: center;
  }

  .school .content .content-left .fv {
    background: url("https://web-img.rensa.jp.net/rensa/images/techmania/renewal/lp/lp3_FV.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
  }

  .school .content .content-left .fv__content {
    height: 100%;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: solid 10px #ffffff;
    outline-offset: -20px;
  }

  .school .content .content-left .fv__content p:nth-child(1) {
    font-size: 3rem;
    padding: 1rem;
    margin: 1rem;
    border-top: solid 5px #ffffff;
    border-bottom: solid 5px #ffffff;
    line-height: 5rem;
    font-weight: bold;
  }

  .school .content .content-left .fv__content p:nth-child(2) {
    font-size: 2rem;
    line-height: 3.5rem;
  }

  .school .content .content-left .telephone {
    text-align: center;
    background-color: #07184e;
    color: white;
    padding: 2rem 0;
  }

  .school .content .content-left .telephone p:nth-child(1) {
    font-size: 1rem;
  }

  .school .content .content-left .telephone p:nth-child(2) {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.5rem 0;
  }

  .school .content .content-left .telephone p:nth-child(3) {
    font-size: 1rem;
  }

  .school .content .content-left .onayami {
    position: relative;
    background-color: #7ad1fa;
    color: #ffffff;
    padding: 2rem;
  }

  .school .content .content-left .onayami .example {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    padding: 2rem;
    margin: 2rem;
    text-align: left;
    line-height: 2rem;
  }

  .school .content .content-left .onayami .example span {
    font-size: 1.3rem;
  }

  .school .content .content-left .onayami::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -26px;
    left: calc(94% - 50%);
    border-top: 2rem solid #7ad1fa;
    border-left: 3rem solid transparent;
    border-right: 3rem solid transparent;
  }

  .school .content .content-left .induction {
    background-color: #0165b2;
    color: #ffffff;
    padding-bottom: 2rem;
  }

  .school .content .content-left .induction h2 {
    padding-top: 3rem;
  }

  .school .content .content-left .announce {
    background-color: #f5f5f5;
    padding: 2rem;
  }

  .school .content .content-left .announce h2 {
    color: #0165b2;
  }

  .school .content .content-left .announce__description {
    margin: 1rem 0;
  }

  .school .content .content-left .announce__description__text {
    line-height: 160%;
    margin: 2rem;
  }

  .school .content .content-left .announce__description__text span {
    font-weight: bold;
  }

  .school .content .content-left .announce__content {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }

  .school .content .content-left .announce__content__text-1 {
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    color: #25476c;
    margin: 1rem 0;
  }

  .school .content .content-left .announce__content__text-2 {
    font-size: 100%;
    text-align: left;
    color: black;
  }

  .school .content .content-left .announce__content div {
    background-color: #ffffff;
    color: #00000066;
    padding: 1rem;
    width: 50%;
  }

  .school .content .content-left .announce__content div img {
    width: 17rem;
  }

  .school .content .content-left .freelance {
    background-color: #7ad1fa;
    padding: 2rem;
  }

  .school .content .content-left .freelance__content {
    background-color: #ffffff;
    padding: 2rem;
  }

  .school .content .content-left .freelance__content__text {
    line-height: 2rem;
    margin: 1rem 0;
  }

  .school .content .content-left .freelance__content__feature {
    display: flex;
    width: 100%;
  }

  .school .content .content-left .freelance__content__feature__list {
    margin: 1rem 0;
  }

  .school .content .content-left .freelance__content__feature__list__text {
    margin-top: 1rem;
  }

  .school .content .content-left .freelance__content__feature div {
    width: 50%;
    text-align: left;
  }

  .school .content .content-left .freelance__content__feature div ul {
    list-style: unset;
    padding-left: 2rem;
  }

  .school .content .content-left .freelance__content__feature img {
    width: 50%;
    height: 100%;
    margin-top: 2rem;
  }

  .school .content .content-left .price {
    background-color: #f5f5f5;
    padding: 2rem;
  }

  .school .content .content-left .price__title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0070c0;
    margin: 1rem 0;
  }

  .school .content .content-left .price__content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 1rem 0.5rem 0;
  }

  .school .content .content-left .price__content__text-1 {
    font-size: 1rem;
    color: white;
    background-color: #0070c0;
    padding: 0.2rem;
  }

  .school .content .content-left .price__content__text-2 {
    font-size: 5rem;
    font-weight: bold;
    color: #0070c0;
    margin: 0 0.8rem;
  }

  .school .content .content-left .price__content__text-3 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0070c0;
  }

  .school .content .content-left .flow {
    background-color: #7ad1fa;
    color: #ffffff;
    padding: 2rem;
  }

  .school .content .content-left .flow__text {
    margin: 1rem 0;
  }

  .school .content .content-left .flow__list {
    display: flex;
    justify-content: space-around;
    gap: 1rem;
  }

  .school .content .content-left .flow__list__text-1 {
    text-align: center;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }

  .school .content .content-left .flow__list__text-2 {
    text-align: left;
    font-size: 0.9rem;
  }

  .school .content .content-left .flow__list div {
    background-color: #0070c0;
    width: 25%;
    padding: 0.5rem;
  }

  .school .content .content-left .faq {
    background-color: #f5f5f5;
    font-weight: bold;
    padding: 2rem;
  }

  .school .content .content-left .faq__title {
    color: #0070c0;
  }

  .school .content .content-left .faq__question {
    color: #0070c0;
    margin-bottom: 1rem;
  }

  .school .content .content-left .faq div {
    padding: 1rem;
    margin: 1rem 0;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
  }

  .school .content .contact-form {
    width: 480px;
    position: relative;
  }

  .school .content .contact-form .contact-for-company {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 480px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 48px 0 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  }

  .school .content .contact-form .contact-for-company::-webkit-scrollbar {
    display: none;
  }

  .school .content .contact-form .contact-for-company__items {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .school .content .contact-form .contact-for-company__items .item {
    padding: 0 1rem;
    color: #999;
    border-right: 1px solid #999;
    font-size: 80%;
  }

  .school .content .contact-form .contact-for-company__items .item:nth-last-child(1) {
    border-right: none;
  }

  .school .content .contact-form .contact-for-company__content {
    padding: 1rem;
    background-color: white;
  }

  .school .content .contact-form .contact-for-company__content hr {
    background-color: #cccccc;
  }

  .school .content .contact-form .contact-for-company__content__title {
    font-size: 1rem;
    font-weight: bold;
  }

  .school .content .contact-form .contact-for-company__content__title-underline {
    height: 0.2rem;
    margin: 0.5rem 0;
    border: none;
  }

  .school .content .contact-form .contact-for-company__content__description {
    line-height: 1.3rem;
    margin: 0 0.5rem;
    font-size: 0.8rem;
  }

  .school .content .contact-form .contact-for-company__content__form {
    margin-top: 1rem;
    text-align: center;
  }

  .school .content .contact-form .contact-for-company__content__form hr {
    height: 0.08rem;
    border: none;
  }

  .school .content .contact-form .contact-for-company__content__form__items__item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: start;
  }

  .school .content .contact-form .contact-for-company__content__form__items__item__text {
    padding: 0.5rem;
    font-size: 0.8rem;
    background-color: #f7f8fb;
  }

  .school .content .contact-form .contact-for-company__content__form__items__item__text span {
    font-size: 0.6rem;
  }

  .school .content .contact-form .contact-for-company__content__form__items__item input,
  .school .content .contact-form .contact-for-company__content__form__items__item textarea {
    width: 70%;
    line-height: 2rem;
    margin: 1rem 10rem 1rem 1rem;
    padding: 0 0.5rem;
    resize: none;
    border: 0.1rem solid #cccccc;
    box-shadow: inset 0 0.2rem 0.3rem 0 #00000029;
  }

  .school .content .contact-form .contact-for-company__content__form__announcement {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0.7rem;
  }

  .school .content .contact-form .contact-for-company__content__form button {
    padding: 1rem 4rem;
    margin-top: 1rem;
    border-radius: 0.8rem;
    font-size: 1rem;
    font-weight: bold;
    color: #25476c;
    background-color: #fce57b;
  }

  .school .content .contact-form .contact-for-company__loading {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(204, 204, 204, 0.8);
  }

  .school .content .contact-form .contact-for-company__loading.showLoading {
    width: 100%;
  }

  .school .content .contact-form .error-message {
    height: 0;
    margin-left: 1rem;
    overflow: hidden;
    color: red;
    transition: all 700ms;
    white-space: nowrap;
    font-size: 0.8rem;
  }

  .school .content .contact-form .error-message.show {
    height: 2rem;
  }

  .school .content .contact-form .complete {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    background-color: rgba(82, 82, 82, 0.8);
  }

  .school .content .contact-form .complete__content {
    position: absolute;
    width: 100%;
    padding: 2rem 5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
  }

  .school .content .contact-form .complete__content__description {
    margin: 1.5rem 0;
    color: gray;
  }

  .school .content .contact-form .complete__content button {
    padding: 0.7rem;
    background-color: #df6a6a;
    color: white;
    font-weight: bold;
    border-radius: 0.7rem;
  }

  .school .content .contact-form .complete.show {
    width: 100%;
  }

  .school footer {
    width: 720px;
  }

  .school footer hr {
    color: #ddd;
  }

  .school footer .items {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .school footer .items .item {
    padding: 0 2rem;
    color: #999;
    border-right: 1px solid #999;
    font-size: 80%;
  }

  .school footer .items .item:nth-last-child(1) {
    border-right: none;
  }

  .school footer .logo {
    padding: 3rem 0;
    background-color: #25476c;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .school footer .logo .reserve {
    color: white;
    font-size: 80%;
    line-height: 3rem;
  }

  .school footer .logo .icon {
    margin-left: 1rem;
  }

  .school footer .logo .icon img {
    height: 3rem;
    min-height: 3rem;
  }

  .school footer .logo .service-name {
    margin-left: 0.5rem;
    line-height: 3rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
  }

  .category__freelance {
    padding: 2rem;
    text-align: center;
    background: white;
  }

  .category__freelance__headline {
    font-size: 2.2rem;
  }

  .category__freelance__description {
    margin-top: 2rem;
  }

  .category__freelance__description span {
    font-size: 1.3rem;
  }

  .category__freelance__description p {
    line-height: 160%;
    margin-top: 1.5rem;
    color: #707070;
  }

  .category__freelance__table {
    display: grid;
    margin-top: 4rem;
    color: #707070;
  }

  .category__freelance__table__title-row {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr;
    justify-content: center;
    align-items: center;
    background-color: #f7f8fb;
  }

  .category__freelance__table__title-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }

  .category__freelance__table__title-row__item {
    padding: 1rem 0;
  }

  .category__freelance__table__title-row__item:nth-child(1),
  .category__freelance__table__title-row__item:nth-child(2) {
    position: relative;
  }

  .category__freelance__table__title-row__item:nth-child(1):after,
  .category__freelance__table__title-row__item:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #cccccc;
  }

  .category__freelance__table__general-row {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr;
  }

  .category__freelance__table__general-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }

  .category__freelance__table__general-row__item {
    display: grid;
    height: 6rem;
    line-height: 1.5rem;
    place-items: center;
  }

  .category__freelance__table__general-row__item:not(:nth-child(3)) {
    position: relative;
  }

  .category__freelance__table__general-row__item:not(:nth-child(3)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
  }

  .category__freelance__table__tm-row {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr 2fr;
    font-weight: bold;
  }

  .category__freelance__table__tm-row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }

  .category__freelance__table__tm-row::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }

  .category__freelance__table__tm-row__item {
    display: grid;
    height: 6rem;
    line-height: 1.5rem;
    place-items: center;
  }

  .category__freelance__table__tm-row__item:not(:nth-child(3)) {
    position: relative;
  }

  .category__freelance__table__tm-row__item:not(:nth-child(3)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #cccccc;
  }

  .category__freelance__table__tm-row__item:nth-child(1)::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -1.7rem;
    height: 4rem;
    width: 4.3rem;
    background-image: url(https://web-img.rensa.jp.net/rensa/images/techmania/renewal/company/company_category_freelance_baloon.png);
    background-size: 100% 100%;
  }

  .category__freelance__table__tm-row__item p {
    display: grid;
    height: 90%;
    width: 95%;
    place-items: center;
    border-radius: 0.7rem;
    background-color: #e8f7fe;
  }

  .category__freelance__feature {
    margin: 1.5rem 0;
  }

  .category__freelance__feature__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .category__freelance__feature__content__text {
    text-align: start;
  }

  .category__freelance__feature__content__text__title {
    line-height: 3rem;
    font-size: 1.6rem;
  }

  .category__freelance__feature__content__text__description {
    line-height: 1.5rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #707070;
  }

  .category__freelance__feature__content img {
    width: 100%;
  }

  .category__freelance__feature__button {
    position: relative;
    margin-top: 5rem;
    border-radius: 0.7rem;
    background-color: #fce57b;
    padding: 0 5rem;
  }

  .category__freelance__feature__button__baloon {
    position: absolute;
    padding: 0.5rem 0.5rem;
    top: -2.4rem;
    left: 3rem;
    background-color: white;
    border: solid 0.2rem #FCE57B;
    border-radius: 10rem;
    box-shadow: 0 0.1rem 0.3rem #D3C067;
    text-align: center;
  }

  .category__freelance__feature__button__baloon::before,
  .category__freelance__feature__button__baloon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid 1.1rem transparent;
  }

  .category__freelance__feature__button__baloon::before {
    border-top: solid 1rem #FCE57B;
  }

  .category__freelance__feature__button__baloon::after {
    border-top: solid 1.1rem white;
    margin-top: -0.25rem;
  }

  .category__freelance__feature__button__baloon__text {
    color: #D1BD65;
    font-size: 1.1rem;
    font-weight: bold;
  }

  .category__freelance__feature__button__text {
    padding: 1.5rem 2rem;
    color: #25476c;
    font-size: 1.5rem;
    font-weight: bold;
  }
}

@media screen and (min-width: 2161px) {
  html[lang=ja] {
    font-family: "Noto Sans JP", sans-serif;
  }

  button {
    cursor: pointer;
  }
}

@media screen and (min-width: 2881px) {
  html[lang=ja] {
    font-family: "Noto Sans JP", sans-serif;
  }

  button {
    cursor: pointer;
  }
}

