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

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

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

/* recaptcha アイコンを非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

*,
*::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-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  width: 78.125rem;
}

.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: #dc465a;
  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 #dc465a;
  font-size: 1.875rem;
  padding-left: 1.875rem;
}

.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%;
}
/* 404ページ */
.error__fv {
  padding-bottom: 216px;
  padding-top: 216px;
}
.error__fv-inner {
  margin: 0 auto;
  max-width: 810px;
  padding: 0 25px;
  width: 100%;
}

.error__body {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.error__fv-main-title {
  color: #dc465a;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}
.error__fv-sub-title {
  color: #dc465a;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.375;
  margin-top: 20px;
}
.error__button-area {
  margin-top: 20px;
}

.error__button {
  color: #dc465a;
}

/* ABOUT USページ */
.about-greeting {
  padding: 6.25rem 0 6.1875rem;
}

.about-greeting__inner {
  height: auto;
  margin: 0 auto;
  max-width: 53.125rem;
  padding: 0 25px;
  width: 100%;
}
.about-section__inner {
  height: auto;
  margin: 0 auto;
  max-width: 850px;
  padding: 0 25px;
  width: 100%;
}
.about-section__title {
  color: #dc465a;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

.about-section__subTitle {
  color: #dc465a;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.1428571429;
}

.about-greeting__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 2.1111111111;
  text-align: justify;
}
.about-greeting__author {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 2.0588235294;
  margin-top: 40px;
  text-align: right;
}

.about-campany {
  background-color: #fcf0f2;
  padding: 70px 0;
}

.company-info {
  background-color: #fff;
  margin-top: 57px;
  padding: 1.875rem;
}

.company-info__group {
  border-bottom: 1px dashed #323232;
  display: flex;
  padding: 1.375rem 0;
  width: 100%;
}
.company-info__group:first-child {
  padding-top: 0rem;
}

.company-info__item {
  color: #000;
  font-size: 1.125rem;
  font-family: 'Noto Sans JP", sans-serif';
  letter-spacing: 0;
  max-width: 25%;
  min-width: 15%;
}
.company-info__description {
  color: #000;
  font-size: 1.125rem;
  font-family: 'Noto Sans JP", sans-serif';
  line-height: 1.7777777778;
}

.company-info__item--ls50 {
  letter-spacing: 0.5em;
}

.about-access {
  padding: 70px 0 50px 0;
}

.about-access__inner {
  height: auto;
  margin: 0 auto;
  max-width: 1002px;
  padding: 0 25px;
  width: 100%;
}

.about-access__body {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 70px;
}
.about-access__img {
  -o-object-fit: cover;
  aspect-ratio: 424/252;
  background-image: url("../img/tp_image_about01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: auto;
  margin-left: 22px;
  object-fit: cover;
  width: 100%;
}
.about-access__content {
  max-width: 100%;
  width: 100%;
}

.about-access__address {
  font-size: 18px;
}

.about-access__detail {
  font-size: 18px;
  line-height: 1.7em;
}

.about-access__border {
  padding: 20px 0;
  position: relative;
}

.about-access__border::after {
  border-top: 1px dashed black;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
.google-map {
  padding: 40px 0 70px;
}

.google-map__frame {
  margin: 0 auto;
  max-width: 1490px;
  width: 100%;
}
.about-greeting__contentsBlock {
  margin-top: 3.3125rem;
}

.about-greeting__text--theme {
  color: #dc465a;
}

.about-greeting__text--bold {
  display: inline-block;
  font-weight: bold;
  margin: 0.9375rem 0;
}

/* BLOGページ */
.blogs-list {
  padding: 120px 0;
}

.blogs-list__inner {
  margin: 0 auto;
  max-width: 1296px;
  padding: 0 20px;
  width: 100%;
}

.blogs-list__genre {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.blogs-list__cards {
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-top: 20px;
  row-gap: 76px;
}

/* ブログページ(archive.php)で使用するクラス*/
.archive__layout {
  margin: 150px auto 100px;
  max-width: 1540px;
  padding: 0 50px;
  width: 100%;
}
.archive__head {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.archive__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.archive__category a {
  align-items: center;
  border: 1px solid #dc465a;
  border-radius: 15px;
  color: #dc465a;
  display: flex;
  font-size: 16px;
  height: 30px;
  padding: 2px 16px 0;
  transition: all 0.3s;
}
.archive__category--active a {
  background-color: #dc465a;
  color: white;
  cursor: default;
}

.archive__category a:hover {
  background-color: #dc465a;
  color: white;
  opacity: 1;
}

.archive__articles {
  display: flex;
  flex-wrap: wrap;
  /* ここで横の枚数を制御*/
  gap: 50px 30px;
  margin-top: 50px;
  width: 100%;
}

.archive__articles--related {
  gap: 30px;
  margin-top: 50px;
}
.archive__article {
  border: 1px solid rgba(240, 240, 240, 0.75);
  display: flex;
  /* 100% - archive__articlesのgapの数 / 横並びの投稿の枚数 */
  width: calc((100% - 90px) / 4);
}

.archive__articles--related .archive__article {
  width: calc((100% - 60px) / 3);
}
.archive__article a {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.archive__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /* タイトルを揃えたいなら下記を指定 */
  justify-content: space-between;
  margin-top: 16px;
  padding: 0 24px 25px;
}
.archive__article img {
  -o-object-fit: cover;
  -o-object-position: center;
  /* ここでサムネイルの比率を管理 */
  aspect-ratio: 16/9;
  height: 190px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.archive__the-title {
  display: flex;
  font-size: 20px;
  font-weight: 400;
}
.archive__the-content {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  /*
      ここから下で...を作成
      -webkit-line-clamp で行数を管理
    */
  overflow: hidden;
}
.archive__search-heading {
  font-size: 32px;
  margin-top: 50px;
}
.archive__pagination {
  margin-top: 50px;
}
.archive__article a:hover {
  opacity: 1; /* ホバー時の透明度 */
}

.archive__article:hover .archive__the-content,
.archive__article:hover .archive__the-title {
  color: rgba(220, 70, 90, 0.8);
}

/* ブログ詳細ページ(single.php)で使用するクラス */
.single__layout {
  margin: 120px auto;
  max-width: 1050px;
  padding: 0 50px;
}
.single__time {
  display: inline-block;
  font-size: 18px;
  margin-top: 40px;
}

.single__heading {
  color: #dc465a;
  font-size: 27px;
  font-family: 'Noto Sans JP", sans-serif';
  font-weight: bold;
  margin-top: 35px;
}

.single__thumbnail {
  margin-top: 32px;
}

.single__thumbnail img {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.single__article-title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 50px;
}

/* 投稿のタグで使うスタイル */
.single__the-content {
  font-size: 18px;
  font-family: 'Noto Sans JP", sans-serif';
  margin-top: 34px;
}

.single__the-content {
  margin-top: 34px;
}
.single__the-content p {
  font-size: 18px;
  line-height: 2.2222; /* calc(40 / 18) */
}
.single__the-content p a {
  color: #5395ca;
  text-decoration: underline;
}

.single__the-content blockquote {
  background-color: #f7f7f7;
  display: block;
  padding: 50px 9.8%;
  position: relative;
}
.single__the-content img {
  display: block;
  height: auto;
  margin: 50px 0;
  max-width: 100%;
  width: auto;
}
.single__the-content h2 {
  background-color: #f7f7f7;
  border-left: 2px solid #000;
  font-size: 24px;
  line-height: 1.5; /* calc(36 / 24) */
  margin: 40px 0 24px;
  padding: 12px 34px;
}
.single__the-content h3 {
  border-bottom: 1px solid #c4c4c4;
  font-size: 22px;
  line-height: 1.3636; /* calc(30 / 22) */
  margin: 40px 0 24px;
  padding: 14px 0;
}
.single__the-content h4 {
  font-size: 20px;
  line-height: 1.3636; /* calc(30 / 22) */
  margin: 40px 0 24px;
  padding: 7px 0;
}
.single__the-content ul {
  font-size: 18px;
  line-height: 2.2222; /* calc(40 / 18) */
  margin: 20px 0;
  padding-left: 20px;
}
.single__the-content ul li {
  position: relative;
}

.single__the-content ul li::before {
  content: "・";
  font-size: 18px;
  left: -23px;
  position: absolute;
  top: 0px;
}

.single__the-content ol {
  font-size: 18px;
  line-height: 2.2222; /* calc(40 / 18) */
  list-style-type: decimal;
  margin: 20px 0;
  padding-left: 20px;
}
.single__the-content ol li {
  padding-left: 3px;
}

.single__button {
  margin-top: 80px;
}
/* パンくずリスト */
.breadcrumb {
  align-items: center;
  display: flex;
  margin: 20px 60px 0;
}
.breadcrumb__between {
  background-color: #a9a9a9;
  display: inline-block;
  height: 1px;
  margin: 0 8px;
  width: 20px;
}

/* ページトップボタン */
.page-top-button__img {
  height: auto;
  max-width: 50px;
  width: 100%;
}

.page-top-button {
  bottom: 20px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 50px;
  width: 50px;
  z-index: 9000;
}

.page-top-button::after {
  left: 55%;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
}

/* お問い合わせページで使用するクラス */
.page-contact__layout {
  height: auto;
  margin: 150px auto 0;
  max-width: 950px;
  padding: 0 25px;
  width: 100%;
}

.page-contact__layout--privacy {
  margin-bottom: 100px;
}
.page-contact__text {
  font-size: 16px;
  letter-spacing: 0.03em;
}
.page-contact__text--right {
  text-align: right;
}

.page-contact__the-content {
  margin-top: 70px;
}
.c-form7__items {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  gap: 20px;
}
.c-form7__item--half {
  display: flex;
  gap: 30px;
}

.c-form7__item--half .c-form7__item {
  width: calc((100% - 30px) / 2);
}
.c-form7__title {
  font-size: 16px;
  padding-left: 2px;
}
.c-form7__required {
  display: inline-block;
  position: relative;
}

.c-form7__required::before {
  color: #c70003;
  content: "*";
  font-size: 14px;
  position: absolute;
  right: -12px;
  top: 0;
}

.c-form7__text-field,
.c-form7__textarea-field {
  margin-top: 10px;
  padding-bottom: 20px;
}

.wpcf7-form-control-wrap {
  display: block;
  height: auto;
}

.c-form7__textarea-field .wpcf7-form-control-wrap {
  max-height: 22.5rem;
}

.wpcf7-not-valid-tip {
  color: #ed45a0;
  font-size: 16px;
  left: 0;
  position: absolute;
  text-align: left;
  top: calc(100% + 4px);
}
.c-form7__text-field input {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.c-form7__text-field input:focus {
  background-color: #fafafa;
}

.c-form7__textarea-field textarea {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  max-height: 22.5rem;
  padding: 12px;
  resize: none;
  width: 100%;
}

.c-form7__textarea-field textarea:focus {
  background-color: #fafafa;
}

.c-form7__text-field input::-moz-placeholder, .c-form7__text-field textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-form7__text-field input::placeholder,
.c-form7__text-field textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.wpcf7-not-valid {
  border: 1px solid #ed45a0 !important;
}

.c-form7__button {
  margin: 60px auto 0;
}

.c-form7__button input {
  background-color: #dc465a;
  border: 0px solid #ffffff;
  border-radius: 100vh;
  box-shadow: 0 4px #c8c8c8;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.1em;
  line-height: 38px;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  transition: all 0.2s ease, visibility 0s;
  width: 100%;
}

.c-form7__button input:hover {
  background-color: #b90050;
  border: 0px solid #ffffff;
  box-shadow: 0 3px rgba(0, 0, 0, 0);
  opacity: 1;
}
.wpcf7-response-output {
  margin: 0 !important;
}

/* お問い合わせページのプライバシーポリシー部分 */
.privacy__heading {
  color: #dc465a;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.privacy__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 50px;
}

.privacy__item--right {
  text-align: right;
}

.privacy__item--left {
  text-align: left;
}

.privacy__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.privacy__texts {
  margin-top: 8px;
}

.privacy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}
.privacy__border {
  border: 1px solid #323232;
  padding: 70px;
}
.page-contact__red {
  color: #c70003;
}

/* ドロワー */
.drawer {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5000;
}
.drawer__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 66.75px;
  justify-content: center;
  transition: 0.2s;
  width: 66.75px;
}

.drawer__button:hover {
  transform: rotate(90deg);
  transition: 0.1s;
}

.drawer__button:hover .drawer__button-img {
  fill: #000;
}

.drawer__button-img {
  fill: #dc465a;
  height: 20px;
  width: 20px;
}

.drawer__nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.drawer__items {
  max-width: 351px;
  width: 100%;
}
.drawer__item {
  position: relative;
  text-align: center;
}

.drawer__sub-items {
  display: none;
  list-style: none;
  padding: 0;
}

.drawer__sub-item {
  margin-top: 5px;
}

.drawer__link {
  color: #000;
  display: block;
  font-size: 18px;
  opacity: 1;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
}

.drawer__link:hover {
  opacity: 1;
}

.drawer__link.js-accordion::after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: block;
  height: 8px;
  left: 80%; /* 右寄せ */
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg); /* 中央に垂直に揃え、回転 */
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
}

.js-accordion.is-open::after {
  transform: translateY(-50%) rotate(-45deg); /* 開いたときの矢印の向き */
}

.drawer__link--current {
  color: #dc465a;
}

.drawer__sub-link {
  color: #414e64;
  display: block;
  font-size: 17px;
  padding: 5px 0;
}

.drawer__sub-link:hover {
  opacity: 1;
}

.drawer__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 66.75px;
  justify-content: center;
  transition: 0.2s;
  width: 66.75px;
}

.drawer__button:hover {
  transform: rotate(90deg);
  transition: 0.1s;
}

.drawer__button:hover .drawer__button-img {
  fill: #000;
}

.drawer__button-img {
  fill: #dc465a;
  height: 20px;
  width: 20px;
}

.fixed {
  height: 100vh;
  overflow: hidden;
}

/* フッター */
.footer {
  background-color: #323232;
}

.footer__wrap {
  display: flex;
  gap: 16.25rem;
  justify-content: center;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 150px;
  margin-top: 60px;
}
.footer__company {
  word-wrap: break-word;
  margin-right: 150px;
  margin-top: 60px;
  max-width: 25rem;
  white-space: normal;
}
.footer__name {
  max-width: 14.6875rem;
  width: 100%;
}

.footer__company-name {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
}
.footer__company-address-block {
  margin-top: 1.875rem;
}

.footer__company-address {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
}
.footer__company-tel {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2;
}
.footer__copyright {
  border-top: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-top: 6.5625rem;
  padding-block: 1.375rem;
  text-align: center;
}

.footer__item + .footer__item {
  margin-top: 0.75rem;
}

.footer__link {
  color: #fff;
  font-size: 1rem;
}

/* ハンバーガーメニュー */
.hamburger {
  cursor: pointer;
  height: 16px;
  position: sticky;
  right: 30px;
  width: 28.8px;
  z-index: 9999;
}

.hamburger.is-active {
  z-index: -1;
}

.hamburger span {
  background-color: #dc465a;
  display: inline-block;
  height: 0.3125rem;
  left: 0;
  position: absolute;
  transition: top 0.3s, transform 0.3s, opacity 0.3s, background-color 0.3s;
  width: 100%;
}

.hamburger.is-active span {
  background-color: #dc465a;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 7px;
}

.hamburger span:nth-child(3) {
  top: 14px;
}

.hamburger.is-active span:nth-child(1),
.hamburger.is-active span:nth-child(2),
.hamburger.is-active span:nth-child(3) {
  opacity: 1;
}

/* ヘッダー */
.header {
  height: auto;
  padding: 0 9.375rem;
  position: static;
  width: 100%;
}
.header__container {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
}

.header__title {
  font-family: math;
  font-size: clamp(2rem, -0.565rem + 4.1vw, 3.125rem);
}

.header__title a {
  color: #b90050;
  opacity: 1;
}
.header__title img {
  -o-object-fit: cover;
  aspect-ratio: 232/22;
  height: auto;
  object-fit: cover;
  width: 14.5rem;
}

.header__block {
  align-items: center;
  display: flex;
  gap: 3.25rem;
  margin-left: 4.6875rem;
}

.header__nav {
  height: inherit;
}

.header__nav-list {
  display: flex;
  gap: 2.1875rem;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-link {
  color: #000;
  display: inline-block;
  font-size: 18px;
  height: inherit;
  padding: 12px 0;
}

.header__nav-link.active {
  color: #b90050;
}

.header__button,
.header__button-sp {
  background-color: #b90050;
}

.header__button {
  height: inherit;
  width: 160px;
}

.header__button-sp {
  height: 34px;
}

.header__button:hover,
.header__button-sp:hover {
  background-color: #b90050;
}

.header__cta {
  display: flex;
  flex-direction: column;
  height: inherit;
  padding: 5px 15px;
  transition: all 0.2s ease, visibility 0s;
  width: 100%;
}

.header__cta-sp {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
  padding: 5px 15px;
  transition: all 0.2s ease, visibility 0s;
  width: 100%;
}

.header__cta:hover,
.header__cta-sp:hover {
  opacity: 1;
  transform: scale(0.9, 0.9);
}

.header__cta-img {
  margin: 0 auto;
  max-width: 44px;
  width: 100%;
}
.header__cta-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  text-align: center;
}
.p-hoge {
  color: blue;
  font-size: 6.25rem;
}

.p-hoge2 {
  color: pink;
  font-size: 1.875rem;
}

.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%;
}

/* ヘッダーメニュー */
.menu-item a {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  height: inherit;
  letter-spacing: 0.15em;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item:hover > a {
  color: #dc465a;
  opacity: 1;
}

.menu-item--current > a,
.menu-link--current {
  color: #dc465a;
}

.menu-item-has-children {
  position: relative;
}

/* 親メニューのホバーでサブメニューを表示 */
.menu-item:hover > .sub-menu {
  display: block;
}

.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 {
  width: 100%;
}

.p-mv__inner {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-mv__img {
  -o-object-fit: cover;
  aspect-ratio: 900/650;
  height: 100%;
  margin-left: auto;
  max-width: 56.25rem;
  object-fit: cover;
  width: 100%;
}

.p-mv__contents {
  left: 0;
  padding-left: 4.8125rem;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translate(0, -50%);
  width: -moz-fit-content;
  width: fit-content;
}

.p-mv__sub-title {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: clamp(1.538rem, 0.012rem + 3.25vw, 2.938rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-mv__title {
  background-color: rgba(30, 40, 110, 0.92);
  color: #fff;
  font-size: 3.1875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1568627451;
  max-width: 36.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-align: center;
  width: 100%;
}
.p-mv__subTitle {
  background-color: rgba(30, 40, 110, 0.92);
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4923076923;
  margin-top: 1.125rem;
  max-width: 55.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
}
.p-mv__border {
  margin-top: 3.65%;
  position: relative;
}
.p-mv__border::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  width: clamp(3.3rem, 0.085rem + 6.85vw, 6.25rem);
}
.p-mv__last-title {
  color: #1e286e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.7826086957;
  margin-top: 2rem;
  max-width: 27.8125rem;
}
.p-mv__title--fz30 {
  font-size: 1.875rem;
}

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

.p-pageTop__wrap {
  position: relative;
}

.p-pageTop__wrap img {
  width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.5s opacity;
}
/* 検索フォームで使用するクラス */
.search-form__layout {
  display: flex;
  gap: 17px;
  height: 40px;
}
.search-form__input {
  align-items: center;
  border-bottom: 1px solid #333;
  display: flex;
  font-size: 16px;
  gap: 12px;
  height: 40px;
  max-width: 300px;
  padding: 0 8px;
  position: relative;
  width: 100%;
}

.search-form__input input[type=search] {
  border: none;
  display: block;
  height: 100%;
  width: calc(100% - 20px - 24px - 10px);
}

.search-form__magnifying-glass svg {
  display: block;
  height: 20px;
  width: 20px;
}

.search-form__punishment svg {
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

/* SERVICEページ */
.service-detail {
  padding: 120px 0;
}
.service-detail__inner {
  height: auto;
  margin: 0 auto;
  max-width: 56.25rem;
  padding: 0 50px;
  width: 100%;
}
.service-detail__contentBlock:nth-child(n+2) {
  margin-top: 5.625rem;
}

.service-detail__wrap {
  margin: 0 auto;
  max-width: 930px;
  width: 100%;
}
.service-detail__text {
  font-size: 18px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.4693877551%;
  max-width: 850px;
  width: 100%;
}
.service-detail__container {
  margin-top: 1.875rem;
}

.service-detail__content-wrap {
  gap: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.09375%;
  max-width: 900px;
  width: 100%;
}
.service-detail__content-body {
  align-items: flex-start;
  display: flex;
  margin-top: 4.09375%;
}
.service-detail__content-main {
  width: 50%;
}
.service-section__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.service-section__subTitle {
  color: #dc465a;
  font-size: 1.3625rem;
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
}
.service-detail__img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  max-width: 25rem;
  width: 100%;
}
.service-detail__img--first {
  background-image: url("../img/img_service01.webp");
}

.service-detail__img--second {
  background-image: url("../img/img_service02.webp");
}

.service-detail__img--third {
  background-image: url("../img/img_service03.webp");
}

.service-detail__img--fourth {
  background-image: url("../img/img_service04.webp");
}

.service-detail__content-title {
  color: #dc465a;
  font-size: clamp(1.375rem, 0.947rem + 0.68vw, 1.563rem);
  font-weight: 500;
}
.service-detail__content-items {
  margin-top: 5.1351351351%;
}

.service-detail__content-item {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  list-style: inside;
  padding-left: 2rem;
  text-align: left;
  text-indent: -1.5rem;
}

.service-detail__content {
  max-width: 23.0625rem;
  width: 100%;
}
.service-detail__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.715rem + 0.46vw, 1.125rem);
  line-height: 2;
  text-align: justify;
}
.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;
}

/* サブメニュー */
.sub-menu {
  background: #b90050;
  display: none;
  height: auto;
  left: 0;
  list-style: none;
  margin-top: 0px;
  padding: 0;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  width: 130px;
  z-index: 1;
}

/* サブメニューのリストアイテムのスタイル */
.sub-menu li:nth-child(n+2) {
  border-top: 1px solid white;
}

/* サブメニューのリンクのスタイル */
.sub-menu li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: normal;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  padding: 6px;
}

/* サブメニューのリンクがホバーされたときのスタイル */
.sub-menu li a:hover {
  color: #fff;
  height: auto;
  opacity: 1;
}

/* サブメニューがホバーされたときに全てのリンクの色を白にする */
.sub-menu:hover li a {
  color: #fff;
}

/* ABOUT USセクション */
.about {
  margin: 100px 0;
}
.about__container {
  align-items: flex-start;
  display: flex;
  gap: 2.1875rem;
  justify-content: center;
  margin-top: 3.875rem;
}
.about__body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.about__body.fade-in {
  opacity: 1;
}

.about__title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__title {
  color: #dc465a;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.about__sub-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8.98px;
}

.about__img {
  -o-object-fit: cover;
  aspect-ratio: 455/420;
  height: auto;
  max-width: 28.4375rem;
  object-fit: cover;
  width: 100%;
}
.about__img {
  clip-path: inset(50% 0 50% 0);
  opacity: 0;
  transition: opacity 0.9s ease-in-out, clip-path 0.3s ease-in-out;
}

.about__img.fade {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.about__text {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  line-height: 2.0588235294;
  margin-top: 1.5625rem;
  max-width: 30.625rem;
  width: 100%;
}

.about__detail {
  margin-top: 36px;
}

.about__detail-link:hover {
  opacity: 1;
}

/* Blogセクション */
.blogs {
  margin-bottom: 13.75rem;
  margin-top: 100px;
}

.blogs__title-wrap {
  text-align: center;
}

.blogs__cards {
  display: grid;
  gap: 1.75rem 0.875rem;
  grid-template-columns: repeat(4, 1fr);
}
.blogs__card a:hover {
  opacity: 1; /* 不透明度を1に設定 */
}

.blogs__card a:hover .card__content {
  color: rgba(220, 70, 90, 0.7);
}

/* card__contentと同じ色になるように設定 */
.blogs__card a:hover .card__title,
.blogs__card a:hover .card__text {
  color: inherit;
}

.card__img {
  -o-object-fit: cover;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
}

.card__date {
  color: #000;
  font-size: 16px;
  font-family: 'Noto Sans JP", sans-serif';
  letter-spacing: 0.07em;
  line-height: 2.3125;
}

.card__title {
  color: #dc465a;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Sans JP", sans-serif';
  letter-spacing: 0.07em;
  line-height: 1.3888888889;
}

.card__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  font-size: 16px;
  font-family: 'Noto Sans JP", sans-serif';
  letter-spacing: 0.07em;
  line-height: 1.5625;
  margin-top: 8px;
  overflow: hidden;
}

/* SERVICEセクション */
.service {
  background: url(../img/img_top07.webp) top left/cover no-repeat;
  padding: 100px 0 233px 0;
}
.service__title-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0;
}

