@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 16px;
  }
}
html {
  color-scheme: light !important; /* Indicate to the browser that light mode is preferred */
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light !important; /* Force light mode styles */
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}

body {
  color: #555;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #555;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pconly {
  display: none;
}
@media (min-width: 561px) {
  .pconly {
    display: block;
  }
}

.sponly {
  display: block;
}
@media (min-width: 561px) {
  .sponly {
    display: none;
  }
}

.c-blue {
  color: #4a5796;
}

.c-yellow {
  color: #f4e280;
}

.c-white {
  color: #fff;
}

.is-lato {
  font-family: "Lato", serif !important;
  font-weight: 700;
}

.t-center {
  text-align: center;
}

.sponly {
  display: block;
}
@media (min-width: 376px) {
  .sponly {
    display: none;
  }
}

.js-open .is-header_menu {
  height: calc(100vh - 56px);
  overflow-y: scroll;
  overflow-x: hidden;
}

header {
  border-bottom: 1px solid rgb(156, 163, 175);
  min-height: 41px;
}
header .is-header_menu {
  border: 1px solid rgb(156, 163, 175);
}

footer {
  padding: 20px 0;
}
@media (min-width: 769px) {
  footer {
    padding: 45px 0;
  }
}
footer p {
  text-align: center;
  font-family: "Lato", serif;
  font-size: 12px;
}
@media (min-width: 769px) {
  footer p {
    font-size: 14px;
  }
}

.wrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  color: #4a5796 !important;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  background-color: #f4e280;
  position: relative;
  box-shadow: 0px 0px 8.7px 1.3px rgba(207, 207, 207, 0.69);
}
@media (min-width: 769px) {
  .btn {
    max-width: 40.68vw;
    height: 6.78vw;
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .btn {
    max-width: 480px;
    height: 80px;
    font-size: 22px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 17px;
  background-image: url(../images/freelance/ico_btn_arr.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .btn::after {
    right: 3.22vw;
    height: 2.63vw;
    width: 1.44vw;
  }
}
@media (min-width: 1181px) {
  .btn::after {
    right: 38px;
    height: 31px;
    width: 17px;
  }
}
.btn-blue {
  color: #fff !important;
  background-color: rgb(28, 147, 210);
  height: 50px;
  font-size: 20px;
}
@media (min-width: 769px) {
  .btn-blue {
    height: 6.78vw;
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .btn-blue {
    height: 5.08vw;
    font-size: 2.12vw;
  }
}
.btn-blue::after {
  content: none;
}

.freelance {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 14px;
}
@media (min-width: 769px) {
  .freelance {
    font-size: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance {
    font-size: 18px;
  }
}
.freelance__mv {
  background-color: #6eb9c3;
  background-image: url(../images/freelance/mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 30px 0 40px;
}
@media (min-width: 561px) {
  .freelance__mv {
    padding: 30px 0 40px;
  }
}
@media (min-width: 769px) {
  .freelance__mv {
    padding: 2.54vw 0 3.39vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv {
    padding: 30px 0 40px;
  }
}
.freelance__mv > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
@media (min-width: 769px) {
  .freelance__mv > img {
    width: 27.97vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > img {
    width: auto;
  }
}
.freelance__mv > div {
  position: relative;
  z-index: 2;
}
.freelance__mv > div > img {
  position: absolute;
  left: -100%;
  bottom: 80px;
  width: 100px;
  opacity: 0;
}
@media (min-width: 561px) {
  .freelance__mv > div > img {
    opacity: 1;
    left: -20px;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div > img {
    width: 9.5vw;
    left: -2.54vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > div > img {
    left: -30px;
    width: auto;
  }
}
.freelance__mv > div > p {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (min-width: 769px) {
  .freelance__mv > div > p {
    font-size: 1.86vw;
    padding: 1vw 1.8vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > div > p {
    padding: 15px 25px;
    font-size: 22px;
  }
}
.freelance__mv > div > p::before {
  content: "";
  width: 54px;
  height: 54px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.freelance__mv > div > p::after {
  content: "";
  width: 54px;
  height: 54px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.freelance__mv > div h1 {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 30px 0;
}
@media (min-width: 561px) {
  .freelance__mv > div h1 {
    padding: 0 0 90px;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div h1 {
    padding: 0 0 2.54vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > div h1 {
    padding: 0 0 30px;
  }
}
.freelance__mv > div h1 span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 561px) {
  .freelance__mv > div h1 img {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div h1 img {
    width: 68.135vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > div h1 img {
    width: auto;
  }
}
.freelance__mv > div > div > p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .freelance__mv > div > div > p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div > div > p {
    font-size: 2.2vw;
    margin-bottom: 2.54vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > div > div > p {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
.freelance__mv > div > div > p::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: rotate(-35deg);
  margin-right: 15px;
}
.freelance__mv > div > div > p::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: rotate(35deg);
  margin-left: 15px;
}
.freelance__mv > div > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 561px) {
  .freelance__mv > div > div > div {
    justify-content: flex-start;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div > div > div {
    justify-content: space-between;
  }
}
.freelance__mv > div > div > div dl {
  width: 48%;
  max-width: 250px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 8.7px 1.3px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .freelance__mv > div > div > div dl {
    background-color: #fff;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div > div > div dl {
    margin-right: 0;
    margin-bottom: 0;
    max-width: 287px;
    width: 24%;
  }
}
.freelance__mv > div > div > div dl:first-child dd {
  line-height: 1.2;
}
.freelance__mv > div > div > div dl dt {
  background-color: #4a5796;
  height: 60px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
}
@media (min-width: 561px) {
  .freelance__mv > div > div > div dl dt {
    background-color: #4a5796;
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div > div > div dl dt {
    font-size: 1.52vw;
    padding: 1.69vw;
    height: 8.39vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > div > div > div dl dt {
    height: 99px;
    padding: 20px;
    font-size: 18px;
  }
}
.freelance__mv > div > div > div dl dd {
  flex-grow: 1;
  padding: 15px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 561px) {
  .freelance__mv > div > div > div dl dd {
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .freelance__mv > div > div > div dl dd {
    font-size: 1.86vw;
    padding: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance__mv > div > div > div dl dd {
    font-size: 22px;
    padding: 20px;
  }
}
.freelance__mv > div > div > div dl dd span {
  color: #333;
}
.freelance__section {
  padding: 30px 0 60px;
}
@media (min-width: 769px) {
  .freelance__section {
    padding: 5.9vw 0 8.47vw;
  }
}
@media (min-width: 1181px) {
  .freelance__section {
    padding: 70px 0 100px;
  }
}
.freelance__section h2 {
  font-family: "Lato", serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4a5796;
  font-size: 26px;
  line-height: 1;
  padding-bottom: 20px;
  gap: 18px;
}
@media (min-width: 769px) {
  .freelance__section h2 {
    font-size: 4.07vw;
    padding-bottom: 3.39vw;
    gap: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance__section h2 {
    gap: 18px;
    font-size: 48px;
    padding-bottom: 40px;
  }
}
.freelance__section h2::before {
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/freelance/sec_title_dot.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .freelance__section h2::before {
    height: 1.52vw;
    width: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance__section h2::before {
    height: 18px;
    width: 18px;
  }
}
.freelance__section h2::after {
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/freelance/sec_title_dot.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .freelance__section h2::after {
    height: 1.52vw;
    width: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance__section h2::after {
    height: 18px;
    width: 18px;
  }
}
.freelance__section h3 {
  color: #4a5796;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media (min-width: 561px) {
  .freelance__section h3 {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .freelance__section h3 {
    font-size: 2.29vw;
    padding-bottom: 5.93vw;
  }
}
@media (min-width: 1181px) {
  .freelance__section h3 {
    font-size: 27px;
    padding-bottom: 70px;
  }
}
.freelance__section h3 br {
  display: none;
}
@media (min-width: 376px) {
  .freelance__section h3 br {
    display: block;
  }
}
.freelance__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.freelance .sec1 {
  background-color: #e9f7fe;
}
.freelance .sec1__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
  padding-bottom: 40px;
}
@media (min-width: 769px) {
  .freelance .sec1__content {
    gap: 3.39vw 1.69vw;
    padding-bottom: 7.2vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content {
    gap: 40px 20px;
    padding-bottom: 85px;
  }
}
.freelance .sec1__content dl {
  width: calc(50% - 10px);
  max-width: 540px;
  background-color: #fff;
  box-shadow: 0px 0px 8.7px 1.3px rgba(207, 207, 207, 0.69);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .freelance .sec1__content dl {
    flex-direction: row;
    min-height: 20.39vw;
    padding-right: 1.69vw;
    padding-bottom: 0;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content dl {
    min-height: 240px;
    padding-right: 20px;
  }
}
.freelance .sec1__content dl::before {
  flex-shrink: 0;
  content: "";
  width: 100%;
  height: 15px;
  background: rgb(47, 157, 206);
  background: linear-gradient(-90deg, rgb(47, 157, 206) 0%, rgb(108, 189, 195) 50%);
}
@media (min-width: 769px) {
  .freelance .sec1__content dl::before {
    background: linear-gradient(0deg, rgb(47, 157, 206) 0%, rgb(108, 189, 195) 50%);
    height: 100%;
    width: 1.69vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content dl::before {
    width: 20px;
  }
}
.freelance .sec1__content dl dt {
  padding: 10px 15px;
  font-size: 14px;
}
@media (min-width: 561px) {
  .freelance .sec1__content dl dt {
    padding: 15px 20px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .freelance .sec1__content dl dt {
    padding: 1.69vw;
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content dl dt {
    padding: 20px;
    font-size: 22px;
  }
}
.freelance .sec1__content dl dd {
  background-color: #f7f7f7;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
@media (min-width: 769px) {
  .freelance .sec1__content dl dd {
    width: auto;
    height: calc(100% - 3.38vw);
    padding: 2.54vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content dl dd {
    height: calc(100% - 40px);
    padding: 30px;
  }
}
.freelance .sec1__content dl dd img {
  max-height: 60px;
}
@media (min-width: 561px) {
  .freelance .sec1__content dl dd img {
    max-height: none;
    width: 103px;
  }
}
@media (min-width: 769px) {
  .freelance .sec1__content dl dd img {
    width: 8.72vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content dl dd img {
    width: 103px;
  }
}
.freelance .sec1__content dl:nth-child(1) dd img {
  width: 242px;
}
@media (min-width: 769px) {
  .freelance .sec1__content dl:nth-child(1) dd img {
    width: 20.51vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content dl:nth-child(1) dd img {
    width: 242px;
  }
}
.freelance .sec1__content dl:nth-child(2) dd img {
  width: 231px;
}
@media (min-width: 769px) {
  .freelance .sec1__content dl:nth-child(2) dd img {
    width: 19.57vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec1__content dl:nth-child(2) dd img {
    width: 231px;
  }
}
.freelance .sec2 {
  background-color: #f7f7f7;
}
.freelance .sec2__content {
  padding-bottom: 40px;
}
@media (min-width: 561px) {
  .freelance .sec2__content {
    padding-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .freelance .sec2__content {
    padding-bottom: 7.2vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content {
    padding-bottom: 85px;
  }
}
.freelance .sec2__content > div {
  box-shadow: 0px 0px 8.7px 1.3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.freelance .sec2__content > div:first-child {
  padding: 20px 20px 120px;
  position: relative;
}
@media (min-width: 561px) {
  .freelance .sec2__content > div:first-child {
    padding: 30px;
  }
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:first-child {
    padding: 4.24vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:first-child {
    padding: 50px;
  }
}
.freelance .sec2__content > div:first-child img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
}
@media (min-width: 561px) {
  .freelance .sec2__content > div:first-child img {
    width: 220px;
  }
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:first-child img {
    width: 24.57vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:first-child img {
    width: 290px;
  }
}
@media (min-width: 561px) {
  .freelance .sec2__content > div:first-child ul {
    padding-right: 160px;
  }
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:first-child ul {
    padding-right: 12.71vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:first-child ul {
    padding-right: 150px;
  }
}
.freelance .sec2__content > div:first-child ul li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:first-child ul li {
    font-size: 1.69vw;
    margin-bottom: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:first-child ul li {
    font-size: 21px;
    margin-bottom: 18px;
  }
}
.freelance .sec2__content > div:first-child ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/freelance/ico_check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:first-child ul li::before {
    width: 2.54vw;
    height: 1.86vw;
    margin-right: 1.27vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:first-child ul li::before {
    width: 30px;
    height: 22px;
    margin-right: 15px;
  }
}
.freelance .sec2__content > div:last-child {
  background-color: #e9f7fe;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
@media (min-width: 561px) {
  .freelance .sec2__content > div:last-child {
    padding: 30px;
  }
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:last-child {
    padding: 5.08vw 0 4.24vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:last-child {
    padding: 60px 0 50px;
  }
}
.freelance .sec2__content > div:last-child > img:first-child {
  position: absolute;
  width: 60px;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:last-child > img:first-child {
    width: 8.72vw;
    top: -2.37vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:last-child > img:first-child {
    width: 103px;
    top: -28px;
  }
}
.freelance .sec2__content > div:last-child > img:not(:first-child) {
  width: 120px;
}
@media (min-width: 561px) {
  .freelance .sec2__content > div:last-child > img:not(:first-child) {
    width: 200px;
  }
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:last-child > img:not(:first-child) {
    width: 22.8vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:last-child > img:not(:first-child) {
    width: 269px;
  }
}
.freelance .sec2__content > div:last-child p {
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
}
@media (min-width: 561px) {
  .freelance .sec2__content > div:last-child p {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .freelance .sec2__content > div:last-child p {
    font-size: 2.2vw;
    padding-left: 1.69vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec2__content > div:last-child p {
    padding-left: 20px;
    font-size: 26px;
  }
}
.freelance .sec3 {
  background-color: #fef8da;
}
.freelance .sec3__content {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 10px;
}
@media (min-width: 561px) {
  .freelance .sec3__content {
    gap: 20px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content {
    gap: initial;
    margin-bottom: 7.2vw;
    padding: 21.19vw 0 16.95vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content {
    margin-bottom: 85px;
    padding: 250px 0 200px;
  }
}
.freelance .sec3__content > p {
  width: 160px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  order: 2;
}
@media (min-width: 376px) {
  .freelance .sec3__content > p {
    width: 180px;
  }
}
@media (min-width: 561px) {
  .freelance .sec3__content > p {
    width: 200px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > p {
    width: auto;
  }
}
.freelance .sec3__content > p img {
  height: 160px;
}
@media (min-width: 376px) {
  .freelance .sec3__content > p img {
    height: 180px;
  }
}
@media (min-width: 561px) {
  .freelance .sec3__content > p img {
    height: auto;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > p img {
    width: 33.98vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > p img {
    width: 401px;
  }
}
.freelance .sec3__content > div {
  background-color: #6bbcc3;
  background: rgb(47, 157, 206);
  background: linear-gradient(0deg, rgb(47, 157, 206) 0%, rgb(108, 189, 195) 50%);
  width: 160px;
  height: 160px;
  border-radius: 140px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
}
@media (min-width: 376px) {
  .freelance .sec3__content > div {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 561px) {
  .freelance .sec3__content > div {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div {
    position: absolute;
    width: 23.73vw;
    height: 23.73vw;
    border-radius: 12vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div {
    width: 280px;
    height: 280px;
    border-radius: 140px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div:nth-child(2) {
    left: 6.44vw;
    top: 9.32vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div:nth-child(2) {
    left: 76px;
    top: 110px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div:nth-child(3) {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div:nth-child(4) {
    right: 6.44vw;
    top: 9.32vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div:nth-child(4) {
    right: 76px;
    top: 110px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div:nth-child(5) {
    right: 3.05vw;
    top: 36.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div:nth-child(5) {
    right: 36px;
    top: 435px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div:nth-child(6) {
    bottom: 0;
    right: 19.91vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div:nth-child(6) {
    right: 235px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div:nth-child(7) {
    bottom: 0;
    left: 19.91vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div:nth-child(7) {
    left: 235px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div:nth-child(8) {
    left: 3.05vw;
    top: 36.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div:nth-child(8) {
    left: 36px;
    top: 435px;
  }
}
.freelance .sec3__content > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
}
@media (min-width: 376px) {
  .freelance .sec3__content > div > img {
    max-width: none;
  }
}
.freelance .sec3__content > div dl {
  z-index: 2;
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 25px 0;
}
@media (min-width: 769px) {
  .freelance .sec3__content > div dl {
    width: 80%;
    padding: 2.12vw 0;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div dl {
    padding: 25px 0;
  }
}
.freelance .sec3__content > div dt {
  width: 70%;
  display: flex;
  justify-content: center;
}
@media (min-width: 561px) {
  .freelance .sec3__content > div dt {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div dt {
    width: 100%;
  }
}
.freelance .sec3__content > div dt img {
  max-width: 80%;
}
@media (min-width: 769px) {
  .freelance .sec3__content > div dt img {
    max-width: 70%;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div dt img {
    max-width: 80%;
  }
}
.freelance .sec3__content > div dd {
  flex-grow: 1;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media (min-width: 376px) {
  .freelance .sec3__content > div dd {
    font-size: 14px;
  }
}
@media (min-width: 561px) {
  .freelance .sec3__content > div dd {
    line-height: 1.8;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .freelance .sec3__content > div dd {
    font-size: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec3__content > div dd {
    font-size: 18px;
  }
}
.freelance .sec4 {
  background-color: #e9f7fe;
}
.freelance .sec4__content .title {
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
}
@media (min-width: 769px) {
  .freelance .sec4__content .title {
    padding: 2.54vw 0;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .title {
    padding: 30px 0;
  }
}
.freelance .sec4__content .title h4 {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 561px) {
  .freelance .sec4__content .title h4 {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .freelance .sec4__content .title h4 {
    font-size: 2.54vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .title h4 {
    font-size: 30px;
  }
}
.freelance .sec4__content .title p {
  font-size: 14px;
  padding-top: 5px;
}
@media (min-width: 561px) {
  .freelance .sec4__content .title p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .freelance .sec4__content .title p {
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .title p {
    font-size: 22px;
  }
}
.freelance .sec4__content .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  gap: 10px;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .freelance .sec4__content .wrapper {
    flex-wrap: nowrap;
  }
}
@media (min-width: 769px) {
  .freelance .sec4__content .wrapper {
    padding: 5.08vw 0 8.47vw;
    gap: 1.69vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .wrapper {
    padding: 60px 0 100px;
    gap: 20px;
  }
}
.freelance .sec4__content .wrapper > div {
  background-color: #fff;
  width: calc((100% - 20px) / 2);
  box-shadow: 0px 0px 8.7px 1.3px rgba(207, 207, 207, 0.69);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 25px 0;
  position: relative;
}
@media (min-width: 561px) {
  .freelance .sec4__content .wrapper > div {
    width: calc((100% - 60px) / 4);
  }
}
@media (min-width: 769px) {
  .freelance .sec4__content .wrapper > div {
    padding: 4.24vw 0;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .wrapper > div {
    padding: 50px 0;
  }
}
.freelance .sec4__content .wrapper > div::before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgb(47, 157, 206);
  background: linear-gradient(-90deg, rgb(47, 157, 206) 0%, rgb(108, 189, 195) 50%);
}
@media (min-width: 769px) {
  .freelance .sec4__content .wrapper > div::before {
    height: 1.69vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .wrapper > div::before {
    height: 20px;
  }
}
.freelance .sec4__content .wrapper > div .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 20px;
}
@media (min-width: 561px) {
  .freelance .sec4__content .wrapper > div .image {
    height: 60px;
  }
}
@media (min-width: 769px) {
  .freelance .sec4__content .wrapper > div .image {
    height: 9.66vw;
    margin-bottom: 2.54vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .wrapper > div .image {
    height: 114px;
    margin-bottom: 30px;
  }
}
.freelance .sec4__content .wrapper > div .image img {
  max-height: 80%;
}
@media (min-width: 821px) {
  .freelance .sec4__content .wrapper > div .image img {
    max-height: auto;
  }
}
.freelance .sec4__content .wrapper > div p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  flex-grow: 1;
  font-size: 14px;
}
@media (min-width: 561px) {
  .freelance .sec4__content .wrapper > div p {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .freelance .sec4__content .wrapper > div p {
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec4__content .wrapper > div p {
    font-size: 22px;
  }
}
.freelance .sec5 {
  background-color: #f7f7f7;
}
.freelance .sec5__content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  flex-direction: column;
}
@media (min-width: 561px) {
  .freelance .sec5__content {
    flex-direction: row;
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .freelance .sec5__content {
    padding-bottom: 5.5vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec5__content {
    padding-bottom: 65px;
  }
}
.freelance .sec5__content dl {
  width: 100%;
  box-shadow: 0px 0px 8.7px 1.3px rgba(207, 207, 207, 0.69);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 561px) {
  .freelance .sec5__content dl {
    margin-bottom: 0;
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 769px) {
  .freelance .sec5__content dl {
    width: calc((100% - 5.08vw) / 3);
  }
}
@media (min-width: 1181px) {
  .freelance .sec5__content dl {
    width: calc((100% - 60px) / 3);
  }
}
.freelance .sec5__content dl dt {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  background: rgb(47, 157, 206);
  background: linear-gradient(-90deg, rgb(47, 157, 206) 0%, rgb(108, 189, 195) 50%);
}
@media (min-width: 769px) {
  .freelance .sec5__content dl dt {
    padding: 1.69vw 0;
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec5__content dl dt {
    padding: 20px 0;
    font-size: 22px;
  }
}
.freelance .sec5__content dl dd {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 15px;
}
@media (min-width: 769px) {
  .freelance .sec5__content dl dd {
    gap: 1.27vw;
    padding: 1.27vw 2.12vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec5__content dl dd {
    gap: 15px;
    padding: 15px 25px;
  }
}
.freelance .sec5__content dl dd p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media (min-width: 769px) {
  .freelance .sec5__content dl dd p {
    font-size: 1.52vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec5__content dl dd p {
    font-size: 18px;
  }
}
.freelance .sec5__content dl dd p:first-child {
  font-size: 16px;
}
@media (min-width: 769px) {
  .freelance .sec5__content dl dd p:first-child {
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec5__content dl dd p:first-child {
    font-size: 22px;
  }
}
.freelance .sec5__content dl:last-child {
  margin-bottom: 0;
}
.freelance .sec6 {
  background-color: #78c2c9;
  background-image: url(../images/freelance/sec6_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.freelance .sec6 .btn {
  box-shadow: 0px 0px 8.7px 1.3px rgba(0, 0, 0, 0.15) !important;
}
.freelance .sec6 > div > h2 {
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .freelance .sec6 > div > h2 {
    padding-bottom: 2.03vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6 > div > h2 {
    padding-bottom: 24px;
  }
}
.freelance .sec6 > div > h2 img {
  width: 200px;
}
@media (min-width: 769px) {
  .freelance .sec6 > div > h2 img {
    width: 27.29vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6 > div > h2 img {
    width: 322px;
  }
}
.freelance .sec6 > div > h2::before, .freelance .sec6 > div > h2::after {
  content: none;
}
.freelance .sec6 > div > p {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 769px) {
  .freelance .sec6 > div > p {
    font-size: 2.54vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6 > div > p {
    font-size: 30px;
  }
}
.freelance .sec6__content {
  padding: 30px 0 20px;
}
@media (min-width: 769px) {
  .freelance .sec6__content {
    padding: 5.08vw 0 3.39vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6__content {
    padding: 60px 0 40px;
  }
}
.freelance .sec6__content .image {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .freelance .sec6__content .image {
    margin-bottom: 4.24vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6__content .image {
    margin-bottom: 50px;
  }
}
.freelance .sec6__content .image img {
  width: 200px;
}
@media (min-width: 769px) {
  .freelance .sec6__content .image img {
    width: 22.88vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6__content .image img {
    width: 270px;
  }
}
.freelance .sec6__content .text {
  max-width: 850px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
}
@media (min-width: 769px) {
  .freelance .sec6__content .text {
    font-size: 1.52vw;
    margin-bottom: 4.24vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6__content .text {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.freelance .sec6__content .text__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.freelance .sec6__content .text__footer p {
  font-size: 14px;
  padding-bottom: 5px;
}
@media (min-width: 769px) {
  .freelance .sec6__content .text__footer p {
    font-size: 1.86vw;
    padding-bottom: 0.847vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6__content .text__footer p {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.freelance .sec6__content .text__footer p:nth-child(2) span {
  font-size: 22px;
  padding-left: 10px;
}
@media (min-width: 769px) {
  .freelance .sec6__content .text__footer p:nth-child(2) span {
    font-size: 2.88vw;
    padding-left: 0.847vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec6__content .text__footer p:nth-child(2) span {
    font-size: 34px;
    padding-left: 10px;
  }
}
.freelance .sec6__content .text__footer img {
  width: 200px;
}
@media (min-width: 769px) {
  .freelance .sec6__content .text__footer img {
    width: auto;
  }
}
.freelance .sec7 {
  background-color: #ffffff;
  padding-bottom: 50px;
}
@media (min-width: 769px) {
  .freelance .sec7 {
    padding-bottom: 4.24vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec7 {
    padding-bottom: 50px;
  }
}
.freelance .sec7 h2 {
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .freelance .sec7 h2 {
    padding-bottom: 6.78vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec7 h2 {
    padding-bottom: 80px;
  }
}
.freelance .sec7__content dl {
  margin-bottom: 20px;
  box-shadow: 0px 0px 8.7px 1.3px rgba(207, 207, 207, 0.69);
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .freelance .sec7__content dl {
    margin-bottom: 2.97vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec7__content dl {
    margin-bottom: 35px;
  }
}
.freelance .sec7__content dl:last-child {
  margin-bottom: 0;
}
.freelance .sec7__content dl dt {
  background: rgb(47, 157, 206);
  background: linear-gradient(-90deg, rgb(47, 157, 206) 0%, rgb(108, 189, 195) 50%);
  font-size: 16px;
  padding: 10px 20px;
}
@media (min-width: 769px) {
  .freelance .sec7__content dl dt {
    padding: 1.27vw 3.39vw;
    font-size: 1.86vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec7__content dl dt {
    padding: 15px 40px;
    font-size: 22px;
  }
}
.freelance .sec7__content dl dt span {
  padding-right: 10px;
}
@media (min-width: 769px) {
  .freelance .sec7__content dl dt span {
    padding-right: 1.69vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec7__content dl dt span {
    padding-right: 20px;
  }
}
.freelance .sec7__content dl dd {
  padding: 20px;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .freelance .sec7__content dl dd {
    padding: 30px 40px;
  }
}
.freelance .sec8__content {
  padding-top: 45px;
}
@media (min-width: 769px) {
  .freelance .sec8__content {
    padding-top: 3.8vw;
  }
}
@media (min-width: 1181px) {
  .freelance .sec8__content {
    padding-top: 45px;
  }
}
.freelance .sec8 h2 {
  font-family: "Noto Sans JP", sans-serif;
}/*# sourceMappingURL=freelance.css.map */