@charset "UTF-8";

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 3.3816425121vw;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 3.325vw;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 1.2173913043vw;
  }
}

@media (min-width: 1150px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #3A3A3A;
  background: #fff;
}

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

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.l-inner {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .l-inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 25px;
  }
}

.l-section {
  padding: 3.5714285714rem 0;
}

.l-section__bg,
.l-section03 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(4, 118, 216);
  padding: 1.4285714286rem 0;
}

.l-section__bg::before,
.l-section02::before,
.l-section03::before {
  content: "";
  width: 18.0357142857rem;
  height: 14.2142857143rem;
  position: absolute;
  top: 33%;
  -webkit-transform: translateY(-33%);
  transform: translateY(-33%);
  right: 0;
  background-image: url("../images/top/section-bg01.svg");
  background-size: contain;
}

@media screen and (min-width: 769px) {

  .l-section__bg::before,
  .l-section02::before,
  .l-section03::before {
    width: 37.7142857143rem;
    height: 29.7142857143rem;
    top: 25%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
}

.l-section__bg::after,
.l-section02::after,
.l-section03::after {
  content: "";
  width: 18.0357142857rem;
  height: 14.2142857143rem;
  position: absolute;
  top: 63%;
  -webkit-transform: translateY(-63%);
  transform: translateY(-63%);
  left: 0;
  background-image: url("../images/top/section-bg02.svg");
  background-size: contain;
}

@media screen and (min-width: 769px) {

  .l-section__bg::after,
  .l-section02::after,
  .l-section03::after {
    width: 37.7142857143rem;
    height: 29.7142857143rem;
    top: 68%;
    -webkit-transform: translateY(-68%);
    transform: translateY(-68%);
  }
}

.l-section02 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  padding: 1.4285714286rem 0;
}

.l-section02::before {
  top: 5%;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  background-image: url("../images/top/section-bg03.svg");
}

.l-section02::after {
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  background-image: url("../images/top/section-bg04.svg");
}

@media screen and (min-width: 769px) {
  .l-section02::after {
    top: 52%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
  }
}

.l-section03::before {
  top: auto;
  bottom: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

@media screen and (min-width: 769px) {
  .l-section03::before {
    width: 37.2857142857rem;
    height: 29.5714285714rem;
    top: auto;
    bottom: 16%;
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
  }
}

.l-section03::after {
  top: auto;
  left: -2.5rem;
  bottom: 15%;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

@media screen and (min-width: 769px) {
  .l-section03::after {
    width: 39.0714285714rem;
    height: 30.7857142857rem;
    top: auto;
    bottom: 8%;
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
}

.l-section03::before,
.l-section03::after,
.l-section__bg::before,
.l-section__bg::after {
  -webkit-filter: sepia(0.4);
  filter: sepia(0.4);
}

.l-section__bg-treat {
  position: relative;
}

.l-section__bg-treat::before {
  content: "";
  width: 100%;
  height: 14.2857142857rem;
  position: absolute;
  top: -15.6785714286rem;
  left: 0;
  background-color: rgb(4, 118, 216);
  -webkit-clip-path: polygon(100% 53%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 53%, 0% 100%, 100% 100%);
}

@media screen and (min-width: 769px) {
  .l-section__bg-treat::before {
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  }
}

.l-section__bg-treat::after {
  content: "";
  width: 100%;
  height: 14.2857142857rem;
  position: absolute;
  bottom: -15.6785714286rem;
  left: 0;
  background-color: rgb(4, 118, 216);
  -webkit-clip-path: polygon(100% 53%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 53%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media screen and (min-width: 769px) {
  .l-section__bg-treat::after {
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  }
}

.l-section__bg-treat02 {
  z-index: 1;
}

.l-section__bg-treat02::before,
.l-section__bg-treat02::after {
  background: #f7f7f7;
}

.c-bg-text {
  position: relative;
  display: block;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: 1;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .c-bg-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5rem;
  }
}

.c-bg-text img {
  width: 215%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.c-btn {
  display: inline-block;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #e25134;
  border: 2px solid #fff;
  border-radius: 0.3571428571rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 0.8928571429rem 1.6428571429rem 1.0357142857rem;
}

.c-btn02 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 89%;
  margin-inline: auto;
  font-size: 1.6428571429rem;
  font-weight: 600;
  letter-spacing: 0.0500434783em;
  color: #fff;
  background: #e25134;
  border: 2px solid #fff;
  border-radius: 0.3571428571rem;
  border-radius: 9.23px;
  -webkit-box-shadow: 0px 2.093px 14.653px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2.093px 14.653px 0px rgba(0, 0, 0, 0.21);
  padding: 1.4642857143rem 1.6428571429rem 1.6071428571rem;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .c-btn02 {
    font-size: 2.3026428571rem;
    font-weight: 600;
    letter-spacing: 0.050004653em;
  }
}

.c-btn02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  left: 0;
  border-radius: 99%;
  background: #e56248;
  z-index: -1;
}

.c-btn03 {
  position: relative;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-inline: auto;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.2142857143rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: #e25134;
  border: 2px solid #fff;
  border-radius: 0.6378571429rem;
  -webkit-box-shadow: 0px 3.572px 3.572px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3.572px 3.572px 0px rgba(0, 0, 0, 0.25);
  padding: 1.7142857143rem 4.0714285714rem 1.7142857143rem 2.5rem;
}

@media screen and (min-width: 769px) {
  .c-btn03 {
    font-size: 1.6652857143rem;
    font-weight: 700;
    letter-spacing: 0.0600497555em;
    padding: 2.0714285714rem 5.5rem 2.0714285714rem 3.3571428571rem;
  }
}

.c-btn03::before {
  content: "";
  width: 1.0714285714rem;
  height: 1.0714285714rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5rem;
  background-image: url("../images/top/btn-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .c-btn03::before {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    right: 2rem;
  }
}

.c-btn03 span {
  display: inline-block;
  font-size: 1.0714285714rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  border: 1px solid #fff;
  padding: 0.0714285714rem 0.4285714286rem 0;
  margin-right: 0.5rem;
}

@media screen and (min-width: 769px) {
  .c-btn03 span {
    font-size: 1.4693571429rem;
    font-weight: 700;
    letter-spacing: 0.0599873608em;
    padding: 0.1428571429rem 0.5rem 0;
    margin-right: 0.7142857143rem;
  }
}

.c-btn03--blue {
  background: #179ce4;
  border-radius: 8.923px;
  -webkit-box-shadow: 0px 5.491px 5.491px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5.491px 5.491px 0px rgba(0, 0, 0, 0.1);
}

.c-btn04 {
  position: relative;
  width: 21.7142857143rem;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #0476d8;
  border: 1px solid #fff;
  border-radius: 0.3571428571rem;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 1.1428571429rem;
}

@media screen and (min-width: 769px) {
  .c-btn04 {
    width: 26.7857142857rem;
    font-size: 1.6428571429rem;
    font-weight: 700;
    letter-spacing: 0.0391304348em;
  }
}

.c-chat__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.2142857143rem;
}

.c-chat__q-image {
  width: 5.9285714286rem;
}

@media screen and (min-width: 769px) {
  .c-chat__q-image {
    width: 7.1428571429rem;
  }
}

.c-chat__q-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.7142857143rem;
  background: #fff;
  border: 2px solid #b6a8a8;
  padding: 1.0714285714rem 1.2857142857rem;
}

@media screen and (min-width: 769px) {
  .c-chat__q-text {
    font-size: 1.1428571429rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}

.c-chat__q-text span {
  color: #0476d8;
}

.c-chat__q-text:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.5714285714rem;
  border: 0.7857142857rem solid transparent;
  border-right: 1rem solid #fff;
  z-index: 2;
}

.c-chat__q-text:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -1.7857142857rem;
  border: 0.7857142857rem solid transparent;
  border-right: 1rem solid #b6a8a8;
  z-index: 1;
}

.c-chat__a {
  border-radius: 0.4285714286rem;
  border: 1px solid #fff;
  background: #3698de;
  padding: 1.4285714286rem 1.7142857143rem;
  margin-top: 0.3571428571rem;
}

@media screen and (min-width: 769px) {
  .c-chat__a {
    padding: 2.1428571429rem 2.5rem;
    margin-top: 0.7142857143rem;
  }
}

.c-chat__a-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media screen and (min-width: 769px) {
  .c-chat__a-item {
    gap: 0.7142857143rem;
  }
}

/* ラジオボタン */
.c-chat__a-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.4285714286rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 1.0714285714rem 1.4285714286rem;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .c-chat__a-radio {
    font-size: 1.1428571429rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}