.service__container {
  margin-top: 60px;
}
.service__content--first,
.service__content--second,
.service__content--third {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.service__content--first.fade-in,
.service__content--second.fade-in,
.service__content--third.fade-in {
  opacity: 1;
}

.service__content-body {
  display: flex;
  margin-top: 6.875rem;
}
.service__content-body:first-child {
  margin-top: 4.8125rem;
}
.service__content-body--reverse {
  flex-direction: row-reverse;
}
.service__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  clip-path: inset(50% 0 50% 0);
  height: auto;
  max-height: 20.3125rem;
  opacity: 0;
  transition: opacity 0.9s ease-in-out, clip-path 0.3s ease-in-out;
  width: 100%;
}

.service__img.fade {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.service__img--first {
  background-image: url("../img/img_top03.webp");
}

.service__img--second {
  background-image: url("../img/img_top04.webp");
}

.service__img--third {
  background-image: url("../img/img_top05.webp");
}

.service__img--fourth {
  background-image: url("../img/img_top06.webp");
}

.service__content,
.service__img--reverse {
  margin-left: 33px;
  width: 100%;
}
.service__content {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.service__content.fade-in {
  opacity: 1;
}

.service__content--reverse {
  margin-left: 0;
}

.service__content-title {
  color: #dc465a;
  font-size: clamp(1.188rem, -0.509rem + 3.61vw, 1.75rem);
  font-weight: 900;
}
.service__border {
  padding: 25px 0;
  position: relative;
}
.service__border::after {
  background-color: #dc465a;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

.service__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.667;
}

.service__content-subTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.0555555556;
}

.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-inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 25px;
  width: 100%;
}

