@charset "UTF-8";
/** @format */
/*! 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%;
}

.entrusted_development-fv__base {
  padding-top: 64px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-fv__base {
    padding-top: 49px;
  }
}

.entrusted_development-fv {
  position: relative;
}
.entrusted_development-fv .entrusted_development-fv__btn {
  position: absolute;
  left: 6vw;
  bottom: 7vw;
  width: 20vw;
  cursor: pointer;
  transition: all 0.2s;
}
.entrusted_development-fv .entrusted_development-fv__btn:hover {
  transform: scale(1.1);
}

/** @format */
.entrusted_development-about {
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .entrusted_development-about {
    padding: 40px 16px;
  }
}

.entrusted_development-about__title::after {
  content: "About us";
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .entrusted_development-about__title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .entrusted_development-about__title {
    font-size: 18px;
  }
}

.entrusted_development-about__contents {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/** @format */
.entrusted_development-task {
  padding: 22px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 37px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .entrusted_development-task {
    padding: 20px 16px 40px;
  }
}
.entrusted_development-task::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  border-bottom-width: 0;
}
@media screen and (max-width: 480px) {
  .entrusted_development-task::after {
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
}

.entrusted_development-task__contents {
  display: flex;
  gap: 73px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-task__contents {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.entrusted_development-task__contents .entrusted_development-task__item {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 217px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .entrusted_development-task__contents .entrusted_development-task__item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .entrusted_development-task__contents .entrusted_development-task__item {
    width: 100%;
  }
}
.entrusted_development-task__contents .entrusted_development-task__circle {
  width: 100%;
  max-width: 170px;
  max-height: 170px;
  border-radius: 50%;
  background: rgba(6, 48, 100, 0.04);
  margin: 0 auto;
}
.entrusted_development-task__contents .entrusted_development-task__text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/** @format */
.entrusted_development-slogan {
  background: linear-gradient(91deg, #2d4072 0%, #29547a 16.72%, #36717c 58.97%, #335a53 76.88%, #2d4072 101.1%);
}
.entrusted_development-slogan .entrusted_development-slogan__text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  padding: 64px 40px 56px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-slogan .entrusted_development-slogan__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .entrusted_development-slogan .entrusted_development-slogan__text {
    padding: 24px 16px 17px;
  }
}
.entrusted_development-slogan .entrusted_development-slogan__text .entrusted_development-slogan__text--big {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-slogan .entrusted_development-slogan__text .entrusted_development-slogan__text--big {
    font-size: 24px;
  }
}

/** @format */
.entrusted_development-problem {
  padding: 100px 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 480px) {
  .entrusted_development-problem {
    padding: 40px 16px;
  }
}

.entrusted_development-problem__contents {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.entrusted_development-problem__title {
  text-align: center;
}
.entrusted_development-problem__title::after {
  content: "Problem";
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.entrusted_development-problem__item {
  display: flex;
  gap: 20px;
}
.entrusted_development-problem__item .entrusted_development-problem__num {
  font-size: 22px;
  background: var(--gradation-main, linear-gradient(91deg, #2d4072 0%, #29547a 16.72%, #36717c 58.97%, #335a53 76.88%, #2d4072 101.1%));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 4px;
  width: 40px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entrusted_development-problem__item .entrusted_development-problem__text {
  display: flex;
  flex-direction: column;
  gap: 13px;
  width: 100%;
}
.entrusted_development-problem__item .entrusted_development-problem__subtitle {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .entrusted_development-problem__item .entrusted_development-problem__subtitle {
    font-size: 18px;
  }
}
.entrusted_development-problem__item .entrusted_development-problem__detail {
  background: rgba(6, 48, 100, 0.04);
  padding: 16px 32px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-problem__item .entrusted_development-problem__detail {
    padding: 16px 16px;
  }
}

/** @format */
.entrusted_development-cta1 {
  background: rgba(6, 48, 100, 0.04);
}

.entrusted_development-cta1__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.entrusted_development-cta1__title {
  text-align: center;
  font-size: min(2.5vw, 32px);
}

.entrusted_development-cta__link {
  color: #fff;
  display: flex;
  gap: 64px;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-cta__link {
    flex-direction: column;
    gap: 24px;
  }
}
.entrusted_development-cta__link .entrusted_development-cta__btn {
  text-align: center;
  padding: 20px 30px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .entrusted_development-cta__link .entrusted_development-cta__btn {
    padding: 20px 10px;
  }
}
.entrusted_development-cta__link .entrusted_development-cta__btn:nth-child(1) {
  background-color: #00acba;
}
.entrusted_development-cta__link .entrusted_development-cta__btn:nth-child(2) {
  background-color: #00366f;
}
.entrusted_development-cta__link .entrusted_development-cta__btn:hover {
  opacity: 0.5;
}

.entrusted_development-cta2 {
  background: linear-gradient(91deg, #2d4072 0%, #29547a 16.72%, #36717c 58.97%, #335a53 76.88%, #2d4072 101.1%);
}

.entrusted_development-cta2__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 64px 40px;
}
@media screen and (max-width: 480px) {
  .entrusted_development-cta2__contents {
    padding: 40px 16px;
  }
}
.entrusted_development-cta2__contents .entrusted_development-cta2__title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entrusted_development-cta2__contents .entrusted_development-cta2__title {
    font-size: 18px;
  }
}

/** @format */
.entrusted_development-service {
  background: rgba(6, 48, 100, 0.04);
}

.entrusted_development-service__section {
  display: flex;
  flex-direction: column;
  gap: 71px;
}

.entrusted_development-service__title {
  text-align: center;
}
.entrusted_development-service__title::after {
  content: "Service";
  left: 50%;
  transform: translateX(-50%);
}

.entrusted_development-service__contents {
  display: flex;
  gap: 49px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-service__contents {
    flex-direction: column;
    align-items: center;
  }
}
.entrusted_development-service__contents .entrusted_development-service__circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #fff;
}
.entrusted_development-service__contents .entrusted_development-service__item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-service__contents .entrusted_development-service__item {
    width: 100%;
  }
}
.entrusted_development-service__contents .entrusted_development-service__img1 {
  width: 104px;
}
.entrusted_development-service__contents .entrusted_development-service__img2 {
  width: 147px;
}
.entrusted_development-service__contents .entrusted_development-service__img3 {
  width: 169px;
}
.entrusted_development-service__contents .entrusted_development-service__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.entrusted_development-service__contents .entrusted_development-service__text .entrusted_development-service__subtitle {
  font-size: 20px;
  color: #00366f;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .entrusted_development-service__contents .entrusted_development-service__text .entrusted_development-service__subtitle {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 768px) {
  .entrusted_development-service__contents .entrusted_development-service__text .entrusted_development-service__subtitle {
    font-size: 20px;
  }
}
.entrusted_development-service__contents .entrusted_development-service__text .entrusted_development-service__detail {
  font-size: 16px;
}

/** @format */
.entrusted_development-flow__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.entrusted_development-flow__title {
  text-align: center;
}
.entrusted_development-flow__title::after {
  content: "Flow";
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
}

.entrusted_development-flow__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.entrusted_development-flow__item {
  display: flex;
  align-items: center;
  background: rgba(6, 48, 100, 0.04);
  padding: 32px 80px;
}
@media screen and (max-width: 1024px) {
  .entrusted_development-flow__item {
    padding: 36px 50px;
  }
}
@media screen and (max-width: 768px) {
  .entrusted_development-flow__item {
    padding: 24px 40px;
    flex-direction: column;
    gap: 16px;
  }
}
.entrusted_development-flow__item .entrusted_development-flow__name {
  font-size: 32px;
  color: #00366f;
  font-weight: bold;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .entrusted_development-flow__item .entrusted_development-flow__name {
    font-size: 24px;
    width: 100%;
  }
}
.entrusted_development-flow__item .entrusted_development-flow__detail {
  font-size: 16px;
  width: 100%;
}

.entrusted_development-flow__img {
  width: 25px;
}

/** @format */
.entrusted_development-faq {
  display: flex;
  flex-direction: column;
  gap: 75px;
}

.entrusted_development-faq__list {
  display: flex;
  flex-direction: column;
}

.entrusted_development-faq__item {
  padding: 24px 0;
  border-top: 1px solid #333;
}
.entrusted_development-faq__item:last-child {
  border-bottom: 1px solid #333;
}

.entrusted_development-faq__title {
  text-align: center;
}
.entrusted_development-faq__title::after {
  content: "FAQ";
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
}

/* inputのチェックボックスを非表示 */
.entrusted_development-faq__hidden {
  display: none;
}

/* 見出しボタン部分 */
.entrusted_development-faq__q {
  display: block;
  padding: 10px 80px 10px 10px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.entrusted_development-faq__q::before,
.entrusted_development-faq__q::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

/* アイコンのー */
.entrusted_development-faq__q::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

/* アコーディオンが開いたらーに */
.entrusted_development-faq__hidden:checked + .entrusted_development-faq__q:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.entrusted_development-faq__a {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
  background: rgba(6, 48, 100, 0.04);
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.entrusted_development-faq__hidden:checked + .entrusted_development-faq__q + .entrusted_development-faq__a {
  height: auto;
  opacity: 1;
  padding: 16px 30px;
  word-wrap: break-word;
}

/** @format */
.entrusted_development-pamphlet {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.entrusted_development-pamphlet__title {
  text-align: center;
}

.entrusted_development-pamphlet__contents {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .entrusted_development-pamphlet__contents {
    grid-template-columns: 1fr;
  }
}

.entrusted_development-pamphlet__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.entrusted_development-pamphlet__text .entrusted_development-pamphlet__note {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entrusted_development-pamphlet__text .entrusted_development-pamphlet__note {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .entrusted_development-pamphlet__text .entrusted_development-pamphlet__note {
    font-size: 20px;
  }
}
.entrusted_development-pamphlet__text .entrusted_development-pamphlet__img {
  max-width: 425px;
  width: 100%;
  margin: 0 auto;
}

.entrusted_development-pamphlet__best {
  box-shadow: 0px 0px 8px rgba(140, 140, 140, 0.4);
  padding: 20px 25px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.entrusted_development-pamphlet__best .entrusted_development-pamphlet__subtitle {
  font-size: 24px;
  color: #063064;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .entrusted_development-pamphlet__best .entrusted_development-pamphlet__subtitle {
    font-size: 20px;
  }
}
.entrusted_development-pamphlet__best .entrusted_development-pamphlet__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.entrusted_development-pamphlet__best .entrusted_development-pamphlet__list .entrusted_development-pamphlet__item {
  font-size: 18px;
  font-weight: bold;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 25px;
  text-indent: -25px;
}
@media screen and (max-width: 480px) {
  .entrusted_development-pamphlet__best .entrusted_development-pamphlet__list .entrusted_development-pamphlet__item {
    font-size: 16px;
  }
}

/** @format */
.entrusted_development-pamphletThanks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.entrusted_development-pamphletThanks__title {
  font-weight: bold;
  font-size: 24px;
}

.entrusted_development-pamphletThanks__text {
  font-size: 16px;
}

.entrusted_development-pamphletThanks__text--bold {
  font-weight: bold;
}

.entrusted_development-pamphletThanks__link {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #bb1716;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  padding: 16px;
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  .entrusted_development-pamphletThanks__link {
    font-size: 16px;
  }
}

.entrusted_development-pamphletThanks__text {
  font-size: 16px;
}

.entrusted_development-pamphletThanks__condition {
  padding: 24px;
  background-color: #f4f6fa;
  font-size: 14px;
}

.entrusted_development-pamphletThanks__subtitle {
  font-size: 16px;
  font-weight: bold;
}

.entrusted_development-pamphletThanks__list {
  padding-left: 20px;
}

.entrusted_development-pamphletThanks__item {
  list-style-type: disc;
}

.entrusted_development-pamphletThanks .contact__inner {
  padding: 0;
}

/** @format */
.entrusted_development-interview__title {
  text-align: center;
  margin-bottom: 60px;
}
.entrusted_development-interview__title::after {
  content: "Interview";
  left: 50%;
  transform: translateX(-50%);
}

.swiper {
  height: auto;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  color: #333;
}

.entrusted_development-interview__space {
  padding: 10px;
}
.entrusted_development-interview__space a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.entrusted_development-interview__slide {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 8px rgba(107, 107, 107, 0.25);
  border-radius: 8px;
  height: auto;
}

.entrusted_development-interview__img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.entrusted_development-interview__details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.entrusted_development-interview__details .entrusted_development-interview__subtitle {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.entrusted_development-interview__details .entrusted_development-interview__subtext {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  overflow: hidden;
}

.entrusted_development-interview__swiper {
  position: relative;
  margin-bottom: 60px;
}
.entrusted_development-interview__swiper .swiper-button-prev {
  left: -30px;
}
@media screen and (max-width: 480px) {
  .entrusted_development-interview__swiper .swiper-button-prev {
    left: -15px;
  }
}
@media screen and (max-width: 480px) {
  .entrusted_development-interview__swiper .swiper-button-prev::after {
    font-size: 30px;
  }
}
.entrusted_development-interview__swiper .swiper-button-next {
  right: -30px;
}
@media screen and (max-width: 480px) {
  .entrusted_development-interview__swiper .swiper-button-next {
    right: -15px;
  }
}
@media screen and (max-width: 480px) {
  .entrusted_development-interview__swiper .swiper-button-next::after {
    font-size: 30px;
  }
}

.entrusted_development-interview__list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.entrusted_development-interview__list .entrusted_development-interview__item {
  padding: 8px;
  background: rgba(6, 48, 100, 0.04);
  border-radius: 8px;
  font-size: 12px;
}

.entrusted_development-interview__btn {
  margin: 0 auto;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: unset;
  pointer-events: all;
}

.swiper-button-lock {
  display: block;
}

/** @format */
.entrusted_development-devCase__title {
  text-align: center;
  margin-bottom: 60px;
}
.entrusted_development-devCase__title::after {
  content: "Example";
  left: 50%;
  transform: translateX(-50%);
}

.entrusted_development-devCase__contents {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entrusted_development-devCase__contents {
    padding: 50px 16px 16px;
  }
}

.entrusted_development-devCase__top {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .entrusted_development-devCase__top {
    flex-direction: column;
  }
}
.entrusted_development-devCase__top .entrusted_development-devCase__topTitle__wrap {
  font-size: 40px;
  font-weight: bold;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .entrusted_development-devCase__top .entrusted_development-devCase__topTitle__wrap {
    width: 100%;
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .entrusted_development-devCase__top .entrusted_development-devCase__topTitle__wrap {
    font-size: 24px;
  }
}
.entrusted_development-devCase__top .entrusted_development-devCase__taxonomy {
  background: var(--gradation-main, linear-gradient(91deg, #2D4072 0%, #29547A 101.1%));
  color: #fff;
  font-size: 16px;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.entrusted_development-devCase__top .entrusted_development-devCase__topImg {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .entrusted_development-devCase__top .entrusted_development-devCase__topImg {
    width: 100%;
  }
}

.entrusted_development-devCase__bottom {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-devCase__bottom {
    flex-direction: column;
  }
}
.entrusted_development-devCase__bottom .entrusted_development-devCase__bottomLeft {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-devCase__bottom .entrusted_development-devCase__bottomLeft {
    width: 100%;
  }
}
.entrusted_development-devCase__bottom .entrusted_development-devCase__bottomItem {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .entrusted_development-devCase__bottom .entrusted_development-devCase__bottomItem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.entrusted_development-devCase__bottom .entrusted_development-devCase__bottomItem .entrusted_development-devCase__bottomTitle {
  border: 1px solid #333;
  border-radius: 50px;
  padding: 4px 8px;
  font-size: 16px;
  text-align: center;
  width: 20%;
}
@media screen and (max-width: 480px) {
  .entrusted_development-devCase__bottom .entrusted_development-devCase__bottomItem .entrusted_development-devCase__bottomTitle {
    width: 30%;
  }
}
.entrusted_development-devCase__bottom .entrusted_development-devCase__bottomItem .entrusted_development-devCase__bottomDetail {
  font-size: 16px;
  width: 80%;
}
.entrusted_development-devCase__bottom .entrusted_development-devCase__bottomItem .entrusted_development-devCase__bottomDetail a {
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .entrusted_development-devCase__bottom .entrusted_development-devCase__bottomItem .entrusted_development-devCase__bottomDetail {
    width: 100%;
  }
}

.entrusted_development-devCase__bottomText {
  width: 50%;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .entrusted_development-devCase__bottomText {
    width: 100%;
  }
}

/** @format *//*# sourceMappingURL=entrusted_development.css.map */