.c-chat__a-radio:hover {
  background: #e7f4fd;
  border-radius: 0.4285714286rem;
}

.c-chat__a-select:hover select,
.c-chat__a-select02:hover select {
  background: #e7f4fd;
  border-radius: 0.4285714286rem;
}

.c-chat__a-select:hover,
.c-chat__a-select02:hover,
.c-chat__a-select-text:hover {
  background: #e7f4fd;
  border-radius: 0.4285714286rem;
}

.c-chat__a-radio input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  display: inline-block;
  width: 1.3571428571rem;
  height: 1.3571428571rem;
  border: 0.1428571429rem solid #929292;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0.7142857143rem;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .c-chat__a-radio input[type=radio] {
    width: 1.5714285714rem;
    height: 1.5714285714rem;
  }
}

.c-chat__a-radio input[type=radio]:checked {
  border-color: #0476d8;
}

.c-chat__a-radio input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 0.6428571429rem;
  height: 0.6428571429rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #0476d8;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 769px) {
  .c-chat__a-radio input[type=radio]:checked::before {
    width: 0.8571428571rem;
    height: 0.8571428571rem;
  }
}

.c-chat__a-select {
  position: relative;
}

.c-chat__a-select select,
.c-chat__a-select02 select,
.c-chat__a-select-text {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.4285714286rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #3A3A3A;
  background: #fff;
  padding: 0.5714285714rem 2.5rem 0.5714285714rem 1.2142857143rem;
  text-align: left;
  cursor: pointer;
}

@media screen and (min-width: 769px) {

  .c-chat__a-select select,
  .c-chat__a-select02 select,
  .c-chat__a-select-text {
    font-size: 1.1428571429rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}

.c-chat__a-select-text {
  padding: 0.5714285714rem 1.3214285714rem 0.5714285714rem 1.2142857143rem;
}

.c-chat__a-select::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.1428571429rem);
  right: 1.3214285714rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-right: 2px solid #3A3A3A;
  border-bottom: 2px solid #3A3A3A;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .c-chat__a-select::before {
    top: calc(50% - 0.2142857143rem);
    right: 1.4642857143rem;
    width: 0.8571428571rem;
    height: 0.8571428571rem;
  }
}

.c-chat__a-select-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.0714285714rem;
}

.c-chat__a-select-text input[type=text] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.2142857143rem;
  border: 0.7px solid #bcbec1;
  padding: 0.2857142857rem 0.5rem;
}

@media screen and (min-width: 769px) {
  .c-chat__a-select-text input[type=text] {
    font-size: 1.1428571429rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}

.c-chat__a-select-text input[type=text]::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-select-text input[type=text]::-moz-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-select-text input[type=text]:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-select-text input[type=text]::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-select-text input[type=text]::placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-select02-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3571428571rem;
  margin-top: 0.7142857143rem;
}

.c-chat__a-select02 {
  position: relative;
  width: 100%;
}

.c-chat__a-select02 select {
  padding: 0.8571428571rem;
}

.c-chat__a-select02::after {
  content: "▼";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.8571428571rem;
  font-size: 0.8571428571rem;
  color: #3A3A3A;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .c-chat__a-select02::after {
    right: 1rem;
    font-size: 1rem;
  }
}

.c-chat__a-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1428571429rem;
}

.c-chat__a-base p,
.c-chat__a-birth p {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {

  .c-chat__a-base p,
  .c-chat__a-birth p {
    font-size: 1.1428571429rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}

.c-chat__a-base input[type=text],
.c-chat__a-base input[type=email],
.c-chat__a-base input[type=tel] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.4285714286rem;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #3A3A3A;
  background: #fff;
  padding: 0.8571428571rem;
  text-align: left;
  cursor: pointer;
  margin-top: 0.7142857143rem;
}

@media screen and (min-width: 769px) {

  .c-chat__a-base input[type=text],
  .c-chat__a-base input[type=email],
  .c-chat__a-base input[type=tel] {
    font-size: 1.1428571429rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}

.c-chat__a-base input[type=text]::-webkit-input-placeholder,
.c-chat__a-base input[type=email]::-webkit-input-placeholder,
.c-chat__a-base input[type=tel]::-webkit-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-base input[type=text]::-moz-placeholder,
.c-chat__a-base input[type=email]::-moz-placeholder,
.c-chat__a-base input[type=tel]::-moz-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-base input[type=text]:-ms-input-placeholder,
.c-chat__a-base input[type=email]:-ms-input-placeholder,
.c-chat__a-base input[type=tel]:-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-base input[type=text]::-ms-input-placeholder,
.c-chat__a-base input[type=email]::-ms-input-placeholder,
.c-chat__a-base input[type=tel]::-ms-input-placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-chat__a-base input[type=text]::placeholder,
.c-chat__a-base input[type=email]::placeholder,
.c-chat__a-base input[type=tel]::placeholder {
  font-family: "Inter", sans-serif;
  color: #d9d9d9;
}

.c-cta {
  position: relative;
}

@media screen and (min-width: 769px) {
  .c-cta__inner {
    width: 39.8571428571rem;
    margin-inline: auto;
  }
}

.c-cta__body {
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);
  padding: 0.2142857143rem 0.2142857143rem 2rem 0.2142857143rem;
}

.c-cta__title {
  border-radius: 2px 2px 0px 0px;
  background: -webkit-linear-gradient(356deg, #b78f31 -1.16%, #f3c55b 18.39%, #b78f31 40.87%, #e5b951 71.48%, #b4871c 90.46%);
  background: linear-gradient(94deg, #b78f31 -1.16%, #f3c55b 18.39%, #b78f31 40.87%, #e5b951 71.48%, #b4871c 90.46%);
  padding: 0.8571428571rem 0.8571428571rem 0.7142857143rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .c-cta__title {
    padding: 1.1428571429rem 1.1428571429rem 0.7142857143rem;
  }
}

.c-cta__title p {
  font-size: 1.6428571429rem;
  font-weight: 600;
  letter-spacing: 0.0597826087em;
  color: #fff;
  margin-top: 0.5rem;
}

@media screen and (min-width: 769px) {
  .c-cta__title p {
    font-size: 2.2916428571rem;
    font-weight: 600;
    letter-spacing: 0.0600006234em;
  }
}

.c-cta__title span {
  display: inline-block;
  transform: skew(-10deg);
  font-size: 1.6428571429rem;
  font-weight: 600;
  letter-spacing: 0.0636521739em;
  color: #C38F16;
  background: #fff;
  -webkit-clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  padding: 0 1.4285714286rem;
}

@media screen and (min-width: 769px) {
  .c-cta__title span {
    font-size: 2.0916428571rem;
    font-weight: 600;
    letter-spacing: 0.0700064884em;
  }
}

.c-cta__text {
  font-family: "Inter", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.7142857143rem;
}

@media screen and (min-width: 769px) {
  .c-cta__text {
    font-size: 1.5959285714rem;
    font-weight: 700;
    letter-spacing: 0.099986573em;
    margin-top: 1.4285714286rem;
  }
}

.c-cta__btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 0.7142857143rem;
}

@media screen and (min-width: 769px) {
  .c-cta__btns {
    margin-top: 1.4285714286rem;
  }
}

.c-cta__annotation {
  font-size: 0.7142857143rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-size: max(2.3vw, 10px);
  color: #797979;
  text-align: left;
  margin-top: 1.1428571429rem;
}

@media screen and (min-width: 769px) {
  .c-cta__annotation {
    font-size: 0.7142857143rem;
    font-weight: 400;
    letter-spacing: 0.04em;
  }
}

.c-section-title {
  text-align: center;
}

.c-section-title__sub {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 769px) {
  .c-section-title__sub {
    font-size: 1.3571428571rem;
    font-weight: 700;
    letter-spacing: 0.2473684211em;
  }
}

.c-section-title__sub02 {
  display: inline-block;
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #0476D8;
  padding-bottom: 0.3571428571rem;
  border-bottom: 1px solid #0476D8;
}

@media screen and (min-width: 769px) {
  .c-section-title__sub02 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #0476D8;
  }
}

.c-section-title__main {
  position: relative;
  font-size: 1.9285714286rem;
  font-weight: 700;
  line-height: 1.7407407407;
  letter-spacing: 0.06em;
  padding-bottom: 0.7142857143rem;
}

@media screen and (min-width: 769px) {
  .c-section-title__main {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.7407407407;
    letter-spacing: 0.06em;
  }
}

.c-section-title__main::before {
  content: "";
  width: 4.7142857143rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/top/section-title-main-before.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .c-section-title__main::before {
    width: 6.6rem;
    height: 2.8px;
  }
}

.c-section-title__main--it-wrap {
  position: relative;
  display: inline-block;
}

.c-section-title__main--it {
  transform: skew(-10deg);
  font-size: 1.9285714286rem;
  font-weight: 700;
  line-height: 1.4814814815;
  letter-spacing: 0.06em;
  margin-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
}

.c-section-title__main--it::before {
  left: calc(50% + 0.4285714286rem);
}

@media screen and (min-width: 769px) {
  .c-section-title__main--it {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.5873015873;
    letter-spacing: 0.06em;
    padding-bottom: 1.7142857143rem;
  }
}

.c-section-title__main--pt {
  padding: 0.7142857143rem 0;
}

@media screen and (min-width: 769px) {
  .c-section-title__main--pt {
    padding: 1.4285714286rem 0;
  }
}

.c-section-title__main span {
  color: #3698de;
}

.c-section-title02 {
  text-align: center;
}

.c-section-title__sub--white {
  color: #fff;
}

.c-section-title__main02 {
  position: relative;
  font-size: 2.6428571429rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #fff;
  margin-top: 0.7142857143rem;
  padding-bottom: 2.1428571429rem;
}

@media screen and (min-width: 769px) {
  .c-section-title__main02 {
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.19em;
  }
}

.c-section-title__main02::before {
  content: "";
  width: 4.7142857143rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/top/section-title-main-before02.svg");
  background-image: url("../images/top/section-title-main-before02.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .c-section-title__main02::before {
    width: 6.6rem;
    height: 2.8px;
  }
}

.p-chat {
  padding: 5.4285714286rem 0 7.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-chat {
    padding: 9rem 0 7.1428571429rem;
  }
}

.p-chat__inner {
  width: 100%;
  max-width: 45rem;
  margin-inline: auto;
}

.p-chat__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-chat__logo {
  width: 100%;
  max-width: 12.7857142857rem;
  margin-inline: auto;
  margin-left: 0;
}

.p-chat__catch {
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 1.6923076923;
  letter-spacing: 0.04em;
  color: #0476D8;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-chat__catch {
    font-size: 1.2142857143rem;
    font-weight: 700;
    line-height: 1.5294117647;
    letter-spacing: 0.0305882353em;
  }
}

