/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding: 0;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html, body {
  font-size: clamp(15px, 12px + 0.25vw, 17px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  color: #1D92D0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "halt";
  scroll-behavior: smooth;
}

br.pc {
  display: block;
}
@media (max-width: 680px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media (max-width: 680px) {
  br.sp {
    display: block;
  }
}

#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

main {
  width: 100%;
  margin: 0;
  padding: 0;
}

section {
  width: 100%;
  margin: 0;
  padding: 0;
}
section .section-head {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: clamp(22px, 16px + 0.5vw, 26px);
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 1080px) {
  section .section-head {
    font-size: clamp(17px, 14px + 0.46875vw, 20px);
  }
}
section .section-head span {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: clamp(50px, 44px + 0.5vw, 54px);
  font-family: "Lexend Giga", sans-serif;
  font-weight: 700;
}
@media (max-width: 1080px) {
  section .section-head span {
    font-size: clamp(40px, 35px + 0.78125vw, 45px);
  }
}
section .section-head:before, section .section-head:after {
  content: "";
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: 10px;
  display: block;
  width: 3rem;
  height: 0;
  opacity: 0.5;
  border-top: 2px solid #fff;
}
section .section-head:after {
  left: calc(50% - 0.75rem);
  bottom: 0;
  width: 1.5rem;
}
section .box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media (max-width: 1080px) {
  section .box {
    max-width: 700px;
  }
}

.table-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}
.table-list > li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media (max-width: 680px) {
  .table-list > li {
    flex-direction: column;
  }
}
.table-list__title {
  width: 15rem;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .table-list__title {
    width: 100%;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(29, 146, 208, 0.3);
  }
}
.table-list__content {
  flex: 1;
}

.button {
  width: 100%;
}
.button a {
  display: inline-block;
  margin: 0;
  padding: 1rem 5rem;
  font-size: clamp(15px, 12px + 0.25vw, 17px);
  font-weight: 700;
  color: #fff;
  border-radius: 0.5rem;
  border: 2px solid #1D92D0;
  background-color: #1D92D0;
  transition: 0.3s background-color;
}
.button a:hover {
  color: #1D92D0;
  text-decoration: none;
  background-color: #fff;
}
.button a.i-arrow {
  position: relative;
}
.button a.i-arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 0.6rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  background-color: #1D92D0;
  background-image: url(../images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
}

#page-links {
  width: 100%;
  margin: 0;
  padding: 15px 3.5%;
  background-color: rgba(29, 146, 208, 0.05);
}
#page-links .box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
}
@media (max-width: 680px) {
  #page-links .box {
    gap: 1rem;
  }
}
#page-links .box .button {
  flex: 1;
  max-width: 320px;
}
#page-links .box .button a {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
header h1 {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 2.5%;
  display: block;
  width: auto;
}
@media (max-width: 680px) {
  header h1 {
    top: 10px;
  }
}
header h1 a {
  display: block;
  margin: 0;
  padding: 1rem 0.75rem;
  writing-mode: vertical-rl;
  font-size: clamp(22px, 16px + 0.5vw, 26px);
  color: #1D92D0;
  line-height: 1;
  letter-spacing: 0.125rem;
  transition: 0.3s opacity;
  background-color: #fff;
}
@media (max-width: 1080px) {
  header h1 a {
    font-size: clamp(17px, 14px + 0.46875vw, 20px);
  }
}
@media (max-width: 680px) {
  header h1 a {
    padding: 0.75rem 1rem;
    writing-mode: horizontal-tb;
    font-size: clamp(15px, 9.8px + 1.6vw, 17px);
  }
}
header h1 a:hover {
  color: #1D92D0;
  text-decoration: none;
  opacity: 0.7;
}
header #humb {
  display: none;
}
@media (max-width: 680px) {
  header #humb {
    position: absolute;
    top: 10px;
    right: 2.5%;
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background-color: #fff;
  }
  header #humb span, header #humb:before, header #humb:after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    display: block;
    width: 1.5rem;
    height: 2px;
    transform: translate(-50%, 0);
    border-radius: 999px;
    background-color: #1D92D0;
  }
  header #humb:before {
    content: "";
    top: calc(50% - 8px);
  }
  header #humb:after {
    content: "";
    top: calc(50% + 6px);
  }
}
header nav {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 2.5%;
  width: auto;
  margin: 0;
  padding: 1rem 3rem;
  border-radius: 999px;
  background-color: #fff;
}
@media (max-width: 680px) {
  header nav {
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100lvh;
    padding: 3rem;
    border-radius: 0;
    background-color: #1D92D0;
    transition: 0.4s opacity, 0.4s transform;
    transform: translateY(-10px);
    visibility: hidden;
    opacity: 0;
  }
  header nav.visible {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 680px) {
  header nav ul {
    flex-direction: column;
  }
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  font-weight: 500;
  color: #1D92D0;
}
@media (max-width: 680px) {
  header nav ul li a {
    color: #fff;
  }
}
header nav ul li a:hover {
  color: #1D92D0;
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 680px) {
  header nav ul li a:hover {
    color: #fff;
  }
}
header nav #close {
  display: none;
}
@media (max-width: 680px) {
  header nav #close {
    position: absolute;
    top: 10px;
    right: 2.5%;
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: #fff;
  }
  header nav #close:before, header nav #close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1.5rem;
    height: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 999px;
    background-color: #1D92D0;
  }
  header nav #close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

