@charset "UTF-8";
/*! destyle.css v3.0.2 | 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;
}

/* 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;
  overflow: hidden;
}

/* 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; /* 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] {
  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; /* 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; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

/** @format */
/** @format */
/** @format */
html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Noto Sans JP", sans-serif;
  color: #333;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.link {
  color: #0077AA;
  font-weight: bold;
}
.link:hover {
  border-bottom: 1px solid #0077AA;
}
@media screen and (max-width: 1120px) {
  .link:hover {
    border-bottom: none;
  }
}

.wrapper {
  width: 100%;
  max-width: 1024px;
  padding: 80px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 40px 16px;
  }
}

.headingInner {
  background-color: #eee;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .headingInner {
    margin-top: 49px;
  }
}

.post-password-form input {
  border: 1px solid #ccc;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  height: 800px;
  overflow-y: scroll;
}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
}

.flex_box {
  display: flex;
}

.txt_box > p {
  margin-bottom: 1.5rem;
  font-size: 19px;
  line-height: 2rem;
}

.inview {
  opacity: 0;
  transform: translateY(1.5rem);
}

.delay {
  transition-delay: 0.1s !important;
}

.delay_2 {
  transition-delay: 0.2s !important;
}

.delay_3 {
  transition-delay: 0.3s !important;
}

.delay_4 {
  transition-delay: 0.4s !important;
}

.delay_5 {
  transition-delay: 0.5s !important;
}

.inview.fade_up {
  opacity: 1;
  transition: 0.7s;
  transform: translateY(0);
}

.notice {
  font-size: 13px;
}

.campaign_banner {
  margin: auto;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .campaign_banner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .txt_box > p {
    font-size: 16px;
    line-height: 1.7rem;
  }
}
.cloud, .wave, .round {
  position: absolute;
}

body {
  overflow-x: hidden;
}

h3 {
  font-size: 5vw !important;
  font-weight: bold !important;
  font-family: "Josefin Sans", sans-serif;
}

.lead {
  font-weight: bold;
  font-size: 23px !important;
}