.p-chat__catch span {
  color: #fff;
  background: #0476D8;
  padding: 0.0714285714rem 0.4285714286rem 0.1071428571rem;
}

.p-chat__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8571428571rem;
  margin-top: 1.4285714286rem;
}

.p-chat__privacy,
.p-chat__btn {
  display: none;
}

.p-chat__privacy {
  margin-top: 3.1428571429rem;
}

.p-chat__privacy-text {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.6875;
  letter-spacing: 0.04em;
  color: #6a6a6a;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-chat__privacy-text {
    font-size: 1.2857142857rem;
    font-weight: 700;
    line-height: 1.6111111111;
    letter-spacing: 0.0355555556em;
  }
}

.p-chat__privacy-text a {
  border-bottom: 1px solid #6a6a6a;
}

@media screen and (min-width: 769px) {
  .p-chat__privacy-text a {
    border-bottom: 1.4px solid #6a6a6a;
  }
}

.p-chat__btn {
  margin-top: 2.8571428571rem;
  text-align: center;
}

.p-chat__btn button {
  cursor: pointer;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 初期状態で質問を完全に非表示にする */
.p-chat__item {
  display: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  /* 高さがゼロの状態で中身を非表示 */
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
  /* フェードインと高さのアニメーション */
}

/* 質問がアクティブになるとき（フェードインとともに高さを復元） */
.p-chat__item.active {
  display: block;
  /* 表示する */
  opacity: 1;
  height: auto;
  /* 高さを自動で設定 */
}

.p-contact {
  background: #f7f7f7;
  padding-bottom: 7.8571428571rem;
}

@media screen and (min-width: 769px) {
  .p-contact {
    padding-bottom: 2.8571428571rem;
  }
}

.p-contact__title {
  font-family: "Inter", sans-serif;
  font-size: 1.0714285714rem;
  font-weight: 700;
  line-height: 1.8466666667;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-contact__title {
    font-size: 1.947rem;
    font-weight: 700;
    line-height: 1.8466872111;
    letter-spacing: 0.1000073373em;
  }
}

.p-contact__title span {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6536190476;
  letter-spacing: 0.1em;
  color: #0476d8;
}

@media screen and (min-width: 769px) {
  .p-contact__title span {
    font-size: 2.7257857143rem;
    font-weight: 700;
    line-height: 1.65352061;
    letter-spacing: 0.0999973795em;
  }
}

.p-contact__body {
  position: relative;
  width: 100%;
  max-width: 39.7142857143rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.5714285714rem;
  background: #fff;
  border-radius: 0.4285714286rem;
  border: 2px solid #0476d8;
  padding: 2.1428571429rem 1.0714285714rem 2.5rem;
  margin-top: 1.7857142857rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-contact__body {
    gap: 4.8571428571rem;
    border-radius: 0.5857142857rem;
    border: 2.73px solid #0476d8;
    padding: 2.8571428571rem 1.4285714286rem 3.3571428571rem;
    margin-top: 2.6971428571rem;
  }
}

.p-contact__body::before {
  content: "";
  width: 16.2857142857rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #0476D8;
}

@media screen and (min-width: 769px) {
  .p-contact__body::before {
    width: 22.2142857143rem;
    height: 1.365px;
  }
}

.p-contact__icon {
  width: 3.4285714286rem;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .p-contact__icon {
    width: 4.6785714286rem;
  }
}

.p-contact__tel-number {
  font-family: "Inter", sans-serif;
  font-size: 2.7142857143rem;
  font-weight: 700;
  color: #0476D8;
}

@media screen and (min-width: 769px) {
  .p-contact__tel-number {
    font-size: 3.7046428571rem;
    font-weight: 700;
  }
}

.p-contact__text,
.p-contact__text-mail {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9071428571;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {

  .p-contact__text,
  .p-contact__text-mail {
    font-size: 1.3705714286rem;
    font-weight: 400;
    line-height: 1.8992078382;
    letter-spacing: 0.039816552em;
  }
}

.p-contact__text span {
  font-weight: 700;
}

.p-contact__text-mail {
  margin-top: 1.8571428571rem;
}

@media screen and (min-width: 769px) {
  .p-contact__text-mail {
    margin-top: 2.4785714286rem;
  }
}

.p-contact__bg-text {
  margin-top: 4.2857142857rem;
}

.p-cta {
  position: relative;
  margin-top: -25%;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-cta {
    margin-top: -11.0714285714rem;
  }
}

.p-cta .c-cta__inner {
  padding: 20px;
}

.p-faq {
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .p-faq {
    padding-bottom: 1.4285714286rem;
  }
}

.p-faq::before,
.p-faq::after {
  display: none;
}

.p-faq .l-section__bg-treat02::after {
  display: none;
}

.p-faq__inner {
  width: 100%;
  max-width: 53.5714285714rem;
  margin-inline: auto;
}

.p-faq__items {
  margin-top: 2.8571428571rem;
}

.p-faq__item {
  border-radius: 0.4285714286rem;
  background: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5714285714rem 1.6857142857rem 1.5714285714rem 4.5714285714rem;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .p-faq__item {
    padding: 1.5714285714rem 1.6857142857rem 1.5714285714rem 6.2857142857rem;
  }
}

.p-faq__item:not(:first-of-type) {
  margin-top: 0.7142857143rem;
}

@media screen and (min-width: 769px) {
  .p-faq__item:not(:first-of-type) {
    margin-top: 1.0714285714rem;
  }
}

.p-faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-faq__q::before,
.p-faq__q::after {
  content: "";
  position: absolute;
  background-color: #0476d8;
}

.p-faq__q::before {
  width: 1.0714285714rem;
  height: 0.0714285714rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media screen and (min-width: 769px) {
  .p-faq__q::before {
    width: 1.2857142857rem;
    height: 0.1428571429rem;
  }
}

.p-faq__q::after {
  width: 0.0714285714rem;
  height: 1.0714285714rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 769px) {
  .p-faq__q::after {
    width: 0.1428571429rem;
    height: 1.2857142857rem;
    right: 0.5714285714rem;
  }
}

.p-faq__item.open .p-faq__q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.p-faq__q p {
  position: relative;
  width: 100%;
  max-width: 88%;
  margin-inline: auto;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 769px) {
  .p-faq__q p {
    max-width: 91%;
    font-size: 1.4285714286rem;
    font-weight: 700;
    line-height: 1.78785;
    letter-spacing: 0.03em;
  }
}

.p-faq__q span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -2.6428571429rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-size: 1.5714285714rem;
  font-weight: 500;
  line-height: 1.2272727273;
  letter-spacing: 0.03em;
  color: #0476d8;
}

@media screen and (min-width: 769px) {
  .p-faq__q span {
    left: -3.5714285714rem;
    font-size: 1.9265rem;
    font-weight: 500;
    line-height: 1.227244077;
    letter-spacing: 0.0329613288em;
  }
}

.p-faq__q span::before {
  content: "";
  width: 2.7142857143rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #EDF9FF;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .p-faq__q span::before {
    width: 3.3214285714rem;
  }
}

.p-faq__a {
  width: 100%;
  max-width: 93%;
  margin-inline: auto;
  margin-left: 0;
  margin-top: 0.7142857143rem;
  display: none;
}

@media screen and (min-width: 769px) {
  .p-faq__a {
    max-width: 82%;
    margin-top: 1.1428571429rem;
  }
}

.p-faq__item.open .p-faq__a {
  display: block;
}

.p-faq__a p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .p-faq__a p {
    font-size: 1.1428571429rem;
    font-weight: 400;
    line-height: 1.8;
  }
}