.detail-button {
  background-color: #dc465a;
  border: 0px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px #323232;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  padding: 3.5px;
  transition: all 0.2s ease, visibility 0s;
  width: 100%;
}

.detail-button:hover {
  background-color: #dc465a;
  border: 0px solid #ffffff;
  box-shadow: 0 3px rgba(0, 0, 0, 0);
}

.detail-link:hover {
  opacity: 1;
}

.detail-link__body {
  align-items: center;
  display: flex;
  gap: 0.8125rem;
  justify-content: center;
}
.detail-link__body img {
  -o-object-fit: cover;
  aspect-ratio: 7/8;
  height: auto;
  max-width: 0.4375rem;
  object-fit: cover;
  width: 100%;
}

.detail-link__body--gap8 {
  gap: 0.5rem;
}

.detail-link__name {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.detail-link__arrow {
  fill: #fff;
  max-width: 0.5rem;
  transform: rotate(0deg);
  width: 100%;
}

.detail-link__arrow02 {
  fill: #fff;
  max-width: 0.4375rem;
  transform: rotate(0deg);
  width: 100%;
}

.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-mt_60 {
  margin-top: 60px;
}

.u-mt_6p {
  margin-top: 6.09375%;
}

.page-title {
  background-color: #dc465a;
  padding: clamp(0.875rem, 0.449rem + 0.68vw, 1.063rem);
  text-align: center;
}

.page-main--title {
  color: #fff;
  font-family: "Poppins", serif;
  font-size: clamp(0.781rem, -0.003rem + 1.25vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.15em;
}
.page-sub--title {
  color: #fff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-top: clamp(0.375rem, -0.051rem + 0.68vw, 0.563rem);
}
.page-numbers {
  color: #000;
}

.page-numbers.current {
  color: #dc465a;
}

/* ページネーション */
.pagination {
  align-items: center;
  display: flex;
  font-family: system-ui, sans-serif;
  font-size: 16px;
  gap: 36px;
  height: 100%;
  justify-content: center;
  margin-top: 56px;
}

.pagination__arrow {
  display: inline-block;
  height: 12px;
  width: 7px;
}

/* ブログのページネーションで使用 */
.c-pagination {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.c-pagination .page-numbers {
  align-items: center;
  border-radius: 4px;
  color: #8d8d8d;
  display: flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  padding-left: 1px;
  transition: all 0.3s;
  width: 32px;
}

.c-pagination .page-numbers:hover {
  border-color: #000;
  color: #dc465a;
  opacity: 1;
}

.c-pagination .prev,
.c-pagination .next {
  height: 32px;
  padding: 0;
  position: relative;
  width: 32px;
}

.c-pagination .prev::before,
.c-pagination .next::before {
  background-color: #8d8d8d;
  border-radius: 1px;
  content: "";
  height: 2px;
  position: absolute;
  top: calc(50% - 4px);
  transition: all 0.3s;
  width: 8px;
}

.c-pagination .prev::after,
.c-pagination .next::after {
  background-color: #8d8d8d;
  border-radius: 1px;
  bottom: calc(50% - 3px);
  content: "";
  height: 2px;
  position: absolute;
  transition: all 0.3s;
  width: 8px;
}

.c-pagination .prev::before {
  left: calc(50% - 4px);
  transform: rotate(-45deg);
}

.c-pagination .prev::after {
  left: calc(50% - 4px);
  transform: rotate(45deg);
}

.c-pagination .next::before {
  right: calc(50% - 4px);
  transform: rotate(45deg);
}

.c-pagination .next::after {
  right: calc(50% - 4px);
  transform: rotate(-45deg);
}

.c-pagination .current {
  border-color: #000;
  color: #dc465a;
}

.c-pagination .current:hover {
  color: #dc465a;
  opacity: 1;
}

.c-pagination .prev:hover::before,
.c-pagination .next:hover::before {
  background-color: #dc465a;
  opacity: 1;
}

.c-pagination .prev:hover::after,
.c-pagination .next:hover::after {
  background-color: #dc465a;
  opacity: 1;
}

.md-none {
  display: block;
}
.md-show {
  display: none;
}
.lg-none {
  display: block;
}
.lg-show {
  display: none;
}
.section__title {
  color: #323232;
  font-family: "Poppins", serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5625;
  text-align: left;
}
.section__sub-title {
  color: #dc465a;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.6764705882;
  margin-top: 8.98px;
  text-align: left;
}
.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-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-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
  .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;
  }
  .p-pageTop__wrap:hover img:nth-of-type(1) {
    opacity: 0;
    transition: 0.5s opacity;
  }
  .p-pageTop__wrap:hover img:nth-of-type(2) {
    opacity: 1;
    transition: 0.5s opacity;
  }
}

@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 (min-width: 1440px) {
  html {
    font-size: 1.1263888889vw;
  }
}

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

@media screen and (max-width: 1205px) {
  .header {
    padding: 0 3.125rem;
  }
}

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

@media (max-width: 1000px) {
  .single__button {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1000px) {
  .about-greeting__inner {
    height: auto;
    margin: 0 auto;
    max-width: clamp(39.375rem, -9.636rem + 104.42vw, 55.625rem);
    padding: 0 clamp(0rem, -3.563rem + 5.69vw, 1.563rem);
    width: 100%;
  }
  .about-section__inner {
    padding: 0 clamp(5.5rem, 9.512rem - 11.24vw, 3.75rem);
  }
  .archive__layout {
    margin: 100px auto 85px;
    padding: 0 40px;
  }
  .archive__article {
    width: calc((100% - 60px) / 3);
  }
  .archive__article img {
    height: 160px;
  }
  .page-contact__layout {
    margin-top: 100px;
    padding: 0 clamp(5.5rem, 9.512rem - 11.24vw, 3.75rem);
  }
  .page-contact__layout--privacy {
    margin-bottom: 85px;
    margin-top: 125px;
  }
  .page-contact__the-content {
    margin-top: 50px;
  }
  .privacy__border {
    padding: 60px 40px;
  }
  .drawer__inner {
    background-color: rgba(236, 236, 236, 0.89);
    height: 100%;
    margin: 0 auto;
    width: 49.9%;
  }
  .footer__brand {
    margin-left: 110px;
    margin-top: 60px;
  }
  .footer__company {
    margin-right: 110px;
    max-width: 250px;
  }
  .footer__company-name {
    font-size: 16px;
  }
  .footer__company-address {
    font-size: 16px;
  }
  .footer__company-tel {
    font-size: 16px;
  }
  .header {
    padding: 0;
  }
  .header__container {
    margin: 0px 30px;
    padding: 0.9375rem 0;
  }
  .header__title {
    font-size: clamp(2.125rem, -0.137rem + 4.82vw, 2.875rem);
  }
  .header__cta-img {
    aspect-ratio: 27/27;
    height: auto;
    margin: 0;
    max-width: 27px;
  }
  .header__cta-name {
    font-weight: normal;
    margin-left: 5px;
  }
  .service-detail__content-title {
    font-weight: 600;
  }
  .about__inner {
    max-width: 870px;
    padding: 0px 29px;
  }
  .about__container {
    flex-direction: column;
  }
  .about__title {
    font-size: 20px;
  }
  .about__img {
    border-radius: 0;
    margin-left: 0;
    margin-top: 58px;
    max-width: 100%;
  }
  .about__text {
    max-width: 100%;
  }
  .blogs__cards {
    grid-template-columns: repeat(2, minmax(253px, 1fr));
  }
  .service__inner {
    margin: 0 auto;
    max-width: 970px;
    padding: 0 25px;
    width: 100%;
  }
  .service__content-title {
    font-size: clamp(1.188rem, -0.132rem + 2.81vw, 1.625rem);
    font-weight: 900;
  }
  .service__border {
    padding: 24px 0;
  }
  .page-main--title {
    font-size: clamp(0.912rem, 0.285rem + 1vw, 1.188rem);
  }
  .page-sub--title {
    font-size: clamp(1.525rem, -0.002rem + 3.25vw, 2.031rem);
  }
  .lg-none {
    display: none;
  }
  .lg-show {
    display: block;
  }
  .section__title {
    font-size: 20px;
  }
  .section__sub-title {
    font-size: clamp(1.813rem, -0.073rem + 4.02vw, 2.438rem);
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 12px;
    margin: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .l-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .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;
  }
  .about-greeting__author {
    font-size: 18px;
  }
  .footer__name {
    max-width: 40rem;
  }
  .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__contents {
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
  .p-mv__title {
    margin-top: 16px;
  }
  .p-pageTop {
    bottom: 1.25rem;
    right: 1.5625rem;
  }
  .service-detail__contentBlock:nth-child(n+2) {
    margin-top: 5.625rem;
  }
  .p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
  }
  .about__title-wrap {
    align-items: center;
  }
  .about__text {
    font-size: 17px;
  }
  .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 (max-width: 750px) {
  .single__the-content {
    margin-top: 26px;
  }
  .single__the-content p {
    line-height: 1.9444; /* calc(35 / 18) */
  }
  .single__the-content blockquote {
    padding: 40px 32px;
  }
  .single__the-content img {
    margin: 40px 0;
  }
  .single__the-content h2 {
    font-size: 22px;
    margin: 36px 0 21px;
    padding: 10px 24px;
  }
  .single__the-content h3 {
    font-size: 20px;
    margin: 36px 0 21px;
    padding: 12px 0;
  }
  .single__the-content h4 {
    font-size: 18px;
    margin: 36px 0 21px;
    padding: 6px 0;
  }
  .single__the-content ul {
    line-height: 1.9444; /* calc(35 / 18) */
  }
  .single__the-content ol {
    line-height: 1.9444; /* calc(35 / 18) */
  }
  .single__button {
    margin-top: 40px;
  }
  .c-form7__items {
    gap: 24px;
  }
  .c-form7__title {
    font-size: 14px;
  }
  .wpcf7-not-valid-tip {
    font-size: 14px;
  }
  .c-form7__button {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3076923077vw;
  }
  .error__fv-main-title {
    font-size: 36px;
  }
  .error__fv-sub-title {
    font-size: 16px;
  }
  .about-greeting__inner {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
  }
  .about-section__inner {
    padding: 0 clamp(0.875rem, 0.188rem + 2.93vw, 1.563rem);
  }
  .about-section__title {
    font-size: 24px;
  }
  .about-greeting__text {
    font-size: 18px;
  }
  .company-info__item {
    font-size: 16px;
    min-width: 20%;
  }
  .company-info__description {
    font-size: 16px;
  }
  .about-access__body {
    flex-direction: column-reverse;
  }
  .about-access__img {
    border-radius: 0;
    margin-left: 0;
    margin-top: 8.8494357211%;
  }
  .service-detail__img--first,
  .service__img--second,
  .service__img--third {
    -o-object-fit: cover;
    aspect-ratio: 2/1.4;
    object-fit: cover;
  }
  .google-map__frame {
    height: 375px;
    padding: 0 10px;
  }
  .archive__layout {
    margin: 70px auto;
    padding: 0 20px;
  }
  .archive__head {
    flex-direction: column-reverse;
  }
  .archive__categories {
    gap: 10px;
  }
  .archive__category a {
    align-items: center;
    border-radius: 12px;
    display: flex;
    font-size: 14px;
    height: 24px;
    padding: 2px 12px 0;
  }
  .archive__article {
    width: calc((100% - 30px) / 2);
  }
  .archive__articles--related .archive__article {
    width: calc((100% - 30px) / 2);
  }
  .archive__body {
    margin-top: 10px;
  }
  .archive__article img {
    height: 175px;
  }
  .archive__the-title {
    font-size: 18px;
  }
  .archive__the-content {
    font-size: 14px;
    margin-top: 8px;
  }
  .archive__search-heading {
    font-size: 28px;
    margin-top: 40px;
  }
  .archive__pagination {
    margin-top: 32px;
  }
  .single__layout {
    margin: 100px auto;
    padding: 0 30px;
  }
  .page-top-button {
    right: 20px;
  }
  .page-contact__layout {
    margin-top: 50px;
    padding: 0 clamp(0.875rem, 0.188rem + 2.93vw, 1.563rem);
  }
  .page-contact__layout--privacy {
    margin-bottom: 70px;
    margin-top: 100px;
  }
  .page-contact__text {
    font-size: 14px;
  }
  .page-contact__the-content {
    margin-top: 30px;
  }
  .c-form7__item--half {
    flex-direction: column;
    gap: 24px;
  }
  .c-form7__item--half .c-form7__item {
    width: 100%;
  }
  .c-form7__button input {
    font-size: 24px;
  }
  .privacy__heading {
    font-size: 24px;
  }
  .privacy__title {
    font-size: 16px;
  }
  .privacy__text {
    font-size: 14px;
  }
  .privacy__border {
    padding: 50px 24px;
  }
  .drawer__inner {
    width: 100%;
  }
  .drawer__items {
    max-width: 675px;
    width: 100%;
  }
  .footer__wrap {
    align-items: center;
    flex-direction: column;
    gap: 0;
    text-align: center;
  }
  .footer__brand {
    margin-left: 0;
    margin-top: 40px;
  }
  .footer__company {
    margin-right: 0;
    margin-top: 10px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .footer__company-address {
    margin-top: 0.625rem;
  }
  .footer__copyright {
    font-size: 13px;
    margin-top: 10px;
    padding-block: 2.625rem;
  }
  .header {
    background-color: #fff;
    position: fixed;
    z-index: 1;
  }
  .header.change-color {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header__container {
    padding: 15px 0;
  }
  .header__title {
    font-size: clamp(2.313rem, -0.063rem + 10.13vw, 4.688rem);
  }
  .header__title img {
    width: 28.75rem;
  }
  .p-mv__sub-title {
    font-size: clamp(1.188rem, -0.031rem + 5.2vw, 2.406rem);
  }
  .p-mv__subTitle {
    margin-top: 1rem;
  }
  .p-mv__border {
    margin-top: clamp(0.688rem, -0.063rem + 3.2vw, 1.438rem);
  }
  .p-mv__border::before {
    width: clamp(1.625rem, -0.062rem + 7.2vw, 3.313rem);
  }
  .p-mv__last-title {
    font-size: 14px;
    margin-top: 17px;
    max-width: 100%;
  }
  .search-form__layout {
    gap: 16px;
  }
  .service-detail {
    padding: 60px 0;
  }
  .service-detail__inner {
    max-width: 375px;
    padding: 0 3.125rem;
  }
  .service-detail__wrap {
    max-width: 410px;
  }
  .service-detail__text {
    padding: 0;
    text-align: justify;
  }
  .service-detail__content-wrap {
    flex-direction: column-reverse;
  }
  .service-detail__content-body {
    flex-direction: column;
  }
  .service-detail__content-main {
    padding-left: 0;
    width: 100%;
  }
  .service-section__title {
    font-size: 21px;
    text-align: justify;
  }
  .service-section__subTitle {
    font-size: 18px;
    margin-top: 1.875rem;
    text-align: justify;
  }
  .service-detail__img {
    aspect-ratio: 357/220;
    max-width: 100%;
  }
  .service-detail__content-title {
    font-size: 22px;
  }
  .service-detail__content-item {
    font-size: 18px;
  }
  .service-detail__content {
    max-width: 100%;
  }
  .service-detail__content-text {
    font-size: 16px;
    width: 100%;
  }
  .about {
    margin: 50px 0;
  }
  .about__inner {
    padding: 0 15px;
  }
  .about__img {
    aspect-ratio: 1/1;
    margin-top: clamp(3.063rem, 0.75rem + 9.87vw, 5.375rem);
  }
  .blogs__cards {
    gap: 2rem 0.875rem;
    grid-template-columns: repeat(auto-fit, minmax(253px, 1fr));
  }
  .service {
    padding: 30px 0 50px 0;
  }
  .service__container {
    margin: 0 auto;
    max-width: 359px;
    width: 100%;
  }
  .service__content-body {
    flex-direction: column;
    margin-top: 13.555556%;
  }
  .service__content-body--reverse {
    flex-direction: column;
  }
  .service__img {
    max-height: 100%;
  }
  .service__img--first,
  .service__img--second,
  .service__img--third,
  .service__img--fourth {
    -o-object-fit: cover;
    aspect-ratio: 2/1.4;
    object-fit: cover;
  }
  .service__content,
  .service__img--reverse {
    margin-left: 0;
  }
  .service__content {
    margin-top: 5.5558127063%;
  }
  .service__content-title {
    font-size: 4.3rem;
  }
  .detail-link__body img {
    max-width: 7px;
  }
  .detail-link__body {
    gap: 1.25rem;
  }
  .detail-link__arrow {
    max-width: 8px;
  }
  .detail-link__arrow02 {
    max-width: 7px;
  }
  .page-main--title {
    font-size: clamp(0.838rem, -0.012rem + 3.63vw, 1.688rem);
  }
  .page-sub--title {
    font-size: clamp(1.375rem, 5.87vw, 2.75rem);
  }
  .md-none {
    display: none;
  }
  .md-show {
    display: block;
  }
  .section__title {
    font-size: 14px;
    text-align: center;
  }
  .section__sub-title {
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 489px) {
  .single__the-content {
    margin-top: 18px;
  }
  .single__the-content blockquote {
    padding: 30px 24px;
  }
  .single__the-content img {
    margin: 32px 0;
  }
}

@media screen and (max-width: 489px) {
  .archive__search-heading {
    font-size: 24px;
  }
  .single__layout {
    margin: 80px auto;
    padding: 0 20px;
  }
  .search-form__layout {
    gap: 15px;
  }
}

@media screen and (max-width: 480px) {
  .archive__articles {
    gap: 30px;
    margin-top: 40px;
  }
  .archive__articles--related {
    gap: 20px;
    margin-top: 80px;
  }
  .archive__article,
  .archive__articles--related .archive__article {
    width: 100%;
  }
}

@media screen and (max-width: 428px) {
  .error__fv {
    padding-bottom: 80px;
    padding-top: 110px;
  }
  .breadcrumb {
    font-size: 10px;
  }
}

@media screen and (max-width: 425px) {
  .company-info__item {
    min-width: 30%;
  }
}

@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 */