/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/* button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; 
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; 
} */
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  font-size: 12px;
  color: #ccc;
  line-height: 1.4;
  margin-bottom: 1rem;
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #035AA6;
  position: fixed;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading .load-logos {
  position: relative;
  width: 30vw;
  max-width: 160px;
  aspect-ratio: 1/1;
  top: -5vh;
}
#loading .load-logo-1,
#loading .load-logo-2,
#loading .load-logo-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  aspect-ratio: 1/1;
  max-width: 160px;
  opacity: 0;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

span.nowrap {
  white-space: nowrap;
}

h1 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
  line-height: 1.2;
}
h1 span {
  font-size: clamp(14px, 3vw, 16px);
}

.h2-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #41C0F2;
  margin-bottom: clamp(20px, 5vw, 50px);
  width: -moz-fit-content;
  width: fit-content;
}
.h2-wrap .sub {
  font-size: clamp(12px, 3vw, 20px);
  letter-spacing: 0.06em;
  line-height: 24px;
  font-family: "Platypi", serif;
}
.h2-wrap h2 {
  font-size: clamp(20px, 5vw, 40px);
  line-height: 160%;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #023373;
}
@media screen and (max-width: 767px) {
  .h2-wrap {
    gap: 0;
  }
}

h3 {
  font-size: clamp(16px, 3vw, 24px);
}

.button div {
  font-size: clamp(12px, 3vw, 14px);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2em;
  border-radius: 32px;
  border: 2px solid #326da1;
  transition: all 0.3s;
  background: linear-gradient(90deg, #035aa6 0%, #5686af 50%, #03457f 100%);
  background-size: 200% 100%;
}
.button div:hover {
  background-position: 100% 0;
}

input[type=submit] {
  font-size: clamp(12px, 3vw, 14px);
  color: white;
  background: linear-gradient(195.03deg, #035aa6, #03457f);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 2em;
  border-radius: 32px;
  border: 2px solid #326da1;
}

header {
  height: 100px;
}
header .header-sp {
  display: none;
  position: fixed;
  z-index: 100;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  mix-blend-mode: difference;
  transition: 0.1s;
  cursor: pointer;
}
header .header-sp span {
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #FDCC8C;
  border-radius: 6px 0 0 0;
}
header .header-sp span:nth-of-type(2) {
  border-radius: 0 0 6px 0;
}
header .header-sp.active {
  transform: rotate(-90deg);
}
header .header-sp-menu {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #F1F1F0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
}
header .header-sp-menu.active {
  display: flex;
  opacity: 1;
  transition: opacity 0.2s;
}
header .header-sp-menu ul li {
  margin-bottom: 20px;
}
header .logo {
  position: fixed;
  top: 24px;
  left: 40px;
  height: 60px;
  width: auto;
  z-index: 100;
}
header .header-texts {
  position: fixed;
  width: calc(100% - 100px);
  left: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  z-index: 100;
  mix-blend-mode: difference;
  color: #FDCC8C;
}
header .header-texts nav ul {
  display: flex;
  padding: 20px;
  gap: 40px;
}
header .header-texts nav ul li {
  position: relative;
  transition: color 0.3s;
}
header .header-texts nav ul li:hover {
  color: black;
}
header .header-texts nav ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #FDCC8C;
}
header .header-texts nav ul li::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 100%;
  margin: auto;
  background: #FDCC8C;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  pointer-events: none;
}
header .header-texts nav ul li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
  color: white;
}
@media screen and (max-width: 767px) {
  header .logo {
    top: 20px;
    left: 20px;
    width: 48px;
    height: auto;
  }
  header .header-texts {
    top: 5px;
    left: 60px;
  }
  header .header-texts nav {
    display: none;
  }
  header .header-sp {
    display: flex;
  }
}