.p-faq__bg-text {
  margin-top: 2.8571428571rem;
}

@media screen and (min-width: 769px) {
  .p-faq__bg-text {
    margin-top: 5.7142857143rem;
  }
}

.p-flow {
  padding: 1.4285714286rem 0;
}

@media screen and (min-width: 769px) {
  .p-flow {
    padding: 5rem 0 3.5714285714rem;
  }
}

.p-flow__inner {
  width: 100%;
  max-width: 42.8571428571rem;
  margin-inline: auto;
}

.p-flow__section-title {
  margin-top: 1.4285714286rem;
}

@media screen and (min-width: 769px) {
  .p-flow__section-title {
    margin-top: 3.5714285714rem;
  }
}

.p-flow__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2857142857rem;
  margin-top: 1.5714285714rem;
}

@media screen and (min-width: 769px) {
  .p-flow__items {
    gap: 1.4285714286rem;
    margin-top: 3.5714285714rem;
  }
}

.p-flow__item {
  position: relative;
  border-radius: 0.7142857143rem;
  border: 3px solid #d3d3d3;
  background: #fff;
  padding: 1.2857142857rem 0 2.3571428571rem;
}

@media screen and (min-width: 769px) {
  .p-flow__item {
    border-radius: 0.9857142857rem;
    border: 4.136px solid #d3d3d3;
    padding: 1.7142857143rem 0 4.0714285714rem;
  }
}

.p-flow__item-number {
  position: absolute;
  width: 3.5714285714rem;
  max-width: 66px;
  height: 3.5714285714rem;
  max-height: 66px;
  top: -15px;
  left: -15px;
}

@media screen and (min-width: 769px) {
  .p-flow__item-number {
    width: 4.7142857143rem;
    height: 4.7142857143rem;
  }
}

.p-flow__item-image img {
  max-height: 5.3571428571rem;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 769px) {
  .p-flow__item-image img {
    max-width: 8.5714285714rem;
    max-height: 7.1428571429rem;
  }
}

.p-flow__item-contents {
  width: 100%;
  max-width: 84%;
  margin-inline: auto;
}

.p-flow__item-title {
  font-size: 1.0357142857rem;
  font-weight: 700;
  line-height: 1.9310344828;
  letter-spacing: 0.044137931em;
  color: #0476d8;
  text-align: center;
  margin-top: 1.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-flow__item-title {
    font-size: 1.4714285714rem;
    font-weight: 700;
    line-height: 1.8737864078;
    letter-spacing: 0.042815534em;
    margin-top: 1.4285714286rem;
  }
}

.p-flow__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .p-flow__item-text {
    font-size: 1.2857142857rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 1.2142857143rem;
  }
}

.p-footer {
  background: #F7F7F7;
  padding: 1.6428571429rem 0 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-footer {
    padding: 1.5571428571rem 0 2.2714285714rem;
  }
}

.p-footer__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6428571429rem;
}

.p-footer__nav-list a {
  font-size: 0.8571428571rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #6A6A6A;
}

.p-footer__copyright {
  font-size: 0.8571428571rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #6A6A6A;
  margin-top: 0.8571428571rem;
  text-align: center;
}

.p-greeting {
  padding: 2.5rem 0 0;
}

.p-greeting .l-section__bg-treat::before {
  height: 13.2142857143rem;
  position: absolute;
  top: -15.6785714286rem;
}

.p-greeting::before {
  width: 15rem;
  height: 12.1428571429rem;
  right: 0;
  bottom: 31.5%;
  -webkit-transform: translateY(-31.5%);
  transform: translateY(-31.5%);
}

@media screen and (min-width: 769px) {
  .p-greeting::before {
    width: 37.7142857143rem;
    height: 29.7142857143rem;
    right: 0;
    bottom: 30.5%;
    -webkit-transform: translateY(-30.5%);
    transform: translateY(-30.5%);
  }
}

.p-greeting::after {
  width: 19.2857142857rem;
  height: 16.4285714286rem;
  bottom: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

@media screen and (min-width: 769px) {
  .p-greeting::after {
    width: 37.7142857143rem;
    height: 29.7142857143rem;
    bottom: 10%;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.p-greeting .l-section__bg-treat::after {
  display: none;
}

.p-greeting__head {
  text-align: center;
}

.p-greeting__section-title {
  position: relative;
  font-size: 1.9285714286rem;
  font-weight: 700;
  line-height: 1.6296296296;
  letter-spacing: 0.09em;
  color: #fff;
  padding-bottom: 0.8571428571rem;
}

@media screen and (min-width: 769px) {
  .p-greeting__section-title {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.63;
    letter-spacing: 0.09em;
    padding-bottom: 1.1428571429rem;
  }
}

.p-greeting__section-title::before {
  content: "";
  width: 4.7142857143rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/top/section-title-main-before02.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .p-greeting__section-title::before {
    width: 6.6rem;
    height: 2.8px;
  }
}

.p-greeting__section-sub-title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2.3125;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 0.7142857143rem;
}

@media screen and (min-width: 769px) {
  .p-greeting__section-sub-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.3125;
    letter-spacing: 0.03em;
    margin-top: 2.7142857143rem;
  }
}

.p-greeting__image {
  position: relative;
  width: 100%;
  max-width: 55rem;
  margin-inline: auto;
  margin-top: 3.5714285714rem;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-greeting__image {
    margin-top: 2.8571428571rem;
  }
}

.p-header__inner {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .p-header__inner {
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
    padding: 0 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8571428571rem 0 0.5714285714rem;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 12.7857142857rem;
  margin-left: 0;
  margin-right: auto;
  padding: 1.1428571429rem 0;
}

@media screen and (min-width: 769px) {
  .p-header__logo {
    max-width: 18.6428571429rem;
    padding: 0;
  }
}

.p-job-change::before,
.p-job-change::after {
  display: none;
}

.p-job-change .l-section__bg-treat::before {
  height: 17.8571428571rem;
  top: -19.25rem;
}

@media screen and (min-width: 769px) {
  .p-job-change .l-section__bg-treat::before {
    height: 14.2857142857rem;
    top: -15.6785714286rem;
  }
}

.p-job-change .l-section__bg-treat::after {
  height: 17.8571428571rem;
  bottom: -19.25rem;
}

@media screen and (min-width: 769px) {
  .p-job-change .l-section__bg-treat::after {
    height: 14.2857142857rem;
    bottom: -15.6785714286rem;
  }
}

.p-job-change__contents-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.1071428571rem;
  margin-top: 4rem;
}

.p-job-change__contents-sp {
  margin-top: 1.1428571429rem;
}

.p-job-change__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8571428571rem;
}

.p-job-change__item {
  position: relative;
}

.p-job-change__item-catch,
.p-job-change__column-catch {
  width: 4.2142857143rem;
  position: absolute;
  top: -1.4285714286rem;
  left: -0.7142857143rem;
}

.p-job-change__column-catch {
  top: -1.0714285714rem;
}

.p-job-change__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.3571428571rem;
}

.p-job-change__column {
  position: relative;
}

.p-job-change__btn {
  margin-top: 1.7857142857rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-job-change__btn {
    margin-top: 4rem;
  }
}