footer {
  width: 100%;
  margin: 0;
  padding: 30px 3.5%;
}
footer .copyrights {
  width: 100%;
  margin: 0;
  padding: 0.75rem;
  font-size: clamp(13px, 10px + 0.25vw, 15px);
  text-align: center;
  border-radius: 999px;
  background-color: rgba(29, 146, 208, 0.1);
}

#main-visual {
  position: relative;
  width: 100%;
}
#main-visual__catch {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  width: 20%;
  max-width: 280px;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  #main-visual__catch {
    width: 35%;
    max-width: 160px;
  }
}
#main-visual__catch img {
  width: 100%;
  height: auto;
}
#main-visual__images {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 680px) {
  #main-visual__images {
    flex-direction: column;
  }
}
#main-visual__images:before, #main-visual__images:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#main-visual__images:before {
  z-index: 1;
  mix-blend-mode: overlay;
  background-color: #1D92D0;
}
#main-visual__images:after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(29, 146, 208, 0) 50%, #1d92d0 95%);
}
@media (max-width: 680px) {
  #main-visual__images:after {
    background: linear-gradient(180deg, rgba(29, 146, 208, 0.3) 0%, rgba(29, 146, 208, 0.3) 75%, #1d92d0 95%);
  }
}
#main-visual__images picture {
  width: 50%;
  height: 100%;
}
@media (max-width: 680px) {
  #main-visual__images picture {
    width: 100%;
    height: 45vh;
  }
}
#main-visual__images picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#main-visual__content {
  margin: 0;
  padding: 0 3.5% 90px 3.5%;
  background-color: #1D92D0;
}
#main-visual__content .box p {
  font-size: clamp(17px, 12.5px + 0.375vw, 20px);
  font-weight: 500;
  color: #fff;
  line-height: 2.5;
  letter-spacing: 0.075rem;
  text-align: center;
}
@media (max-width: 1080px) {
  #main-visual__content .box p {
    font-size: clamp(15px, 13px + 0.3125vw, 17px);
  }
}
@media (max-width: 680px) {
  #main-visual__content .box p {
    font-size: clamp(13px, 7.8px + 1.6vw, 15px);
  }
}
#main-visual__content .box p + p {
  margin-top: 2.5rem;
}
#main-visual__content .box .banner {
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 0.5rem;
}
#main-visual__content .box .banner a {
  display: block;
  transition: 0.3s opacity;
  box-shadow: 0.1rem 0.3rem 1.2rem rgba(0, 91, 140, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
}
#main-visual__content .box .banner a:hover {
  opacity: 0.9;
}
#main-visual__content .box .banner img {
  display: block;
  width: 100%;
  height: auto;
}

#index-company {
  position: relative;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #1D92D0;
}
@media (max-width: 680px) {
  #index-company {
    padding-bottom: 30px;
  }
}
#index-company:before {
  content: "";
  position: absolute;
  top: 0;
  right: 7.5%;
  display: block;
  width: 35%;
  max-width: 420px;
  height: 0;
  margin: 0;
  padding-top: 15%;
  background-image: url(../images/illust-001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}