footer {
  width: 100%;
  padding: 150px 10%;
  background-color: #035AA6;
  color: white;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  line-height: 2;
}
footer .footer-inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
}
footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title span {
  font-size: 24px;
}
footer .footer-inner .footer-inner-left .footer-left-info {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  color: #ccc;
  line-height: 1.6;
}
footer .footer-inner .footer-inner-right {
  display: flex;
  gap: 20px;
}
footer .footer-inner .footer-inner-right .footer-page-title {
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s;
  white-space: nowrap;
  font-weight: 700;
}
footer .footer-inner .footer-inner-right .footer-page-title:hover {
  color: #41C0F2;
}
footer .footer-inner .footer-inner-right ul li + li {
  border-top: 1px solid #ccc;
}
footer .footer-inner .footer-inner-right li {
  padding: 6px 0;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
footer .footer-inner .footer-inner-right li:hover {
  color: #035AA6;
}
footer .footer-inner .footer-inner-right li::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 100%;
  margin: auto;
  background: white;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  pointer-events: none;
}
footer .footer-inner .footer-inner-right li:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    flex-direction: column-reverse;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    gap: 70px;
  }
  footer .footer-inner .footer-inner-left {
    margin: auto;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap img {
    width: 50px;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title {
    font-size: 20px;
  }
  footer .footer-inner .footer-inner-left .footer-inner-titlewrap .footer-left-title span {
    font-size: 16px;
  }
  footer .footer-inner .footer-inner-left .footer-left-info {
    margin-top: 10px;
  }
  footer .footer-inner .footer-inner-right {
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-inner-right .footer-inner-right-page {
    width: calc(50% - 10px);
  }
}

html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #023373;
  line-height: 1.65;
  font-size: clamp(14px, 3vw, 16px);
  background-color: white;
  scroll-behavior: none;
  overflow-x: hidden;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 3px;
  border: 2px solid #ccc;
  padding: 8px 10px;
  max-width: initial;
  cursor: pointer;
  font-size: 16px;
}

textarea {
  width: 100%;
  height: 200px;
  resize: none;
}

input[type=file] {
  border: none;
  padding: 0;
}

input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
  padding: none;
}

.form-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.form-inner {
  width: 600px;
  margin: 50px auto 0 auto;
  font-size: clamp(12px, 3vw, 14px);
  text-align: left;
}
.form-inner .privacy {
  height: 200px;
  overflow: scroll;
  border-radius: 3px;
  border: 1px solid #035AA6;
  background-color: #f4f4f4;
  border: 2px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .form-inner {
    width: 90%;
    margin-top: 20px;
  }
  .form-inner .privacy {
    font-size: clamp(12px, 3vw, 14px);
  }
}

.wpcf7-list-item {
  margin: 0;
}

.subtext {
  font-size: clamp(14px, 3vw, 32px);
  color: #41C0F2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .subtext {
    font-weight: 600;
  }
}

section + section {
  padding-top: clamp(50px, 10vw, 200px);
  margin-top: -1px;
}