.p-match-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-match-modal__content {
  width: 100%;
  max-width: 740px;
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-inline: 1.4285714286rem;
}

@media screen and (min-width: 769px) {
  .p-match-modal__content {
    padding-inline: 20px;
  }
}

.p-match-modal__body {
  position: relative;
  min-width: 0;
  height: 90vh;
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 8vw 3.5vw;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  .p-match-modal__body {
    padding: 3.5714285714rem 2.5rem;
  }
}

.p-match-modal__template {
  display: none;
}

.p-match-modal__template-image img {
  border-radius: 0.625rem;
  aspect-ratio: 610/414;
}

.p-match-modal__template-title {
  font-size: min(1.3371428571rem, 24px);
  padding-left: 1.4285714286rem;
  border-left: 0.1428571429rem solid #222;
  margin-top: 1.4285714286rem;
}

@media screen and (min-width: 769px) {
  .p-match-modal__template-title {
    font-size: 1.3371428571rem;
    font-weight: 700;
    line-height: 1.1752136752;
    letter-spacing: 0.0427350427em;
    margin-top: 2.2857142857rem;
  }
}

.p-match-modal__template-texts {
  margin-top: 2.2857142857rem;
}

@media screen and (min-width: 769px) {
  .p-match-modal__template-texts {
    margin-top: 2.8571428571rem;
  }
}

.p-match-modal__template-texts--mt {
  margin-top: 1.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-match-modal__template-texts--mt {
    margin-top: 1.7142857143rem;
  }
}

.p-match-modal__template-sub-title {
  position: relative;
  font-size: min(1.2857142857rem, 21px);
  color: #0084de;
  padding-left: 2.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-match-modal__template-sub-title {
    font-size: 1.2857142857rem;
    font-weight: 700;
    line-height: 1.1111111111;
    letter-spacing: 0.0444444444em;
  }
}

.p-match-modal__template-sub-title:before {
  content: "";
  width: 1.4285714286rem;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #26a4e4;
}

.p-match-modal__template-text {
  font-size: min(1rem, 18px);
  margin-top: 0.8571428571rem;
}

@media screen and (min-width: 769px) {
  .p-match-modal__template-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.07em;
    margin-top: 1.4285714286rem;
  }
}

.p-match-modal__close {
  position: absolute;
  top: 3.5vw;
  right: 7vw;
  font-size: 1rem;
  font-size: clamp(10px, 3vw, 20px);
  color: #95979c;
  font-weight: bold;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-match-modal__close {
    font-size: 1.2857142857rem;
    top: 1.2857142857rem;
    right: 2.8571428571rem;
  }
}

.p-match-modal__close:hover,
.p-match-modal__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.p-match__inner {
  overflow: hidden;
}

.p-match__title-head {
  text-align: center;
}

.p-match__title {
  display: inline-block;
  font-size: 1.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  border-bottom: 1.5px solid #fff;
  padding-bottom: 0.2142857143rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-match__title {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-bottom: 0.3571428571rem;
  }
}

.p-match__sub-title {
  position: relative;
  transform: skew(-10deg);
  font-size: 1.7857142857rem;
  font-weight: 700;
  line-height: 1.63;
  letter-spacing: 0.09em;
  color: #fff;
  margin-top: 3.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-match__sub-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.63;
    letter-spacing: 0.09em;
    margin-top: 3.5714285714rem;
  }
}

.p-match__sub-title::before {
  content: "";
  width: 1px;
  height: 3.0714285714rem;
  position: absolute;
  bottom: -3.7857142857rem;
  left: calc(50% + 1.0714285714rem);
  -webkit-transform: translateX(-50%) skew(10deg);
  transform: translateX(-50%) skew(10deg);
  background: #fff;
}

@media screen and (min-width: 769px) {
  .p-match__sub-title::before {
    width: 1.4px;
    height: 4.3rem;
    bottom: -5.3rem;
    left: calc(50% + 1.4285714286rem);
  }
}

.p-match__sub-title span {
  color: #ddd400;
}

.p-match__section-title {
  margin-top: 4.7857142857rem;
}

@media screen and (min-width: 769px) {
  .p-match__section-title {
    margin-top: 6.7142857143rem;
  }
}

.p-match__card-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.4%;
  margin-top: 2.8571428571rem;
}

.p-match__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-match__card {
  position: relative;
  background: #fff;
  border-radius: 0.7142857143rem;
  z-index: 1;
}

.p-match__card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.p-match__card-catch {
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: 1.4285714286rem;
  left: -0.7142857143rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-match__card-catch {
    width: 5.2857142857rem;
    height: 5.2857142857rem;
  }
}

.p-match__card-catch img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-match__card-body {
  padding: 1.5714285714rem 1.7142857143rem 3.9285714286rem 1.7142857143rem;
}

.p-match__card-sub-title {
  margin-top: -1.7857142857rem;
}

.p-match__card-sub-title img {
  width: 100%;
  max-width: 22.7857142857rem;
  margin-left: 0;
  aspect-ratio: 319/38;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

.p-match__card-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  border-bottom: 1px solid rgba(4, 118, 216, 0.2);
  padding-bottom: 0.7142857143rem;
}

.p-match__card-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  border-bottom: 1px solid rgba(4, 118, 216, 0.2);
  margin-top: 0.8571428571rem;
  padding-bottom: 0.7142857143rem;
}

.p-match__card-tags {
  margin-top: 0.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3571428571rem;
}

.p-match__card-tags span {
  display: inline-block;
  font-size: 0.9285714286rem;
  font-weight: 700;
  background: rgba(4, 118, 216, 0.2);
  padding: 0.2857142857rem 0.5714285714rem 0.2857142857rem 0.2857142857rem;
}

.p-match__card-btn {
  position: absolute;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  bottom: 0.9285714286rem;
  right: 0.7142857143rem;
}

.p-match__card-sp {
  margin-top: 1.7142857143rem;
}

.p-match__swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: visible;
}

.p-match__swiper .swiper-slide {
  height: auto;
}

.p-match__swiper .p-match__card {
  height: 100%;
}

.p-match__head {
  width: 100%;
  max-width: 78.7%;
  margin-inline: auto;
  text-align: center;
  margin-top: 5.7142857143rem;
}

@media screen and (min-width: 769px) {
  .p-match__head {
    max-width: 28.9285714286rem;
    margin-top: 4.2857142857rem;
  }
}

.p-match__sub-title02 {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #fff;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-match__sub-title02 {
    font-size: 1.3798571429rem;
    font-weight: 700;
    letter-spacing: 0.2399834351em;
  }
}

.p-match__sub-title02::before,
.p-match__sub-title02::after {
  content: "";
  width: 6.3571428571rem;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #fff;
}

@media screen and (min-width: 769px) {

  .p-match__sub-title02::before,
  .p-match__sub-title02::after {
    width: 8.7142857143rem;
  }
}

.p-match__sub-title02::before {
  left: 0;
}

.p-match__sub-title02::after {
  right: 0;
}

.p-match__title02 {
  position: relative;
  font-size: 1.7857142857rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: #fff;
  padding-bottom: 0.8571428571rem;
  margin-top: 0.8571428571rem;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  .p-match__title02 {
    font-size: 2.4642857143rem;
    font-weight: 700;
    line-height: 1.5942028986;
    letter-spacing: 0.12em;
    padding-bottom: 1.7142857143rem;
    margin-top: 1.7142857143rem;
  }
}

.p-match__btn {
  margin-top: 2.8571428571rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-match__btn {
    margin-top: 4.2857142857rem;
  }
}

.p-mv {
  background: #f7f7f7;
}

.p-mv__cta {
  margin-top: -22.5%;
}

@media screen and (min-width: 769px) {
  .p-mv__cta {
    margin-top: -6.3%;
  }
}

.p-recruit-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-recruit-modal__content {
  width: 100%;
  max-width: 740px;
  margin-inline: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-inline: 1.4285714286rem;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__content {
    padding-inline: 20px;
  }
}

.p-recruit-modal__body {
  position: relative;
  min-width: 0;
  height: 90vh;
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 8vw 3.5vw;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__body {
    padding: 3.5714285714rem 2.5rem;
  }
}

.p-recruit-modal__template {
  display: none;
}

.p-recruit-modal__close {
  position: absolute;
  top: 3.5vw;
  right: 7vw;
  font-size: 1rem;
  font-size: clamp(10px, 3vw, 20px);
  color: #95979c;
  font-weight: bold;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__close {
    font-size: 1.2857142857rem;
    top: 1.2857142857rem;
    right: 2.8571428571rem;
  }
}