#index-history {
  width: 93%;
  margin: 90px auto 0 auto;
}
@media (max-width: 680px) {
  #index-history {
    width: 100%;
    margin-top: 30px;
  }
}
#index-history .history-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1080px) {
  #index-history .history-wrap {
    flex-direction: column;
  }
}
#index-history .history__image {
  flex: 1;
  width: calc(100% - 600px);
  margin-right: 3.5%;
}
@media (max-width: 1080px) {
  #index-history .history__image {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    padding: 0 3.5%;
  }
}
#index-history .history__image picture {
  display: block;
  width: 100%;
}
#index-history .history__image picture img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 680px) {
  #index-history .history__image picture img {
    border-radius: 1rem;
  }
}
#index-history .history__content {
  width: 100%;
  max-width: 640px;
}
@media (max-width: 1440px) {
  #index-history .history__content {
    max-width: 570px;
  }
}
@media (max-width: 680px) {
  #index-history .history__content {
    max-width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
#index-history .history__content .section-head {
  color: #1D92D0;
  text-align: left;
}
@media (max-width: 680px) {
  #index-history .history__content .section-head {
    text-align: center;
  }
}
#index-history .history__content .section-head:before, #index-history .history__content .section-head:after {
  left: 0;
  border-color: #1D92D0;
}
@media (max-width: 680px) {
  #index-history .history__content .section-head:before {
    left: calc(50% - 1.5rem);
  }
  #index-history .history__content .section-head:after {
    left: calc(50% - 0.75rem);
  }
}
#index-history .history__content p + p {
  margin-top: 1.5rem;
}
#index-works {
  width: 93%;
  margin: 90px auto 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
  border-radius: 2rem;
  background-color: rgba(29, 146, 208, 0.05);
}
@media (max-width: 680px) {
  #index-works {
    width: 100%;
    margin-top: 70px;
    border-radius: 2rem 2rem 0 0;
  }
}
#index-works .section-head {
  color: #1D92D0;
}
#index-works .section-head:before, #index-works .section-head:after {
  border-color: #1D92D0;
}
#index-works .works-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem;
}
#index-works .works-item {
  flex: 1;
}
@media (max-width: 1080px) {
  #index-works .works-item {
    flex: auto;
    max-width: calc(50% - 1.5rem);
  }
}
@media (max-width: 680px) {
  #index-works .works-item {
    max-width: 300px;
  }
}
#index-works .works-item picture {
  display: block;
  width: 100%;
}
#index-works .works-item picture img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}
#index-works .works-item__text {
  width: 100%;
  margin-top: 1rem;
  padding-left: 1.5rem;
}
#index-works .works-item__text h3 {
  position: relative;
  margin-bottom: 0.25rem;
  font-size: clamp(18px, 12px + 0.5vw, 22px);
  font-weight: 500;
}
#index-works .works-item__text h3:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  transform: scale(0.5);
  border-radius: 999px;
  background-color: #1D92D0;
}
#index-recruit {
  width: 100%;
  margin: 120px auto 0 auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
  padding-bottom: 160px;
  overflow: hidden;
}
@media (max-width: 680px) {
  #index-recruit {
    margin-top: 70px;
  }
}
#index-recruit .section-head {
  color: #1D92D0;
}
#index-recruit .section-head:before, #index-recruit .section-head:after {
  border-color: #1D92D0;
}
#index-recruit .box {
  position: relative;
  padding-top: 50px;
  text-align: center;
  border-radius: 2rem;
  background-color: rgba(29, 146, 208, 0.05);
}
@media (max-width: 680px) {
  #index-recruit .box {
    border-radius: 1rem;
  }
}
#index-recruit .box:before, #index-recruit .box:after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#index-recruit .box:before {
  left: -2.5%;
  width: 25%;
  max-width: 240px;
  height: 0;
  padding-top: 15%;
  background-image: url(../images/illust-002.svg);
  background-position: left bottom;
}
@media (max-width: 680px) {
  #index-recruit .box:before {
    display: none;
  }
}
#index-recruit .box:after {
  right: -2.5%;
  width: 30%;
  max-width: 300px;
  height: 0;
  padding-top: 10%;
  background-image: url(../images/illust-003.svg);
}
@media (max-width: 680px) {
  #index-recruit .box:after {
    right: 105%;
    bottom: -120px;
    width: 50%;
    max-width: 240px;
    padding-top: 20%;
    transform: translateX(0);
    animation-name: air-move;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
#index-recruit .box h3 {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: clamp(22px, 16px + 0.5vw, 26px);
  font-weight: 700;
}
@media (max-width: 1080px) {
  #index-recruit .box h3 {
    font-size: clamp(18px, 14px + 0.7407407407vw, 22px);
  }
}
#index-recruit .box .button {
  transform: translateY(2rem);
}

