.floating {
  position: fixed;
  top: 43%;
  right: -2px;
  z-index: 100;
  transform: translateY(-50%);
  width: 50px; }
  @media screen and (max-width: 640px) {
    .floating {
      top: 38%;
      width: 40px; } }
  .floating-instagram {
    margin-top: 20px; }
    .floating-instagram a {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      position: relative;
      background-color: #895024;
      border: 2px solid #895024;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      padding: 10px 2px 10px 8px;
      line-height: 1;
      transition: opacity 0.3s ease; }
      .floating-instagram a:hover {
        opacity: 0.7; }
      .floating-instagram a .img {
        width: 100%; }
      .floating-instagram a .txt {
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        writing-mode: vertical-lr;
        letter-spacing: 0.02em; }

.section-title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #895024;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 640px) {
    .section-title h2 {
      font-size: 20px; } }
.section-title .txt-1 {
  margin-top: 20px;
  font-size: 14px;
  color: #895024;
  text-align: center; }
.section-recruit {
  padding: 40px 0; }
  .section-recruit .title {
    display: flex;
    justify-content: center; }
    .section-recruit .title h2 {
      display: inline-block;
      position: relative;
      font-size: 40px;
      font-weight: normal;
      line-height: 1;
      color: #895024;
      text-align: center;
      letter-spacing: 0.08em; }
      @media screen and (max-width: 640px) {
        .section-recruit .title h2 {
          font-size: 28px; } }
      .section-recruit .title h2 span {
        position: absolute;
        bottom: 0;
        right: -100px;
        font-size: 24px;
        color: rgba(137, 80, 36, 0.2); }
  .section-recruit .box-nav {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .section-recruit .box-nav ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; }
      @media screen and (max-width: 768px) {
        .section-recruit .box-nav ul {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
    .section-recruit .box-nav li {
      position: relative;
      color: #895024;
      text-align: center; }
      .section-recruit .box-nav li::before {
        content: "(";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-size: 24px; }
      .section-recruit .box-nav li::after {
        content: ")";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-size: 24px; }
    .section-recruit .box-nav a {
      display: block;
      position: relative;
      padding: 0 40px 10px;
      font-size: 18px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .section-recruit .box-nav a {
          padding: 0 20px 10px; } }
      .section-recruit .box-nav a::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8px;
        transform: translateX(-50%);
        background: url("/assets/img/common/icon-arr3.svg") no-repeat center center;
        background-size: contain;
        width: 14px;
        height: 14px; }
      .section-recruit .box-nav a:hover {
        opacity: 0.7; }
.section-flow {
  padding: 10px 0 30px; }
  .section-flow .box {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media screen and (max-width: 1024px) {
      .section-flow .box {
        max-width: max-content;
        -ms-overflow-style: auto;
        scrollbar-width: auto; } }
    .section-flow .box-col {
      display: flex;
      justify-content: center;
      position: relative; }
      .section-flow .box-col::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -23px;
        transform: translateY(-50%);
        background: url("/assets/img/common/icon-arr2.svg") no-repeat center center;
        width: 20px;
        height: 20px; }
      .section-flow .box-col:first-child::before {
        display: none; }
      .section-flow .box-col-1 .txt-2 {
        margin-top: 5px; }
      .section-flow .box-col-3 .txt-1, .section-flow .box-col-4 .txt-1, .section-flow .box-col-5 .txt-1 {
        margin-top: 20px; }
    .section-flow .box-1 {
      border: 1px solid #895024;
      border-radius: 50%;
      width: 176px;
      aspect-ratio: 1 / 1;
      padding-top: 45px;
      color: #895024;
      text-align: center; }
    .section-flow .box .no {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 24px;
      font-weight: 500;
      line-height: 1; }
    .section-flow .box .txt-1 {
      margin-bottom: 6px;
      font-size: 20px; }
    .section-flow .box .txt-2 {
      font-size: 14px;
      line-height: 1.1; }
    .section-flow .box .txt-3 {
      display: inline-block;
      background-color: #895024;
      border-radius: 10px;
      margin-top: 3px;
      padding: 8px 10px 10px;
      font-size: 14px;
      line-height: 1;
      color: #fff; }
.section-requirement {
  background-color: rgba(68, 124, 170, 0.2);
  padding: 40px 0; }
  .section-requirement .box-nav {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0 40px; }
    @media screen and (max-width: 640px) {
      .section-requirement .box-nav {
        padding-bottom: 20px; } }
    .section-requirement .box-nav ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px 10px; }
      @media screen and (max-width: 768px) {
        .section-requirement .box-nav ul {
          grid-template-columns: repeat(2, 1fr); } }
      .section-requirement .box-nav ul .sp-only {
        display: none; }
        @media screen and (max-width: 640px) {
          .section-requirement .box-nav ul .sp-only {
            display: block; } }
    .section-requirement .box-nav a {
      display: block;
      background-color: #fff;
      border: 2px solid #447caa;
      border-radius: 20px;
      padding: 10px;
      font-size: 20px;
      color: #447caa;
      line-height: 1;
      text-align: center;
      transition: background-color 0.3s ease; }
      @media screen and (max-width: 640px) {
        .section-requirement .box-nav a {
          font-size: 16px; } }
      .section-requirement .box-nav a:hover {
        background-color: transparent; }
  .section-requirement .box-tab {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0; }
    .section-requirement .box-tab-head ul {
      display: flex;
      gap: 5px; }
    .section-requirement .box-tab-head li {
      width: 260px; }
    .section-requirement .box-tab-head .tab {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #447caa;
      padding: 15px 10px;
      font-size: 20px;
      line-height: 1;
      color: #fff;
      text-align: center;
      cursor: pointer; }
      @media screen and (max-width: 640px) {
        .section-requirement .box-tab-head .tab {
          padding: 15px 5px;
          font-size: 14px; } }
      .section-requirement .box-tab-head .tab.active {
        background-color: #fff;
        color: #447caa;
        cursor: default; }
    .section-requirement .box-tab-body {
      background-color: #fff;
      padding: 40px; }
      @media screen and (max-width: 640px) {
        .section-requirement .box-tab-body {
          padding: 20px; } }
      .section-requirement .box-tab-body .tab {
        display: none; }
        .section-requirement .box-tab-body .tab.active {
          display: block; }
      .section-requirement .box-tab-body table {
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%; }
      .section-requirement .box-tab-body th,
      .section-requirement .box-tab-body td {
        border-bottom: 1px solid #2c2c2c;
        padding: 10px 20px;
        font-weight: normal; }
        @media screen and (max-width: 640px) {
          .section-requirement .box-tab-body th,
          .section-requirement .box-tab-body td {
            padding: 10px 5px;
            font-size: 14px; } }
      .section-requirement .box-tab-body th {
        min-width: max-content;
        text-align: center; }
      .section-requirement .box-tab-body tr:last-child th,
      .section-requirement .box-tab-body tr:last-child td {
        border-bottom: none; }
  .section-requirement .link-1 {
    margin-top: 30px;
    text-align: center; }
    .section-requirement .link-1 a {
      background-color: #895024;
      border-radius: 20px;
      padding: 5px 80px;
      color: #fff;
      line-height: 1; }
.section-apply {
  padding: 60px 0 40px; }
  @media screen and (max-width: 640px) {
    .section-apply {
      padding-top: 40px; } }
  .section-apply .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0; }
    @media screen and (max-width: 1240px) {
      .section-apply .box {
        gap: 8.64vw; } }
    @media screen and (max-width: 768px) {
      .section-apply .box {
        grid-template-columns: 1fr;
        gap: 20px; } }
    @media screen and (max-width: 640px) {
      .section-apply .box {
        margin-top: 20px; } }
    .section-apply .box-col h3 {
      background-color: #447caa;
      margin: 0 20px;
      padding: 10px;
      font-size: 24px;
      font-weight: normal;
      line-height: 1;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .section-apply .box-col h3 {
          margin: 0;
          font-size: 20px; } }
    .section-apply .box-col .txt-1 {
      margin: 20px 20px 0 30px;
      font-size: 14px;
      color: #895024; }
      @media screen and (max-width: 640px) {
        .section-apply .box-col .txt-1 {
          margin: 20px 0 0; } }
    .section-apply .box-col .txt-2 {
      margin-top: 30px;
      font-size: 20px;
      color: #447caa;
      line-height: 1.2;
      padding: 0 0 0 20px; }
      @media screen and (max-width: 640px) {
        .section-apply .box-col .txt-2 {
          margin: 20px 0 0;
          font-size: 18px;
          padding: 0 0 0 0; } }
      .section-apply .box-col .txt-2-2 {
        margin-top: 10px; }
    .section-apply .box-col .txt-3 {
      margin-top: 15px;
      font-size: 14px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .section-apply .box-col .txt-3 {
          text-align: left; } }
      .section-apply .box-col .txt-3 .pc-only {
        display: block; }
        @media screen and (max-width: 640px) {
          .section-apply .box-col .txt-3 .pc-only {
            display: none; } }
    .section-apply .box-col .txt-4 {
      margin-top: 30px;
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 640px) {
        .section-apply .box-col .txt-4 {
          margin-top: 20px; } }
      .section-apply .box-col .txt-4 a {
        display: flex;
        align-items: center;
        gap: 15px;
        border: 2px solid #447caa;
        border-radius: 50px;
        width: max-content;
        padding: 26px 40px;
        font-size: 24px;
        font-weight: 500;
        line-height: 1;
        color: #447caa;
        transition: opacity 0.3s ease; }
        @media screen and (max-width: 640px) {
          .section-apply .box-col .txt-4 a {
            padding: 20px 60px 20px 30px;
            font-size: 20px; } }
        .section-apply .box-col .txt-4 a:hover {
          opacity: 0.7; }
        .section-apply .box-col .txt-4 a .img img {
          vertical-align: middle; }