.p-recruit-modal__close:hover,
.p-recruit-modal__close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.p-recruit-modal__template-tag {
  display: inline-block;
  font-size: min(1rem, 18px);
  color: #fff;
  background: #0084de;
  border-radius: 3.5714285714rem;
  padding: 0.2142857143rem 0.9285714286rem;
  margin-top: 3.5vw;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__template-tag {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.8571428571rem;
  }
}

.p-recruit-modal__template-title {
  font-size: min(1.1785714286rem, 16.5px);
  margin-top: 3vw;
  padding-left: 3vw;
  padding-bottom: 3vw;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__template-title {
    font-size: 1.1785714286rem;
    font-weight: 700;
    line-height: 1.696969697;
    margin-top: 1.4285714286rem;
    padding-left: 1.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
}

.p-recruit-modal__template-items {
  border-top: 1px solid #dcdddf;
  padding: 3vw 1.5vw;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__template-items {
    padding: 1.4285714286rem 0.7142857143rem;
  }
}

.p-recruit-modal__template-items-title {
  font-size: min(1.2857142857rem, 20px);
  color: #0084de;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__template-items-title {
    font-size: 1.2857142857rem;
    font-weight: 700;
  }
}

.p-recruit-modal__template-items-text {
  font-size: min(1rem, 14px);
  margin-top: 1.5vw;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__template-items-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    margin-top: 1rem;
  }
}

.p-recruit-modal__template-items-lists {
  font-size: min(1.1428571429rem, 18px);
  border-radius: 0.7142857143rem;
  background: #f1f8fd;
  padding: 3vw;
  margin-top: 3vw;
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__template-items-lists {
    font-size: 1.1428571429rem;
    font-weight: 400;
    line-height: 1.75;
    padding: 1.0714285714rem;
    margin-top: 1rem;
  }
}

.p-recruit-modal__template-items-annotation {
  font-size: min(0.8571428571rem, 15px);
}

@media screen and (min-width: 769px) {
  .p-recruit-modal__template-items-annotation {
    font-size: 0.8571428571rem;
    font-weight: 400;
  }
}

.p-recruit {
  background: #0476d8;
  padding: 0.7142857143rem 0 3.5714285714rem;
}

.p-recruit::before,
.p-recruit::after {
  display: none;
}

.p-recruit .l-section__bg-treat::after {
  bottom: -17.8571428571rem;
}

.p-recruit__inner {
  width: 100%;
  max-width: 1266px;
  margin-inline: auto;
}

.p-recruit__section-sub-title {
  transform: skew(-10deg);
  font-size: 1.1428571429rem;
  font-weight: 400;
  line-height: 2.13125;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: 1.2385714286rem;
}

@media screen and (min-width: 769px) {
  .p-recruit__section-sub-title {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.13125;
    letter-spacing: 0.02em;
    margin-top: 1.7335714286rem;
  }
}

.p-recruit__section-sub-title span {
  font-weight: 700;
}

.p-recruit__section-sub-title .accent {
  font-size: 1.4285714286rem;
  font-weight: 700;
  line-height: 1.705;
  letter-spacing: 0.02em;
  color: #ffdf59;
}

@media screen and (min-width: 769px) {
  .p-recruit__section-sub-title .accent {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.705;
    letter-spacing: 0.02em;
  }
}

.p-recruit__card-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8571428571rem;
  margin-top: 2.625rem;
}

.p-recruit__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-recruit__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.5714285714rem;
  background: #fff;
  z-index: 1;
}

.p-recruit__card-image {
  position: relative;
}

.p-recruit__card-sub-title {
  display: inline-block;
  position: absolute;
  bottom: 1.1428571429rem;
  left: 0;
  font-size: 1.0535714286rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #3e4243;
  background: #ffd939;
  padding: 0.3571428571rem 1.1428571429rem 0.2857142857rem 0.6428571429rem;
}

.p-recruit__card__body {
  padding: 0.7142857143rem 0.5714285714rem 0rem 0.5714285714rem;
}

.p-recruit__card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

.p-recruit__card-title {
  font-size: 1.1380714286rem;
  font-weight: 700;
  padding-bottom: 0.7142857143rem;
  border-bottom: 1px solid #b4b4b4;
}

.p-recruit__card-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3571428571rem;
  margin-top: 0.9285714286rem;
}

.p-recruit__card-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.7142857143rem;
}

.p-recruit__card-dl--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-recruit__card-dt {
  min-width: 4.8571428571rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9285714286rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background: #0084dd;
  padding: 0.2142857143rem 0.5rem 0.0714285714rem;
  text-align: center;
}

.p-recruit__card-dd {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.p-recruit__card-btn {
  display: block;
  margin-top: 0.3571428571rem;
  padding: 0rem 0.5714285714rem 1rem 0.5714285714rem;
  text-align: right;
}

.p-recruit__card-btn img {
  width: 1.9285714286rem;
  margin-right: 0;
}

.p-recruit__card-sp {
  margin-top: 1.7321428571rem;
}

.p-recruit__swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-inline: 20px;
}

.p-recruit__swiper .swiper-slide {
  height: auto;
}

.p-recruit__card {
  height: 100%;
}

.p-service {
  background-color: rgb(4, 118, 216);
}

.p-service .l-section__bg-treat::after {
  content: "";
  width: 100%;
  height: 10.7142857143rem;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 53%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 53%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-service .l-section__bg-treat::after {
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  }
}

.p-service__inner {
  width: 100%;
  max-width: 643px;
  margin-inline: auto;
}

.p-service__head {
  position: relative;
  text-align: center;
}

.p-service__section-sub-title {
  display: inline-block;
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  .p-service__section-sub-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    border-bottom: 1.4px solid #fff;
  }
}

.p-service__section-title {
  position: relative;
  transform: skew(-10deg);
  font-size: 1.8915rem;
  font-weight: 700;
  line-height: 1.5000188815;
  letter-spacing: 0.0999962237em;
  color: #fff;
  margin-top: 1.5714285714rem;
  padding-bottom: 2.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-service__section-title {
    font-size: 2.6428571429rem;
    font-weight: 700;
    line-height: 1.503;
    letter-spacing: 0.1001891892em;
    margin-top: 2.1428571429rem;
    padding-bottom: 2.975rem;
  }
}

.p-service__section-title::before {
  content: "";
  width: 4.7142857143rem;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 0.4285714286rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/top/section-title-main-before02.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .p-service__section-title::before {
    width: 6.6rem;
    height: 2.8px;
  }
}

.p-service__items {
  margin-top: 2.8571428571rem;
}

@media screen and (min-width: 769px) {
  .p-service__items {
    margin-top: 3.8728571429rem;
  }
}

.p-service__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5714285714rem;
  border-radius: 0.5654285714rem;
  background: #fff;
  -webkit-box-shadow: 0px 5.277px 5.277px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5.277px 5.277px 0px rgba(0, 0, 0, 0.25);
  padding: 0.4285714286rem 0.7142857143rem 0.2857142857rem 3.1428571429rem;
}

.p-service__item:not(:first-of-type) {
  margin-top: 1.2142857143rem;
}

@media screen and (min-width: 769px) {
  .p-service__item:not(:first-of-type) {
    margin-top: 1.6428571429rem;
  }
}

.p-service__item-number {
  position: absolute;
  width: 3.5714285714rem;
  max-width: 66px;
  height: 3.5714285714rem;
  max-height: 66px;
  top: -15px;
  left: -15px;
}

@media screen and (min-width: 769px) {
  .p-service__item-number {
    width: 4.7142857143rem;
    height: 4.7142857143rem;
  }
}

.p-service__item-image {
  width: 29%;
}

@media screen and (min-width: 769px) {
  .p-service__item-image {
    width: 35%;
  }
}

.p-service__item-image img {
  max-height: 5.3571428571rem;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 769px) {
  .p-service__item-image img {
    max-width: 10rem;
    max-height: 7.1428571429rem;
  }
}

.p-service__item-title {
  font-size: 1.4285714286rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: min(1.4285714286rem, 30px);
}