@keyframes air-move {
  0% {
    right: -5%;
    transform: translateX(100%);
    opacity: 0;
  }
  10% {
    right: -5%;
    transform: translateX(100%);
    opacity: 1;
  }
  90% {
    right: 105%;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    right: 105%;
    transform: translateX(0);
    opacity: 0;
  }
}
#recruit-visual {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  background-image: url(../images/recruit/recruit-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 680px) {
  #recruit-visual {
    padding-bottom: 70px;
    background-image: url(../images/recruit/recruit-background_sp.webp);
  }
}
#recruit-visual:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(125deg, #1d92d0 40%, #77b7e4 95%);
}
#recruit-visual * {
  position: relative;
  z-index: 1;
}
#recruit-visual h2 {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: 180px;
  padding-bottom: 180px;
  font-size: clamp(40px, 35px + 0.5vw, 45px);
  color: #fff;
  text-align: center;
}
@media (max-width: 680px) {
  #recruit-visual h2 {
    padding-top: 120px;
    padding-bottom: 90px;
    font-size: clamp(26px, 22px + 0.8vw, 30px);
  }
}
#recruit-visual .slogan {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 3.5%;
  padding-right: 3.5%;
  color: #fff;
  text-align: center;
}
@media (max-width: 680px) {
  #recruit-visual .slogan {
    max-width: 380px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 420px) {
  #recruit-visual .slogan {
    max-width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }
}
#recruit-visual .slogan span {
  display: inline-block;
  margin: 0;
  padding: 0.35rem 1.5rem;
  font-size: clamp(15px, 13px + 0.3125vw, 17px);
  border: 1px solid #fff;
}
@media (max-width: 680px) {
  #recruit-visual .slogan span {
    width: 100%;
    font-size: clamp(13px, 7.8px + 1.6vw, 15px);
    text-align: center;
  }
}
#recruit-visual .slogan h3 {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: clamp(22px, 16px + 0.5vw, 26px);
  font-size: 700;
}
@media (max-width: 680px) {
  #recruit-visual .slogan h3 {
    font-size: clamp(22px, 20px + 0.4vw, 24px);
  }
}
#recruit-visual .slogan p {
  line-height: 2;
}
@media (max-width: 680px) {
  #recruit-visual .slogan p {
    text-align: left;
  }
}
#recruit-visual .slogan p + p {
  margin-top: 1.5rem;
}

#recruit-flow {
  padding-top: 120px;
  text-align: center;
}
@media (max-width: 680px) {
  #recruit-flow {
    text-align: left;
  }
}
#recruit-flow .section-head {
  color: #1D92D0;
}
#recruit-flow .section-head:before, #recruit-flow .section-head:after {
  border-color: #1D92D0;
}
#recruit-flow > p {
  padding-left: 3.5%;
  padding-right: 3.5%;
}
@media (max-width: 680px) {
  #recruit-flow > p {
    padding-left: 7%;
    padding-right: 7%;
  }
}
#recruit-flow .flow-wrap {
  width: 93%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 3.5%;
  border-radius: 2rem;
  background-color: rgba(29, 146, 208, 0.05);
}
@media (max-width: 680px) {
  #recruit-flow .flow-wrap {
    width: 100%;
    padding-top: 20px;
    padding-left: 7%;
    padding-right: 7%;
    border-radius: 0;
  }
}
#recruit-flow .flow__image {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#recruit-flow .flow__image picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 1080px) {
  #recruit-flow .flow__content {
    text-align: left;
  }
}
#recruit-flow .flow__content .note {
  display: inline-block;
  margin-top: 1rem;
  padding-left: 1.15rem;
  text-indent: -1rem;
}
#recruit-requirements {
  padding: 120px 3.5%;
}
@media (max-width: 680px) {
  #recruit-requirements {
    padding-bottom: 70px;
  }
}
#recruit-requirements .section-head {
  color: #1D92D0;
}
#recruit-requirements .section-head:before, #recruit-requirements .section-head:after {
  border-color: #1D92D0;
}
#recruit-requirements .table-list > li {
  background-color: rgba(29, 146, 208, 0.05);
}
#recruit-requirements .table-list__content > ul {
  margin-left: 1.25rem;
}
#recruit-requirements .table-list__content > ul li {
  list-style: disc;
}
#recruit-requirements .last-update {
  margin-top: 1rem;
  font-size: clamp(13px, 11px + 0.2vw, 15px);
  text-align: right;
}
#recruit-requirements .button {
  margin-top: 40px;
}
#recruit-requirements .button a {
  width: 100%;
  font-size: clamp(17px, 12.5px + 0.375vw, 20px);
  text-align: center;
  border-color: #D0A01D;
  background-color: #D0A01D;
}
@media (max-width: 1080px) {
  #recruit-requirements .button a {
    font-size: clamp(15px, 13px + 0.3125vw, 17px);
  }
}
@media (max-width: 680px) {
  #recruit-requirements .button a {
    font-size: clamp(13px, 7.8px + 1.6vw, 15px);
  }
}
#recruit-requirements .button a:hover {
  color: #D0A01D;
  text-decoration: none;
  background-color: #fff;
}