.header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .flex_box {
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .header {
    border-bottom: 1px solid #5D9BFF;
    transition: 0.3s;
  }
  .header .header__hamburgerMenuBtn span {
    background-color: #5D9BFF;
  }
  .header .header__inner .logo {
    font-size: 3vw;
  }
  .header .header__hamburgerMenu {
    width: 60%;
    background: rgba(255, 255, 255, 0.9411764706);
    padding: 4% 6%;
  }
  .header .header__hamburgerMenuItem,
  .header .header__hamburgerMenuLink {
    background: transparent !important;
    padding: 0;
  }
  .header .header__hamburgerMenu a {
    font-weight: bold;
    color: #5D9BFF;
    font-size: 19px;
  }
  header.hidden {
    transform: translateY(-49px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header__hamburgerMenuBtn {
    top: 18px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header__hamburgerMenuBtn {
    top: 12px;
  }
}
.header__inner {
  max-width: none;
  padding: 0 0 0 24px;
  width: 100%;
  display: inherit;
  line-height: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 5%;
  }
}
.header__inner .logo {
  font-weight: bold;
  font-size: 1.5vw;
  color: #5D9BFF;
}
@media screen and (min-width: 1025px) {
  .header__inner .logo {
    width: 20%;
  }
}
.header__inner .nav__wrap {
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 980px;
}
@media screen and (max-width: 1024px) {
  .header__inner .nav__wrap {
    display: none;
  }
}
.header__inner .nav {
  display: flex;
  width: 80%;
}
.header__inner .nav a {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.header__inner .header__contact {
  font-weight: bold;
  background: #FFA75D;
  width: 20%;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  height: 64px;
}
.header__inner .header__contact:hover {
  background: #5D9BFF;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 11vw !important;
  }
}
@media screen and (min-width: 769px) {
  .only_SP {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .only_PC {
    display: none !important;
  }
}
.techaicrew.FV {
  height: 57vw;
  position: relative;
  z-index: 0;
  display: flex;
  background-image: url(../img/pages/techaicrew/fv_bg.png);
  background-size: 30px;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV {
    height: 200vw;
    background-size: 15px;
    padding-top: 3rem;
  }
}
.techaicrew.FV .flex_box {
  width: 95%;
  height: 100%;
  align-items: center;
  margin-left: auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .flex_box {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.techaicrew.FV .flex_box .catch {
  width: 35%;
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .flex_box .catch {
    width: 85%;
    margin: 0 auto;
  }
}
.techaicrew.FV .flex_box .catch h1 {
  font-size: 4.7vw;
  line-height: 1.1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .flex_box .catch h1 {
    font-size: 11vw;
  }
}
.techaicrew.FV .flex_box .catch p {
  font-weight: bold;
  font-size: 1.2vw;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .flex_box .catch p {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.techaicrew.FV .flex_box .catch div {
  width: 80%;
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .flex_box .catch div {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.techaicrew.FV .flex_box .catch div a {
  display: block;
  transition: 0.3s;
}
.techaicrew.FV .flex_box .catch div a :hover {
  opacity: 0.7;
}
.techaicrew.FV .flex_box .animate_img {
  width: 65%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .flex_box .animate_img {
    width: 100%;
  }
}
.techaicrew.FV .flex_box .animate_img > * {
  position: absolute;
}
.techaicrew.FV .FV_1 {
  top: 6%;
  width: 50%;
  right: 1%;
  max-width: 600px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .FV_1 {
    top: 10%;
    width: 52%;
  }
}
.techaicrew.FV .FV_2 {
  width: 22%;
  top: 6%;
  left: 10%;
  max-width: 270px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .FV_2 {
    width: 24%;
  }
}
.techaicrew.FV .FV_3 {
  width: 18%;
  bottom: 17%;
  left: 23%;
  max-width: 200px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .FV_3 {
    left: 12%;
    bottom: 10%;
  }
}
.techaicrew.FV .FV_4 {
  width: 20%;
  bottom: 10%;
  right: 20%;
  max-width: 230px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .FV_4 {
    bottom: 10%;
  }
}
.techaicrew.FV .FV_5 {
  width: 50%;
  z-index: 1;
  right: 31%;
  top: 1%;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .FV_5 {
    right: 24%;
    top: -10%;
  }
}
.techaicrew.FV .FV_6 {
  width: 15%;
  top: 27%;
  left: 30%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .techaicrew.FV .FV_6 {
    top: 32%;
  }
}

.FV::before {
  content: "";
  position: absolute;
  background: url(../img/pages/techaicrew/FV_top_wave.png) no-repeat left bottom/cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .FV::before {
    background-position: 30% bottom;
  }
}

.FV::after {
  content: "";
  position: absolute;
  background: url(../img/pages/techaicrew/FV_edge.png) no-repeat top right;
  background-size: contain;
  width: 40%;
  height: 40%;
  top: 0;
  right: 0;
  z-index: -1;
}

.techaicrew.about {
  padding: 10% 0 15%;
  background: url(../img/pages/techaicrew/wave_bg_U.png) no-repeat top right;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .techaicrew.about {
    padding: 17% 0 25%;
  }
}
@media screen and (max-width: 768px) {
  .techaicrew.about .txt_box {
    text-align: center;
    width: 90%;
    margin: auto;
    color: #fff;
  }
}
.techaicrew.about .lead {
  margin-bottom: 3rem;
}
.techaicrew.about .inner.flex_box {
  max-width: 1300px;
  margin: auto;
  width: 100%;
  padding: 0 1.5rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .techaicrew.about .inner.flex_box img {
    width: 80%;
    margin: 3rem auto 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .techaicrew.about .inner.flex_box {
    display: block;
  }
}
.techaicrew.about .cloud {
  transform: rotate(175deg);
  right: -19%;
  z-index: -1;
  bottom: 40%;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .techaicrew.about .cloud {
    right: -25%;
    bottom: 10%;
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .techaicrew.about .txt_box {
    margin-top: 15rem;
  }
}

.issue h3 {
  color: #5D9BFF;
}
@media screen and (max-width: 768px) {
  .issue .flex_box {
    display: block;
  }
  .issue .flex_box .box:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.issue .inner {
  padding: 6% 2%;
  margin: auto;
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .issue .inner {
    padding: 17% 5%;
  }
}
.issue .txt_box {
  text-align: center;
  margin-bottom: 4rem;
}
.issue .box_ttr {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .issue .box_ttr {
    text-align: left;
    font-size: 18px;
  }
}
.issue .box {
  width: 100%;
}
.issue .box img {
  width: 60%;
  margin: 2rem auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .issue .box img {
    width: 25%;
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .issue .box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5%;
  }
}
@media screen and (min-width: 769px) {
  .issue .flex_box {
    justify-content: center;
    gap: 3rem;
  }
}

.solution {
  background-image: url(../img/pages/techaicrew/fv_bg.png);
  background-size: 30px;
  border-top: 1px solid #e2e2e2;
}
.solution .txt_box {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .solution .txt_box {
    text-align: center;
  }
}
.solution h3 {
  font-size: 28px !important;
  text-align: center;
  line-height: 1.1;
}
.solution h3 span {
  font-size: 4.5rem !important;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .solution h3 span {
    font-size: 10vw !important;
  }
}
.solution .inner {
  padding: 8% 2%;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .solution .inner {
    padding: 17% 5%;
  }
}
.solution .flex_wrap .flex_box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.solution .box_ttr {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .solution .flex_box {
    gap: 2rem;
  }
  .solution .flex_box > p {
    width: 13%;
  }
  .solution .flex_box .txt_box {
    width: 87%;
  }
}
@media screen and (max-width: 768px) {
  .solution .flex_box {
    display: block;
  }
  .solution .flex_box > p {
    width: 30%;
    margin: 0 auto 2rem;
  }
}

.merit {
  background: #5D9BFF;
  color: #fff;
  position: relative;
  z-index: 0;
}
.merit .wave.corner {
  right: 0;
  transform: scale(-1, 1);
  bottom: 0;
  z-index: -1;
  width: 35%;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .merit .wave.corner {
    width: 50%;
    bottom: -2px;
  }
}
.merit .inner {
  padding: 10% 3%;
  max-width: 1300px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merit .inner {
    padding: 16% 5%;
  }
}
.merit .inner .ttr_box {
  text-align: center;
  margin-bottom: 4rem;
}
.merit .inner .flex_box.flex_wrap {
  flex-wrap: wrap;
  gap: 2vw;
}
.merit .inner .flex_box.flex_wrap .flex_box {
  width: 48%;
  gap: 2rem;
}
.merit .inner .flex_box.flex_wrap .flex_box > p {
  width: 20%;
}
.merit .inner .flex_box.flex_wrap .flex_box .txt_box {
  width: 80%;
}
.merit .inner .flex_box.flex_wrap .flex_box .txt_box .box_ttr {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .merit .inner .flex_box.flex_wrap .flex_box .txt_box .box_ttr {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .merit .inner .flex_box.flex_wrap .flex_box {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .merit .inner .flex_box.flex_wrap {
    display: block;
  }
  .merit .inner .flex_box.flex_wrap .flex_box {
    width: 100%;
  }
}

.flow {
  position: relative;
  z-index: 0;
}
.flow .wave {
  width: 22%;
  right: 0;
  top: -10%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .flow .wave {
    width: 35%;
    top: 10%;
  }
}
.flow h3 {
  color: #5D9BFF;
}
.flow .ttr_box {
  text-align: center;
  margin-bottom: 3rem;
}
.flow .inner {
  padding: 8% 2%;
  margin: auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .flow .inner {
    padding: 12% 5%;
  }
}
.flow .flex_wrap .flex_box:not(:last-child) {
  margin-bottom: 3rem;
}
.flow .flex_box {
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .flow .flex_box {
    gap: 1rem;
  }
}
.flow .flex_box h4 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}
.flow .flex_box > p {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .flow .flex_box > p {
    width: 15%;
  }
}
.flow .flex_box .txt_box {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .flow .flex_box .txt_box {
    width: 85%;
  }
}

.stack {
  background: #5D9BFF;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.stack .wave.top {
  width: 40%;
  left: -5%;
  top: 0;
  z-index: -1;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .stack .wave.top {
    width: 80%;
    left: -35%;
  }
}
.stack .round {
  bottom: -14%;
  left: 0;
  width: 23%;
  z-index: -1;
  max-width: 320px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .stack .round {
    bottom: -2%;
    width: 30%;
  }
}
.stack .wave.under {
  width: 40%;
  right: -5%;
  bottom: 0;
  z-index: -1;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .stack .wave.under {
    width: 80%;
    right: -15%;
  }
}
.stack .wave.corner {
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .stack .wave.corner {
    width: 50%;
  }
}
.stack .inner {
  padding: 8% 2%;
  margin: auto;
  max-width: 1300px;
}
@media screen and (max-width: 768px) {
  .stack .inner {
    padding: 17% 5%;
  }
}
.stack .ttr_box {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
.stack .flex_wrap.flex_box {
  gap: 1vw;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .stack .flex_wrap.flex_box {
    gap: 3vw;
  }
}
.stack .card {
  background: #fff;
  border-radius: 6px;
  width: 32%;
  border: 1px solid #5D9BFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .stack .card {
    width: 48%;
  }
}
@media screen and (max-width: 599px) {
  .stack .card {
    width: 90%;
    margin-bottom: 1rem;
  }
}
.stack .card h4 {
  background: #FFA75D;
  padding: 10px 8%;
  border-radius: 6px 6px 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stack .card h4 {
    font-size: 20px;
  }
}
.stack .skill_wrap {
  flex-wrap: wrap;
  padding: 3% 3% 6%;
  align-items: center;
  justify-content: space-around;
}
.stack .skill_wrap > div {
  width: 30%;
  text-align: center;
}
.stack .skill_wrap > div img {
  width: 70%;
}

.faq {
  position: relative;
  z-index: 0;
}
.faq .round {
  left: 0;
  width: 25%;
  top: 0;
  z-index: -1;
  max-width: 320px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .faq .round {
    width: 35%;
    left: 0%;
    top: -7%;
  }
}
.faq .inner {
  padding: 8% 2%;
  margin: auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .faq .inner {
    padding: 17% 5%;
  }
}
.faq .wrap .faq_box:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px dashed #5D9BFF;
}
.faq .ttr_box {
  text-align: center;
  margin-bottom: 3rem;
}
.faq .ttr_box h3 {
  color: #5D9BFF;
}
.faq .flex_box {
  align-items: flex-start;
  gap: 1rem;
}
.faq .flex_box > p:first-child {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .faq .flex_box > p:first-child {
    width: 10%;
    max-width: 40px;
  }
}
.faq .flex_box > p:last-child {
  width: 90%;
}
.faq .faq_box > .flex_box:first-child {
  margin-bottom: 1rem;
}
.faq .faq_box > .flex_box:first-child .q_txt {
  font-weight: bold;
  font-size: 20px;
}

.ai_driven {
  position: relative;
  overflow-x: hidden;
}
.ai_driven .round {
  top: -8%;
  right: -7%;
  z-index: -1;
  width: 28%;
  max-width: 320px;
}
.ai_driven .inner {
  padding: 10% 3%;
  max-width: 1300px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ai_driven .inner {
    padding: 17% 5%;
  }
}
.ai_driven .ttr_box {
  text-align: center;
  margin-bottom: 3rem;
}
.ai_driven .ttr_box h3 {
  color: #5D9BFF;
}
.ai_driven .flex_box.flex_wrap.only_PC {
  gap: 2vw;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_2 {
  width: 4%;
  position: relative;
  z-index: 0;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_2:before {
  position: absolute;
  content: "";
  height: 88%;
  width: 1px;
  border: 1px dashed #FFA75D;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_1, .ai_driven .flex_box.flex_wrap.only_PC .cel_3 {
  width: 48%;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_1 .txt_box > p, .ai_driven .flex_box.flex_wrap.only_PC .cel_3 .txt_box > p {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 2rem;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_1 .flex_box > p, .ai_driven .flex_box.flex_wrap.only_PC .cel_3 .flex_box > p {
  width: 15%;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_1 .txt_box, .ai_driven .flex_box.flex_wrap.only_PC .cel_3 .txt_box {
  width: 85%;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_1 .flex_box {
  margin-top: 8rem;
  gap: 1rem;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_2 img {
  margin-bottom: 5.5rem;
}
.ai_driven .flex_box.flex_wrap.only_PC .cel_3 .flex_box {
  margin-bottom: 8rem;
  gap: 1rem;
}
.ai_driven .flex_box.flex_wrap.only_PC h4 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .ai_driven .only_SP {
    gap: 3vw;
  }
  .ai_driven .only_SP .flex_box {
    gap: 3vw;
    position: relative;
  }
  .ai_driven .only_SP .flex_box > p {
    width: 10%;
    max-width: 50px;
  }
  .ai_driven .only_SP .flex_box .txt_box {
    width: 90%;
  }
  .ai_driven .only_SP .flex_box .txt_box .q_txt {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ai_driven .only_SP .flex_box:not(:last-child) {
    padding-bottom: 5%;
  }
  .ai_driven .only_SP .flex_box:not(:last-child):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border: 1px solid #FFA75D;
    left: 3.5%;
    z-index: -1;
  }
}

.works {
  padding: 14% 3%;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 14% 5%;
  }
}
.works .ttr_box {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 7rem;
}
.works .ttr_box h3 {
  color: #5D9BFF;
}
.works .wave.top {
  width: 100%;
  z-index: -1;
  top: 5%;
}
@media screen and (max-width: 768px) {
  .works .wave.top {
    top: 9%;
  }
}
.works .wave.bottoms {
  bottom: 0;
  width: 100%;
  z-index: -1;
  left: 0;
}
@media screen and (max-width: 768px) {
  .works .wave.bottoms {
    bottom: 20vw;
  }
}
.works .inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
.works .swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
}
.works .swiper-wrapper .swiper-slide {
  background: #fff;
  padding: 15px 15px 20px;
  border-radius: 8px;
  margin-right: 15px;
  border: 1px solid #5D9BFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  height: auto;
  display: flex;
  flex-direction: column;
}
.works .swiper-wrapper .swiper-slide > *:not(:last-child) {
  margin-bottom: 12px;
}
.works .swiper-wrapper .swiper-slide h4 {
  font-weight: bold;
  font-size: 22px;
}
.works .swiper-wrapper .swiper-slide .tags {
  background: #ffa75d;
  padding: 3px 15px;
  border-radius: 35px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.works .swiper-wrapper .swiper-slide .btn {
  padding: 10px 15px;
  background: #5D9BFF;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.5vw;
  margin-top: auto;
  border: 2px solid #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .works .swiper-wrapper .swiper-slide .btn {
    font-size: 19px;
  }
}
.works .swiper-wrapper .swiper-slide .btn:hover {
  background: #fff;
  color: #5D9BFF;
  border: 2px solid #5D9BFF;
}

.works:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: #5D9BFF;
}

@media screen and (min-width: 700px) and (max-width: 768px) {
  .works:before {
    height: 70vw;
  }
}
@media screen and (max-width: 700px) {
  .works:before {
    height: 140vw;
  }
}
.contact {
  position: relative;
  z-index: 0;
}
.contact .wave {
  width: 25%;
  transform: scale(-1.1);
  left: 0;
  top: 3%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contact .wave {
    width: 50%;
    left: -15%;
    top: 20%;
  }
}
.contact .inner {
  padding: 10% 3%;
  max-width: 1300px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .inner {
    padding: 14% 4%;
  }
}
.contact .ttr_box {
  text-align: center;
  margin-bottom: 2rem;
}
.contact .ttr_box h3 {
  color: #5D9BFF;
}
.contact .form_wrap {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .contact .form_wrap {
    max-width: 900px;
  }
}

.download {
  position: relative;
  z-index: 0;
  background: #5D9BFF;
}
.download .wave.corner {
  width: 30%;
  transform: scale(-1.1);
  top: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .download .wave.corner {
    width: 37%;
    right: 2%;
  }
}
.download .round {
  width: 23%;
  top: -10%;
  right: 0%;
  z-index: -1;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .download .round {
    width: 30%;
    top: -5%;
  }
}
.download .wave.top {
  width: 40%;
  bottom: 0;
  left: -10%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .download .wave.top {
    width: 80%;
    left: -20%;
  }
}
.download .inner {
  padding: 10% 3%;
  max-width: 1300px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .download .inner {
    padding: 22% 4%;
  }
}
.download .ttr_box {
  text-align: center;
  margin-bottom: 5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .download .ttr_box {
    margin-bottom: 3rem;
  }
}
.download .flex_box {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .download .flex_box {
    gap: 4%;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .download .flex_box {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .download .flex_box .flex-item {
    width: 48%;
  }
}
.download .flex_box .flex-item p {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .download .flex_box .flex-item p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .download .flex_box .flex-item:first-child {
    margin-bottom: 2rem;
  }
}

.contact_btn {
  align-items: baseline;
  gap: 3rem;
  margin: 6rem auto 0;
  width: 90%;
  max-width: 950px;
}
.contact_btn a {
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .contact_btn a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .contact_btn {
    display: block;
    margin: 20% auto 0;
  }
}/*# sourceMappingURL=techaicrew.css.map */