@media screen and (min-width: 769px) {
  .p-service__item-title {
    font-size: 1.9285714286rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

.p-service__catch {
  transform: skew(-10deg);
  font-size: 2.0714285714rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 2.8571428571rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-service__catch {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 5.7142857143rem;
  }
}

.p-service__catch .inversion {
  position: relative;
  display: inline-block;
  color: #0476d8;
  padding: 0 1.1428571429rem;
  z-index: 1;
}

.p-service__catch .inversion::before {
  content: "";
  width: 95%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  z-index: -1;
}

.p-service__catch .underline {
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 769px) {
  .p-service__catch .underline {
    border-bottom: 2.8px solid #fff;
  }
}

.p-service__main-image {
  position: relative;
  margin-top: 1.4285714286rem;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-service__main-image {
    margin-top: 2.8571428571rem;
  }
}

.p-skill {
  background-size: 10px 10px;
  background-image: -webkit-linear-gradient(#f9f9f9 1px, transparent 1px), -webkit-linear-gradient(left, #f9f9f9 1px, transparent 1px);
  background-image: linear-gradient(#f9f9f9 1px, transparent 1px), linear-gradient(90deg, #f9f9f9 1px, transparent 1px);
  padding: 1.4285714286rem 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-skill {
    padding: 5rem 0 2.8571428571rem;
  }
}

.p-skill__inner {
  width: 100%;
  max-width: 40.5714285714rem;
  margin-inline: auto;
}

.p-skill__section-title {
  margin-top: 2.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-skill__section-title {
    margin-top: 2.8571428571rem;
  }
}

.p-skill__image {
  margin-top: 1.5714285714rem;
}

@media screen and (min-width: 769px) {
  .p-skill__image {
    margin-top: 2.1428571429rem;
  }
}

.p-skill__text {
  transform: skew(-10deg);
  font-size: 1.2142857143rem;
  font-weight: 700;
  line-height: 1.8058823529;
  margin-top: 1.4285714286rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-skill__text {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8025210084;
  }
}

.p-skill__text span {
  color: #0476D8;
}

.p-skill__text .accent {
  color: #2782D1;
}

.p-staff {
  padding: 1.4285714286rem 0;
}

@media screen and (min-width: 769px) {
  .p-staff {
    padding: 1.4285714286rem 0 2.1428571429rem;
  }
}

.p-staff .l-section__bg-treat02::after {
  display: none;
}

.p-staff__head {
  text-align: center;
}

.p-staff__title {
  display: inline-block;
  font-size: 1.4285714286rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.19em;
  border-bottom: 1px solid #3a3a3a;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-staff__title {
    font-size: 2.3035714286rem;
    font-weight: 500;
    line-height: 1.691875969;
    letter-spacing: 0.1900155039em;
    border-bottom: 1.613px solid #3a3a3a;
  }
}

.p-staff__title span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.48em;
}

@media screen and (min-width: 769px) {
  .p-staff__title span {
    font-size: 2.9946428571rem;
    font-weight: 700;
    letter-spacing: 0.48em;
  }
}

.p-staff__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.7%;
  margin-top: 6.2857142857rem;
}

.p-staff__item {
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-staff__item {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-staff__item-name {
  display: inline-block;
  font-size: 1.6428571429rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #3A3A3A;
}

.p-staff__item-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-top: 0.7142857143rem;
}

.p-staff__item-works {
  margin-top: 1.9285714286rem;
}

.p-staff__item-works-title {
  display: inline-block;
  font-size: 1.4285714286rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #3A3A3A;
}

@media screen and (min-width: 769px) {
  .p-staff__item-works-title {
    font-size: 1.6428571429rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
}

.p-staff__item-works-image {
  width: 100%;
  max-width: 89.2%;
  margin-inline: auto;
  margin-top: 1.2857142857rem;
}

.p-staff__item-image img {
  width: 100%;
  max-width: 14.6428571429rem;
  margin-inline: auto;
  aspect-ratio: 205/274;
}

.p-staff__swiper-wrap {
  position: relative;
  margin-top: 1.1428571429rem;
}

.p-staff__swiper-wrap .swiper-button-prev,
.p-staff__swiper-wrap .swiper-button-next {
  top: 35%;
  -webkit-transform: translateY(-35%);
  transform: translateY(-35%);
}

.p-staff__swiper-wrap .swiper-button-prev::before,
.p-staff__swiper-wrap .swiper-button-next::before {
  content: "";
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  background-size: contain;
}

.p-staff__swiper-wrap .swiper-button-prev::before {
  left: 0;
  background-image: url("../images/top/swiper-button-prev.svg");
}

.p-staff__swiper-wrap .swiper-button-next::before {
  right: 0;
  background-image: url("../images/top/swiper-button-next.svg");
}

.p-staff__btn {
  margin-top: 3.5714285714rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-staff__btn {
    margin-top: 5rem;
  }
}

.p-staff__bg-text {
  margin-top: 4.2857142857rem;
}

@media screen and (min-width: 769px) {
  .p-staff__bg-text {
    margin-top: 7.1428571429rem;
  }
}

.p-step {
  position: fixed;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  padding: 1.2857142857rem 0;
  z-index: 30;
}

@media screen and (min-width: 769px) {
  .p-step {
    padding: 2.5rem 0;
  }
}

.p-step__inner {
  width: 100%;
  max-width: 45rem;
  margin-inline: auto;
}

.p-step__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5714285714rem;
}

@media screen and (min-width: 769px) {
  .p-step__body {
    gap: 1.1428571429rem;
  }
}

.p-step__circle {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.4285714286rem;
}

@media screen and (min-width: 769px) {
  .p-step__circle {
    gap: 2.1428571429rem;
  }
}

.p-step__circle span {
  position: relative;
  display: inline-block;
  width: 1.4285714286rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #797979;
}

@media screen and (min-width: 769px) {
  .p-step__circle span {
    width: 2.2857142857rem;
  }
}

.p-step__circle span.current {
  background-color: #0476d8;
}

.p-step__circle span:not(:last-of-type):before {
  content: "";
  width: 2rem;
  height: 0.2142857143rem;
  position: absolute;
  top: 50%;
  right: -1.7142857143rem;
  background: #d8d8d8;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .p-step__circle span:not(:last-of-type):before {
    width: 2.8571428571rem;
    height: 0.3571428571rem;
    right: -2.5714285714rem;
  }
}

.p-step__circle span:not(:last-of-type)::after {
  content: "";
  width: 0;
  height: 0.2142857143rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: #0476d8;
  z-index: -1;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (min-width: 769px) {
  .p-step__circle span:not(:last-of-type)::after {
    height: 0.3571428571rem;
    left: 0;
  }
}

.p-step__circle span.animated::after {
  width: 2rem;
  left: 100%;
}

@media screen and (min-width: 769px) {
  .p-step__circle span.animated::after {
    width: 2.8571428571rem;
  }
}

.p-step__circle span:nth-of-type(1).animated::after {
  width: 2rem;
  left: 100%;
}

@media screen and (min-width: 769px) {
  .p-step__circle span:nth-of-type(1).animated::after {
    width: 2.8571428571rem;
  }
}

.p-step__circle span:nth-of-type(n + 2).animated::after {
  width: 2rem;
  left: 100%;
}

@media screen and (min-width: 769px) {
  .p-step__circle span:nth-of-type(n + 2).animated::after {
    width: 2.8571428571rem;
  }
}

.p-step__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .p-step__title {
    font-size: 1.1428571429rem;
    font-weight: 700;
    letter-spacing: 0.035em;
  }
}

.p-thanks-mv {
  padding: 3.0714285714rem 0;
  background-image: url("../images/thanks/thanks-mv-bg-sp.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-thanks-mv {
    background-image: url("../images/thanks/thanks-mv-bg.png");
    background-position: center;
  }
}

.p-thanks-mv__title {
  font-size: 1.735rem;
  font-weight: 700;
  letter-spacing: 0.0300123508em;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .p-thanks-mv__title {
    font-size: 2.6125rem;
    font-weight: 700;
    letter-spacing: 0.030075188em;
  }
}

.p-thanks-mv__sub-title {
  font-size: 1.1635714286rem;
  font-weight: 500;
  letter-spacing: 0.0300184162em;
  color: #fff;
  margin-top: 0.3571428571rem;
}

@media screen and (min-width: 769px) {
  .p-thanks-mv__sub-title {
    font-size: 1.7520714286rem;
    font-weight: 500;
    letter-spacing: 0.0300052998em;
  }
}

.p-value {
  background: #f7f7f7;
  overflow: hidden;
  padding-bottom: 1.0714285714rem;
}

@media screen and (min-width: 769px) {
  .p-value {
    padding-bottom: 3.5714285714rem;
  }
}

.p-value__bg-text {
  margin-top: 5.7142857143rem;
}

@media screen and (min-width: 769px) {
  .p-value__bg-text {
    margin-top: 4.6428571429rem;
  }
}

.p-value__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5714285714rem 0.5714285714rem;
  margin-top: 2.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-value__items {
    width: 100%;
    max-width: 56.1428571429rem;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3428571429rem 1.0142857143rem;
    margin-top: 2.8571428571rem;
  }
}

