@charset "UTF-8";
/*
Theme Name: 
Theme URI: https://
Author: Qubic Inc
Author URI: https://qu-bic.jp
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*****************************

このファイルは直接変更しないでください。
CSSを変更・修正・追記したい場合は、cssファイルを作成し、そちらに記述お願いします。

こちらのファイルに記述した場合、変更が失われてしまったり、保守が困難になることもあります。
充分にお気をつけください。

*****************************/
/*****************************
フォント変数
*****************************/
/*****************************
ブレイクポイント
*****************************/
/*****************************
カラー変数
*****************************/
body {
  -webkit-text-size-adjust: 100%;
}

html {
  color: #262626;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.75;
  font-size: min(3.846vw, 18px);
}

@media screen and (min-width: 768px) {
  html {
    font-size: min(13px + 3 * (100vw - 768px) / 672, 16px);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #wrapper {
    height: auto;
  }
}
section,
.section {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    display: block;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
*::before,
*::after {
  box-sizing: border-box;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

input,
input:focus,
textarea:focus {
  outline: 0;
  border-radius: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=submit],
input[type=button],
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

select option {
  background-color: #fff;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

figure {
  margin: 0;
}

img,
picture {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

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

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.preload * {
  transition: none;
}

.l-footer {
  background: linear-gradient(90deg, #104DD0 0%, #0AB4F2 62.5%);
  padding: 1.6666666667rem 0;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding: 3.4375rem 0;
  }
}
.l-footer__inner {
  text-align: center;
  padding-inline: 1rem;
}

.l-footer__nav-link {
  color: #ffffff;
  font-size: 0.9333333333rem;
  font-weight: 900;
  line-height: 1.45;
  position: relative;
  display: inline-block;
  transition: opacity 0.3s;
}

.l-footer__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.0666666667rem;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: width 0.3s;
}

@media screen and (min-width: 768px) {
  .l-footer__nav-link {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
  .l-footer__nav-link:hover::after {
    width: 0;
  }
}
.l-footer__copy {
  color: #ffffff;
  font-size: 0.7333333333rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 1.3333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 0.875rem;
    margin-top: 1.375rem;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    width: min(95%, 1280px);
    margin-inline: auto;
    padding: 1.75rem 0 0 0;
  }
}
.l-header__logo {
  width: 5.6666666667rem;
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 10.9375rem;
  }
}
.l-header__logo a {
  width: 100%;
  padding: 0.8rem 0;
}

.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-inner {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: min(90%, 1280px);
  }
}
.l-inner__wide {
  margin-inline: auto;
  width: min(100% - 2rem);
}

@media screen and (min-width: 768px) {
  .l-inner__wide {
    width: min(95%, 1680px);
  }
}
.l-inner__md {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__md {
    width: min(90%, 1080px);
  }
}
.l-inner__sm {
  margin-inline: auto;
  width: min(100% - 2rem, 650px);
}

@media screen and (min-width: 768px) {
  .l-inner__sm {
    width: min(90%, 960px);
  }
}
.c-btn {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.4666666667rem;
  width: 100%;
  padding: 0.8rem 1.1333333333rem;
  border-radius: 3.7333333333rem;
  background: #12D34C;
  box-shadow: 0 0.2666666667rem 0 0 #0EB841;
  transition: background 0.3s ease;
}

.c-btn::before {
  content: "";
  width: 2.0666666667rem;
  height: 2.2666666667rem;
  background: url(./images/common/ico_line.svg) no-repeat center center/contain;
  flex-shrink: 0;
}

.c-btn span {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.4;
  font-feature-settings: "halt" on;
}

@media screen and (min-width: 768px) {
  .c-btn {
    gap: 2.0961775586%;
    align-items: center;
    border-radius: 2.875rem;
    padding: 1.625rem 1.375rem 1.375rem;
  }
  .c-btn::before {
    width: 3.5rem;
    height: 3.375rem;
  }
  .c-btn span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-btn:hover {
    background: #04F667;
  }
}
.c-card {
  background: #ffffff;
  border-radius: 0.6666666667rem;
  padding: 1rem;
  border: 0.0666666667rem solid #E8E8E8;
}

@media screen and (min-width: 768px) {
  .c-card {
    border-radius: 0.75rem;
    padding: 2.5rem 1.625rem;
  }
}
.c-card__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-card__wrap {
    flex-wrap: nowrap;
    gap: 4.092920354%;
  }
}
.c-card__head {
  display: contents;
}

.c-card__head p {
  order: 4;
}

