@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  color: #323232;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}
.c-btn span {
  display: block;
  font-size: 0.75rem;
}
.c-cat {
  background-color: #a5644b;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  min-width: 6.25rem;
  padding: 0.25rem 0.625rem;
  text-align: center;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #a5644b;
  font-size: 1.875rem;
  padding-left: 1.875rem;
  text-align: center;
}

.c-headline1__sub {
  font-size: 1rem;
  margin-top: 0.875rem;
}

.c-hoverRun {
  background-image: linear-gradient(90deg, #000, #000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: #000;
  display: inline;
  text-decoration: none;
  transition: background-size 0.5s;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}
.c-hoverUnderline {
  display: inline-block;
  position: relative;
}

.c-hoverUnderline::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  transition: 0.5s opacity;
  width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
.c-imgZoom {
  overflow: hidden;
  position: relative;
}
.c-imgZoom img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.8s;
}
.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #fcf65f 0%);
  display: inline;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
}

.c-underBar {
  display: inline-block;
  position: relative;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}
.p-about-greetings__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4.375rem;
}

.p-about-greetings__title--img {
  max-width: 2.375rem;
  width: 100%;
}

.p-about-greetings__subTitle {
  color: #a5644b;
  font-family: "Shrikhand", serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.675;
}

.p-about-greetings__title {
  color: #a5644b;
  font-size: 2.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4888888889;
  padding-bottom: 2.5rem;
}

.p-about-greetings__contentsWrap {
  margin-top: 5.625rem;
}

.p-about-greetings__container {
  background-color: #d7f5ff;
  padding-block: 7rem 13.625rem;
}

.p-about-greetings__policyText {
  font-size: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3513513514;
  text-align: center;
}

.p-about-greetings__message {
  margin-left: auto;
  margin-right: auto;
  margin-top: -8.3125rem;
  max-width: 62.5rem;
  width: 100%;
}

.p-about-greetings__messageText {
  background-color: #fff;
  border-radius: 1.875rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.6111111111;
  padding: 3.125rem;
}

.p-about-greetings__representativeName {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-right: 3.75rem;
  margin-top: 1.75rem;
  text-align: right;
}

.p-about-us {
  background: url(../img/img_bg_yellow02.webp) top center/cover no-repeat;
  margin-top: 10.9375rem;
  position: relative;
  z-index: 1;
}

.p-about-us__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 5.625rem 0;
}

.p-about-us__title--img {
  max-width: 2.25rem;
  width: 100%;
}

.p-about-us__subTitle {
  color: #a5644b;
  font-family: "Shrikhand", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3958333333;
  padding-bottom: 2.5rem;
  padding-top: 1.25rem;
}

.p-about-us__title {
  color: #a5644b;
  font-size: 3.4375rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.0363636364;
  margin-top: 4.8125rem;
  text-align: center;
}

.p-about-us__contents {
  margin: 0 auto;
  max-width: 50rem;
}

.p-about-us__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.6875rem;
  padding-bottom: 10.25rem;
}
.p-about-us__content dt,
.p-about-us__content dd {
  font-size: 1.25rem;
  padding: 0.5rem 1.25rem;
}
.p-about-us__content dt {
  border-top: 0.1875rem solid #a5644b;
  color: #a5644b;
  letter-spacing: 0.5em;
  line-height: 1.75;
  max-width: 12.5rem;
  width: 100%;
}
.p-about-us__content dt:last-of-type {
  position: relative;
}
.p-about-us__content dt:last-of-type::after {
  border-top: 0.1875rem solid #a5644b;
  bottom: 0;
  color: #a5644b;
  content: "";
  left: 0;
  max-width: 12.5rem;
  position: absolute;
  width: 100%;
}
.p-about-us__content dd {
  max-width: 37.5rem;
  padding-top: 0.6875rem;
  position: relative;
  width: 100%;
}
.p-about-us__content dd::before {
  border-top: 0.0625rem solid #828282;
  content: "";
  left: 0;
  position: absolute;
  top: 0.0625rem;
  width: 100%;
}
.p-about-us__content dd:last-child::after {
  border-top: 0.0625rem solid #828282;
  bottom: 0.0625rem;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.p-about-us__content--brown {
  color: #a5644b;
}

.p-about-us__content dt.p-about-us__ls10 {
  letter-spacing: 0.01em;
}
.p-area {
  margin-top: 6rem;
}

.p-area__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-area__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}

.p-area__iconImage {
  max-width: 2.1875rem;
  width: 100%;
}

.p-area__title {
  color: #a5644b;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.3958333333;
}

.p-area__iconImageBorder {
  margin-top: 0.375rem;
  max-width: 8.125rem;
}

.p-area__titleSub {
  color: #a5644b;
  font-size: 3.4375rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.0363636364;
}

.p-area__description {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

.p-area__content {
  margin-top: 3.75rem;
}

.p-area__contentItems {
  align-items: center;
  display: flex;
  gap: 2.25rem;
  justify-content: center;
}

.p-area__contentItem {
  align-items: center;
  background-color: #a5644b;
  border: 1px solid #a5644b;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  height: 11.25rem;
  justify-content: center;
  width: 11.25rem;
}

.p-area__contentItem--white {
  background-color: #fff;
}

.p-area__iconImage--saitama {
  max-width: 4.4375rem;
  width: 100%;
}

.p-area__iconImage--tokyo {
  max-width: 3.625rem;
  width: 100%;
}

.p-area__iconImage--kanagawa {
  max-width: 3.0625rem;
  width: 100%;
}

.p-area__areaName {
  color: #fff;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.7647058824;
}

.p-area__areaName--white {
  color: #a5644b;
}

.p-contact {
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 90px 0;
}
.p-contact--recruit {
  background-color: #d7f5ff;
}
.p-contact__inner {
  margin: 0 auto;
  max-width: var(--max-w-container);
}

.p-contact__title {
  color: #a5644b;
  font-family: 900;
  font-size: 34px;
  text-align: center;
}
.p-contact__form {
  margin: 90px auto 0;
  max-width: 1000px;
}
.p-contact__form--item {
  align-items: center;
  display: flex;
  gap: 22px;
}
.p-contact__form--item:not(:first-child) {
  margin-top: 50px;
}
.p-contact__form--item--w400 input {
  max-width: 400px;
}
.p-contact__form--label {
  font-size: 18px;
  font-weight: 500;
  max-width: 180px;
  width: 33%;
}
.p-contact__form--box {
  position: relative;
  width: 100%;
}
.p-contact__form--box span {
  background-color: #a5644b;
  border-radius: 5px 5px 0 0;
  color: #fff;
  left: 0;
  padding: 2px 10px;
  position: absolute;
  top: -2rem;
}
.p-contact__form--box .p-contact__form--label--optional {
  background-color: #646464;
}
.p-contact__form--box input {
  background-color: #fff;
  padding: 10px 12px;
  width: 100%;
}
.p-contact__form--box.p-contact__form--age {
  background-color: #fff;
  max-width: 200px;
  padding-right: 10px;
}
.p-contact__form--box.p-contact__form--age input {
  width: 90%;
}
.p-contact__form--box.p-contact__form--item--radio span {
  top: -150%;
}

.p-contact__form--textarea {
  align-items: flex-start;
}
.p-contact__form--textarea label {
  padding-top: 10px;
}

.p-contact__form--textarea--box {
  position: relative;
  width: 100%;
}
.p-contact__form--textarea--box span {
  background-color: #a5644b;
  border-radius: 5px 5px 0 0;
  color: #fff;
  left: 0;
  padding: 2px 10px;
  position: absolute;
  top: -13%;
}
.p-contact__form--textarea--box textarea {
  background-color: #fff;
  min-height: 200px;
  padding: 10px;
  width: 100%;
}
.p-contact__form--item--radio {
  display: flex;
  gap: 40px;
}
.p-contact__form--item--radio label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 4px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__form--item--radio input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 9999px;
  cursor: pointer;
  display: block;
  height: 20px;
  padding: 0;
  position: relative;
  width: 20px;
}
.p-contact__form--item--radio input:checked::after {
  background-color: #000;
  border-radius: 9999px;
  content: "";
  height: 8px;
  inset: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 8px;
}

.p-contact__form--item--check {
  display: flex;
  gap: 20px;
  position: relative;
}
.p-contact__form--item--check label {
  align-items: center;
  display: flex;
}
.p-contact__form--item--check span {
  top: -135%;
}
.p-contact__form--item--check input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  display: block;
  height: 16px;
  padding: 0;
  position: relative;
  vertical-align: -5px;
  width: 16px;
}
.p-contact__form--item--check input[type="checkbox"]:checked:before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  height: 10px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(37deg);
  width: 6px;
}

.p-contact__privacy {
  align-items: flex-end;
  display: flex;
  gap: 25px;
  justify-content: center;
  margin-top: 80px;
}
.p-contact__privacy a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__privacy a::after {
  border-bottom: 1px solid #000;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-contact__privacy img {
  transition: transform 0.3s ease;
}
.p-contact__privacy:hover img {
  transform: translateX(0.3125rem);
}
.p-contact__agree {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 40px;
}
.p-contact__agree--item {
  display: flex;
  gap: 5px;
}
.p-contact__agree p {
  font-size: 18px;
  font-weight: 500;
}
.p-contact__agree label {
  font-size: 18px;
  font-weight: 500;
}
.p-contact__agree input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 9999px;
  cursor: pointer;
  display: block;
  height: 20px;
  padding: 0;
  position: relative;
  width: 20px;
}
.p-contact__agree input:checked::after {
  background-color: #000;
  border-radius: 9999px;
  content: "";
  height: 8px;
  inset: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  width: 8px;
}