.p-value__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
  padding: 1.2857142857rem 1.0714285714rem 1.2857142857rem 1.8571428571rem;
}

@media screen and (min-width: 769px) {
  .p-value__item {
    padding: 1.7142857143rem 1.5rem 1.7142857143rem 2.4rem;
  }
}

.p-value__item::before {
  content: "";
  width: 1.7857142857rem;
  height: 1.7857142857rem;
  position: absolute;
  top: -0.2142857143rem;
  left: -0.2142857143rem;
  background-image: url("../images/top/circle-check-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .p-value__item::before {
    width: 2.5rem;
    height: 2.5rem;
    top: -0.3571428571rem;
    left: -0.3571428571rem;
  }
}

.p-value__item-text {
  font-family: "Inter", sans-serif;
  font-size: 1.1428571429rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .p-value__item-text {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }
}

.p-value__item-text span {
  color: #218AD5;
}

.p-value__contents {
  margin-top: 5.7142857143rem;
}

@media screen and (min-width: 769px) {
  .p-value__contents {
    width: 100%;
    max-width: 35.7142857143rem;
    margin-inline: auto;
  }
}

.p-value__content:not(:first-of-type) {
  margin-top: 5.2857142857rem;
}

@media screen and (min-width: 769px) {
  .p-value__content:not(:first-of-type) {
    margin-top: 2.8571428571rem;
  }
}

.p-value__content-title {
  position: relative;
  transform: skew(-10deg);
  font-size: 1.8571428571rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.24em;
  padding-bottom: 0.3214285714rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-value__content-title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.24em;
    padding-bottom: 0.3735714286rem;
  }
}

.p-value__content-title::before {
  content: "";
  width: 13.4285714286rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
}

@media screen and (min-width: 769px) {
  .p-value__content-title::before {
    width: 18.7857142857rem;
    height: 1.4px;
  }
}

.p-value__content-title .accent {
  color: #3698de;
}

.p-value__content-title .is-small {
  font-size: 1.3571428571rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.24em;
}

@media screen and (min-width: 769px) {
  .p-value__content-title .is-small {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.24em;
  }
}

.p-value__content-image {
  margin-top: 2.1428571429rem;
}

.p-voice-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-voice-modal__template {
  display: none;
}

.p-voice-modal__content {
  width: 100%;
  max-width: 710px;
  padding-inline: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-voice-modal__body {
  max-height: 500px;
  border-radius: 0.7142857143rem;
  background-color: #fff;
  padding: 2.1428571429rem 1.4285714286rem;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  .p-voice-modal__body {
    padding: 2.8571428571rem 2.5rem;
  }
}

.p-voice-modal__close {
  position: absolute;
  top: 5vw;
  right: 4.5vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.2857142857rem;
  font-weight: 700;
  color: #95979c;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .p-voice-modal__close {
    top: 2.5rem;
    right: 2.5rem;
  }
}

.p-voice-modal__close:hover {
  color: #2b2e38;
}

.p-voice-modal__template-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3571428571rem;
}

.p-voice-modal__template-image {
  width: 3.2142857143rem;
}

@media screen and (min-width: 769px) {
  .p-voice-modal__template-image {
    width: 4.2857142857rem;
  }
}

.p-voice-modal__template-title {
  font-size: min(1.1428571429rem, 20px);
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .p-voice-modal__template-title {
    font-size: 1.1428571429rem;
    font-weight: 400;
    letter-spacing: 0.03125em;
  }
}

.p-voice-modal__template-star {
  font-size: min(1rem, 16px);
  color: #fec424;
}

.p-voice-modal__template-texts {
  font-size: min(1.2857142857rem, 19px);
  margin-top: 0.7142857143rem;
}

@media screen and (min-width: 769px) {
  .p-voice-modal__template-texts {
    font-size: 1.2857142857rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.0277777778em;
  }
}

.p-voice {
  background-size: 10px 10px;
  background-image: -webkit-linear-gradient(#f9f9f9 1px, transparent 1px), -webkit-linear-gradient(left, #f9f9f9 1px, transparent 1px);
  background-image: linear-gradient(#f9f9f9 1px, transparent 1px), linear-gradient(90deg, #f9f9f9 1px, transparent 1px);
  padding: 0.7142857143rem 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .p-voice {
    padding: 5rem 0 2.1428571429rem;
  }
}

.p-voice__bg-text02 {
  margin-top: 5.7142857143rem;
}

.p-voice__inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.p-voice__section-title {
  margin-top: 2.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-voice__section-title {
    margin-top: 2.8571428571rem;
  }
}

.p-voice__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.3571428571rem;
  margin-top: 1.1428571429rem;
}

@media screen and (min-width: 769px) {
  .p-voice__review {
    gap: 1.3571428571rem;
    margin-top: 1.4285714286rem;
  }
}

.p-voice__review-title img {
  width: 100%;
  max-width: 7.8571428571rem;
  margin-inline: auto;
}

@media screen and (min-width: 769px) {
  .p-voice__review-title img {
    max-width: 10.5714285714rem;
  }
}

.p-voice__review-star {
  font-family: "Inter", sans-serif;
  font-size: 1.8892857143rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fec424;
}

@media screen and (min-width: 769px) {
  .p-voice__review-star {
    font-size: 2.6428571429rem;
    font-weight: 700;
    letter-spacing: 0.020027027em;
  }
}

.p-voice__review-text {
  font-size: 0.7142857143rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: clamp(10px, 2vw, 14px);
  color: #464646;
  margin-top: 0.2857142857rem;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .p-voice__review-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}

.p-voice__swiper-wrap {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 1.4285714286rem;
}

@media screen and (min-width: 769px) {
  .p-voice__swiper-wrap {
    width: 100%;
    margin-inline: auto;
    margin-top: 4.2857142857rem;
  }
}

.swiper-slide {
  height: auto;
}

.p-voice__card {
  position: relative;
  height: 100%;
  border-radius: 0.7142857143rem;
  background: #fff;
  border: 1px solid #eae9e5;
  padding: 1.4285714286rem 1.2857142857rem 1.7142857143rem 1.2857142857rem;
}

.p-voice__card-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3571428571rem;
}

.p-voice__card-image img {
  width: 5.6428571429rem;
  aspect-ratio: 1/1;
}

.p-voice__card-review {
  text-align: left;
}

.p-voice__card-title {
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.p-voice__card-star {
  font-family: "Inter", sans-serif;
  font-size: 1.175rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fec424;
}

.p-voice__card-texts {
  margin-top: 0.7142857143rem;
}

.p-voice__card-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: 0.1em;
  color: #3a3a3a;
  text-align: left;
}

.p-voice__card-texts a {
  display: block;
  bottom: 1.4285714286rem;
  right: 3.7857142857rem;
  text-align: right;
  margin-top: 0.7142857143rem;
  opacity: 0.6;
}

.p-voice__card-texts a:hover {
  color: #3A3A3A;
  opacity: 1;
}

.p-voice__swiper-wrap .swiper-button-next,
.p-voice__swiper-wrap .swiper-button-prev {
  display: none;
}

@media screen and (min-width: 769px) {

  .p-voice__swiper-wrap .swiper-button-next,
  .p-voice__swiper-wrap .swiper-button-prev {
    display: block;
  }
}

.p-voice__swiper-wrap .swiper-button-prev::before,
.p-voice__swiper-wrap .swiper-button-next::before {
  content: "";
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  position: absolute;
  top: 0;
  background-size: contain;
}

.p-voice__swiper-wrap .swiper-button-prev::before {
  left: -1.7142857143rem;
  background-image: url("../images/top/swiper-button-prev.svg");
}

.p-voice__swiper-wrap .swiper-button-next::before {
  right: -1.7142857143rem;
  background-image: url("../images/top/swiper-button-next.svg");
}

.u-is-pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-is-pc {
    display: block;
  }
}

.u-is-sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .u-is-sp {
    display: none;
  }
}

.u-mt0 {
  margin-top: 0;
}

.u-mt10 {
  margin-top: 0.7142857143rem;
}

.u-mt20 {
  margin-top: 1.4285714286rem;
}

.u-mt30 {
  margin-top: 2.1428571429rem;
}

.u-mt40 {
  margin-top: 2.8571428571rem;
}

.u-mt50 {
  margin-top: 3.5714285714rem;
}

.u-mt60 {
  margin-top: 4.2857142857rem;
}

.u-zi2 {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=style.css.map */