@media screen and (min-width: 768px) {
  .c-card__head {
    display: block;
    width: 72.0132743363%;
    order: 2;
  }
}
.c-card__name {
  order: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

@media screen and (min-width: 768px) {
  .c-card__name {
    padding: 0 0.8125rem 0.75rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    border-bottom: 0.1333333333rem solid #106AB3;
  }
}
.c-card__title {
  font-size: 1.2666666667rem;
  font-weight: 900;
  line-height: 1.45;
  font-feature-settings: "halt" on;
  color: #106AB3;
  padding-bottom: 0.8rem;
  border-bottom: 0.1333333333rem solid #106AB3;
}

@media screen and (min-width: 768px) {
  .c-card__title {
    padding: 0;
    border-bottom: none;
    font-size: 1.375rem;
  }
}
.c-card__position {
  font-size: 0.7333333333rem;
  font-weight: 900;
  line-height: 1.45;
  font-feature-settings: "halt" on;
  color: #ffffff;
  background: #68A1F8;
  padding: 0 0.6666666667rem;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .c-card__position {
    font-size: 0.875rem;
  }
}
.c-card__img {
  order: 2;
  width: 27.2727272727%;
  border: 0.0666666667rem solid #ddd;
}

@media screen and (min-width: 768px) {
  .c-card__img {
    width: 24.2256637168%;
    order: 1;
  }
}
.c-card__read {
  order: 3;
  width: 69.3939393939%;
  padding: 0.6666666667rem 0.2666666667rem;
  font-size: 1.0666666667rem;
  font-weight: 900;
  line-height: 1.45;
  color: #106AB3;
}

@media screen and (min-width: 768px) {
  .c-card__read {
    width: 100%;
    padding: 0.625rem 0 0.625rem 1.5625rem;
    font-size: 1.25rem;
    position: relative;
  }
  .c-card__read::before {
    content: "";
    width: 0.9375rem;
    height: 0.9375rem;
    background: #1DA1FF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
}
.c-card__text {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-card__text {
    margin-top: 1.5625rem;
  }
}
.c-card02 {
  background: #ffffff;
  border-radius: 0.5333333333rem;
  padding: 1rem;
  border: 0.1333333333rem solid #C4DBDF;
}

@media screen and (min-width: 768px) {
  .c-card02 {
    border-radius: 0.75rem;
    padding: 2.5rem 0.375rem;
  }
}
.c-card02__img img {
  width: 100%;
}

.c-card02__title {
  font-size: 1.0666666667rem;
  font-weight: 500;
  line-height: 2.1;
  color: #000000;
  text-align: center;
  margin: 1rem 0 0;
}

.c-card03 {
  background: #ffffff;
  border-radius: 0.5333333333rem;
  padding: 0.6rem;
  border: 0.0666666667rem solid #C4DBDF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-card03 {
    padding: 0.5625rem;
  }
}
.c-card03__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.1;
  color: #ffffff;
  background: #106AB3;
  text-align: center;
}

.c-card03__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 4.2rem;
  gap: 0.2rem;
  padding: 0.2rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-card03__body {
    min-height: 4.8125rem;
    gap: 0.0666666667rem;
    padding-top: 0.3125rem;
  }
}
.c-card03__text {
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1.55;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-card03__text {
    font-size: 0.8125rem;
  }
}
.c-card03__record {
  font-size: 1.1333333333rem;
  font-weight: 900;
  line-height: 1.55;
  color: #106AB3;
  margin-left: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-card03__record {
    font-size: 1rem;
  }
}
.c-card03__note {
  font-size: 0.7333333333rem;
  font-weight: 500;
  line-height: 1.55;
  color: #000000;
  text-align: center;
}

.c-card04 {
  background: #ffffff;
  border-radius: 0.5333333333rem;
  padding: 1rem;
  border: 1px solid #C4DBDF;
}

@media screen and (min-width: 768px) {
  .c-card04 {
    padding: 2.0625rem 1.625rem 2.0666666667rem;
  }
}
.c-card04__wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .c-card04__wrap {
    gap: 2.5414364641%;
    align-items: center;
  }
}
.c-card04__head {
  flex: 1;
}

.c-card04__name {
  font-size: 0.8rem;
  font-weight: 900;
  line-height: 2.1;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .c-card04__name {
    font-size: 0.875rem;
  }
}
.c-card04__img {
  width: 25.7575757576%;
}

@media screen and (min-width: 768px) {
  .c-card04__img {
    width: 11.9337016575%;
  }
}
.c-card04__read {
  font-size: 1.0666666667rem;
  font-weight: 900;
  line-height: 1.7;
  color: #106AB3;
}

@media screen and (min-width: 768px) {
  .c-card04__read {
    font-size: 1.25rem;
  }
}
.c-card04__text {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .c-card04__text {
    margin-top: 1.4375rem;
  }
}
.c-title-h4 {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.45;
  font-feature-settings: "halt" on;
  color: #106AB3;
  position: relative;
  padding-left: 1.5333333333rem;
}

@media screen and (min-width: 768px) {
  .c-title-h4 {
    font-size: 1.25rem;
    padding-left: 1.5625rem;
  }
}
.c-title-h4::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #1DA1FF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.c-title {
  font-size: 1.4666666667rem;
  font-weight: 900;
  font-feature-settings: "halt" on;
  line-height: 1.55;
  color: #106AB3;
  text-align: center;
  background: #FAFCFF;
  padding: 1.3333333333rem 0;
  position: relative;
}