.p-contact__privacy--arrow {
  max-width: 25px;
}

.p-contact__btn {
  align-items: center;
  background-color: #a5644b;
  color: #fff;
  display: flex;
  font-size: 25px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin: 60px auto 0;
  max-width: 260px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.p-contact__btn:disabled {
  opacity: 0.5;
}
.p-contact__form--label--sp {
  display: none;
}
.error-message {
  color: red;
  font-size: 1rem;
  margin-top: 4px;
}

.p-detail {
  margin-top: 4.375rem;
  padding-bottom: 10.25rem;
}
.p-detail h1 {
  font-size: 2.625rem;
}
.p-detail h2 {
  font-size: 2.25rem;
}
.p-detail h3 {
  font-size: 1.875rem;
}
.p-detail h4 {
  font-size: 1.5rem;
}
.p-detail h5 {
  font-size: 1.25rem;
}
.p-detail h6 {
  font-size: 1rem;
}

.p-detail__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  width: 100%;
}

.p-detail__date {
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  line-height: 2.9411764706;
}

.p-detail__title {
  color: #a5644b;
  font-size: 2.625rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  margin-top: 2.75rem;
}

.p-detail__container {
  margin-top: 4.875rem;
}

.p-detail__thumbnail img {
	max-width: 62.5rem;
	width: 100%;
	aspect-ratio: 1000 / 550;
	object-fit: cover;
	border-radius: 3.125rem;
}

.p-detail__text {
  margin-top: 4.875rem;
}
.p-detail__text h1,
.p-detail__text h2,
.p-detail__text h3,
.p-detail__text h4,
.p-detail__text h5,
.p-detail__text h6,
.p-detail__text ul,
.p-detail__text figure {
  margin-top: 3.125rem;
}
.p-detail__text p,
.p-detail__text li {
  font-size: 1.0625rem;
  letter-spacing: 0em;
  line-height: 3;
}
.p-detail__text a {
  color: #a5644b;
}

.p-detail__returnListLink {
  align-items: center;
  background-color: #a5644b;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.25rem;
  max-width: 10.625rem;
  padding-block: 0.3125rem;
  width: 100%;
}
.p-detail__returnListLink img {
  max-width: 0.8125rem;
  transition: transform 0.3s ease;
  width: 100%;
}
.p-detail__returnListLink:hover img {
  transform: translateX(0.3125rem);
}
.p-footer {
  background: url(../img/img_bg_brown02.webp) top center/100% 100% no-repeat;
  height: 100%;
  margin-top: -1.875rem;
  padding-block: 6.875rem 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 72.5rem;
  width: 100%;
}