section#contact {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #1D92D0;
}
section#contact .box .contact-wrap {
  position: relative;
  padding: 50px 5%;
  border-radius: 2rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  section#contact .box .contact-wrap {
    border-radius: 1rem;
  }
}
section#contact .box .contact-wrap .form-wrap {
  width: 100%;
}
section#contact .box .contact-wrap .form-wrap .form__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
section#contact .box .contact-wrap .form-wrap .form__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  section#contact .box .contact-wrap .form-wrap .form__title {
    font-size: 16px;
  }
}
section#contact .box .contact-wrap .form-wrap .form__title span {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.15em 1em;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border-radius: 0.25rem;
  background-color: #1D92D0;
}
@media (max-width: 768px) {
  section#contact .box .contact-wrap .form-wrap .form__title span {
    font-size: 10px;
  }
}
section#contact .box .contact-wrap .form-wrap .form__title span.required {
  background-color: #ED3E3E;
}
section#contact .box .contact-wrap .form-wrap .form__contents {
  margin-top: 10px;
}
section#contact .box .contact-wrap .form-wrap .form__contents input[type=text], section#contact .box .contact-wrap .form-wrap .form__contents input[type=tel], section#contact .box .contact-wrap .form-wrap .form__contents input[type=email], section#contact .box .contact-wrap .form-wrap .form__contents textarea {
  width: 100%;
  margin: 0;
  padding: 0.75em;
  border-radius: 0.25rem;
  border: 1px solid #dadada;
  background-color: #F7F7F7;
}
section#contact .box .contact-wrap .form-wrap .form__contents textarea {
  height: 8em;
}
section#contact .box .contact-wrap .form-wrap .form__contents > p {
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  opacity: 0.7;
}
section#contact .box .contact-wrap .form-wrap .form__contents:has(.wpcf7-not-valid-tip) input[type=text], section#contact .box .contact-wrap .form-wrap .form__contents:has(.wpcf7-not-valid-tip) input[type=tel], section#contact .box .contact-wrap .form-wrap .form__contents:has(.wpcf7-not-valid-tip) input[type=email], section#contact .box .contact-wrap .form-wrap .form__contents:has(.wpcf7-not-valid-tip) textarea {
  border: 1px solid #ED3E3E;
  background-color: rgba(237, 62, 62, 0.1);
}
section#contact .box .contact-wrap .form-wrap .form__button {
  width: 100%;
  margin-top: 2rem;
}
section#contact .box .contact-wrap .form-wrap .form__button input[type=submit], section#contact .box .contact-wrap .form-wrap .form__button button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.75em 1em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  border: none;
  border-radius: 1rem;
  background-color: #D0A01D;
}
section#contact .box .contact-wrap .form-wrap .form__button input[type=submit]:hover, section#contact .box .contact-wrap .form-wrap .form__button button:hover {
  cursor: pointer;
  opacity: 0.6;
}
section#contact .box .contact-wrap .form-wrap .form__button + p {
  margin-top: 1.5rem;
  text-align: center;
}
section#contact .box .wpcf7 .wpcf7-spinner {
  display: none !important;
}
section#contact .box .wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 700;
  color: #ED3E3E;
}
@media (max-width: 768px) {
  section#contact .box .wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}
section#contact .box .wpcf7 form .wpcf7-response-output {
  padding: 1.5em;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 1rem;
  background-color: rgba(29, 146, 208, 0.1);
}
@media (max-width: 768px) {
  section#contact .box .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
  }
}
section#contact .box .wpcf7 form.invalid .wpcf7-response-output {
  color: #ED3E3E;
  background-color: rgba(237, 62, 62, 0.1);
}