.section-top {
  width: 100%;
  background: linear-gradient(to bottom, #fff 20%, #035AA6 20%, #035AA6 100%);
}
.section-top .top-kv {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 1500px;
}
.section-top .top-kv .top-kv-pc {
  width: 100%;
  margin: auto;
}
.section-top .top-kv .top-kv-pc img {
  width: 100%;
}
.section-top .top-kv .top-kv-sp {
  display: none;
  height: 70vh;
  position: relative;
}
.section-top .top-kv .top-kv-sp .top-kv-sp-logo-1,
.section-top .top-kv .top-kv-sp .top-kv-sp-logo-2 {
  position: absolute;
  z-index: 2;
  width: 100%;
}
.section-top .top-kv .top-kv-sp .top-kv-sp-logo-1 {
  top: 0;
}
.section-top .top-kv .top-kv-sp .top-kv-sp-logo-2 {
  bottom: -40px;
}
.section-top .top-kv .top-kv-sp .top-kv-sp-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.section-top .top-kv .top-kv-sp .top-kv-sp-img::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #a1c9d7, rgba(161, 201, 215, 0) 36.5%);
}
.section-top .top-kv .top-kv-sp .top-kv-sp-img img {
  height: 70vh;
  animation: slide 30s linear forwards;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section-top .top-kv .top-kv-catchcopy {
  position: absolute;
  bottom: 80px;
  left: 37px;
  font-size: 32px;
  font-weight: 500;
  color: white;
}
.section-top .top-introduction {
  margin-left: 35%;
  padding-top: 100px;
  font-size: clamp(16px, 3vw, 24px);
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section-top .top-kv {
    position: relative;
    margin: auto;
  }
  .section-top .top-kv .top-kv-pc {
    display: none;
  }
  .section-top .top-kv .top-kv-sp {
    display: block;
  }
  .section-top .top-kv .top-kv-catchcopy {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
  }
  .section-top .top-introduction {
    margin-left: 10%;
  }
}

.section-news {
  width: 100%;
  background: linear-gradient(180deg, #035AA6, #0D6AB1);
}
.section-news .news-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  width: 70%;
  margin-left: 30%;
  padding: 100px 50px;
  border-radius: 50px 0 0 0;
  background-color: #F1F1F0;
}
.section-news .news-wrap h2 {
  font-size: clamp(16px, 3vw, 24px);
  font-weight: 700;
  white-space: nowrap;
}
.section-news .news-wrap ul {
  width: 100%;
}
.section-news .news-wrap ul li {
  display: flex;
  gap: 20px;
}
.section-news .news-wrap ul li .date {
  font-size: clamp(12px, 3vw, 14px);
  color: #41C0F2;
  border: 1px solid #41C0F2;
  padding: 2px 10px 0;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.5rem;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Poller One";
}
.section-news .news-wrap ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .section-news .news-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap {
    width: 90%;
    margin-left: 10%;
    padding: 40px 40px;
  }
  .section-news .news-wrap ul li {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .section-news .news-wrap ul li .text {
    line-height: 1.4;
  }
}

.section-content {
  position: relative;
  padding-top: 300px;
}
.section-content .content-rect {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 60%;
  height: calc(100% + 100px);
  border-radius: 0px 0px 50px 0px;
  background: linear-gradient(180deg, #0D6AB1, #41C0F2);
}
.section-content .subtext {
  color: white;
  text-align: right;
}
.section-content .content-inner {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 150px 1fr;
  gap: 50px;
}
.section-content .content-inner .content-inner-span span {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background-color: #41C0F2;
}
.section-content .content-inner .content-inner-img {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  border-radius: 20px 0px 20px 0px;
}
.section-content .content-inner .content-inner-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0px 20px 0px;
}
.section-content .content-inner .content-inner-text .button {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .section-content {
    padding-top: 150px;
  }
  .section-content .subtext {
    white-space: wrap;
    text-align: left;
  }
  .section-content .content-inner {
    width: 90%;
    grid-template-columns: 1.5fr 0.5fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .section-content {
    padding-top: 100px;
  }
  .section-content .content-rect {
    height: calc(100% + 20px);
  }
  .section-content .content-inner {
    grid-template-rows: auto 1fr auto;
    gap: 20px;
  }
  .section-content .content-inner .h2-wrap {
    align-items: end;
    margin-right: 0;
    margin-left: auto;
    white-space: nowrap;
  }
  .section-content .content-inner .content-inner-img {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .section-content .content-inner .content-inner-text {
    grid-column-start: 1;
    grid-column-end: 4;
    text-align: left;
  }
}

.content-tech-line {
  margin-top: 100px;
  width: 100%;
  height: 200px;
}
.content-tech-line .content-tech-line-rect {
  background-color: #41C0F2;
  width: 30%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .content-tech-line {
    margin-top: 19px;
    height: 100px;
  }
}

.section-technology {
  position: relative;
}
.section-technology .tech-rect-1 {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: clamp(100px, 20vw, 500px);
  background-color: #41C0F2;
}
.section-technology .tech-rect-2 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(180deg, #41C0F2, #80D1CA);
}
.section-technology .tech-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.section-technology .tech-inner .tech-inner-imgs {
  position: relative;
  width: 80%;
}
.section-technology .tech-inner .tech-inner-imgs img {
  width: 100%;
}
.section-technology .tech-inner .tech-inner-imgs .subtext {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  padding: 50px 50px 0 0;
  border-radius: 0px 20px 0px 0;
}
.section-technology .tech-inner .tech-inner-span {
  width: 100%;
  height: 100px;
  margin: 20px 0;
}
.section-technology .tech-inner .tech-inner-span span {
  display: block;
  margin-left: 10%;
  width: 1px;
  height: 100px;
  background-color: #41C0F2;
}
.section-technology .tech-inner .tech-inner-contents {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.section-technology .tech-inner .tech-inner-contents .tech-inner-contents-h2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.section-technology .tech-inner .tech-inner-contents .tech-inner-contents-texts {
  display: flex;
  gap: 20px;
}
.section-technology .tech-inner .tech-inner-contents .tech-inner-contents-texts .tech-inner-contents-texts-container {
  background-color: white;
  border-radius: 0 10px 0 10px;
  border-top: 1px solid #023373;
  border-right: 1px solid #023373;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .section-technology .tech-inner .tech-inner-contents {
    flex-direction: column;
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-h2 {
    flex-direction: row;
    align-items: end;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-h2 .h2-wrap {
    margin-bottom: 0;
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-h2 .h2-wrap h2 {
    line-height: clamp(20px, 5vw, 40px);
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-texts {
    width: 100%;
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-texts .tech-inner-contents-texts-container {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section-technology .tech-inner {
    padding-top: 50px;
  }
  .section-technology .tech-inner .tech-inner-imgs {
    width: 90%;
  }
  .section-technology .tech-inner .tech-inner-imgs .subtext {
    padding: 20px 20px 0 0;
    width: 65vw;
  }
  .section-technology .tech-inner .tech-inner-imgs img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-technology .tech-inner .tech-inner-span {
    width: 100%;
    height: 30px;
    margin: 10px 0;
  }
  .section-technology .tech-inner .tech-inner-span span {
    margin-left: 5%;
    height: 30px;
  }
  .section-technology .tech-inner .tech-inner-contents {
    width: 90%;
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-h2 {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-texts {
    flex-direction: column;
  }
  .section-technology .tech-inner .tech-inner-contents .tech-inner-contents-texts .tech-inner-contents-texts-container {
    width: 100%;
  }
}

.section-recruit {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}
.section-recruit .recruit-rect {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 30%;
  height: 90%;
  background: linear-gradient(180deg, #80D1CA, #035AA6);
  border-radius: 0 0 50px 0;
}
.section-recruit .recruit-inner {
  margin: auto;
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 2fr 1fr;
  gap: 20px;
}
.section-recruit .recruit-inner .recruit-inner-subtexts {
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
}
.section-recruit .recruit-inner .recruit-inner-subtexts .recruit-inner-subtexts-span {
  margin: 20px 0;
}
.section-recruit .recruit-inner .recruit-inner-subtexts .recruit-inner-subtexts-span span {
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #41C0F2;
}
.section-recruit .recruit-inner img {
  width: 100%;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .section-recruit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-recruit .recruit-inner {
    width: 90%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
  .section-recruit .recruit-inner .recruit-inner-subtexts {
    text-align: center;
  }
  .section-recruit .recruit-inner .recruit-inner-subtexts .recruit-inner-subtexts-span {
    margin: 10px;
  }
  .section-recruit .recruit-inner .recruit-inner-subtexts .recruit-inner-subtexts-span span {
    height: 30px;
  }
  .section-recruit .recruit-inner .recruit-inner-img {
    grid-row-start: 3;
  }
  .section-recruit .recruit-inner .recruit-inner-h2 {
    width: 100%;
    grid-row-start: 2;
    margin: auto;
    margin-bottom: 20px;
    margin-top: -20px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
  }
  .section-recruit .recruit-inner .recruit-inner-h2 .h2-wrap {
    margin-bottom: 0;
  }
}