.c-title::after {
  content: "";
  width: 100%;
  height: 0.5333333333rem;
  background: linear-gradient(90deg, #FD336D 15.38%, #1DA1FF 24.52%);
  position: absolute;
  left: 0;
  bottom: -0.5333333333rem;
}

@media screen and (min-width: 768px) {
  .c-title {
    font-size: 2.5rem;
    padding: 0.9375rem 0 1.25rem;
  }
}
.p-disclaimer {
  padding: 1rem 0;
  background: #053053;
}

@media screen and (min-width: 768px) {
  .p-disclaimer {
    padding: 3.4375rem 0;
  }
}
.p-disclaimer__box {
  padding: 1rem 0;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-disclaimer__box {
    padding: 1.5625rem 5.5555555556%;
  }
}
.p-disclaimer__title {
  font-size: 1.4666666667rem;
  font-weight: 900;
  line-height: 1.45;
  font-feature-settings: "halt" on;
  color: #BD1A05;
  text-align: center;
  padding: 0.8rem 0;
  border-top: 0.2666666667rem solid #BD1A05;
  border-bottom: 0.2666666667rem solid #BD1A05;
}

@media screen and (min-width: 768px) {
  .p-disclaimer__title {
    font-size: 2.5rem;
    padding: 0.9375rem;
    width: fit-content;
    margin: 0 auto;
  }
}
.p-disclaimer__content {
  margin: 1rem 1rem 0;
}

.p-disclaimer__list {
  margin: 1rem 0 0;
}

.p-disclaimer__list li {
  font-size: 1.0666666667rem;
  font-weight: 900;
  font-feature-settings: "halt" on;
  text-decoration: underline;
  text-underline-position: from-font;
  color: #BD1A05;
  position: relative;
  padding-left: 1.2em;
}

@media screen and (min-width: 768px) {
  .p-disclaimer__list li {
    font-size: 1.1875rem;
    line-height: 1.85;
  }
}
.p-disclaimer__list li::before {
  content: "・";
  position: absolute;
  left: 0.2em;
  top: 0;
}

.p-disclaimer__heading {
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.55;
  color: #106AB3;
  text-align: center;
  padding: 0.6666666667rem;
  background: #E7EFF0;
  margin: 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-disclaimer__heading {
    font-size: 1.3125rem;
    font-weight: 900;
    line-height: 1.75;
  }
}
.p-disclaimer__text {
  margin: 1rem 0 0;
}

.p-introduction {
  padding-bottom: 2rem;
}

.p-introduction__head {
  background: linear-gradient(90deg, #0F54D3 9.62%, #0016A6 31.73%, #0004E4 73.56%, #0F54D3 100%);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.55;
  padding: 0.4666666667rem 1rem;
  font-feature-settings: "halt" on;
  text-align: center;
}

.p-introduction__head span {
  text-decoration: underline;
  text-underline-position: from-font;
}

@media screen and (min-width: 768px) {
  .p-introduction__head {
    padding: 1.5625rem;
    font-size: 1.3125rem;
  }
}
.p-introduction__text {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-introduction__text--top {
    margin-top: 2.1875rem;
  }
}
.p-introduction__from {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  padding: 0.4666666667rem 0;
}

@media screen and (min-width: 768px) {
  .p-introduction__from {
    padding: 0.625rem 1.25rem;
    background: #ffffff;
    border-radius: 6.25rem;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  }
}
.p-introduction__from-left {
  display: flex;
  align-items: center;
  gap: 0.6666666667rem;
}

.p-introduction__icon {
  width: 3.3333333333rem;
  border-radius: 50%;
  overflow: hidden;
}

.p-introduction__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.p-introduction__name {
  font-size: 0.8666666667rem;
  font-weight: 700;
  line-height: 1.55;
}

.p-introduction__position {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.55;
  color: #9DA0A4;
}

.p-introduction__from-right {
  display: flex;
  align-items: center;
  gap: 0.5333333333rem;
}

@media screen and (min-width: 768px) {
  .p-introduction__from-right {
    gap: 1.25rem;
  }
}
.p-introduction__date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.55;
  color: #AAA;
}

@media screen and (min-width: 768px) {
  .p-introduction__date {
    font-size: 0.875rem;
  }
}
.p-introduction__office {
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1.55;
  background: #ffffff;
  border-radius: 1.3333333333rem;
  padding: 0.3333333333rem 0.7333333333rem;
  color: #000000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .p-introduction__office {
    padding: 0.625rem 1.25rem;
  }
}
.p-introduction__labels {
  margin: 1rem 0 0;
  display: grid;
  gap: 0.6666666667rem;
  background: linear-gradient(90deg, #0074E0 0%, #00CDD4 100%);
  padding: 1rem;
}

.p-introduction__label {
  font-size: 1.1333333333rem;
  font-weight: 900;
  line-height: 1.55;
  font-feature-settings: "halt" on;
  color: #ffffff;
  position: relative;
  padding-left: 1.2em;
}

.p-introduction__label::before {
  content: "・";
  position: absolute;
  left: 0.2em;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-introduction__label {
    font-size: 1.4375rem;
    line-height: 1.75;
  }
}
.p-introduction__item {
  margin: 2rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-introduction__item {
    margin-top: 3.4375rem;
  }
}
.p-introduction__title {
  background: #EDF3F5;
  padding: 1rem;
}

.p-introduction__title span {
  display: block;
  background: linear-gradient(90deg, #0046DD 0%, #008DC0 40.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 1.3333333333rem;
  font-weight: 900;
  font-feature-settings: "halt" on;
  line-height: 1.55;
}

@media screen and (min-width: 768px) {
  .p-introduction__title span {
    font-size: 1.625rem;
    line-height: 1.85;
  }
}
.p-introduction__img {
  margin: 1rem 0 0;
}

.p-introduction__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 45/28;
}

.p-introduction__img figcaption {
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1.55;
  margin: 1rem 0 0;
  color: #106AB3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-introduction__img {
    width: 37.5rem;
    margin-inline: auto;
  }
  .p-introduction__img img {
    aspect-ratio: 300/187;
  }
  .p-introduction__img figcaption {
    font-size: 0.875rem;
    line-height: 1.85;
  }
}
.p-introduction__heading {
  margin: 1rem 0;
  padding: 0.3333333333rem 0.3333333333rem 0.3333333333rem 1rem;
  background: #EDF3F5;
  border-left: 0.6666666667rem solid #00BAE4;
}

@media screen and (min-width: 768px) {
  .p-introduction__heading {
    padding: 0.3125rem 1.25rem;
    background: #ffffff;
  }
}
.p-introduction__heading span {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  font-feature-settings: "halt" on;
  line-height: 1.55;
  color: transparent;
  background: linear-gradient(90deg, #0046DD 0%, #008DC0 40.36%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .p-introduction__heading span {
    font-size: 1.375rem;
    line-height: 1.85;
  }
}
.p-introduction__list {
  margin: 1rem 0 0;
}

.p-introduction__list li {
  font-size: 1.0666666667rem;
  font-weight: 400;
  position: relative;
  padding-left: 1.4em;
}