.p-footer__navItems {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-footer__nav {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.p-footer__nav::before {
  border-left: 1px solid #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.0625rem;
}
.p-footer__nav:last-child::after {
  border-right: 1px solid #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
}

.p-footer__navLink {
  color: #fff;
  font-weight: 500;
  line-height: 1.75;
}
.p-footer__navLink.is-current {
  color: #fff07d;
}
.p-footer__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 4.5rem;
}

.p-footer__footerLogo img {
  max-width: 17.5rem;
  width: 100%;
}

.p-footer__officeName {
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0em;
  line-height: 3.1071428571;
}

.p-footer__officeAccess,
.p-footer__officeTel,
.p-footer__officeFax {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.2777777778;
}

.p-footer__officeTel {
  display: block;
}

.p-footer__mainBlock {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-footer__copyright {
  background-color: #b1765d;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-top: 5rem;
  padding-block: 1.625rem;
  text-align: center;
}

/*
 * それぞれの変数
 * 別ファイルにて管理を推奨
*/
:root {
  --max-w-container: 1100px;
  --max-w-inner: 1275px;
}

.p-header {
  position: relative;
  z-index: 99;
}

.p-header__inner {
  margin: 0 auto;
  max-width: 68.75rem;
  position: relative;
  width: 100%;
}

.p-header__contents {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.p-header__mailBox {
  align-items: center;
  background-color: #a5644b;
  border-radius: 0 0 1.25rem 1.25rem;
  display: flex;
  gap: 15px;
  max-width: 225px;
  padding: 0.9375rem 1.71875rem;
  position: absolute;
  right: 0;
  z-index: 2;
}
.p-header__mailBox--icon {
  height: 1.875rem;
  width: 2.75rem;
}
.p-header__mailBox--text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
.p-header__mailBox.is-current {
  background-color: #5ab946;
}

.p-header__nav {
  align-items: center;
  display: flex;
}
.p-header__nav--item {
  max-height: 55px;
  padding: 0.53125rem 1.1875rem;
  position: relative;
}
.p-header__nav--item:first-child::before {
  border-left: 1px solid #a5644b;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.p-header__nav--item::after {
  border-right: 1px solid #a5644b;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.p-header__nav--item a {
  transition: 0.3s;
}
.p-header__nav--item a:hover {
  color: #5ab946;
}
.p-header__nav--item a:hover span {
  color: #5ab946;
}
.p-header__nav--item span {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  transition: 0.3s;
}
.p-header__nav--item span:first-child {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-header__nav--item span:last-child {
  color: #a5644b;
  font-family: "Shrikhand", serif;
  margin-top: 3px;
}

.p-header__nav--sp {
  display: none;
}
.p-header__logBox {
  margin: 0 3.5vw;
  max-width: 10.125rem;
  transform: translateY(25px);
}

.p-header__bgBox {
  content: "";
  left: 50%;
  position: absolute;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-header__bgBox img {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 27.5rem;
}

.p-header__circleOption {
  position: relative;
  z-index: 1;
}

.p-header__nav--left {
  position: relative;
}

.p-header__leftBlock,
.p-header__rightBlock {
  display: inherit;
  position: relative;
}

.p-header__leftIcon {
  content: "";
  height: auto;
  left: -9.375rem;
  position: absolute;
  top: 5.625rem;
  width: 10.75rem;
}

.p-header__rightIcon {
  content: "";
  height: auto;
  position: absolute;
  right: -9.375rem;
  top: 4.625rem;
  width: 12.0625rem;
}

.p-header__nav--hamFlex {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-header__img {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.p-header__img--left {
  bottom: 0;
  left: 0;
  max-width: 24.0625rem;
  width: 32%;
}
.p-header__img--right {
  bottom: 0;
  max-width: 25.8125rem;
  right: 0;
  width: 34%;
}

.p-header__nav--item.is-current a span {
  color: #5ab946;
}
.p-header__nav--item.has-sub {
  position: relative;
}
.p-header__nav--item.has-sub .p-header__nav--sub {
  background: #fff;
  display: none;
  left: -5rem;
  position: absolute;
  top: 100%;
  z-index: 10;
}
.p-header__nav--item.has-sub .p-header__nav--sub li {
  background: #5ab946;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.7222222222;
  padding-block: 5px;
  white-space: nowrap;
  width: 100%;
}
.p-header__nav--item.has-sub .p-header__nav--sub li:not(:first-child) {
  margin-top: 0.3125rem;
}
.p-header__nav--item.has-sub .p-header__nav--sub li a {
  display: inline-block;
  padding-right: 1.25rem;
  width: 100%;
}
.p-header__nav--item.has-sub:hover .p-header__nav--sub {
  display: block;
  text-align: right;
  width: 13.125rem;
}

.p-header__nav--subItem a:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.5s;
}

.p-info {
  background-color: #fff5eb;
  margin-top: 6.9375rem;
  padding-block: 7.5rem;
}

.p-info__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-info__container {
  align-items: flex-start;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}

.p-info__leftBlock {
  max-width: 33.125rem;
  width: 100%;
}

.p-info__leftBlockTitleWrap {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.p-info__leftBlockTitleWrap img {
  max-width: 2.1875rem;
  width: 100%;
}

.p-info__leftBlockTitle {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.72;
}

.p-info__leftBlockRecord {
  border-bottom: 1px solid #323232;
  border-top: 1px solid #323232;
  height: 100%;
  margin-top: 2.25rem;
  min-height: 13.75rem;
  padding-block: 1.4375rem;
}

.p-info__leftBlockItem:not(:first-child) {
  margin-top: 2.625rem;
}

.p-info__leftBlockLink {
  align-items: baseline;
  display: flex;
  gap: 2.0625rem;
}

.p-info__leftBlockDate {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.7222222222;
}

.p-info__leftBlockContent {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  overflow: hidden;
}

.p-info__detailBtn {
  align-items: center;
  display: flex;
  font-size: 1.0625rem;
  font-weight: 500;
  gap: 0.625rem;
  justify-content: flex-end;
  letter-spacing: 0.1em;
  line-height: 1.9411764706;
  margin-top: 1.875rem;
}
.p-info__detailBtn img {
  max-width: 0.8125rem;
  transition: transform 0.3s ease;
  width: 100%;
}
.p-info__detailBtn:hover img {
  transform: translateX(0.3125rem);
}

.p-info__rightBlockTitleWrap {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.p-info__rightBlockTitleWrap img {
  max-width: 2.25rem;
  width: 100%;
}

.p-info__rightBlockTitle {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.72;
}

.p-info__rightBlockRecord {
  height: 100%;
  min-height: 13.75rem;
}

.p-info__rightBlockItems {
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 2.25rem;
  padding: 1.875rem 1.375rem;
}

.p-info__rightBlockItem {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-info__rightBlockItem:not(:first-child) {
  margin-top: 1.75rem;
}
.p-info__rightBlockItem img {
  max-width: 0.8125rem;
  transition: transform 0.3s ease;
  width: 100%;
}
.p-info__rightBlockItem:hover img {
  transform: translateX(0.3125rem);
}

.p-info__rightBlockContent {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-info__rightBlockIcon {
  align-items: center;
  background-color: #a5644b;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-family: "Shrikhand", serif;
  font-size: 2.4375rem;
  height: 4.0625rem;
  justify-content: center;
  line-height: 1.7435897436;
  max-width: 4.0625rem;
  width: 100%;
}

.p-info__rightBlockText {
  color: #a5644b;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2222222222;
  max-width: 20.625rem;
  width: 100%;
}

.p-info_rightLink {
  display: contents;
}

.p-introduction {
  margin-top: 19.25rem;
}

.p-introduction__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 70rem;
  width: 100%;
}

.p-introduction__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}

.p-introduction__iconImage {
  max-width: 2.25rem;
  width: 100%;
}

.p-introduction__iconImageBorder {
  margin-top: 0.375rem;
  max-width: 8.125rem;
}

.p-introduction__title {
  color: #a5644b;
  font-family: "Shrikhand", serif;
  font-size: 3rem;
  font-weight: 500;
  font-weight: bold;
  line-height: 1.3958333333;
}

.p-introduction__descriptionWrap {
  align-items: flex-end;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-introduction__description {
  color: #323232;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2.4814814815;
}

.p-introduction__descriptionImages img {
  max-width: 7.6875rem;
  width: 100%;
}

.p-introduction__descriptionImages02 img {
  max-width: 9.125rem;
  width: 100%;
}

.p-introduction__font--bold {
  font-weight: bold;
}

.p-introduction__color--theme {
  color: #a5644b;
}

.p-media {
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  max-width: 100%;
}

.foo {
  font-size: 6.25rem;
}

.p-media__head {
  font-size: 1.875rem;
}

.p-media__txt {
  font-size: 1.25rem;
}

.p-media__img {
  width: 40%;
}

.p-media__body {
  width: 50%;
}

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

.p-modal__block {
  background-color: #feaebb;
  border-radius: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27.5rem;
}

.p-modal__wrap {
  padding: 3.75rem 0 2.5rem;
  position: relative;
}

.p-mv {
  position: relative;
}

.p-mv__inner {
  height: inherit;
}

.p-mv__swiper {
  height: inherit;
}

.p-mv__swiperFrame {
  height: auto;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 75rem;
  z-index: 1;
}

.swiper-wrapper {
  height: inherit;
}

.swiper-slide {
  position: relative;
}

.p-mv__slideCaptionWrap {
  position: absolute;
}

.p-mv__slideCaptionWrap--vertical {
  text-orientation: mixed; /* 日本語を縦書きに自然に表示 */
  writing-mode: vertical-rl; /* 縦書き・右から左へ */
}

.p-mv__sliderCaption {
  color: #a5644b;
  font-size: 2.4375rem;
  font-weight: bold;
  line-height: 1.5897435897;
  text-shadow: 0 0 10px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255),
    0 0 10px rgb(255, 255, 255);
}

.slide--center .p-mv__slideCaptionWrap {
  left: 20%;
  top: 35%;
  transform: translate(-50%, -50%);
}

.slide--bottom .p-mv__slideCaptionWrap {
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slide--left .p-mv__slideCaptionWrap {
  left: 20%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.p-news {
  margin-top: 4.375rem;
  padding-bottom: 10.25rem;
  position: relative;
  z-index: 1;
}

.p-news__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-news__container {
  margin-top: 4.375rem;
}

.p-news__contentItem {
  border-top: 0.0625rem solid #cacaca;
}
.p-news__contentItem:last-child {
  border-bottom: 0.0625rem solid #cacaca;
}

.p-news__detailLink {
  align-items: center;
  display: flex;
  gap: 3.4375rem;
  width: 100%;
}

.p-news__contentDate {
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  line-height: 2.9411764706;
}

.p-news__contentTitle {
  color: #a5644b;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2.9411764706;
}
.p-otoiawase {
  background: url(../img/img_bg_yellow02.webp) top center/cover no-repeat;
  margin-top: 4.375rem;
  padding-bottom: 10.25rem;
  position: relative;
  z-index: 1;
}

.p-otoiawase__title p {
  color: #a5644b;
  font-size: 2.9375rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4888888889;
  padding-top: 6.25rem;
  text-align: center;
}

.p-pageTop {
  bottom: 2.5rem;
  cursor: pointer;
  position: fixed;
  right: 6.875rem;
  z-index: 50;
}

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  cursor: pointer;
  width: 3.75rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}

.p-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.p-pagination ul {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-pagination ul li.dots {
  color: #000;
  pointer-events: none;
}
.p-pagination ul li a,
.p-pagination ul li span {
  color: #000;
  display: inline-block;
  padding: 0.375rem 0.625rem;
  text-decoration: none;
}
.p-pagination ul li span.current {
  font-weight: 700;
}
.p-pagination ul li a:hover {
  text-decoration: underline;
}

.p-partner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  padding-top: 70px;
}
.p-partner:last-child {
  padding-top: 15px;
}

.p-partner--last {
  padding-bottom: 90px;
}

.p-partner__inner {
  margin: 0 auto;
  max-width: var(--max-w-container);
}

.p-partner__contents {
  margin: 0 auto;
  max-width: 800px;
}

.p-partner__title {
  padding-bottom: 40px;
}
.p-partner__title p {
  color: #a5644b;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-partner__title p br {
  display: none;
}
.p-partner__title p:nth-child(2) {
  font-family: "Shrikhand", serif;
  font-size: 40px;
  padding-bottom: 20px;
}
.p-partner__title--img {
  margin: 0 auto 24px;
  max-width: 35px;
}

.p-partner__txt {
  font-size: 20px;
  line-height: 33px;
  margin-top: 45px;
  text-align: center;
}
.p-partner__flex {
  justify-content: space-between;
}
.p-partner__flex--item {
  background-color: #a5644b;
  max-width: 385px;
  width: 100%;
}
.p-partner__flex--item a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  line-height: 1;
  padding: 15px 30px;
  width: 100%;
}
.p-partner__flex--item span {
  display: block;
  height: 25px;
  max-width: 25px;
}

.p-partner__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  padding-bottom: 90px;
}
.p-partner__content dt,
.p-partner__content dd {
  font-size: 20px;
  padding: 8px 20px;
}
.p-partner__content dt {
  border-top: 3px solid #a5644b;
  color: #a5644b;
  max-width: 200px;
  width: 100%;
}
.p-partner__content dt:last-of-type {
  position: relative;
}
.p-partner__content dt:last-of-type::after {
  border-top: 3px solid #a5644b;
  bottom: 0;
  color: #a5644b;
  content: "";
  left: 0;
  max-width: 200px;
  position: absolute;
  width: 100%;
}
.p-partner__content dd {
  max-width: 600px;
  padding-top: 11px;
  position: relative;
  width: 100%;
}
.p-partner__content dd::before {
  border-top: 1px solid #828282;
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
.p-partner__content dd:last-child::after {
  border-top: 1px solid #828282;
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.p-partner__content--brown {
  color: #a5644b;
}
.p-partner__btnBox span:first-child {
  font-size: 16px;
}
.p-partner__btnBox img {
  transition: transform 0.3s ease;
}
.p-partner__btnBox:hover img {
  transform: translateX(0.3125rem);
}

.p-privacy {
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  padding-top: 70px;
}
.p-privacy.p-privacy--partner {
  padding-bottom: 120px;
  padding-top: 130px;
}
.p-privacy.p-privacy--partner .p-privacy--partner__text {
  text-align: right;
}
.p-privacy--last {
  padding: 65px 0 130px;
}

.p-privacy__inner {
  margin: 0 auto;
  max-width: var(--max-w-container);
}

.p-privacy__title {
  padding-bottom: 40px;
}
.p-privacy__title p {
  color: #a5644b;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-privacy__title p br {
  display: none;
}
.p-privacy__title p:nth-child(2) {
  font-family: "Shrikhand", serif;
  font-size: 40px;
  padding-bottom: 20px;
}
.p-privacy__title--img {
  margin: 0 auto 24px;
  max-width: 35px;
}

.p-privacy__explain {
  font-size: 20px;
  line-height: 38px;
}

.p-privacy__item {
  margin-top: 50px;
}

.p-privacy__item--title {
  font-size: 20px;
  font-weight: bold;
}
.p-privacy__item--title:not(:first-child) {
  margin-top: 40px;
}

.p-privacy__item--text {
  font-size: 14px;
  margin-top: 10px;
}

.p-privacy__item--right {
  margin-top: 45px;
  text-align: right;
}

.p-privacy__item--companyName {
  margin-top: 10px;
}

.p-section__btnBox.p-privacy__btnBox {
  margin-top: 120px;
}
.p-section__btnBox.p-privacy__btnBox img {
  transition: transform 0.3s ease;
}
.p-section__btnBox.p-privacy__btnBox:hover img {
  transform: translateX(0.3125rem);
}

.p-qa {
  margin-top: 70px;
  padding-bottom: 100px;
}

.p-qa__inner {
  margin: 0 auto;
  max-width: var(--max-w-container);
}

.p-qa__title {
  background-color: #5ab946;
  border-radius: 50px;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 1060px;
  padding: 10px 0;
  text-align: center;
}

.p-qa__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
  justify-content: space-between;
  margin-top: 54px;
}
.p-qa__list--item {
  border: 1px solid #5ab946;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 525px;
  padding: 20px 15px;
  width: calc(50% - 25px);
}
.p-qa__list--item span {
  font-family: "Shrikhand", serif;
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
}
.p-qa__list .p-qa__list--item--title {
  align-items: flex-start;
  display: flex;
  flex-grow: 1;
  gap: 14px;
  padding-bottom: 30px;
  position: relative;
}
.p-qa__list .p-qa__list--item--title::after {
  border-bottom: 1px dashed #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-qa__list .p-qa__list--item--title__noGrow {
  flex-grow: 0;
}
.p-qa__list .p-qa__list--item--title span {
  color: #5ab946;
}
.p-qa__list .p-qa__list--item--title p {
  color: #5ab946;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 800;
}
.p-qa__list .p-qa__list--item--answer {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  padding-top: 26px;
}
.p-qa__list .p-qa__list--item--answer__grow {
  flex-grow: 1;
}
.p-qa__list .p-qa__list--item--answer span {
  color: #a5644b;
}
.p-qa__list .p-qa__list--item--answer p {
  font-size: 18px;
  line-height: 1.8;
}

.p-qa__orange .p-qa__title {
  background-color: #f08737;
}
.p-qa__orange .p-qa__list--item {
  border-color: #f08737;
}
.p-qa__orange .p-qa__list--item--title span {
  color: #f08737;
}
.p-qa__orange .p-qa__list--item--title p {
  color: #f08737;
}

.p-qa__skyBlue .p-qa__title {
  background-color: #1eb4c8;
}
.p-qa__skyBlue .p-qa__list--item {
  border-color: #1eb4c8;
}
.p-qa__skyBlue .p-qa__list--item--title span {
  color: #1eb4c8;
}
.p-qa__skyBlue .p-qa__list--item--title p {
  color: #1eb4c8;
}

.p-reason {
  background: url(../img/img_bg_brown01.webp) top center/cover no-repeat;
  height: 100%;
  margin-top: 8.125rem;
  padding-block: 12.5rem 5.625rem;
  width: 100%;
}

.p-reason__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-reason__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  position: relative;
  text-align: center;
}
.p-reason__titleWrap::before {
  background: url(../img/img_top06.webp) center center/contain no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 14.5rem;
}
.p-reason__titleWrap::after {
  background: url(../img/img_top07.webp) center center/contain no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 5.4375rem;
}

.p-reason__iconImage {
  max-width: 2.1875rem;
  width: 100%;
}

.p-reason__title {
  color: #fff07d;
  font-family: "Shrikhand", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3958333333;
}

.p-reason__iconImageBorder {
  margin-top: 0.375rem;
  max-width: 8.125rem;
}

.p-reason__content {
  margin-top: 2.5rem;
}

.p-reason__description {
  color: #fff;
  font-size: 2.5625rem;
  font-weight: bold;
  line-height: 1.3414634146;
  text-align: center;
}

.p-reason__font55 {
  font-size: 3.4375rem;
  line-height: 1;
}

.p-reason__contentItems {
  display: grid;
  gap: 3.4375rem 6.25rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.4375rem;
}

.p-reason__contentItemImage {
  position: relative;
}
.p-reason__contentItemImage img {
  width: 100%;
}

.p-reason__contentLabel {
  background-color: #fff07d;
  border-radius: 100vh;
  color: #a5644b;
  font-family: "Shrikhand", serif;
  font-size: 1.4375rem;
  left: 50%;
  line-height: 1.3913043478;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 10.625rem;
}

.p-reason__contentLabelNum {
  font-size: 1.875rem;
}

.p-reason__contentTitle {
  color: #fff;
  font-size: 2.8125rem;
  font-weight: 800;
  line-height: 1.2666666667;
  margin-top: 2.5rem;
  text-align: center;
}

.p-reason__contentText {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 1.6875rem;
  text-align: center;
}

/*
 * フォント
 * 基本的には全体管理すると思いますが、ないと崩れる可能性があったため簡易的にインポートしてます
 * 後に削除してもらって大丈夫です
*/
.p-recruit {
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.05em;
  padding-top: 70px;
}
.p-recruit:last-child {
  padding-top: 15px;
}

.p-recruit__inner {
  margin: 0 auto;
  max-width: var(--max-w-container);
}

.p-recruit__contents {
  margin: 0 auto;
  max-width: 800px;
}

.p-recruit__title {
  padding-bottom: 40px;
}
.p-recruit__title p {
  color: #a5644b;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-recruit__title p br {
  display: none;
}
.p-recruit__title p:nth-child(2) {
  font-family: "Shrikhand", serif;
  font-size: 40px;
  padding-bottom: 20px;
}
.p-recruit__title--img {
  margin: 0 auto 24px;
  max-width: 35px;
}

.p-recruit__txt {
  font-size: 20px;
  line-height: 33px;
  margin-top: 45px;
  text-align: center;
}
.p-recruit__flex {
  justify-content: space-between;
}
.p-recruit__flex--item {
  background-color: #a5644b;
  max-width: 385px;
  width: 100%;
}
.p-recruit__flex--item a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  line-height: 1;
  padding: 15px 30px;
  width: 100%;
}
.p-recruit__flex--item a img {
  transition: transform 0.3s ease;
}
.p-recruit__flex--item a:hover img {
  transform: translateX(0.3125rem);
}
.p-recruit__flex--item span {
  display: block;
  height: 25px;
  max-width: 25px;
}

.p-recruit__content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  padding-bottom: 90px;
}
.p-recruit__content dt,
.p-recruit__content dd {
  font-size: 20px;
  padding: 8px 20px;
}
.p-recruit__content dt {
  border-top: 3px solid #a5644b;
  color: #a5644b;
  max-width: 200px;
  width: 100%;
}
.p-recruit__content dt:last-of-type {
  position: relative;
}
.p-recruit__content dt:last-of-type::after {
  border-top: 3px solid #a5644b;
  bottom: 0;
  color: #a5644b;
  content: "";
  left: 0;
  max-width: 200px;
  position: absolute;
  width: 100%;
}
.p-recruit__content dd {
  max-width: 600px;
  padding-top: 11px;
  position: relative;
  width: 100%;
}
.p-recruit__content dd::before {
  border-top: 1px solid #828282;
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 100%;
}
.p-recruit__content dd:last-child::after {
  border-top: 1px solid #828282;
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.p-recruit__content--brown {
  color: #a5644b;
}
.p-result {
  background-color: #d7f5ff;
  padding-block: 4.875rem 21.5625rem;
  position: relative;
  z-index: 1;
  min-height: 82.5rem;
  height: 100%;
}

.p-result__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-result__container {
  align-items: flex-start;
  display: flex;
  gap: 6rem;
  justify-content: center;
}

.p-result__leftBlock {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 16.25rem;
  width: 100%;
}

.p-result__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}

.p-result__iconImage {
  max-width: 2.1875rem;
  width: 100%;
}

.p-result__title {
  color: #5ab946;
  font-family: "Shrikhand", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3958333333;
}

.p-result__iconImageBorder {
  margin-top: 0.375rem;
  max-width: 8.125rem;
}

.p-result__titleSub {
  color: #5ab946;
  font-size: 3.4375rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.0363636364;
  margin-top: 2.8125rem;
}

.p-result__description {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 1.875rem;
}

.p-result__detailLink {
  align-items: center;
  background-color: #5ab946;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: 1.0625rem;
  font-weight: bold;
  gap: 1.125rem;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 1.9411764706;
  margin-top: 4.0625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 11.875rem;
}
.p-result__detailLink img {
  max-width: 0.8125rem;
  transition: transform 0.3s ease;
  width: 100%;
}
.p-result__detailLink:hover img {
  transform: translateX(0.3125rem);
}

.p-result__rightBlock {
  margin-left: auto;
  margin-right: auto;
  max-width: 45.625rem;
  width: 100%;
}

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

.p-result__contentItem {
  display: grid;
  gap: 1.125rem;
  grid-row: span 4;
  grid-template-rows: subgrid;
}

.p-result__contentItem span {
  font-size: 1.25rem;
}

.p-result__contentItemImage {
  max-width: 21.625rem;
  width: 100%;
}
.p-result__contentItemImage .p-result__contentItemImage02 {
  display: block;
  height: auto;
  transition: transform 0.4s ease;
  width: 100%;

  aspect-ratio: 346 / 230;
  object-fit: cover;
  border-radius: 1.25rem;
}

.p-result__contentItemDate {
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
}

.p-result__contentItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #5ab946;
  display: -webkit-box;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
  overflow: hidden;
}

.p-result__contentItemText {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 1.3529411765;
}

.p-result__backgroundImage {
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.p-result__background {
  width: 100%;
}
.p-results {
  margin-top: 4.375rem;
  padding-bottom: 10.25rem;
  position: relative;
  z-index: 1;
}

.p-results__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-results__contentsItems {
  display: grid;
  gap: 5rem 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-results__contentDate {
  letter-spacing: 0.067em;
  line-height: 1.75;
  margin-top: 1.25rem;
}

.p-results__contentTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #a5644b;
  display: inline-block;
  display: -webkit-box;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.35;
  margin-top: 1rem;
  overflow: hidden;
}

.p-results__contentText {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 1rem;
  overflow: hidden;
}

.p-results__moreLink img {
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 250;
	object-fit: cover;
	border-radius: 1.875rem;
}

.p-results__moreBtnLink {
  align-items: center;
  border: 0.0625rem solid #a5644b;
  border-radius: 100vh;
  color: #a5644b;
  display: flex;
  font-size: 1.0625rem;
  font-weight: bold;
  justify-content: space-between;
  letter-spacing: 0.15em;
  line-height: 1.9411764706;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.625rem;
  max-width: 10.5625rem;
  padding-left: 1rem;
  padding-right: 0.4375rem;
  width: 100%;
}
.p-results__moreBtnLink img {
  max-width: 0.8125rem;
  width: 100%;
}
.js-scroll {
  --y: 0px;
  --x: 0px;
  overflow: hidden;
  position: relative;
}
.js-scroll::before {
  background-color: #fff;
  border-radius: 0 0 100% 0px;
  content: "";
  height: 150%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(var(--y), var(--x));
  width: 150%;
}

.p-section__container {
  overflow: hidden;
}
.p-section__inner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin: 0 auto;
  max-width: var(--max-w-inner);
}

.p-section__title {
  height: 265px;
  position: relative;
}
.p-section__title h2 {
  position: relative;
  transform: translate(10px, 103px);
  z-index: 10;
}
.p-section__title h2 span {
  color: #fff;
  display: block;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
.p-section__title h2 span:last-child {
  font-family: "Shrikhand", serif;
  font-size: 20px;
}
.p-section__title--bg {
  left: 50.5%;
  margin: auto;
  max-width: 660px;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}
.p-section__title--circle {
  left: 50.5%;
  margin: auto;
  max-width: 677px;
  position: absolute;
  top: -14%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.p-section__title--circle.js-sec-title {
  fill: none;
  stroke: #fff;
  stroke-width: 33px;
  stroke-dasharray: 154;
  animation: circle-title ease 1s forwards;
}
@keyframes circle-title {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 154;
  }
}
.p-section__img {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.p-section__img--left {
  bottom: 0;
  left: 0;
  max-width: 385px;
  width: 32%;
}
.p-section__img--right {
  bottom: 0;
  max-width: 413px;
  right: 0;
  width: 34%;
}

.p-section__sub {
  position: relative;
}
.p-section__sub::after {
  background-image: url(../img/p-sec-border.webp);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 12px;
  left: 50%;
  max-width: 130px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.p-section__btnBox {
  background-color: #a5644b;
  border-radius: 30px;
  margin: 0 auto;
  max-width: 169px;
}
.p-section__btnBox a {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 8px 18px 6px;
  text-align: center;
  width: 100%;
}
.p-section__btnBox span {
  display: block;
}

.p-section__btn--arrow {
  max-width: 13px;
  padding-bottom: 1.5px;
}

.p-service01 {
  margin-top: 4.375rem;
}

.p-service01__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-service01__titleWrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.p-service01__titleLeft img {
  max-width: 9.75rem;
  width: 100%;
}

.p-service01__title {
  color: #a5644b;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.675;
  padding-bottom: 2.5rem;
}

.p-service01__titleRight img {
  max-width: 9.75rem;
  width: 100%;
}

.p-service01__introduction {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
}
.p-service01__introduction.p-service01__introduction--4 {
  align-items: center;
  flex-direction: column;
  margin-top: -4.6875rem;
}
.p-service01__introduction.p-service01__introduction--4
  .p-service01__introMain {
  align-items: center;
  display: flex;
  gap: 23.75rem;
  justify-content: center;
  position: relative;
  top: 4.6875rem;
}
.p-service01__introduction.p-service01__introduction--4
  .p-service01__introImage
  img {
  margin-top: 0rem;
  max-width: 33.625rem;
  width: 100%;
}
.p-service01__introduction.p-service01__introduction--4 .p-service01__introLeft,
.p-service01__introduction.p-service01__introduction--4
  .p-service01__introRight {
  margin-top: 0rem;
}

.p-service01__introLeft,
.p-service01__introRight {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 4.4375rem;
  justify-content: center;
  margin-top: 5.5rem;
}

.p-service01__speechBubbleWrap img {
  margin-top: -0.0625rem;
  max-width: 1.0625rem;
  width: 100%;
}

.p-service01__speechBubbleWrap.p-service01__speechBubbleWrap--right img {
  margin-left: 70%;
}
.p-service01__speechBubbleWrap.p-service01__speechBubbleWrap--center img {
  margin-left: auto;
  margin-right: auto;
}
.p-service01__speechBubbleWrap.p-service01__speechBubbleWrap--left img {
  margin-left: 25%;
}

.p-service01__speechBubble {
  background-color: #a5644b;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.35;
  padding-block: 1.6875rem 1.5625rem;
  text-align: center;
  width: 22.5rem;
}

.p-service01__introCenter {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-service01__introImage img {
  margin-top: 7.5625rem;
  max-width: 25.125rem;
  width: 100%;
}

.p-service01__speechBubble--lt60 {
  left: 3.75rem;
  position: relative;
}

.p-service01__speechBubble--lt172 {
  left: 10.75rem;
  position: relative;
}

.p-service01__speechBubble--rt60 {
  position: relative;
  right: 3.75rem;
}

.p-service01__speechBubble--rt172 {
  position: relative;
  right: 10.75rem;
}

.p-service02 {
  width: 100%;
}

.p-service02__bg {
  background: url(../img/img_bg_yellow03.webp) top center/100% 100% no-repeat;
  padding-bottom: 10rem;
}

.p-service02__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-service02-image {
  margin-top: -5rem;
  position: relative;
  z-index: -1;
}
.p-service02-image::before {
  background: url(../img/img_bg_blue.webp) top center/contain no-repeat;
  content: "";
  height: 34.75rem;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -20%);
  width: 34.75rem;
}

.p-service02__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2.1875rem;
  padding-top: 8.75rem;
}

.p-service02__title--img {
  max-width: 2.375rem;
  width: 100%;
}

.p-service02__subTitle {
  color: #a5644b;
  font-family: "Shrikhand", serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.675;
}

.p-service02__title {
  color: #a5644b;
  font-size: 2.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.4888888889;
  padding-bottom: 2.5rem;
}

.p-service02__contentItems {
  margin-top: 4.375rem;
}

.p-service02__contentItem {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 3.125rem;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  padding-block: 1.875rem;
}
.p-service02__contentItem:not(:first-child) {
  margin-top: 2.5rem;
}
.p-service02__contentItem:nth-child(even) {
  flex-direction: row-reverse;
}

.p-service02__contentItemLeftBlock {
  max-width: 32.5rem;
  text-align: center;
  width: 100%;
}

.p-service02__contentItemNum {
  color: #a5644b;
  font-family: "Shrikhand", serif;
  font-size: 3.4375rem;
  letter-spacing: 0em;
  line-height: 1;
}

.p-service02__contentItemTitle {
  color: #a5644b;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.40625;
  margin-top: 1.25rem;
}

.p-service02__contentItemText {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5555555556;
  margin-top: 1.5rem;
  text-align: left;
}

.p-service02__contentItemRightBlock img {
  max-width: 30rem;
  width: 100%;
}

.p-service03 {
  background-color: #d7f5ff;
  padding-bottom: 10.25rem;
  position: relative;
}

.p-service03__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-service03__titleWrap {
  padding-top: 1.25rem;
  text-align: center;
}

.p-service03__title {
  color: #5ab946;
  font-size: 3.4375rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2181818182;
}

.p-service03__titleText {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 2.1875rem;
}

.p-service03__flowBlock {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 4.375rem;
}

.p-service03__flow {
  align-items: center;
  background-color: #fff;
  border: 0.125rem solid #5ab946;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  height: 11.9375rem;
  justify-content: center;
  position: relative;
  width: 11.75rem;
}
.p-service03__flow.is-taikyo {
  width: 15.3125rem;
}
.p-service03__flow.is-taikyo:not(:first-child)::before {
  background: url(../img/img_arrow04.webp) center center/contain no-repeat;
  content: "";
  height: 0.9375rem;
  left: -9%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.375rem;
}
.p-service03__flow:not(:first-child)::before {
  background: url(../img/img_arrow04.webp) center center/contain no-repeat;
  content: "";
  height: 0.9375rem;
  left: -12%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.375rem;
}

.p-service03__flowNum {
  align-items: center;
  background-color: #5ab946;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-family: "Shrikhand", serif;
  font-size: 1.8125rem;
  height: 4.375rem;
  justify-content: center;
  left: 50%;
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  width: 4.375rem;
}

.p-service03__flowTitle {
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.1923076923;
  margin-top: 0.9375rem;
}

.p-service03__flowImage img {
  -o-object-fit: contain;
  aspect-ratio: 80/80;
  height: auto;
  max-width: 5rem;
  object-fit: contain;
  width: 100%;
}

.p-service03__priceWrap {
  background-color: #fff;
  border-radius: 3.125rem;
  margin-top: 6.875rem;
  padding-block: 3.125rem;
}

.p-service03__priceTitle {
  color: #a5644b;
  font-size: 3.4375rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2181818182;
  text-align: center;
}

.p-service03__priceText {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.65;
  margin-top: 2rem;
  text-align: center;
}

.p-service03__priceContentsWrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.375rem;
  max-width: 55rem;
  width: 100%;
}

.p-service03__priceContent {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
}

.p-service03__priceContentName {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 2.6086956522;
  width: 16.25rem;
}

.p-service03__priceContentWrap {
  align-items: center;
  display: flex;
  gap: 1.8125rem;
  justify-content: center;
}

.p-service03__priceContentDot {
  border-bottom: 0.125rem dotted #000;
  height: 0.125rem;
  width: 6.25rem;
}

.p-service03__priceContentValue {
  font-size: 1.4375rem;
  letter-spacing: 0em;
  line-height: 2.6086956522;
  width: 27.5rem;
}
.p-service03__priceContentValue span {
  color: #a5644b;
  font-weight: bold;
}

.p-service03__priceContentSubText {
  align-items: center;
  display: flex;
  font-size: 1.4375rem;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 2.6086956522;
  margin-top: 4.75rem;
}

.p-slider {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.p-slider .swiper-slide-active .p-slider__img,
.p-slider .swiper-slide-duplicate-active .p-slider__img,
.p-slider .swiper-slide-prev .p-slider__img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.p-slider .swiper-pagination-bullet {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}
.p-slider .swiper-pagination-bullet-active {
  background: url(../img/) center center/contain no-repeat;
  background-color: transparent;
  border-radius: unset;
  height: 15px;
  opacity: 1;
  width: 15px;
}

.p-slider__img {
  height: 100%;
}
.p-slider__img img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-slider__slide {
  overflow: hidden;
}

.p-slider__btn {
  height: 60px;
  width: 60px;
}

.p-slider__pagination {
  bottom: 30px !important;
  left: auto;
  position: absolute;
  right: auto;
  width: auto;
}

.p-top-service {
  background: url(../img/img_bg_yellow01.webp) bottom center/cover no-repeat;
  background-color: #d7f5ff;
  height: 100%;
  padding-block: 9.375rem 5.625rem;
  width: 100%;
}

.p-top-service__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 68.75rem;
  width: 100%;
}

.p-top-service__titleWrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  position: relative;
  text-align: center;
}
.p-top-service__titleWrap::before {
  background: url(../img/img_top09.webp) center center/contain no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3.4375rem;
}
.p-top-service__titleWrap::after {
  background: url(../img/img_top10.webp) center center/contain no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 12.5625rem;
}

.p-top-service__iconImage {
  max-width: 2.1875rem;
  width: 100%;
}

.p-top-service__title {
  color: #a5644b;
  font-family: "Shrikhand", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3958333333;
}

.p-top-service__iconImageBorder {
  margin-top: 0.375rem;
  max-width: 8.125rem;
}

.p-top-service__content {
  margin-bottom: 6.125rem;
  margin-top: 2.5rem;
}

.p-top-service__description {
  color: #a5644b;
  font-size: 3.4375rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.0363636364;
  text-align: center;
}

.p-top-service__font55 {
  font-size: 3.4375rem;
  line-height: 1;
}

.p-top-service__contentItems {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3.4375rem;
}

.p-top-service__contentItem {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-top-service__contentItemImage {
  position: relative;
}

.p-top-service__contentTitle {
  color: #a5644b;
  font-size: 2.8125rem;
  font-weight: 800;
  line-height: 1.2666666667;
  margin-top: 2.5rem;
  text-align: center;
}

.p-top-service__contentText {
  color: #a5644b;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.65;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.6875rem;
  max-width: 30rem;
  text-align: left;
  width: 100%;
}

.p-top-service__detailLink {
  align-items: center;
  background-color: #a5644b;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: 1.0625rem;
  font-weight: bold;
  gap: 1.125rem;
  justify-content: center;
  line-height: 1.9411764706;
  margin-top: 4.125rem;
  max-width: 11.875rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
}
.p-top-service__detailLink img {
  max-width: 0.8125rem;
  transition: transform 0.3s ease;
}
.p-top-service__detailLink:hover img {
  transform: translateX(0.3125rem);
}

.p-wave__relative {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* 単一波の場合 */
.p-wave__wrapper {
  height: 80px;
  left: 0;
  /* SVG viewBox の高さに合わせる */
  overflow-x: hidden;
  /* 横方向だけクリップ */
  overflow-y: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}

/* SVG を動かす */
.p-wave__svg {
  /* 下向きに反転 */
  fill: #fff;
  animation: waveMove2 4s linear infinite;
  /* 2倍幅で translateX(-50%) でループ */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 200%;
  will-change: transform;
}

/* ループアニメーション */
@keyframes waveMove2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.u-base1 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-flex {
  display: flex;
}

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

.u-pc1024 {
  display: none;
}

.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-text__right {
  text-align: right;
}

.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w800 {
  font-weight: 800;
}

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

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
  .c-underBar:hover:before {
    opacity: 0;
    transition: 0.5s all;
  }
}

@media screen and (min-width: 769px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
  .c-imgZoom:hover img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 1.0666666667vw;
  }
}

@media screen and (max-width: 1200px) {
  .p-media__txt {
    color: pink;
  }
}

@media screen and (max-width: 1024px) {
  .p-qa__list {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 32px;
  }
  .p-qa__list--item {
    margin: 0 auto;
    width: 100%;
  }
  .u-pc1024 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-about-us__content dt,
  .p-about-us__content dd {
    font-size: 2rem;
    max-width: 100%;
  }
  .p-about-us__content dt:last-of-type::after {
    display: none;
  }
  .p-about-us__content dt {
    border-top: 2px solid #a5644b;
    max-width: 100%;
  }
  .p-about-us__content {
    margin-top: 55px;
    padding-bottom: 120px;
  }
  .p-about-us__content dt:not(:first-child) {
    margin-top: 15px;
  }
  .p-contact {
    padding: 45px 0;
  }
  .p-contact__inner {
    padding: 0 20px;
  }
  .p-contact__title {
    font-size: 28px;
  }
  .p-contact__form {
    margin: 30px auto 0;
  }
  .p-contact__form--item {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .p-contact__form--item:not(:first-child) {
    margin-top: 30px;
  }
  .p-contact__form--item--w400 input {
    max-width: 100%;
  }
  .p-contact__form--label {
    max-width: 100%;
    width: 100%;
  }
  .p-contact__form--box span {
    display: none;
  }
  .p-contact__form--box.p-contact__form--age {
    max-width: 100%;
  }
  .p-contact__form--textarea--box span {
    display: none;
  }
  .p-contact__privacy {
    margin-top: 40px;
  }
  .p-contact__btn {
    margin-top: 30px;
  }
  .p-contact__form--label--sp {
    background-color: #a5644b;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-left: 20px;
    padding: 4px 10px;
  }
  .p-contact__form--label--sp.p-contact__form--label--sp--optional {
    background-color: #646464;
  }
  .p-partner {
    padding-top: 35px;
  }
  .p-partner__inner {
    padding: 0 20px;
  }
  .p-partner__title {
    padding-bottom: 24px;
  }
  .p-partner__title p br {
    display: block;
  }
  .p-partner__title p:nth-child(2) {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .p-partner__title p {
    font-size: 26px;
  }
  .p-partner__txt {
    font-size: 18px;
    margin-top: 30px;
  }
  .p-partner__txt br {
    display: none;
  }
  .p-partner__flex {
    flex-direction: column;
    gap: 15px;
  }
  .p-partner__flex--item {
    max-width: 100%;
  }
  .p-partner__content dt,
  .p-partner__content dd {
    font-size: 16px;
  }
  .p-partner__content dt:last-of-type::after {
    display: none;
  }
  .p-partner__content dt {
    border-top: 2px solid #a5644b;
    max-width: 100%;
  }
  .p-partner__content {
    margin-top: 55px;
    padding-bottom: 55px;
  }
  .p-partner__content dt:not(:first-child) {
    margin-top: 15px;
  }
  .p-partner__centerLine {
    background-image: url(../img/p-sec-centerLine.webp);
    background-repeat: no-repeat;
    background-size: 200%;
    height: 10px;
  }
  .p-partner__centerLine img {
    display: none;
  }
  .p-privacy {
    padding-top: 35px;
  }
  .p-privacy.p-privacy--partner {
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .p-privacy--first {
    padding-top: 60px;
  }
  .p-privacy--last {
    padding: 40px 0 70px;
  }
  .p-privacy__inner {
    padding: 0 10px;
  }
  .p-privacy__title {
    padding-bottom: 24px;
  }
  .p-privacy__title p br {
    display: block;
  }
  .p-privacy__title p:nth-child(2) {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .p-privacy__title p {
    font-size: 26px;
  }
  .p-privacy__title--img {
    margin-bottom: 16px;
    max-width: 28px;
  }
  .p-privacy__explain {
    font-size: 16px;
    line-height: 28px;
  }
  .p-privacy__item {
    margin-top: 25px;
  }
  .p-privacy__item--title {
    font-size: 16px;
  }
  .p-privacy__item--title:not(:first-child) {
    margin-top: 25px;
  }
  .p-privacy__item--text {
    font-size: 16px;
  }
  .p-section__btnBox.p-privacy__btnBox {
    margin-top: 60px;
  }
  .p-qa {
    padding-bottom: 35px;
  }
  .p-qa__inner {
    padding: 0 10px;
  }
  .p-qa__title {
    font-size: 26px;
  }
  .p-qa__list--item span {
    font-size: 24px;
  }
  .p-qa__list .p-qa__list--item--title {
    padding-bottom: 24px;
  }
  .p-qa__list .p-qa__list--item--title p {
    font-size: 20px;
  }
  .p-qa__list .p-qa__list--item--answer p {
    font-size: 16px;
  }
  .p-recruit {
    padding-top: 35px;
  }
  .p-recruit--last {
    padding: 0;
  }
  .p-recruit__inner {
    padding: 0 20px;
  }
  .p-recruit__title {
    padding-bottom: 24px;
  }
  .p-recruit__title p br {
    display: block;
  }
  .p-recruit__title p:nth-child(2) {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .p-recruit__title p {
    font-size: 26px;
  }
  .p-recruit__txt {
    font-size: 18px;
    margin-top: 30px;
  }
  .p-recruit__txt br {
    display: none;
  }
  .p-recruit__flex {
    flex-direction: column;
    gap: 15px;
  }
  .p-recruit__flex--item {
    max-width: 100%;
  }
  .p-recruit__content dt,
  .p-recruit__content dd {
    font-size: 16px;
  }
  .p-recruit__content dt:last-of-type::after {
    display: none;
  }
  .p-recruit__content dt {
    border-top: 2px solid #a5644b;
    max-width: 100%;
  }
  .p-recruit__content {
    margin-top: 55px;
    padding-bottom: 55px;
  }
  .p-recruit__content dt:not(:first-child) {
    margin-top: 15px;
  }
  .p-recruit__centerLine {
    background-image: url(../img/p-sec-centerLine.webp);
    background-repeat: no-repeat;
    background-size: 200%;
    height: 10px;
  }
  .p-recruit__centerLine img {
    display: none;
  }
  .p-section__container {
    overflow: visible;
  }
  .p-section__title {
    height: 30vw;
  }
  .p-section__title h2 {
    transform: translateY(17vw);
  }
  .p-section__title h2 span:last-child {
    font-size: 2.8vw;
  }
  .p-section__title h2 span {
    font-size: 6.5vw;
  }
  .p-section__title--bg {
    left: 50%;
    min-width: 258px;
    top: -10px;
    width: 90vw;
  }
  .p-section__title--circle {
    left: 50%;
    top: -12%;
  }
  .p-section__img--left {
    bottom: auto;
    left: 3%;
    min-width: 107px;
    top: -70%;
    width: 28%;
  }
  .p-section__img--right {
    bottom: auto;
    min-width: 115px;
    right: 3%;
    top: -73%;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.0833333333vw;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: 1.25rem;
    padding-left: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-left: 1.375rem;
  }
  .p-about-greetings__title--img {
    max-width: 4.375rem;
  }
  .p-about-greetings__title {
    font-size: 3.25rem;
  }
  .p-about-greetings__policyText {
    font-size: 2.5rem;
  }
  .p-about-greetings__messageInner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-about-greetings__messageText {
    font-size: 2.25rem;
  }
  .p-about-greetings__representativeName {
    font-size: 2rem;
  }
  .p-about-us__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-about-us__title--img {
    max-width: 4.375rem;
  }
  .p-area__iconImage {
    max-width: 3.5625rem;
  }
  .p-area__title {
    font-size: 2.6875rem;
    letter-spacing: 0.05em;
  }
  .p-area__titleSub {
    font-size: 4.3125rem;
    margin-top: 3rem;
  }
  .p-area__description {
    font-size: 2.3125rem;
    line-height: 1.4444444444;
    margin-top: 2.25rem;
    text-align: center;
  }
  .p-area__content {
    margin-top: 3.375rem;
  }
  .p-area__contentItems {
    gap: 1rem;
  }
  .p-area__contentItem {
    gap: 0.28125rem;
    height: 10rem;
    width: 10rem;
  }
  .p-area__iconImage--saitama {
    max-width: 4.25rem;
  }
  .p-area__iconImage--tokyo {
    max-width: 3.4375rem;
  }
  .p-area__iconImage--kanagawa {
    max-width: 2.9375rem;
  }
  .p-area__areaName {
    font-size: 2.0625rem;
    line-height: 1.7647058824;
  }
  .p-contact__form--item--radio label {
    font-size: 14px;
  }
  .p-contact__form--item--check label {
    font-size: 14px;
  }
  .error-message {
    font-size: 1.8125rem;
  }
  .p-detail h1 {
    font-size: 3rem;
  }
  .p-detail h2 {
    font-size: 2.625rem;
  }
  .p-detail h3 {
    font-size: 2.25rem;
  }
  .p-detail h4 {
    font-size: 1.875rem;
  }
  .p-detail h5 {
    font-size: 1.5rem;
  }
  .p-detail h6 {
    font-size: 1.25rem;
  }
  .p-detail__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-detail__date {
    font-size: 1.875rem;
  }
  .p-detail__text p,
  .p-detail__text li {
    font-size: 1.875rem;
  }
  .p-detail__returnListLink img {
    max-width: 1.625rem;
  }
  .p-detail__returnListLink {
    font-size: 2rem;
    max-width: 21.25rem;
  }
  .p-footer {
    background: url(../img/img_bg_brown02_sp.webp) top center/100% 100%
      no-repeat;
  }
  .p-footer__inner {
    max-width: 76rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .p-footer__navItems {
    flex-direction: column;
  }
  .p-footer__nav::before {
    content: none;
  }
  .p-footer__nav:last-child::after {
    content: none;
  }
  .p-footer__nav {
    margin-top: 0.625rem;
  }
  .p-footer__info {
    flex-direction: column;
    margin-top: 0rem;
    text-align: center;
  }
  .p-footer__footerLogo img {
    max-width: 35.625rem;
  }
  .p-footer__officeName {
    font-size: 2.6875rem;
    margin-top: 2rem;
  }
  .p-footer__officeAccess,
  .p-footer__officeTel,
  .p-footer__officeFax {
    font-size: 2.625rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-header__contents {
    padding-top: 25px;
  }
  .p-header__mailBox {
    display: none;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__nav--item:first-child::before {
    content: none;
  }
  .p-header__nav--item::after {
    content: none;
  }
  .p-header__nav--item span {
    font-size: 14px;
  }
  .p-header__nav--item span:first-child {
    font-size: 18px;
  }
  .p-header__nav--ham {
    background-color: #5ab946;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    left: 10px;
    position: fixed;
    top: 10px;
    width: 40px;
    z-index: 999999;
  }
  .p-header__nav--ham li {
    border-radius: 10px;
    border-top: 2px solid #fff;
    height: 2px;
    transition: 0.5s;
    width: 20px;
  }
  .p-header__nav--ham li:hover {
    opacity: 0.8;
  }
  .p-header__nav--ham li:nth-child(2) {
    margin: 5px 0;
    opacity: 1;
  }
  .p-header__nav--ham.js-hamActive li:first-child {
    transform: rotate(45deg) translate(1.6px, 1.6px);
  }
  .p-header__nav--ham.js-hamActive li:nth-child(2) {
    display: none;
  }
  .p-header__nav--ham.js-hamActive li:last-child {
    transform: rotate(-45deg) translate(0.8px, 0);
  }
  .p-header__nav--sp {
    display: block;
  }
  .p-header__nav--sp__list {
    background-color: #fff;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(200%);
    transition: 0.5s;
    width: 100%;
    z-index: 9999;
  }
  .p-header__nav--sp__list.js-open {
    transform: translateX(0%);
  }
  .p-header__nav--sp__list--item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    justify-content: center;
  }
  .p-header__contactSp {
    background-color: #a5644b;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
  }
  .p-header__contactSp img {
    height: 16px;
    width: 24px;
  }
  .p-header__img--left {
    bottom: auto;
    left: 7%;
    min-width: 107px;
    top: 30%;
    width: 28%;
  }
  .p-header__img--right {
    bottom: auto;
    min-width: 115px;
    right: 7%;
    top: 30%;
    width: 30%;
  }
  .p-info {
    margin-top: 5rem;
    padding-block: 5rem;
  }
  .p-info__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .p-info__container {
    flex-direction: column;
    gap: 3.75rem;
  }
  .p-info__leftBlock {
    max-width: 100%;
  }
  .p-info__leftBlockTitleWrap img {
    max-width: 4.375rem;
  }
  .p-info__leftBlockTitle {
    font-size: 3.125rem;
  }
  .p-info__leftBlockItem:not(:first-child) {
    margin-top: 2rem;
  }
  .p-info__leftBlockLink {
    flex-direction: column;
    gap: 0.75rem;
  }
  .p-info__leftBlockDate {
    font-size: 2rem;
    line-height: 1.75;
  }
  .p-info__leftBlockContent {
    font-size: 2rem;
    line-height: 1.625;
  }
  .p-info__detailBtn img {
    max-width: 1.625rem;
  }
  .p-info__detailBtn {
    font-size: 2.125rem;
    margin-top: 2.5rem;
  }
  .p-info__rightBlock {
    width: 100%;
  }
  .p-info__rightBlockTitleWrap img {
    max-width: 4.5rem;
  }
  .p-info__rightBlockTitle {
    font-size: 3.125rem;
  }
  .p-info__rightBlockItems {
    margin-top: 4rem;
  }
  .p-info__rightBlockItem img {
    display: none;
  }
  .p-info__rightBlockContent {
    gap: 1.5rem;
  }
  .p-info__rightBlockIcon {
    font-size: 4.875rem;
    height: 8.125rem;
    max-width: 8.125rem;
  }
  .p-info__rightBlockText {
    font-size: 2.125rem;
    line-height: 1.2941176471;
    max-width: 35rem;
  }
  .p-introduction {
    margin-top: 9.75rem;
  }
  .p-introduction__container {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .p-introduction__title {
    font-size: 2.875rem;
    letter-spacing: 0.05em;
    line-height: 1.619047619;
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
  .p-introduction__description {
    font-size: 2rem;
    letter-spacing: 0.07em;
    line-height: 1.8888888889;
    min-width: 24.125rem;
  }
  .p-introduction__descriptionImages img {
    max-width: 3.6875rem;
  }
  .p-introduction__descriptionImages02 img {
    max-width: 2.5rem;
  }
  .p-introduction__font--bold {
    font-size: 2.625rem;
  }
  .p-media {
    flex-direction: column-reverse;
  }
  .p-media__head {
    font-size: 6.25rem;
  }
  .p-media__txt {
    color: red;
    font-size: 2.5rem;
  }
  .p-media__img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .p-media__body {
    margin-top: 1.875rem;
    width: 100%;
  }
  .p-modal__block {
    width: 80%;
  }
  .p-modal__wrap {
    padding: 2.5rem 0 1.875rem;
  }
  .p-mv__swiperFrame {
    width: 42.5rem;
  }
  .p-mv__sliderCaption {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .slide--center .p-mv__slideCaptionWrap {
    top: 45%;
  }
  .slide--bottom .p-mv__slideCaptionWrap {
    top: 55%;
  }
  .slide--left .p-mv__slideCaptionWrap {
    top: 55%;
  }
  .p-news__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-news__contentItem {
    padding-bottom: 10px;
  }
  .p-news__detailLink {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .p-news__contentDate {
    font-size: 2.125rem;
  }
  .p-news__contentTitle {
    font-size: 2.125rem;
    line-height: 2;
  }
  .p-otoiawase__inner {
    padding: 0 20px;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .p-pageTop__wrap img {
    width: 5.625rem;
  }
  .p-pagination ul li a,
  .p-pagination ul li span {
    font-size: 2rem;
  }
  .p-reason__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-reason__titleWrap::before {
    content: none;
  }
  .p-reason__titleWrap::after {
    content: none;
  }
  .p-reason__description {
    font-size: 2.3125rem;
    line-height: 1.5555555556;
  }
  .p-reason__font55 {
    font-size: 4.5rem;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }
  .p-reason__contentItems {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .p-reason__contentItemImage img {
    max-width: 100%;
  }
  .p-reason__contentItemImage {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .p-reason__contentLabel {
    font-size: 2rem;
    line-height: 1.2;
    width: 15.625rem;
  }
  .p-reason__contentLabelNum {
    font-size: 2.5rem;
  }
  .p-reason__contentText {
    font-size: 16px;
  }
  .p-result__container {
    flex-direction: column;
  }
  .p-result__leftBlock {
    max-width: 100%;
  }
  .p-result__description {
    font-size: 1.8125rem;
    text-align: center;
  }
  .p-result__detailLink img {
    max-width: 1.75rem;
  }
  .p-result__detailLink {
    font-size: 2.125rem;
    margin-left: auto;
    margin-right: auto;
    width: 21.25rem;
  }
  .p-result__contentItems {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-result__contentItem {
    margin-left: auto;
    margin-right: auto;
    max-width: 43.125rem;
    width: 100%;
  }

  .p-result__contentItem span {
    font-size: 1.8125rem;
    text-align: center;
  }

  .p-result__contentItemImage {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .p-result__contentItemDate {
    font-size: 1.875rem;
  }
  .p-result__contentItemTitle {
    font-size: 2.375rem;
  }
  .p-result__contentItemText {
    font-size: 1.875rem;
  }
  .p-results__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-results__contentsItems {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-results__contentDate {
    font-size: 1.75rem;
  }
  .p-results__contentTitle {
    font-size: 2.5rem;
  }
  .p-results__contentText {
    font-size: 2rem;
  }
  .p-results__moreBtnLink img {
    max-width: 1.625rem;
  }
  .p-results__moreBtnLink {
    font-size: 2.125rem;
    max-width: 21.25rem;
    padding-left: 2rem;
    padding-right: 0.875rem;
  }
  .p-service01__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-service01__titleLeft img {
    max-width: 4.375rem;
  }
  .p-service01__title {
    font-size: 2.25rem;
  }
  .p-service01__titleRight img {
    max-width: 4.375rem;
  }
  .p-service01__introduction {
    gap: 6px;
  }
  .p-service01__introduction.p-service01__introduction--4
    .p-service01__introMain {
    gap: 13.125rem;
    margin-top: 2.5rem;
  }
  .p-service01__introduction.p-service01__introduction--4
    .p-service01__introImage
    img {
    max-width: 22.5rem;
  }
  .p-service01__introduction.p-service01__introduction--4
    .p-service01__introLeft,
  .p-service01__introduction.p-service01__introduction--4
    .p-service01__introRight {
    gap: 1.25rem;
  }
  .p-service01__introLeft,
  .p-service01__introRight {
    gap: 2.25rem;
  }
  .p-service01__speechBubble {
    border-radius: 5px;
    font-size: 1.34375rem;
    padding-left: 5px;
    padding-right: 5px;
    width: 15rem;
  }
  .p-service01__introCenter {
    margin-top: 1.25rem;
  }
  .p-service01__introImage img {
    margin-top: 4.6875rem;
    max-width: 13.75rem;
  }
  .p-service01__speechBubble--lt60 {
    left: 0;
  }
  .p-service01__speechBubble--lt172 {
    left: 6.25rem;
  }
  .p-service01__speechBubble--rt60 {
    right: 0;
  }
  .p-service01__speechBubble--rt172 {
    right: 6.25rem;
  }
  .p-service02__bg {
    background: url(../img/img_bg_yellow03_sp.webp) top center/100% 100%
      no-repeat;
  }
  .p-service02__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-service02-image {
    margin-top: -3rem;
  }
  .p-service02-image::before {
    transform: translate(-50%, -15%);
  }
  .p-service02__title {
    font-size: 2.5625rem;
  }
  .p-service02__contentItem:nth-child(even) {
    flex-direction: column-reverse;
  }
  .p-service02__contentItem {
    align-items: center;
    flex-direction: column-reverse;
    padding-left: 18px;
    padding-right: 18px;
  }
  .p-service02__contentItemLeftBlock {
    max-width: 37.5rem;
  }
  .p-service02__contentItemNum {
    font-size: 3.75rem;
    line-height: 1.1333333333;
  }
  .p-service02__contentItemTitle {
    font-size: 2.5rem;
    margin-top: 0rem;
  }
  .p-service02__contentItemText {
    font-size: 1.78125rem;
  }
  .p-service02__contentItemRightBlock img {
    max-width: 100%;
  }
  .p-service03__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-service03__title {
    font-size: 4.0625rem;
  }
  .p-service03__titleText {
    font-size: 1.71875rem;
  }
  .p-service03__flowBlock {
    flex-direction: column;
    gap: 9.6875rem;
    margin-top: 8.75rem;
  }
  .p-service03__flow {
    flex-direction: row-reverse;
    gap: 3.75rem;
    height: 100%;
    justify-content: space-around;
    min-height: 15rem;
    width: 100%;
  }
  .p-service03__flow.is-taikyo {
    width: 100%;
  }
  .p-service03__flow.is-taikyo:not(:first-child)::before {
    background: url(../img/img_arrow05.webp) center center/contain no-repeat;
    height: 2.75rem;
    left: 50%;
    top: -50%;
    width: 1.875rem;
  }
  .p-service03__flow.is-taikyo .p-service03__flowTitle {
    max-width: 21rem;
  }
  .p-service03__flow:not(:first-child)::before {
    background: url(../img/img_arrow05.webp) center center/contain no-repeat;
    height: 2.75rem;
    left: 50%;
    top: -50%;
    width: 1.875rem;
  }
  .p-service03__flowNum {
    font-size: 5rem;
    height: 8.75rem;
    width: 8.75rem;
  }
  .p-service03__flowTitle {
    font-size: 2.8125rem;
    max-width: 18.5rem;
    width: 100%;
  }
  .p-service03__flowImage img {
    max-width: 9.5rem;
  }
  .p-service03__priceWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-service03__priceTitle {
    font-size: 4.0625rem;
  }
  .p-service03__priceText {
    font-size: 2.3125rem;
  }
  .p-service03__priceContent {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0rem;
  }
  .p-service03__priceContent.u-sp {
    display: flex;
  }
  .p-service03__priceContentName {
    font-size: 2.3125rem;
    width: 100%;
  }
  .p-service03__priceContentValue {
    font-size: 2.0625rem;
    width: 100%;
  }
  .p-service03__priceContentSubText {
    font-size: 2.125rem;
  }
  .p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
  .p-top-service {
    background: url(../img/img_bg_yellow01_sp.webp) bottom center/cover
      no-repeat;
    background-color: #d7f5ff;
  }
  .p-top-service__titleWrap::before {
    content: none;
  }
  .p-top-service__titleWrap::after {
    content: none;
  }
  .p-top-service__contentItems {
    gap: 3.75rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top-service__contentItem {
    padding: 0 20px;
  }
  .p-top-service__contentItemImage {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .p-top-service__contentItemImage img {
    max-width: 43.1875rem;
    width: 100%;
  }
  .p-top-service__contentText {
    font-size: 1.78125rem;
    max-width: 100%;
  }
  .p-top-service__detailLink img {
    max-width: 1.125rem;
  }
  .p-top-service__detailLink {
    font-size: 1.515625rem;
    margin-top: 3.125rem;
    max-width: 17.5rem;
  }
  .u-font18 {
    font-size: 1rem;
  }
  .u-font20 {
    font-size: 1rem;
  }
  .u-font22 {
    font-size: 1.125rem;
  }
  .u-font24 {
    font-size: 1.125rem;
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}

@media screen and (max-width: 750px) {
  .p-footer__copyright {
    font-size: 13px;
    margin-top: 33px;
    padding-block: 2.625rem;
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .p-detail__text a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
  .p-footer__navLink:hover {
    color: #fff07d;
    transition: 0.5s;
  }
  .p-header__mailBox:hover {
    background: #5ab946;
    transition: 0.5s;
  }
  .p-news__contentItem a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
  .p-result__link:hover {
    opacity: 0.7;
    transition: 0.5s;
  }
  .p-result__contentItem:hover .p-result__contentItemImage02 {
    transform: scale(1.05);
  }
  .p-results__contentTitle:hover,
  .p-results__moreBtnLink:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