.p-introduction__list li.p-introduction__bold {
  font-weight: 900;
}

.p-introduction__list li:not(:first-child) {
  margin-top: 1rem;
}

.p-introduction__list li::before {
  content: "・";
  position: absolute;
  left: 0.2em;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-introduction__list li {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.p-introduction__graph-wrap {
  margin: 0.6666666667rem 0 0;
  display: flex;
  flex-direction: column;
}

.p-introduction__graph-wrap .p-introduction__text {
  margin: 0.6666666667rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-introduction__graph-wrap .p-introduction__text {
    margin-top: 0;
    width: 55.2083333333%;
  }
}
@media screen and (min-width: 768px) {
  .p-introduction__graph-wrap {
    flex-direction: row;
    gap: 3.6458333333%;
    margin-top: 0.9375rem;
  }
}
.p-introduction__graph {
  background: #F3FBFF;
  padding: 1rem 0.4rem 0.2666666667rem 1.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-introduction__graph {
    padding: 1.6875rem 0.375rem 0.25rem 0.3125rem;
    width: 41.1458333333%;
  }
}
.p-introduction__graph img {
  width: 100%;
}

.p-main-topic {
  background: linear-gradient(186deg, #FEF2DF 13.42%, #FDF8F0 112.35%);
  padding: 1.6666666667rem 0;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .p-main-topic {
    padding: 3.4375rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-main-topic__box {
    background: #ffffff;
    padding: 2.5rem 5.5555555556%;
  }
}
.p-main-topic__item {
  background: #ffffff;
  padding: 0 0 1rem;
}

.p-main-topic__item:not(:first-child) {
  margin-top: 2rem;
}

.p-main-topic__item--worker {
  background: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-main-topic__item {
    padding: 0;
  }
  .p-main-topic__item:not(:first-child) {
    margin-top: 3.4375rem;
  }
}
.p-main-topic__text {
  margin: 1rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-main-topic__text {
    margin: 1.5625rem 0 0;
  }
}
.p-main-topic__content {
  margin: 1.5333333333rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-main-topic__content {
    margin: 1.5625rem 0 0;
  }
}
.p-main-topic__img {
  text-align: center;
  margin: 1rem auto;
}

@media screen and (min-width: 768px) {
  .p-main-topic__img {
    margin: 1.5625rem auto 0.9375rem;
    max-width: 34.375rem;
  }
}
.p-main-topic__img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-main-topic__img figcaption {
  font-size: 0.9333333333rem;
  font-weight: 500;
  line-height: 1.85;
  color: #106AB3;
  margin-top: 0.1333333333rem;
}

.p-mv {
  position: relative;
  background-image: url(./images/common/mv_bg_sp.webp);
  background-size: cover;
  background-position: top left;
  padding: 4.6rem 0 1.0666666667rem;
  height: 79.7435897436vw;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-mv {
    height: auto;
    padding: 10.5rem 0 2.9375rem;
    background-image: url(./images/common/mv_bg.webp);
  }
}
.p-mv__photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 77.4358974359vw;
  height: 100%;
}

.p-mv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  aspect-ratio: 91/94;
}

@media screen and (min-width: 768px) {
  .p-mv__photo {
    width: min(100%, 1920px);
    right: 50%;
    transform: translateX(50%);
  }
  .p-mv__photo img {
    margin-left: auto;
    width: 71.6145833333vw;
    aspect-ratio: 1016/700;
    object-position: top left;
  }
}
@media screen and (min-width: 1280px) {
  .p-mv__photo img {
    width: min(52.9166666667vw, 63.5rem);
  }
}
.p-mv__content {
  position: relative;
  z-index: 1;
}

.p-mv__text {
  display: table;
  background: linear-gradient(90deg, #104DD0 0%, #0AB4F2 62.5%);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 900;
  padding-left: 0.6rem;
  line-height: 1.5;
}

.p-mv__text:not(:first-child) {
  margin-top: 0.5333333333rem;
}

.p-mv__text:nth-child(even) {
  margin-left: 1.6666666667rem;
}

.p-mv__text--md {
  font-size: 1.2rem;
  font-feature-settings: "halt" on;
  line-height: 1.85;
  padding: 0.3333333333rem 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: 3.5625rem;
    padding-left: 1.75rem;
  }
  .p-mv__text:not(:first-child) {
    margin-top: 1.4375rem;
  }
  .p-mv__text:nth-child(even) {
    margin-left: 3.9375rem;
  }
  .p-mv__text--md {
    font-size: 2.625rem;
    line-height: 1.85;
    padding: 0.625rem 1.25rem;
  }
}
.p-mv__sm {
  font-size: 1.0666666667rem;
}

@media screen and (min-width: 768px) {
  .p-mv__sm {
    font-size: 2.375rem;
  }
}
.p-privacy_box {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-privacy_box {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-privacy_box h1 {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 2rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box h1 {
    font-size: 2rem;
  }
}
.p-privacy_box h2 {
  font-size: 1.1rem;
  margin: 2.5rem 0 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box h2 {
    font-size: 1.5rem;
    margin: 3rem 0 1rem;
  }
}
.p-privacy_box ol {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ol {
    margin: 1rem 0 1rem 2rem;
  }
}
.p-privacy_box ol li {
  list-style: decimal;
  margin: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ol li {
    margin: 0.5rem 0;
  }
}
.p-privacy_box ul {
  margin: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ul {
    margin: 1rem 0 1rem 2rem;
  }
}
.p-privacy_box ul li {
  list-style: disc;
}

.p-privacy_box ul li ol {
  margin: 0rem 0 1.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-privacy_box ul li ol {
    margin: 0rem 0 1.5rem 2rem;
  }
}
.p-privacy_box ul li ol li {
  list-style: decimal;
}

.p-privacy_box .right {
  text-align: right;
}

.p-request {
  background: linear-gradient(186deg, #FEF2DF 13.42%, #FDF8F0 112.35%);
  padding: 1.6666666667rem 0;
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .p-request {
    padding: 3.4375rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-request__box {
    background: #ffffff;
    padding: 2.5rem 5.5555555556% 3.4375rem;
  }
}
.p-request__item {
  background: #ffffff;
  padding: 0 0 1rem;
}

.p-request__item:not(:first-child) {
  margin-top: 2rem;
}

.p-request__item--worker, .p-request__item--client, .p-request__item--google, .p-request__item--company {
  background: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-request__item {
    padding: 0;
  }
  .p-request__item:not(:first-child) {
    margin-top: 3.4375rem;
  }
}
.p-request__text {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-request__text {
    margin: 1.5625rem 0 0;
  }
}
.p-request__content {
  margin: 1.5333333333rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-request__content {
    margin: 2rem 0 0;
  }
}
.p-request__list {
  margin: 1rem 0;
}

.p-request__list li {
  font-size: 1.0666666667rem;
  line-height: 1.75;
  position: relative;
  padding: 0 0 0 1.2em;
}

@media screen and (min-width: 768px) {
  .p-request__list li {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.p-request__list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-request__list--bold {
  margin: 1rem 0 0;
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-request__list--bold {
    margin: 0.9375rem 0 0;
  }
}
.p-request__list--bold li {
  font-weight: 900;
  font-feature-settings: "halt" on;
}

.p-request__list--bold li::before {
  left: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__list--bold li {
    width: fit-content;
  }
}
.p-request__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6666666667rem 1rem;
  counter-reset: point-counter;
  margin-top: 1.6rem;
  padding: 1.6666666667rem 1rem;
  background: #B9C7D3;
}

.p-request__point-item {
  counter-increment: point-counter;
  display: flex;
  flex-direction: column;
  width: calc(50% - 1rem);
  border: 1px solid #1DA1FF;
  background: linear-gradient(0deg, #104DD0 0%, #0AB4F2 62.5%);
  color: #ffffff;
  font-size: 1.0666666667rem;
  font-weight: 900;
  font-feature-settings: "halt" on;
  text-align: center;
  padding: 1.0666666667rem 0.5333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  line-height: 1.45;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-request__point-item {
    font-size: 1rem;
    padding: 1.8125rem 0.625rem;
    width: max(140px, 9.375rem);
  }
}
.p-request__point-item::before {
  content: counter(point-counter, decimal-leading-zero);
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  text-align: center;
  background: linear-gradient(90deg, #0F54D3 9.62%, #0016A6 31.73%, #0004E4 73.56%, #0F54D3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  top: -0.9333333333rem;
  left: 50%;
  transform: translateX(-50%);
}

.p-request__point-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72.6666666667%;
  height: 72.6666666667%;
  background: url(./images/common/point_bg.webp) no-repeat center center/contain;
}

.p-request__worker, .p-request__client {
  margin: 1.5333333333rem calc(50% - 50vw) 0;
}

@media screen and (min-width: 768px) {
  .p-request__worker, .p-request__client {
    margin: 2rem -2.625rem 0;
  }
}
.p-request__worker .swiper, .p-request__client .swiper {
  padding: 0 1rem 2rem;
  max-width: 680px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-request__worker .swiper, .p-request__client .swiper {
    padding: 0 2.625rem 3.125rem;
    max-width: 1080px;
  }
}
.p-request__worker .swiper-slide img, .p-request__client .swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-request__worker .swiper-slide img, .p-request__client .swiper-slide img {
    height: 100%;
  }
}
.p-request__worker .swiper-button-next,
.p-request__worker .swiper-button-prev, .p-request__client .swiper-button-next,
.p-request__client .swiper-button-prev {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15.3333333333rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-request__worker .swiper-button-next,
  .p-request__worker .swiper-button-prev, .p-request__client .swiper-button-next,
  .p-request__client .swiper-button-prev {
    top: 35%;
  }
}
.p-request__worker .swiper-button-next::after,
.p-request__worker .swiper-button-prev::after, .p-request__client .swiper-button-next::after,
.p-request__client .swiper-button-prev::after {
  content: "";
  background: url(./images/common/swiper_arrow.svg) no-repeat center center/contain;
  width: 0.6666666667rem;
  height: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-request__worker .swiper-button-next::after,
  .p-request__worker .swiper-button-prev::after, .p-request__client .swiper-button-next::after,
  .p-request__client .swiper-button-prev::after {
    background: url(./images/common/swiper_arrow_pc.svg) no-repeat center center/contain;
    width: 1.6rem;
    height: 3.0666666667rem;
  }
}
.p-request__worker .swiper-button-next, .p-request__client .swiper-button-next {
  right: 0.1333333333rem;
}

.p-request__worker .swiper-button-prev, .p-request__client .swiper-button-prev {
  left: 0.2rem;
}

.p-request__worker .swiper-button-prev::after, .p-request__client .swiper-button-prev::after {
  transform: rotateY(180deg);
}

.p-request__worker .swiper-pagination-bullet, .p-request__client .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #E0E0E0;
  opacity: 1;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .p-request__worker .swiper-pagination-bullet, .p-request__client .swiper-pagination-bullet {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-request__worker .swiper-pagination-bullet-active, .p-request__client .swiper-pagination-bullet-active {
  background: #0046DD;
}

.p-request__worker .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-request__worker .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet, .p-request__client .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-request__client .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__worker .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-request__worker .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet, .p-request__client .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-request__client .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5625rem;
  }
}
.p-request__worker .swiper-horizontal > .swiper-pagination-bullets,
.p-request__worker .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-request__worker .swiper-pagination-custom,
.p-request__worker .swiper-pagination-fraction, .p-request__client .swiper-horizontal > .swiper-pagination-bullets,
.p-request__client .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-request__client .swiper-pagination-custom,
.p-request__client .swiper-pagination-fraction {
  bottom: 0;
}

.p-request__review-list {
  margin-top: 1.5333333333rem;
  display: grid;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .p-request__review-list {
    margin-top: 2rem;
    gap: 1.5625rem;
  }
}
.p-request__review-item {
  background: #ffffff;
  padding: 1.0666666667rem;
  border: 1px solid #E6E6E6;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .p-request__review-item {
    padding: 1.5625rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  }
}
.p-request__review-name {
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.45;
}

.p-request__review-stars {
  font-size: 1.3333333333rem;
  font-weight: 700;
  color: #F9B403;
  line-height: 1.45;
}

@media screen and (min-width: 768px) {
  .p-request__review-stars {
    margin-top: 0.3125rem;
  }
}
.p-request__map {
  width: 100%;
  height: 16rem;
  margin: 2.5333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-request__map {
    margin-top: 2rem;
    height: 26.5625rem;
  }
}
.p-request__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-request__company-body {
  margin: 2rem -1rem 0;
  padding: 0.8rem 1rem 0.6666666667rem;
  background: rgba(196, 219, 223, 0.2);
}

@media screen and (min-width: 768px) {
  .p-request__company-body {
    padding: 1.5625rem 1.875rem;
    margin: 1.5625rem 0 0;
  }
}
.p-request__company-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E4E4E4;
  background: #ffffff;
}

.p-request__company-table tr {
  border-bottom: 1px solid #E4E4E4;
  display: grid;
  grid-template-columns: 6.1333333333rem 1fr;
}

@media screen and (min-width: 768px) {
  .p-request__company-table tr {
    grid-template-columns: 12.375rem 1fr;
  }
}
.p-request__company-table th,
.p-request__company-table td {
  padding: 0.6666666667rem;
  font-size: 0.9333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__company-table th,
  .p-request__company-table td {
    font-size: 1.125rem;
    padding: 0.625rem 1.0625rem;
  }
}
.p-request__company-table th {
  font-weight: 700;
  text-align: left;
  color: #000000;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E4E4E4;
}

@media screen and (min-width: 768px) {
  .p-request__company-table th {
    font-weight: 900;
  }
}
.p-request__company-table td {
  display: flex;
  align-items: center;
  line-height: 1.85;
  font-weight: 500;
}

.p-request__company-table td ul li {
  padding-left: 1.2em;
  position: relative;
}

.p-request__company-table td ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-request__faq-list {
  display: grid;
  gap: 1rem;
  margin: 1rem -1rem 0;
}

@media screen and (min-width: 768px) {
  .p-request__faq-list {
    gap: 1.5rem;
    margin: 1.0625rem 0 0;
  }
}
.p-request__faq-q {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(90deg, #104DD0 0%, #0AB4F2 62.5%);
  padding: 0.3333333333rem 0.6666666667rem;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  .p-request__faq-q {
    padding: 0.9375rem;
    gap: 0.9375rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-request__faq-q:hover {
    opacity: 0.7;
  }
}
.p-request__faq-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8666666667rem;
  height: 1.8666666667rem;
  background: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}

.p-request__faq-q-icon span {
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #106AB3;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .p-request__faq-q-icon {
    width: 2.375rem;
    height: 2.375rem;
  }
  .p-request__faq-q-icon span {
    font-size: 1.875rem;
    background: var(--F, linear-gradient(90deg, #104DD0 0%, #0AB4F2 62.5%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.p-request__faq-q-text {
  flex: 1;
  font-size: 1.0666666667rem;
  font-weight: 700;
  line-height: 1.55;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-request__faq-q-text {
    font-size: 1.5rem;
  }
}
.p-request__faq-q-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-request__faq-q-toggle {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.p-request__faq-q-toggle::before, .p-request__faq-q-toggle::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 0.8rem;
  height: 1px;
  transition: transform 0.3s;
}

@media screen and (min-width: 768px) {
  .p-request__faq-q-toggle::before, .p-request__faq-q-toggle::after {
    width: 1.25rem;
    height: 2px;
  }
}
.p-request__faq-q-toggle::after {
  transform: rotate(90deg);
}

.is-open .p-request__faq-q-toggle::after {
  transform: rotate(0deg);
}

.p-request__faq-a {
  display: none;
  padding: 0.6666666667rem 1rem;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  background: #E4F0F3;
}

.p-request__faq-a .p-request__list {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-request__faq-a {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.25rem 1.25rem;
  }
  .p-request__faq-a .p-request__list {
    font-weight: 500;
  }
}
.p-request__jobs-body {
  padding: 1.3333333333rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-body {
    padding: 2rem 0 0;
  }
}
.p-request__jobs-intro {
  font-size: 0.9333333333rem;
  line-height: 1.85;
  color: #262626;
}

.p-request__jobs-intro + .p-request__jobs-intro {
  margin-top: 1.0666666667rem;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-intro {
    font-size: 1rem;
  }
}
.p-request__jobs-bullets {
  margin: 0.5333333333rem 0 0.5333333333rem 0.5333333333rem;
}

.p-request__jobs-bullets li {
  font-size: 0.9333333333rem;
  line-height: 1.75;
  list-style: disc;
  margin-left: 1.0666666667rem;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-bullets li {
    font-size: 1rem;
  }
}
.p-request__jobs-tabs {
  margin: 2rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-tabs {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    max-width: 56.25rem;
  }
}
.p-request__jobs__wrap {
  display: grid;
  gap: 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__jobs__wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.25rem;
  }
}
.p-request__jobs-tab {
  position: relative;
  background: #B9C7D3;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.9333333333rem;
  padding: 0.1333333333rem 0.1333333333rem 0;
  font-size: 0.9333333333rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  line-height: 1.3;
  transition: background 0.2s;
  width: 100%;
}

.p-request__jobs-tab--sm {
  font-size: 0.8rem;
}

.p-request__jobs-tab.is-active {
  background: #1DA1FF;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-tab {
    font-size: 0.9375rem;
    padding: 0.625rem 0;
    height: 3.375rem;
    text-align: center;
  }
  .p-request__jobs-tab--sm {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .p-request__jobs-tab:hover {
    background: #1DA1FF;
    color: #ffffff;
  }
}
.p-request__jobs-badge {
  display: block;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 0.1333333333rem 0.2666666667rem 0.0666666667rem;
  border-radius: 2.516px;
  background: #FD336D;
  white-space: nowrap;
  line-height: 1.45;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1rem;
}

.p-request__jobs-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4rem;
  width: 0.4666666667rem;
  height: 0.4666666667rem;
  background: #FD336D;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-request__jobs-panel {
  display: none;
  margin: 1.6666666667rem -1rem 0;
}

.p-request__jobs-panel.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-panel {
    margin: 1.875rem 0 0;
    background: rgba(196, 219, 223, 0.2);
    padding: 0.9375rem 1.6875rem;
  }
}
.p-request__jobs-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-table {
    background: #ffffff;
  }
}
.p-request__jobs-table tr {
  display: grid;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-table tr {
    grid-template-columns: 11.375rem 1fr;
  }
}
.p-request__jobs-table tr:last-child td {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-table tr:last-child th {
    border-bottom: none;
  }
}
.p-request__jobs-table th,
.p-request__jobs-table td {
  border-bottom: 1px solid #ddd;
}

.p-request__jobs-table th {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  color: #000000;
  padding: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-table th {
    border-right: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9375rem;
  }
}
.p-request__jobs-table td {
  padding: 1rem;
  font-size: 1.0666666667rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .p-request__jobs-table td {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.p-request__jobs-table td ul li {
  padding-left: 1.2em;
  position: relative;
}

.p-request__jobs-table td ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-request__jobs-table td ul li ul li {
  padding-left: 1.2em;
  position: relative;
}

.p-request__jobs-table td ul li ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-request__jobs-table td p.p-request__jobs-note {
  text-indent: -1em;
  padding-left: 1em;
}

.p-request__btn {
  margin: 1rem auto 0;
  text-align: center;
  max-width: 21.8rem;
}

@media screen and (min-width: 768px) {
  .p-request__btn {
    margin-top: 1.5625rem;
    max-width: 50.6875rem;
  }
}
.p-request__btn-text {
  font-size: 0.8666666667rem;
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
  margin-top: 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-request__btn-text {
    font-size: 0.9375rem;
    margin-top: 1rem;
  }
}
.p-request__cta-note {
  font-size: 0.7333333333rem;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
  margin-top: 0.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__cta-note {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}
.p-request__flow-list {
  margin: 1rem 0.7333333333rem 0 1rem;
  display: grid;
  gap: 1rem;
  padding-left: 1.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-request__flow-list {
    padding-left: 2.5rem;
    margin: 1.5625rem 1.8125rem 0 0;
  }
}
.p-request__flow-item {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  padding: 0.6666666667rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-request__flow-item {
    padding: 0.9375rem;
  }
}
.p-request__flow-item::before {
  content: "";
  position: absolute;
  left: -1.6666666667rem;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #1DA1FF;
}

@media screen and (min-width: 768px) {
  .p-request__flow-item::before {
    width: 1.25rem;
    height: 1.25rem;
    left: -2.5rem;
    z-index: 2;
  }
}
.p-request__flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: -1.3333333333rem;
  top: 1rem;
  width: 0.3333333333rem;
  height: calc(100% + 0.1333333333rem);
  background: #D9D9D9;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .p-request__flow-item:not(:last-child)::after {
    width: 0.5rem;
    left: -2.125rem;
    top: 1.25rem;
  }
}
.p-request__flow-head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.7333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__flow-head {
    flex-direction: row;
    align-items: center;
    gap: 1.1875rem;
  }
}
.p-request__flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #104DD0 0%, #0AB4F2 62.5%);
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.85;
  padding: 0.2rem 1.3333333333rem;
  flex-shrink: 0;
}

.p-request__flow-title {
  font-family: "Arial", sans-serif;
  font-size: 1.5333333333rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.45;
}

.p-request__flow-text {
  margin: 0.6666666667rem 0 0;
}

.p-request__flow-text ul {
  margin: 0;
}

.p-request__flow-text ul li span {
  color: #106AB3;
}

@media screen and (min-width: 768px) {
  .p-request__flow-text {
    margin-top: 0.9375rem;
  }
}
.p-request__swiper {
  margin: 1.5333333333rem 0 0;
  position: relative;
  padding-inline: 1rem;
}

@media screen and (min-width: 768px) {
  .p-request__swiper {
    margin: 2rem -2.625rem 0;
    padding-inline: 2.625rem;
  }
}
.p-request__swiper + .p-request__swiper {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-request__swiper + .p-request__swiper {
    margin-top: 1.5625rem;
  }
}
.p-request__swiper-text {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-request__swiper-text {
    text-align: left;
  }
}
.p-request__swiper .swiper {
  padding: 0 0 2rem;
  max-width: 680px;
  margin: 1rem auto 0;
}

@media screen and (min-width: 768px) {
  .p-request__swiper .swiper {
    padding: 0 0 3.125rem;
    max-width: 1080px;
  }
}
.p-request__swiper .creative-swiper-button-next,
.p-request__swiper .creative-swiper-button-prev,
.p-request__swiper .record-swiper-button-next,
.p-request__swiper .record-swiper-button-prev {
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-request__swiper .creative-swiper-button-next,
  .p-request__swiper .creative-swiper-button-prev,
  .p-request__swiper .record-swiper-button-next,
  .p-request__swiper .record-swiper-button-prev {
    width: 1.4375rem;
    height: 2.9375rem;
    top: 42%;
  }
}
.p-request__swiper .creative-swiper-button-next::after,
.p-request__swiper .creative-swiper-button-prev::after,
.p-request__swiper .record-swiper-button-next::after,
.p-request__swiper .record-swiper-button-prev::after {
  content: "";
  background: url(./images/common/swiper_arrow.svg) no-repeat center center/contain;
  width: 0.6666666667rem;
  height: 1.2rem;
}

@media screen and (min-width: 768px) {
  .p-request__swiper .creative-swiper-button-next::after,
  .p-request__swiper .creative-swiper-button-prev::after,
  .p-request__swiper .record-swiper-button-next::after,
  .p-request__swiper .record-swiper-button-prev::after {
    background: url(./images/common/swiper_arrow_pc.svg) no-repeat center center/contain;
    width: 1.6rem;
    height: 3.0666666667rem;
  }
}
.p-request__swiper .creative-swiper-button-next,
.p-request__swiper .record-swiper-button-next {
  right: -0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__swiper .creative-swiper-button-next,
  .p-request__swiper .record-swiper-button-next {
    right: 0;
  }
}
.p-request__swiper .creative-swiper-button-prev,
.p-request__swiper .record-swiper-button-prev {
  left: -0.1333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__swiper .creative-swiper-button-prev,
  .p-request__swiper .record-swiper-button-prev {
    left: 0;
  }
}
.p-request__swiper .creative-swiper-button-prev::after,
.p-request__swiper .record-swiper-button-prev::after {
  transform: rotateY(180deg);
}

.p-request__swiper .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #E0E0E0;
  opacity: 1;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .p-request__swiper .swiper-pagination-bullet {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.p-request__swiper .swiper-pagination-bullet-active {
  background: #0046DD;
}

.p-request__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-request__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3333333333rem;
}

@media screen and (min-width: 768px) {
  .p-request__swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-request__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.5625rem;
  }
}
.p-request__swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-request__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-request__swiper .swiper-pagination-custom,
.p-request__swiper .swiper-pagination-fraction {
  bottom: 0;
}

.p-working {
  padding: 1.6666666667rem 0;
  background: url(./images/common/working_bg.webp) center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .p-working {
    padding: 3.4375rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-working__box {
    background: #ffffff;
    padding: 2.5rem 3.75rem;
  }
}
.p-working__item {
  background: #ffffff;
  padding-bottom: 1rem;
}

.p-working__item:not(:first-child) {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-working__item:not(:first-child) {
    margin-top: 3.4375rem;
  }
}
.p-working__lists {
  margin: 1.5333333333rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-working__lists {
    margin: 0.9375rem 0 0;
  }
}
.p-working__heading {
  font-feature-settings: "halt" on;
  font-size: 1.3333333333rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 1rem 1rem 0;
  background: linear-gradient(90deg, #104DD0 0%, #0AB4F2 62.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.6666666667rem;
  position: relative;
}

.p-working__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2666666667rem;
  background: linear-gradient(90deg, #104DD0 0%, #0AB4F2 62.5%);
}

@media screen and (min-width: 768px) {
  .p-working__heading {
    font-size: 1.625rem;
    padding-bottom: 0.875rem;
    margin: 2rem 0 0;
  }
}
.p-working__subheading {
  margin: 1rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-working__subheading {
    margin: 1.5625rem 0 0;
  }
}
.p-working__text {
  margin: 1rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-working__text {
    margin: 1.5625rem 0 0;
  }
}
.p-working__content {
  margin: 1.5333333333rem 1rem 0;
}

@media screen and (min-width: 768px) {
  .p-working__content {
    margin: 2rem 0 0;
  }
}
.p-working__aside {
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .p-working__aside {
    margin-top: 1.5625rem;
  }
}
.p-working__aside-title {
  border-radius: 0.8rem 0.8rem 0 0;
  background: #E4F0F3;
  font-size: 1.3333333333rem;
  color: #106AB3;
  font-weight: 900;
  line-height: 1.45;
  padding: 0.5333333333rem 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-working__aside-title {
    padding: 0.4375rem 0.9375rem;
  }
}
.p-working__aside-text {
  background: #F3FBFF;
  padding: 1rem 0.6666666667rem;
}

@media screen and (min-width: 768px) {
  .p-working__aside-text {
    padding: 0.9375rem 0.9375rem 1.5625rem;
  }
}
.p-working__caption {
  display: block;
  font-size: 0.8rem;
  color: #0ab4f2;
  margin-top: 0.5333333333rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-working__caption {
    font-size: 0.8125rem;
  }
}
.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .u-tablet {
    display: none;
  }
}
.u-text {
  font-size: 1.0666666667rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .u-text {
    font-size: 1.125rem;
    font-weight: 500;
  }
}
.u-text + .u-text {
  margin-top: 1rem;
}

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

.u-text__bold {
  font-weight: 900;
}

.u-text__marker {
  font-weight: 900;
  display: inline;
  background: linear-gradient(180deg, transparent 60%, #FF3 60%, #FF3 100%);
}

.u-text__sp-bold {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .u-text__sp-bold {
    font-weight: 700;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */