@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}
main {
  flex-grow: 1;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.l-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  max-width: 37.5rem;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.l-pager {
  margin-top: 32px;
  margin-top: 2rem;
}

.l-post-connect {
  margin-top: 16px;
  margin-top: 1rem;
}

.c-breadcrumb {
  padding: 16px 0;
  padding: 1rem 0;
}

.c-btn-rudius {
  align-items: center;
  background-color: #0A73BB;
  border: 1px solid #0A73BB;
  border-radius: 3.125rem;
  color: white;
  display: inline-flex;
  font-size: clamp(11.008px, 8.144px + 0.89vw, 15.008px);
  font-size: clamp(0.688rem, 0.509rem + 0.89vw, 0.938rem);
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: center;
  -webkit-text-decoration: none;
  cursor: pointer;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: clamp(30px, 15.68px + 4.47vw, 50px);
  padding-left: clamp(1.875rem, 0.98rem + 4.47vw, 3.125rem);
  padding-right: clamp(30px, 15.68px + 4.47vw, 50px);
  padding-right: clamp(1.875rem, 0.98rem + 4.47vw, 3.125rem);
  padding-top: 10px;
  padding-top: 0.625rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-btn-rudius:hover {
  background-color: white;
  color: #0A73BB;
}

.c-btn-rudius--hot {
  background-color: #F46E00;
  border-color: #F46E00;
}

.c-btn-rudius--gray {
  background-color: #3E3A39;
  border-color: #3E3A39;
}

.c-btn-rudius--hot:hover {
  background-color: white;
  color: #F46E00;
}

.c-btn-rudius.c-btn-rudius--black {
  background-color: #3E3A39;
  border-color: #3E3A39;
  color: #fff;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
}

.c-btn-rudius--black:hover {
  background-color: white;
  color: #3E3A39;
}

.c-btn {
  background-color: #0A73BB;
  border: 1px solid #0A73BB;
  color: #fff;
  display: inline-block;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 500;
  min-width: 200px;
  min-width: 12.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  transition: 0.3s;
}

.c-btn::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  margin-left: 16px;
  margin-left: 1rem;
  transform: rotate(45deg);
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.c-btn:hover {
  -webkit-text-decoration: none;
  background-color: #fff;
  color: #0A73BB;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

.c-btn:hover::after {
  border-right: 1px solid #0A73BB;
  border-top: 1px solid #0A73BB;
  transform: translateX(5px) rotate(45deg);
}

.c-card-circle {
  align-items: center;
  border: 2px solid orange;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 370px;
  height: 23.125rem;
  justify-content: center;
  padding: 0px 10px 37px;
  padding: 0rem 0.625rem 2.3125rem;
  position: relative;
  position: relative;
  width: 370px;
  width: 23.125rem;
}

.c-card-circle__title {
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  left: 0;
  position: absolute;
  top: -20px;
  top: -1.25rem;
}

.c-card-circle__title span {
  font-size: myem(28);
}

.c-card-circle__img.ver1,
.c-card-circle__img.ver2,
.c-card-circle__img.ver3 {
  height: auto;
  width: 100%;
}

.c-card-circle__img.ver1 img,
.c-card-circle__img.ver2 img,
.c-card-circle__img.ver3 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-circle__img.ver1 {
  max-width: 134px;
  max-width: 8.375rem;
}

.c-card-circle__img.ver1 img {
  aspect-ratio: 134/124;
}

.c-card-circle__img.ver2 {
  max-width: 228px;
  max-width: 14.25rem;
}

.c-card-circle__img.ver2 img {
  aspect-ratio: 228/136;
}

.c-card-circle__img.ver3 {
  max-width: 207px;
  max-width: 12.9375rem;
}

.c-card-circle__img.ver3 img {
  aspect-ratio: 207/148;
}

.c-card-circle__item-text {
  color: #F46E00;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  list-style: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.c-card1 {
  width: 100%;
}

.c-card1__img {
  height: auto;
  width: 100%;
}

.c-card1__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 390/260;
  border-radius: 1.25rem 1.25rem 0 0;
     object-fit: cover;
}

.c-card1__name,
.c-card1__sub-name {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.c-card1__text {
  font-size: clamp(13.008px, 10.144px + 0.89vw, 17.008px);
  font-size: clamp(0.813rem, 0.634rem + 0.89vw, 1.063rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.c-card1__more-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: flex-end;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.c-card1__more-wrap img {
  max-width: 10px;
  max-width: 0.625rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.c-card1__more-wrap p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.c-card2 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #0A73BB;
  border-radius: 1.25rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(24px, 6.4px + 1.12vw, 28px);
  padding-bottom: clamp(1.5rem, 0.4rem + 1.12vw, 1.75rem);
  padding-left: clamp(20px, 6.4px + 1.12vw, 24px);
  padding-left: clamp(1.25rem, 0.4rem + 1.12vw, 1.5rem);
  padding-right: clamp(20px, 6.4px + 1.12vw, 24px);
  padding-right: clamp(1.25rem, 0.4rem + 1.12vw, 1.5rem);
  padding-top: clamp(24px, 6.4px + 1.12vw, 28px);
  padding-top: clamp(1.5rem, 0.4rem + 1.12vw, 1.75rem);
}

.c-card2__num {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.c-card2__contents-wrap {
  display: block;
}

.c-card2__contents-pc {
  display: contents;
}

.c-card2__header-wrap {
  text-align: left;
  width: 100%;
}

.c-card2__title {
  font-size: clamp(12px, 14.848px + 0.67vw, 20px);
  font-size: clamp(0.75rem, 0.928rem + 0.67vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
}

.c-card2__text {
  font-size: clamp(12px, -1.072px + 1.44vw, 22px);
  font-size: clamp(0.75rem, -0.067rem + 1.44vw, 1.375rem);
  font-weight: 700;
  line-height: 1.5;
  max-width: 256px;
  max-width: 16rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  text-align: left;
}

.c-card3 {
  border-radius: 0.75rem;
  max-width: 612px;
  max-width: 38.25rem;
}

.c-card3__img {
  height: auto;
  max-width: 612px;
  max-width: 38.25rem;
}

.c-card3__img img {
  border-radius: 0.75rem 0.75rem 0 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 817/923;
     object-fit: cover;
}

.c-card3__body {
  background-color: #fff;
  border-radius: 0 0rem 0.75rem 0.75rem;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: clamp(19.008px, -24.672px + 13.65vw, 80px);
  padding-left: clamp(1.188rem, -1.542rem + 13.65vw, 5rem);
  padding-right: clamp(19.008px, -24.672px + 13.65vw, 80px);
  padding-right: clamp(1.188rem, -1.542rem + 13.65vw, 5rem);
  padding-top: 20px;
  padding-top: 1.25rem;
}

.c-card3__body.modal-content__body {
  border-radius: 0 0 0.75rem 0.75rem;
}

.c-card3__title {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.c-card3__title2 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.c-card3__name {
  flex-shrink: 0;
  font-size: clamp(15.008px, 12.848px + 0.67vw, 18px);
  font-size: clamp(0.938rem, 0.803rem + 0.67vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.c-card3__name2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.c-card3__name-wrap {
  display: flex;
  gap: 21px;
  gap: 1.3125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.c-card3__en {
  color: #F46E00;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.c-card3__en--cool {
  color: #0A73BB;
}

.c-card3__bottom {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.c-card3__sns {
  align-items: center;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-card3__sns a img {
  max-width: 25px;
  max-width: 1.5625rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1/1;
     object-fit: cover;
}

.c-card3__modal-text {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-card3__modal-text2 {
  font-size: clamp(10px, 8.576px + 0.45vw, 12px);
  font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
  letter-spacing: 0.09em;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-card4 {
  background-color: #fff;
  border-radius: 0.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: clamp(20px, 5.68px + 4.47vw, 40px);
  padding-left: clamp(1.25rem, 0.355rem + 4.47vw, 2.5rem);
  padding-right: clamp(20px, 5.68px + 4.47vw, 40px);
  padding-right: clamp(1.25rem, 0.355rem + 4.47vw, 2.5rem);
  padding-top: 30px;
  padding-top: 1.875rem;
  width: 100%;
}

.c-card4__body {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.p-personal__item-card-wrap {
  display: flex;
}

.c-card4__img {
  height: auto;
  max-width: 390px;
  max-width: 24.375rem;
  width: 100%;
}

.c-card4__img img {
  height: 100%;
  max-width: 390px;
  max-width: 24.375rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 390/260;
     object-fit: cover;
}

.c-card4__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-card4__contents-sp {
  display: block;
}

.c-card4__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.c-card4__text {
  font-size: clamp(13.008px, 8.384px + 0.6vw, 18px);
  font-size: clamp(0.813rem, 0.524rem + 0.6vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-card4__text2,
.c-card4__text-strong {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: myrem(30);
  margin-top: myrem(30);
  text-align: center;
}

.c-card4__text-strong {
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-card4__arrow {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-card4__arrow img {
  height: 100%;
  max-width: 109px;
  max-width: 6.8125rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 109/38;
     object-fit: cover;
}

.c-card4__bold-font {
  font-weight: 700;
}

.c-card5 {
  background-color: #fff;
  border-radius: 0.75rem;
  padding: 30px 15px 20px;
  padding: 1.875rem 0.9375rem 1.25rem;
  width: 100%;
}

.c-card5.c-card5--2 {
  background-color: #fff;
  border-radius: 0.75rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: clamp(50px, 14.288px + 11.16vw, 100px);
  padding-left: clamp(3.125rem, 0.893rem + 11.16vw, 6.25rem);
  padding-right: clamp(50px, 14.288px + 11.16vw, 100px);
  padding-right: clamp(3.125rem, 0.893rem + 11.16vw, 6.25rem);
  padding-top: 20px;
  padding-top: 1.25rem;
  position: relative;
  width: clamp(260px, -19.2px + 87.25vw, 650px);
  width: clamp(16.25rem, -1.2rem + 87.25vw, 40.625rem);
}

.c-card5.c-card5--2:before {
  color: #fff;
  color: #fff;
  content: attr(date-sub);
  font-size: clamp(16px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -30px;
  top: -1.875rem;
  transform: translateX(-50%);
  width: 100%;
}

.c-card5__img {
  height: auto;
  max-width: 390px;
  max-width: 24.375rem;
  width: 100%;
}

.c-card5__img img {
  height: 100%;
  max-width: 390px;
  max-width: 24.375rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 390/260;
     object-fit: cover;
}

.c-card5__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.c-card5__name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 26px;
  margin-top: 1.625rem;
}

.c-card5__text {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}

.c-card5__text2,
.c-card5__text-strong {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: myrem(30);
  margin-top: myrem(30);
  text-align: center;
}

.c-card5__text-strong {
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-card5__arrow {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-card5__arrow img {
  height: 100%;
  max-width: 109px;
  max-width: 6.8125rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 109/38;
     object-fit: cover;
}

.c-card5__bold-font {
  font-size: clamp(12px, 7.712px + 1.34vw, 18px);
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  text-align: center;
}

.c-circle-card__img {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: clamp(150px, 99.888px + 15.66vw, 220px);
  height: clamp(9.375rem, 6.243rem + 15.66vw, 13.75rem);
  justify-content: center;
  width: clamp(150px, 99.888px + 15.66vw, 220px);
  width: clamp(9.375rem, 6.243rem + 15.66vw, 13.75rem);
}

.c-circle-card__img1,
.c-circle-card__img2,
.c-circle-card__img3 {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-circle-card__img1 {
  aspect-ratio: 161/215;
  max-width: clamp(104px, 85.392px + 5.82vw, 130px);
  max-width: clamp(6.5rem, 5.337rem + 5.82vw, 8.125rem);
  width: 100%;
}

.c-circle-card__img2 {
  aspect-ratio: 150/193;
  max-width: clamp(97.008px, 80.528px + 5.15vw, 120px);
  max-width: clamp(6.063rem, 5.033rem + 5.15vw, 7.5rem);
}

.c-circle-card__img3 {
  aspect-ratio: 182/177;
  max-width: clamp(109.008px, 79.648px + 9.17vw, 150px);
  max-width: clamp(6.813rem, 4.978rem + 9.17vw, 9.375rem);
}

.c-circle-card__text {
  font-size: clamp(12px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.75rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.c-blue-title {
  color: #0A73BB;
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 11.712px + 1.34vw, 22px);
  font-size: clamp(1rem, 0.732rem + 1.34vw, 1.375rem);
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.c-hot-title {
  color: #F46E00;
  font-family: "Inter", sans-serif;
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.c-drawer-sns__item-wrap {
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  justify-content: center;
}

.c-drawer-sns__item {
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
}

.c-drawer-sns__item.ver3 {
  display: inline-block;
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 180px;
  width: 11.25rem;
}

.c-heading2,
.c-heading1 {
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  text-align: center;
}

.c-heading1:after,
.c-heading2:after {
  color: #0A73BB;
  content: attr(data-en);
  display: block;
  font-family: "inter", sans-serif;
  font-family: "Inter", sans-serif;
  font-size: clamp(24px, 22.576px + 0.45vw, 26px);
  font-size: clamp(1.5rem, 1.411rem + 0.45vw, 1.625rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.c-heading1.c-heading1--hot:after,
.c-heading2.c-heading2--hot:after {
  color: #F46E00;
}

.c-heading2.c-heading2--yellow:after {
  color: #FFA521;
}

.c-heading2.c-heading2--brown:after {
  color: #CE3A00;
}

.c-heading1--center {
  text-align: center;
}

.c-heading1.c-heading1--flex {
  align-items: flex-end;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.c-heading1.c-heading1--flex:after {
  color: #333;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.c-media1__img {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}

.c-media1__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 540/320;
  border-radius: 0.75rem 0.75rem 0 0;
     object-fit: cover;
}

.c-media1__body {
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 20px 25px;
  padding: 1.25rem 1.5625rem;
}

.c-media1__name,
.c-media1__category {
  color: #333;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.c-media1__category,
.c-more-link--hot span {
  color: #F46E00;
}

.c-media1__title {
  color: #0A73BB;
  font-size: clamp(12px, 10.576px + 0.45vw, 14px);
  font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.c-media1__text {
  color: #333;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.u-title-cool {
  color: #0A73BB;
}

.c-media2__text-mein {
  font-size: clamp(16px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-media2__text-sub {
  font-size: clamp(12px, 7.712px + 1.34vw, 18px);
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  letter-spacing: 0.09em;
  line-height: 1.6;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-media2__img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-media2__img img {
  width: 90%;
  -o-object-fit: cover;
  aspect-ratio: 570/426;
  max-width: 400px;
  max-width: 25rem;
     object-fit: cover;
}

.c-more-link {
  color: #0A73BB;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: auto;
  text-align: right;
}

.c-more-link.c-more-link--sm {
  font-size: clamp(12px, 8.304px + 0.48vw, 16px);
  font-size: clamp(0.75rem, 0.519rem + 0.48vw, 1rem);
}

.c-page-heading {
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.c-page-heading__img,
.c-page-heading__img2 {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-page-heading__img img,
.c-page-heading__img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-page-heading__img img {
  aspect-ratio: 428/125;
  max-width: 169px;
  max-width: 10.5625rem;
}

.c-page-heading__img2 img {
  aspect-ratio: 396/85;
  max-width: 215px;
  max-width: 13.4375rem;
}

.c-post__parts-text,
.p-post-part__bg-white-text {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.c-post__parts-link {
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article__media-link a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__business-img {
  height: auto;
  margin-top: -100px;
  margin-top: -6.25rem;
  max-width: 530px;
  max-width: 33.125rem;
}

.p-post-article__business-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 530/720;
  border-radius: 0.75rem;
     object-fit: cover;
}

.c-post__parts-text + .c-post__parts-h4 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.c-share-buttons {
  border-bottom: 1px solid #B3B3B3;
  display: flex;
  gap: 1em;
  justify-content: end;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.c-share-btn,
.c-share-btn2 {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #000 !important;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  min-width: 147px;
  min-width: 9.1875rem;
  -webkit-text-decoration: none !important;
  border: 1px solid #ccc;
  gap: 10px;
  gap: 0.625rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.c-share-btn2 {
  padding: 10px 25px !important;
  padding: 0.625rem 1.5625rem !important;
}

.c-share-btn:hover,
.c-share-btn2:hover {
  background: #f0f0f0;
}

.c-share-icon {
  max-width: 174px;
  max-width: 10.875rem;
}

.c-share-btn a {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
}

.c-sns {
  display: none;
}

.c-sns__item {
  width: -moz-fit-content;
  width: fit-content;
}

.c-sns__item.ver3 {
  max-width: 102px;
  max-width: 6.375rem;
  width: 100%;
}

.c-sns__item.ver3 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 336/102;
     object-fit: cover;
}

table, td, th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

td, th {
  height: 25px;
  padding: 3px;
  width: 30px;
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.c-table {
  border: 1px solid #595959;
  border-collapse: collapse;
  border-collapse: collapse;
  border-color: #595959;
  border-spacing: 0;
  width: 100%;
}

.c-table01 {
  border: 2px solid #F46E00;
  border-radius: 0.75rem;
  padding-bottom: clamp(32px, 12.848px + 2.24vw, 35.008px);
  padding-bottom: clamp(2rem, 0.803rem + 2.24vw, 2.188rem);
  padding-left: clamp(25.008px, 7.104px + 5.59vw, 50px);
  padding-left: clamp(1.563rem, 0.444rem + 5.59vw, 3.125rem);
  padding-right: clamp(25.008px, 7.104px + 5.59vw, 50px);
  padding-right: clamp(1.563rem, 0.444rem + 5.59vw, 3.125rem);
  padding-top: clamp(32px, 12.848px + 2.24vw, 35.008px);
  padding-top: clamp(2rem, 0.803rem + 2.24vw, 2.188rem);
}

.c-table01__title-wrap {
  align-items: center;
  border-bottom: 2px solid #F46E00;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.c-table01__num {
  color: #F46E00;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(24px, -5.536px + 3.85vw, 56px);
  font-size: clamp(1.5rem, -0.346rem + 3.85vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
}

.c-table01__img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.c-table01__img1 img {
  max-width: clamp(100px, 42.864px + 33.48vw, 300px);
  max-width: clamp(6.25rem, 2.679rem + 33.48vw, 18.75rem);
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 256/268;
     object-fit: cover;
}

.c-table01__img2 img {
  max-width: clamp(100px, 42.864px + 33.48vw, 300px);
  max-width: clamp(6.25rem, 2.679rem + 33.48vw, 18.75rem);
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 237/294;
     object-fit: cover;
}

.c-table01__img3 img {
  max-width: clamp(100px, 42.864px + 33.48vw, 300px);
  max-width: clamp(6.25rem, 2.679rem + 33.48vw, 18.75rem);
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 240/273;
     object-fit: cover;
}

.c-table01__title {
  font-size: clamp(18px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.c-table01__text {
  font-size: clamp(10px, 11.136px + 0.89vw, 14px);
  font-size: clamp(0.625rem, 0.696rem + 0.89vw, 0.875rem);
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 10px 0 0;
  padding: 0.625rem 0 0;
}

.c-text-bold {
  font-weight: 700;
}

.c-simple-title {
  align-items: flex-end;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 17.136px + 0.89vw, 24px);
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
  font-weight: 900;
  gap: 20px;
  gap: 1.25rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.c-simple-title:after {
  color: #333;
  content: attr(data-ja);
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

.c-title {
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
}

.speechBubble {
  background-color: #F46E00;
  border: 2px solid #ffffff;
  border-radius: 0.75rem;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 13px;
  padding: 15px 15px 20px;
  padding: 0.9375rem 0.9375rem 1.25rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.speechBubble::after {
  border-color: #f46e00 transparent transparent;
  border-style: solid;
  border-width: 10.4px 11.9px 0 11.9px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  translate: -50% 100%;
}

.speechBubble span {
  font-family: "inter", sans-serif;
  font-weight: 900;
  line-height: 2;
}

.speechBubble::before {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 13px 15px 0 15px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  translate: -50% 100%;
}

.speechBubble2 {
  background-color: #ffffff;
  border: 2px solid #f1f2f2;
  border-radius: 1.25rem;
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 32px 28px;
  padding: 2rem 1.75rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.speechBubble2::before {
  border-color: transparent #f1f2f2 transparent transparent;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  translate: -100% -50%;
  translate: -100% -50%;
}

.speechBubble2::after {
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-width: 1.25rem 1.25rem 1.25rem 0;
  content: "";
  left: 50%;
  position: absolute;
  top: -30px;
  top: -1.875rem;
  transform: translateX(-50%) rotate(90deg);
}

.speechBubble2__title {
  -moz-text-align-last: left;
  font-weight: 700;
       text-align-last: left;
}

.speechBubble2__lists {
  align-items: start;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.speechBubble2__item,
.speechBubble2__item2,
.speechBubble2__item3 {
  display: flex;
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  padding: 2px 0;
  padding: 0.125rem 0;
  text-align: left;
}

.speechBubble2__item-square,
.speechBubble2__item-square2,
.speechBubble2__item-square3 {
  background-color: #FFA521;
  display: inline-flex;
  flex-shrink: 0;
  height: 10px;
  height: 0.625rem;
  margin-right: clamp(10px, 2.608px + 0.96vw, 18px);
  margin-right: clamp(0.625rem, 0.163rem + 0.96vw, 1.125rem);
  margin-top: 7px;
  margin-top: 0.4375rem;
  width: 10px;
  width: 0.625rem;
}

.speechBubble2__item-square2 {
  background-color: #F46E00;
}

.speechBubble2__item-square3 {
  background-color: #CE3A00;
}

.p-404__title {
  text-align: center;
}

.p-404__btn {
  text-align: center;
}

.p-archive {
  padding: 60px 0;
  padding: 3.75rem 0;
}
.p-archive__inner {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.p-archive__title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-archive__posts {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-archive__post {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.p-archive__post:hover {
  transform: translateY(-0.3125rem);
}
.p-archive__post-link {
  display: block;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
}
.p-archive__post-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-archive__post-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-archive__post-content {
  padding: 20px;
  padding: 1.25rem;
}
.p-archive__post-title {
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-archive__post-meta {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-archive__post-category {
  background: #0A73BB;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
}
.p-archive__post-excerpt {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.p-archive__no-posts {
  color: #666;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  text-align: center;
}

.pagination {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.pagination .page-numbers {
  align-items: center;
  border: 1px solid #3E3A39;
  border-radius: 50%;
  display: inline-flex;
  height: 45px;
  height: 2.8125rem;
  justify-content: center;
  width: 45px;
  width: 2.8125rem;
  -webkit-text-decoration: none;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
.pagination .page-numbers:hover {
  background: #3E3A39;
  border-color: #3E3A39;
  color: #fff;
}
.pagination .page-numbers.current {
  background: #3E3A39;
  border-color: #3E3A39;
  color: #fff;
}

.p-business-archive__inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 50px 30px 60px;
  padding: 3.125rem 1.875rem 3.75rem;
}

.p-business-archive__item + .p-business-archive__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-business-archive__btn {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}

.p-commerce__content {
  padding: 20px 0 80px;
  padding: 1.25rem 0 5rem;
}

.p-commerce__heading {
  background-color: #0A73BB;
  color: #fff;
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.p-commerce__text {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-company {
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}

.p-company__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 60px;
  padding: 3.125rem 2.5rem 3.75rem;
  width: 100%;
}

.p-company__content-wrap {
  margin: 0 auto;
  max-width: 650px;
  max-width: 40.625rem;
}

.p-company__ceo-container {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-company__ceo-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 0;
  padding-left: clamp(0px, -14.32px + 4.47vw, 20px);
  padding-left: clamp(0rem, -0.895rem + 4.47vw, 1.25rem);
  padding-right: clamp(0px, -14.32px + 4.47vw, 20px);
  padding-right: clamp(0rem, -0.895rem + 4.47vw, 1.25rem);
  padding-top: 0;
}

.p-company__ceo-card {
  cursor: pointer;
}

.p-company__outline {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-company__outline-wrap {
  background-color: #fff;
  border-radius: 0.75rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 1320px;
  max-width: 82.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: clamp(20px, -22.96px + 13.42vw, 80px);
  padding-left: clamp(1.25rem, -1.435rem + 13.42vw, 5rem);
  padding-right: clamp(20px, -22.96px + 13.42vw, 80px);
  padding-right: clamp(1.25rem, -1.435rem + 13.42vw, 5rem);
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-company__outline-lists {
  width: 100%;
}

.p-company__outline-list {
  border-bottom: 1px solid #B3B3B3;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.p-company__outline-list:last-child {
  border-bottom: none;
}

.p-company__outline-list-label,
.p-company__outline-list-text {
  font-size: clamp(12px, 7.712px + 1.34vw, 18px);
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.p-company__outline-list-text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-company__outline-list-label {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
  gap: 15px;
  gap: 0.9375rem;
  width: clamp(150px, 116.768px + 4.33vw, 186px);
  width: clamp(9.375rem, 7.298rem + 4.33vw, 11.625rem);
}

.p-company__outline-list-label span {
  color: #0A73BB;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}

.p-company__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-contact {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
}

.p-contact__inner {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 60px 40px 40px;
  padding: 3.75rem 2.5rem 2.5rem;
}

.p-contact__text {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

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

.p-contact__form,
.p-contact__form2 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__form2 {
  margin-top: 0px !important;
  margin-top: 0rem !important;
}

.p-contact__form-wrap + .p-contact__form-wrap {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-contact__form-label {
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  font-weight: 800;
  line-height: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-contact__form-label span {
  color: #FF3F02;
  display: inline-block;
  margin-left: 3px;
  margin-left: 0.1875rem;
}

.p-contact__form-input {
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

.p-contact__form-input.tel {
  max-width: 520px;
  max-width: 32.5rem;
}

.service-select {
  background-color: #fff;
  border-radius: 0.625rem;
  display: inline-block;
  height: 100%;
  max-width: 520px;
  max-width: 32.5rem;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
}

.service-select:focus,
.service-select:active,
.service-select:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

.service-select option {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  max-width: 300px;
  max-width: 18.75rem;
}

.p-contact__select {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0.625rem;
  max-width: 520px;
  max-width: 32.5rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-contact__select ::after {
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.p-contact__select.p-confirm-select {
  background-color: #F1F2F2;
}

.p-contact__form-input input {
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  border-radius: 0;
  letter-spacing: 0.09em;
  line-height: 1;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
}

.p-contact__form-input input:focus {
  outline: none;
}

.p-contact__form-input input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-contact__form-input input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-contact__form-radio {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.check-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
  margin: 0;
}

.check-item span {
  margin: 0;
}

.p-form-checkbox input + span::before {
  border-radius: 50%;
}

.p-contact__form-radio label:not(:first-of-type) {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-contact__form-radio input {
  display: none;
}

.p-contact__form-radio input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.p-contact__form-radio input + span::before {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
}

.p-contact__form-radio input + span::after {
  background: #333;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 4px;
  left: 0.25rem;
  opacity: 0;
  padding: 2px;
  padding: 0.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 10px;
  width: 0.625rem;
}

.p-contact__form-radio input:checked + span::after {
  opacity: 1;
}

.p-contact__form-textarea {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-contact__form-textarea textarea {
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
  border-radius: 0.625rem;
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  height: clamp(280px, 243.072px + 4.81vw, 320px);
  height: clamp(17.5rem, 15.192rem + 4.81vw, 20rem);
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-color: #fff;
  background-image: none;
  resize: none;
}

.p-contact__form-textarea textarea:focus {
  box-shadow: none;
  outline: none;
}

.p-contact__form-textarea textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-contact__form-textarea textarea::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.p-contact__form-privacy {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-contact__form-privacy-label {
  display: inline-block;
  font-size: clamp(16px, 8.608px + 0.96vw, 24px);
  font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
}

.p-contact__form-privacy-label a {
  color: #D9D9D9;
  display: inline-block;
}

.p-contact__form-privacy input {
  display: none;
}

.p-contact__form-privacy input + span {
  cursor: pointer;
  display: inline-block;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0 0 0 30px;
  padding: 0 0 0 1.875rem;
  position: relative;
}

.p-contact__form-privacy input + span::before {
  background: #fff;
  border: 1px solid #808080;
  content: "";
  display: block;
  height: 18px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 18px;
  width: 1.125rem;
}

.p-contact__form-privacy input + span::after {
  border-bottom: 3px solid #333;
  border-bottom: 0.1875rem solid #333;
  border-left: 3px solid #333;
  border-left: 0.1875rem solid #333;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 2px;
  left: 0.125rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  transform: rotate(-45deg);
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.p-contact__form-privacy input + span a {
  -webkit-text-decoration: underline;
  color: #D9D9D9;
  text-decoration: underline;
}

.p-contact__form-privacy input:checked + span::after {
  opacity: 1;
}

.p-contact__form-submit {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-contact__form-submit input,
.p-contact__form-send input,
.p-contact__form-return input {
  background-color: #3E3A39;
  background-image: none;
  border: 1px solid #3E3A39;
  border-radius: 1.25rem;
  color: #fff;
  display: inline-block;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  -webkit-text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s;
}

.p-contact__form-send input {
  width: clamp(250px, 137.392px + 14.66vw, 372px);
  width: clamp(15.625rem, 8.587rem + 14.66vw, 23.25rem);
}

.p-contact__btn-confirm {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.p-contact__form-submit input:hover,
.p-contact__form-submit input:focus,
.p-contact__form-send input:hover,
.p-contact__form-send input:focus {
  background-color: #fff;
  color: #3E3A39;
  outline: none;
}

.p-contact__form-return input:hover,
.p-contact__form-return input:focus {
  background-color: #3E3A39;
  color: #fff;
}

.p-contact__form-return input {
  background-color: #fff;
  border: 1px solid #3E3A39;
  color: #3E3A39;
}

.p-contact__form-return input {
  width: clamp(250px, 137.392px + 14.66vw, 372px);
  width: clamp(15.625rem, 8.587rem + 14.66vw, 23.25rem);
}

.p-contact__form-submit input::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.form-select select {
  background-image: url(./../images/common/arrow.svg);
  background-position: right 15px top 15px;
  background-position: right 0.9375rem top 0.9375rem;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 11.5px 50px 11.5px 15px;
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.p-form-select select::-ms-expand {
  display: none;
}

.p-form-select select:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.p-form-checkbox label {
  display: block;
}

.p-form-checkbox input {
  display: none;
}

.p-form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  font-weight: 500;
  line-height: 1;
  padding: 0 0 0 30px;
  padding: 0 0 0 1.875rem;
  position: relative;
}

.p-form-checkbox input + span::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 18px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
}

.p-form-checkbox input + span::after {
  background-color: #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  left: 3px;
  left: 0.1875rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 12px;
  width: 0.75rem;
}

.p-contact__form-checkbox {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-form-checkbox input:checked + span::after {
  opacity: 1;
}

.p-contact__top-link {
  text-align: center;
}

.wpcf7-spinner {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-contact__thanks {
  padding: 10px 0 16px;
  padding: 0.625rem 0 1rem;
}

.p-contact__thanls-btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-contact__form-output {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-corporate__section,
.p-personal__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-corporate__top-text {
  display: inline-block;
  letter-spacing: 0.09em;
  text-align: center;
}

.p-corporate__label-font {
  color: #fff;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.p-corporate__items-wrap {
  background-image: linear-gradient(0deg, rgb(241, 242, 242) 0%, rgb(10, 115, 187) 0%);
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  width: 100%;
}

.p-corporate__items-inner {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-corporate__change-wrap-inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 1320px;
  max-width: 82.5rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-corporate__change-wrap {
  background-color: #fff;
  border: 3px solid #0A73BB;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  padding: 20px;
  padding: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: clamp(20px, -14.416px + 10.75vw, 50px);
  padding-left: clamp(1.25rem, -0.901rem + 10.75vw, 3.125rem);
  padding-right: clamp(20px, -14.416px + 10.75vw, 50px);
  padding-right: clamp(1.25rem, -0.901rem + 10.75vw, 3.125rem);
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-corporate__change-images01 {
  width: clamp(280px, 85.024px + 60.93vw, 450px);
  width: clamp(17.5rem, 5.314rem + 60.93vw, 28.125rem);
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 248/598;
     object-fit: cover;
}

.p-corporate__change-images02 {
  max-width: 50px;
  max-width: 3.125rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 52/63;
     object-fit: cover;
}

.p-corporate__change-images03 {
  max-width: 750px;
  max-width: 46.875rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1093/424;
     object-fit: cover;
}

.p-corporate__change-images-box {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-corporate__change-images-label {
  background-color: gray;
  border-radius: 0.3125rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 37px;
  margin-bottom: 2.3125rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-corporate__change-images-label.p-corporate__change-images-label--after {
  background-color: red;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-corporate__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  max-width: 1320px;
  max-width: 82.5rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  width: 100%;
}

.p-corporate__item {
  position: relative;
}

.p-corporate__items2-sp {
  display: flex;
  gap: clamp(25.008px, -44.224px + 9.01vw, 100px);
  gap: clamp(1.563rem, -2.764rem + 9.01vw, 6.25rem);
}

.p-corporate__arrow-wrap {
  background-color: #F1F2F2;
  border-radius: 0 0 1.25rem 1.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
}

.p-corporate__item .p-corporate__logo {
  order: 1;
}

.p-corporate__logo {
  left: 50%;
  margin: 0 auto;
  max-width: 200px;
  max-width: 12.5rem;
  padding-top: 35px;
  padding-top: 2.1875rem;
  position: absolute;
  top: -68px;
  top: -4.25rem;
  transform: translateX(-50%);
  width: 100%;
}

.p-corporate__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 336/102;
     object-fit: cover;
}

.p-corporate__img01 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: 100%;
}

.p-corporate__img01 img {
  height: 100%;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 206/289;
     object-fit: cover;
}

.p-corporate__item.c-card5 {
  padding: 40px 30px 20px;
  padding: 2.5rem 1.875rem 1.25rem;
  width: clamp(260px, -19.2px + 87.25vw, 650px);
  width: clamp(16.25rem, -1.2rem + 87.25vw, 40.625rem);
}

.p-corporate__plan {
  padding-top: 60px;
  padding-top: 3.75rem;
}

.p-corporate__plan-logo img {
  max-width: 200px;
  max-width: 12.5rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 428/125;
     object-fit: cover;
}

.p-corporate__change {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-corporate__change-text,
.p-corporate__teams-text,
.p-corporate__consultant-text,
.p-corporate__plan-text {
  font-size: clamp(12px, 7.712px + 1.34vw, 18px);
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  max-width: clamp(230px, -20px + 93.75vw, 700px);
  max-width: clamp(14.375rem, -1.25rem + 93.75vw, 43.75rem);
  text-align: center;
}

.p-corporate__change-text,
.p-corporate__plan-text {
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-corporate__plan-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-corporate__consultant {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-corporate__teams-text {
  line-height: 1.5;
  padding: 35px 20px 0;
  padding: 2.1875rem 1.25rem 0;
}

.p-corporate__change-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-corporate__consultant-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-corporate__consultant-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(10px, 2.848px + 2.24vw, 20px);
  gap: clamp(10px, 2.848px + 2.24vw, 20px);
  gap: clamp(0.625rem, 0.178rem + 2.24vw, 1.25rem);
  justify-content: start;
}

.p-corporate__consultant-item {
  align-items: center;
  background-color: #fff;
  border: 2px solid #0A73BB;
  border-radius: clamp(0.313rem, -0.135rem + 2.24vw, 0.938rem);
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  justify-content: center;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.p-corporate__consultant-item-img1,
.p-corporate__consultant-item-img2,
.p-corporate__consultant-item-img3,
.p-corporate__consultant-item-img4,
.p-corporate__consultant-item-img5 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-corporate__consultant-item-img1 {
  aspect-ratio: 130/139;
  max-width: 130px;
  max-width: 8.125rem;
}

.p-corporate__consultant-item-img2 {
  aspect-ratio: 90/148;
  max-width: 90px;
  max-width: 5.625rem;
}

.p-corporate__consultant-item-img3 {
  aspect-ratio: 149/136;
  max-width: 149px;
  max-width: 9.3125rem;
}

.p-corporate__consultant-item-img4 {
  aspect-ratio: 123/172;
  max-width: 123px;
  max-width: 7.6875rem;
}

.p-corporate__consultant-item-img5 {
  aspect-ratio: 110/157;
  max-width: 110px;
  max-width: 6.875rem;
}

.p-corporate__consultant-item-text {
  color: #0A73BB;
  font-size: clamp(12px, 7.712px + 1.34vw, 18px);
  font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
  font-weight: 700;
}

.p-corporate__consultant-wrap-inner {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  width: 100%;
}

.p-corporate__consultant-items-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1320px;
  max-width: 82.5rem;
}

.p-corporate__items2 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-corporate__items3-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-corporate__items3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-corporate__consultant-items + .p-corporate__consultant-items {
  grid-template-columns: repeat(3, 1fr);
}

.p-corporate__teams-wrap {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-corporate__teams-wrap-inner {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-corporate__teams {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 520px;
  max-width: 32.5rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-corporate__team {
  border-bottom: 3px solid #0A73BB;
  border-left: 3px solid #0A73BB;
  border-radius: 0.75rem;
  border-right: 3px solid #0A73BB;
  border-top: 3px solid #0A73BB;
  padding-bottom: clamp(30px, 3.232px + 3.49vw, 59.008px);
  padding-bottom: clamp(1.875rem, 0.202rem + 3.49vw, 3.688rem);
  padding-left: clamp(15.008px, -2.896px + 5.59vw, 40px);
  padding-left: clamp(0.938rem, -0.181rem + 5.59vw, 2.5rem);
  padding-right: clamp(20px, -1.472px + 6.71vw, 50px);
  padding-right: clamp(1.25rem, -0.092rem + 6.71vw, 3.125rem);
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}

.p-corporate__team2 {
  border-bottom: 3px solid #0A73BB;
  border-left: 3px solid #0A73BB;
  border-radius: 0.75rem;
  border-right: 3px solid #0A73BB;
  border-top: 3px solid #0A73BB;
  padding-bottom: clamp(30px, 3.232px + 3.49vw, 59.008px);
  padding-bottom: clamp(1.875rem, 0.202rem + 3.49vw, 3.688rem);
  padding-left: clamp(15.008px, -2.896px + 5.59vw, 40px);
  padding-left: clamp(0.938rem, -0.181rem + 5.59vw, 2.5rem);
  padding-right: clamp(20px, -1.472px + 6.71vw, 50px);
  padding-right: clamp(1.25rem, -0.092rem + 6.71vw, 3.125rem);
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
}

.p-corporate__bg,
.p-corporate__bg2 {
  background-color: #0A73BB;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
  color: #fff;
  font-size: clamp(18px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 700;
  left: 0;
  min-height: 63px;
  min-height: 3.9375rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 100%;
}

.p-corporate__bg {
  border-radius: 0.5625rem 0.5625rem 0 0;
}

.p-corporate__bg2 {
  border-radius: 0.5625rem 0.5625rem 0 0;
}

.p-corporate__team-img1 {
  max-width: 553px;
  max-width: 34.5625rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 533/331;
     object-fit: cover;
}

.p-corporate__team-img2 {
  max-width: 456px;
  max-width: 28.5rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 488/331;
     object-fit: cover;
}

.p-corporate__btn {
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}

.p-footer {
  background-color: #3E3A39;
  color: #fff;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  padding: 30px 0;
  padding: 1.875rem 0;
}

.p-footer__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
  max-width: 23.125rem;
  padding: 0 5px 0px;
  padding: 0 0.3125rem 0rem;
}

.p-footer__logo {
  max-width: 187px;
  max-width: 11.6875rem;
  width: 100%;
}

.p-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 325/75;
     object-fit: cover;
}

.p-footer__address {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-footer__address span {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-footer__navItem-wrap {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
}

.p-footer__navList {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

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

.p-footer__navItem:last-child {
  margin-bottom: 0;
}

.p-footer__navItem small {
  display: inline-block;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-footer__navItem a {
  display: block;
  line-height: 1;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

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

.p-header {
  background-color: transparent;
  height: 65px;
  height: 4.0625rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  z-index: 1000;
}
.p-header.is-scrolled {
  background-color: #fff;
}

.p-header__inner {
  background-color: #fff;
  display: flex;
  height: inherit;
  justify-content: space-between;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-header__logo {
  height: inherit;
  max-width: 169px;
  max-width: 10.5625rem;
  width: 100%;
}

.p-header__logo a {
  height: auto;
  width: 100%;
}

.p-header__logo a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 169/69;
     object-fit: contain;
}

.p-header__sns-wrap {
  background-color: transparent;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-align: right;
}

.p-header__nav {
  display: none;
  height: inherit;
  position: relative;
}

.p-header__nav-list {
  display: flex;
  gap: clamp(18px, 11.136px + 0.89vw, 24px);
  gap: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-header__nav-item > a,
.p-header__nav-modal-wrap > p {
  align-items: center;
  color: #333;
  display: flex;
  font-size: clamp(15.008px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.938rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 900;
  height: inherit;
  line-height: 1;
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-transform: capitalize;
  transition: 0.3s;
}

.p-header__nav-modal-wrap > p {
  transition: 0.3s;
}

.p-header__nav-modal {
  background-color: #fff;
  border-radius: 0.9375rem;
  left: -15px;
  left: -0.9375rem;
  max-width: 150px;
  max-width: 9.375rem;
  opacity: 0;
  padding: 10px 0;
  padding: 0.625rem 0;
  position: absolute;
  top: 80px;
  top: 5rem;
  transform: rotateX(90deg);
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
}

.p-header__nav-modal-wrap:hover > .p-header__nav-modal {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.p-header__nav-modal-item a {
  color: #333;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  padding: 15px 0;
  padding: 0.9375rem 0;
  position: relative;
  text-align: center;
}

.p-header__nav-modal-item a:hover {
  color: #0A73BB;
  opacity: 1;
}

.p-header__nav-modal-item a.u-font-orange:hover {
  color: #F46E00;
  opacity: 1;
}

.p-header__nav-item a.is-scroll {
  color: #fff;
}

.p-header__nav-item.p-header__nav-item--contact a {
  background-color: #DE8430;
  color: #fff;
  height: auto;
  height: initial;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
}

.p-header__nav-item.p-header__nav-item--contact a::after {
  background-image: url(./../images/common/contact-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  width: 11px;
  width: 0.6875rem;
}

.p-header__hamburger {
  background-color: #fff;
  border: none;
  cursor: pointer;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 33px;
  width: 2.0625rem;
  z-index: 999;
}

.p-header__hamburger span {
  background-color: #333;
  display: block;
  height: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 100%;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -4px;
  top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 4px;
  top: 0.25rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 4px;
  top: 0.25rem;
  transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 228px 0;
  padding: 14.25rem 0;
  position: fixed;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.p-header__drawer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.p-header__drawer.is-open {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a,
.p-header__drawer-accordion-title > p {
  color: #F46E00;
  color: #333;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-align: center;
  text-transform: uppercase;
}

.p-header__drawer-modal-wrap > p {
  transition: 0.3s;
}

.p-header__drawer-modal {
  background-color: #fff;
  max-width: 150px;
  max-width: 9.375rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  transform: rotateX(90deg);
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
}

.p-header__drawer-modal-wrap:hover > .p-header__drawer-modal {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.p-header__drawer-accordion-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  gap: 0.8125rem;
}

.p-header__drawer-accordion-item {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.p-header__drawer-accordion-item a {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-header__drawer-sns-wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-member {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-member__item {
  border-radius: 0.625rem 0.625rem 0 0;
}

.p-member__content1 .c-card1 {
  display: flex;
  max-width: 100%;
}

.p-member__item.c-card1 {
  cursor: pointer;
  width: 100%;
}

.p-member__item .c-card1__img img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 300/280;
     object-fit: cover;
}

.p-member__item .c-card1__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0;
}

.p-member__item .c-card1__content,
.p-member__content1 .c-card1__content {
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 15px;
  padding: 0.9375rem;
}

.p-member__item .c-card1__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-member__content-wrap {
  margin-left: auto;
  margin-right: auto;
}

.p-member__content2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-row-gap: 20px;
  row-gap: 20px;
  row-gap: 1.25rem;
  grid-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-member__modal {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1001;
}

.p-member__modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* オーバーレイ */
.p-member__modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/* モーダルコンテンツ */
.p-member__modal-content {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 70vh;
  left: 50%;
  max-width: 1200px;
  max-width: 75rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.p-member__modal-content__body {
  border-radius: 0 0.9375rem 0.9375rem 0.9375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: clamp(25.008px, -16.544px + 5.41vw, 70px);
  padding-left: clamp(1.563rem, -1.034rem + 5.41vw, 4.375rem);
  padding-right: clamp(25.008px, -16.544px + 5.41vw, 70px);
  padding-right: clamp(1.563rem, -1.034rem + 5.41vw, 4.375rem);
  padding-top: 30px;
  padding-top: 1.875rem;
}

/* 閉じるボタン */
.p-member__modal-close {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 24px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

.p-member__modal-content__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

.p-member__modal-content__img {
  width: 100%;
}

.p-member__modal-content__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 300/290;
  border-radius: 0.75rem 0.75rem 0 0;
     object-fit: cover;
}

.p-member__modal-content__img2 {
  width: 100%;
}

.p-member__modal-content__img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 300/150;
  border-radius: 0.75rem 0.75rem 0 0;
     object-fit: cover;
}

.p-member_btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-mv {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.p-mv__title-wrap {
  left: 50%;
  padding: 0 35px;
  padding: 0 2.1875rem;
  position: absolute;
  top: clamp(85.008px, -33.12px + 36.91vw, 250px);
  top: clamp(5.313rem, -2.07rem + 36.91vw, 15.625rem);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.p-mv__main-title {
  font-size: clamp(27.008px, 10.528px + 5.15vw, 50px);
  font-size: clamp(1.688rem, 0.658rem + 5.15vw, 3.125rem);
  font-weight: 700;
  line-height: 1.6;
}

.p-mv__main-title-strong {
  font-size: clamp(29.008px, 12.528px + 5.15vw, 52px);
  font-size: clamp(1.813rem, 0.783rem + 5.15vw, 3.25rem);
}

.p-mv__img {
  display: block;
  height: auto;
  margin-top: 65px;
  margin-top: 4.0625rem;
  width: 100%;
}

.p-mv__img source {
  height: auto;
  width: 100%;
}

.p-mv__img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-page-header2 {
  margin-top: 100px;
  margin-top: 6.25rem;
  text-align: center;
}

.p-page-heading2__title {
  color: #333;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}

.p-page-heading2__title:after {
  color: #333;
  content: attr(data-en);
  display: block;
  font-size: clamp(20px, 17.136px + 0.89vw, 24px);
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-page-inner {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-page-inner2 {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
}

.p-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: orem(16);
  gap: orem(16);
  justify-content: space-between;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-pagination__numbers {
  flex: 1;
  text-align: center;
}

.page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-numbers li a,
.page-numbers li span {
  border: 1px solid #333;
  border-radius: 50%;
  color: #333;
  display: inline-block;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  -webkit-text-decoration: none;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  height: clamp(25.008px, 14.256px + 3.36vw, 40px);
  height: clamp(1.563rem, 0.891rem + 3.36vw, 2.5rem);
  text-decoration: none;
  width: clamp(25.008px, 14.256px + 3.36vw, 40px);
  width: clamp(1.563rem, 0.891rem + 3.36vw, 2.5rem);
}

.page-numbers li .current {
  background-color: #333;
  color: #fff;
}

.p-pagination__prev a,
.p-pagination__next a {
  -webkit-text-decoration: none;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

.p-personal__top-text,
.p-corporate__top-text {
  font-weight: 700;
  letter-spacing: 0.09em;
  padding: 0 40px;
  padding: 0 2.5rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  text-align: center;
}

.p-personal__logo {
  margin: 0 auto;
  max-width: 250px;
  max-width: 15.625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-personal__logo img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 548/118;
     object-fit: cover;
}

.p-personal__items-wrap {
  background-image: linear-gradient(0deg, rgb(241, 242, 242) 9%, rgb(244, 110, 0) 9%);
  border-radius: 0 0 1.5625rem 1.5625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  width: 100%;
}

.p-personal__items-inner {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-personal__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 15px;
  margin-top: 0.9375rem;
  grid-row-gap: 40px;
  row-gap: 40px;
  row-gap: 2.5rem;
  grid-column-gap: 2.0625rem;
  -moz-column-gap: 2.0625rem;
       column-gap: 2.0625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-personal__items-text,
.p-personal__items-text1 {
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: center;
}

.p-personal__items-text1 {
  margin-top: 65px;
  margin-top: 4.0625rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-personal__items-text span {
  font-weight: 500;
}

.p-personal__item-card {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-personal__item-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.p-personal__img01 {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  max-width: 9.375rem;
}

.p-personal__img01 img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 188/182;
     object-fit: cover;
}

.p-personal__img02 {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
  max-width: 9.375rem;
}

.p-personal__img02 img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 183/223;
     object-fit: cover;
}

.p-personal__img03 {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 190px;
  max-width: 11.875rem;
}

.p-personal__img03 img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 260/186;
     object-fit: cover;
}

.p-personal__plan {
  margin-top: 75px;
  margin-top: 4.6875rem;
}

.p-personal__price {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-personal__plan-logo,
.p-corporate__plan-logo {
  display: flex;
  justify-content: center;
}

.p-personal__plan-logo img {
  max-width: 556px;
  max-width: 34.75rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 556/111;
     object-fit: cover;
}

.p-personal__plan-text {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-personal__plan-wrap {
  display: flex;
  justify-content: center;
}

.p-personal__plan-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 25px;
  row-gap: 25px;
  row-gap: 1.5625rem;
  grid-column-gap: 2.0625rem;
  -moz-column-gap: 2.0625rem;
       column-gap: 2.0625rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.c-card2.p-personal__plan-item {
  border: 3px solid #F46E00;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.p-personal__sub-title,
.p-corporate__sub-title {
  letter-spacing: 0.09em;
  text-align: center;
}

.p-personal__sub-title {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-personal__features {
  margin: 60px 0;
  margin: 3.75rem 0;
}

.p-personal__features .c-heading1.c-heading1--hot:after {
  line-height: 1;
}

.p-personal__standard {
  display: flex;
  justify-content: center;
  padding: 0 30px;
  padding: 0 1.875rem;
}

.p-personal__course-inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: clamp(50px, 28.528px + 6.71vw, 80px);
  padding-bottom: clamp(3.125rem, 1.783rem + 6.71vw, 5rem);
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: clamp(50px, 28.528px + 6.71vw, 80px);
  padding-top: clamp(3.125rem, 1.783rem + 6.71vw, 5rem);
}

.p-personal__standard-items,
.p-personal__course-items {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-personal__standard-items {
  gap: 30px;
  gap: 1.875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-personal__standard-item,
.p-personal__standard-item1 {
  margin-left: auto;
  margin-right: auto;
}

.p-personal__standard-item {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-personal__standard-item1 {
  gap: 30px;
  gap: 1.875rem;
}

.p-personal__standard-item-img1,
.p-personal__standard-item-img2,
.p-personal__standard-item-img3 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 65%;
}

.p-personal__standard-item-img1 img {
  max-width: 250px;
  max-width: 15.625rem;
  width: 80%;
  -o-object-fit: cover;
  aspect-ratio: 329/341;
     object-fit: cover;
}

.p-personal__standard-item-img2 img {
  max-width: 250px;
  max-width: 15.625rem;
  width: 80%;
  -o-object-fit: cover;
  aspect-ratio: 289/371;
     object-fit: cover;
}

.p-personal__standard-item-img3 img {
  max-width: 280px;
  max-width: 17.5rem;
  width: 80%;
  -o-object-fit: cover;
  aspect-ratio: 324/374;
     object-fit: cover;
}

.p-personal__course-item {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.p-personal__course-item a {
  cursor: pointer;
}

.p-personal__course-item:first-child {
  padding-top: 0;
}

.p-personal__course-item:last-child {
  border-bottom: none;
}

.p-personal__label-font {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.p-personal__arrow-img,
.p-corporate__arrow-img-wrap {
  display: flex;
  justify-content: center;
}

.p-corporate__arrow-img {
  max-width: 80px;
  max-width: 5rem;
}

.p-personal__arrow-img img {
  max-width: 109px;
  max-width: 6.8125rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 108/38;
     object-fit: cover;
}

.p-personal__text-strong,
.p-corporate__text-strong {
  font-weight: 700;
  text-align: center;
}

.p-personal__items2 {
  display: flex;
  gap: clamp(50px, 3.84px + 6.01vw, 100px);
  gap: clamp(3.125rem, 0.24rem + 6.01vw, 6.25rem);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-personal__item-text,
.p-personal__item-text2 {
  text-align: center;
}

.p-personal__item-text {
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-personal__item-text2 {
  font-weight: 500;
}

.p-personal__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-personal__btn2 {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

/* ============ Project Layer ============ */
.p-planSlider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  max-width: 80rem;
}

.p-planSlider__list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  margin-top: 25px;
  margin-top: 1.5625rem;
  min-width: -moz-max-content;
  min-width: max-content;
}

.p-planSlider__item {
  flex: 0 0 auto;
  width: 280px;
  width: 17.5rem;
}

/* ============ Component Layer ============ */
.c-card {
  background-color: #ffffff;
  border-radius: 12px;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 80px 20px 20px;
  padding: 5rem 1.25rem 1.25rem;
  position: relative;
}

.c-card__label,
.c-card__label2,
.c-card__label3 {
  align-items: center;
  background-color: #ffa726;
  border-radius: 8px;
  border-radius: 0.75rem 0.75rem 0 0;
  clip-path: polygon(100% 0, 100% 67%, 50% 100%, 0 67%, 0 0);
  color: #ffffff;
  display: inline-flex;
  font-family: "inter", sans-serif;
  font-weight: 900;
  height: 70px;
  height: 4.375rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-card__label2 {
  background-color: #F46E00;
}

.c-card__label3 {
  background-color: #CE3A00;
}

.c-card__header {
  text-align: center;
}

.c-card__planType {
  color: #ffa726;
  font-family: "inter", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
}

.c-card__planName {
  font-family: "inter", sans-serif;
  font-weight: 900;
}

.c-card__description {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.c-card__price {
  text-align: center;
}

.c-card__priceLabel {
  color: #898989;
  font-weight: 600;
  line-height: 2;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-card__priceValue {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}

.c-card__features {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-card__featureItem {
  align-items: center;
  border-bottom: 1px solid #eee;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  gap: 10px;
  gap: 0.625rem;
  height: 45px;
  height: 2.8125rem;
}

.c-card__featureItem img {
  max-width: 15px;
  max-width: 0.9375rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 20/27;
  margin-right: 10px;
  margin-right: 0.625rem;
     object-fit: cover;
}

/* 最後のアイテムの下線を消す */
.c-card__featureItem:last-child {
  border-bottom: none;
}

.c-card__highlight {
  color: #FFA521;
  font-weight: bold;
}

.p-post-article {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article__inner {
  margin: 0 auto;
  padding: 0px 40px 50px;
  padding: 0rem 2.5rem 3.125rem;
  width: 100%;
}

.p-post-article__inner2 {
  margin: 0 auto;
  padding: 0px 20px 0px;
  padding: 0rem 1.25rem 0rem;
  width: 100%;
}

.p-post-article__inner.business-inner {
  margin: 0 auto;
  padding: 0px 20px 45px;
  padding: 0rem 1.25rem 2.8125rem;
}

.p-post-article__header {
  color: #fff;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}

.p-post-article__title {
  font-size: clamp(18px, 9.712px + 1.34vw, 28px);
  font-size: clamp(1.125rem, 0.607rem + 1.34vw, 1.75rem);
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article__title-box {
  display: flex;
  flex-direction: column-reverse;
}

.p-post-article__img {
  height: auto;
  max-width: 160px;
  max-width: 10rem;
}

.p-post-article__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 428/125;
     object-fit: cover;
}

.p-post-article__subtitle {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 17.136px + 0.89vw, 24px);
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article__info {
  align-items: center;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article__information {
  background-color: #F1F2F2;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-post-article__information-box {
  display: flex;
  flex-direction: column-reverse;
}

.p-post-article__information-text {
  font-size: clamp(16px, 11.136px + 0.89vw, 18px);
  font-size: clamp(1rem, 0.696rem + 0.89vw, 1.125rem);
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.p-post-article__information-texts {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-post-article__information-item {
  border-bottom: 1px solid #B3B3B3;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.p-post-article__main-img {
  height: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}

.p-post-article__main-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1280/640;
  border-radius: 0.75rem;
     object-fit: cover;
}

.p-post-article__information-img {
  margin-left: auto;
  margin-right: auto;
}

.p-post-article__category {
  align-items: center;
  display: flex;
  gap: 5px;
  gap: 0.3125rem;
  justify-content: center;
}

.p-post-article__category li {
  border: 1px solid #333;
  border-radius: 0.5rem;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  padding: 2px 7px;
  padding: 0.125rem 0.4375rem;
}

.p-post-article__box {
  margin: 102.4px auto 0;
  margin: 6.4rem auto 0;
}

.p-post-article__content {
  width: 100%;
}

.p-post-article__contents {
  margin: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  width: 100%;
}

.p-post-article__media-text {
  font-size: clamp(11.008px, 9.984px + 1.57vw, 12px);
  font-size: clamp(0.688rem, 0.624rem + 1.57vw, 0.75rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-post-article__media-link {
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article__media-link a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-post-article__category {
  letter-spacing: 0;
}

.p-post-article__data {
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  letter-spacing: 0.05em;
}

.p-post-article__content h2 {
  background-color: #0A73BB;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-post-article__contents h3 {
  background-color: #3E3A39;
  border-radius: 0.625rem;
  color: #fff;
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  margin: 30px 0 20px;
  margin: 1.875rem 0 1.25rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.p-post-article__contents .p-post__h3-inner + p {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article__contents h4 {
  border-bottom: 3px solid #e3e3e3;
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: -10px;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 9px 9px 10px 9px;
  padding: 0.5625rem 0.5625rem 0.625rem 0.5625rem;
  position: relative;
}

.p-post-article__contents h4:after {
  background-color: #F46E00;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20%;
  z-index: 1;
}

.p-post-article__contents h5 {
  border-bottom: 2px solid #0A73BB;
  border-top: 2px solid #0A73BB;
  color: #0A73BB;
  display: inline-block;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 2px 12.5px;
  padding: 0.125rem 0.78125rem;
}

.p-post-article__contents h4 + p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-post-article__contents p {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  line-height: 1.8;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-post-article__contents a {
  color: #0A73BB;
  -webkit-text-decoration: underline;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  text-decoration: underline;
}

.p-post-article__contents img {
  height: auto;
  margin: 3px 0;
  margin: 0.1875rem 0;
}

.p-post-article__contents figure {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article__contents figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-article-section {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-article-section p {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.p-post-article__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-post-article__business-img {
  height: auto;
  margin-top: -40px;
  margin-top: -2.5rem;
  max-width: 530px;
  max-width: 33.125rem;
}

.p-post-article__business-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 0.75rem;
     object-fit: cover;
}

.p-post-article__media-lists {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-post-article__media-list {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-post-article__media-list:before {
  color: #F46E00;
  content: "■";
  display: inline-block;
  font-size: clamp(16px, 13.136px + 0.89vw, 20px);
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
  line-height: 2;
}

.p-post-article__media-h3 {
  background-color: #3E3A39;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 74px;
  margin-top: 4.625rem;
  padding: 16px 40px;
  padding: 1rem 2.5rem;
}

.p-post-article__media-h4 {
  border-bottom: 3px solid #e3e3e3;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: -10px;
  padding: 0.3em;
  position: relative;
}

.p-post-article__media-h4::after {
  background-color: #F46E00;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20%;
  z-index: 1;
}

.p-post-article__media-text + .p-post-article__media-h4 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-post-article2__inner {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-post-article2__inner.business-inner {
  margin: 0 auto;
  padding: 0px 20px 45px;
  padding: 0rem 1.25rem 2.8125rem;
}

.p-post-article2__header-inner {
  display: flex;
  justify-content: center;
}

.p-post-article2__header {
  color: #fff;
  padding: 0;
  position: relative;
}

.p-post-article2__name {
  font-size: clamp(18px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-post-article2__title {
  font-size: clamp(20px, 17.136px + 0.89vw, 24px);
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article2__title-box {
  display: flex;
  flex-direction: column-reverse;
}

.p-post-article2__title-contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}

.p-post-article2__img {
  height: auto;
  max-width: 260px;
  max-width: 16.25rem;
}

.p-post-article2__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 343/74;
     object-fit: cover;
}

.p-post-article2__subtitle {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article2__info {
  align-items: center;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article2__information {
  background-color: #F1F2F2;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-post-article2__information-box {
  display: flex;
  gap: 6.25vw;
}

.p-post-article2__information-texts {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-post-article2__information-item {
  border-bottom: 1px solid #B3B3B3;
  padding: 37px 0;
  padding: 2.3125rem 0;
}

.p-post-article2__individual-img {
  margin-top: 0px;
  margin-top: 0rem;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-post-article2__individual-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 620/420;
  border-radius: 0.75rem;
     object-fit: cover;
}

.p-post-article2__main-img {
  height: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 1280px;
  max-width: 80rem;
}

.p-post-article2__main-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1280/640;
  border-radius: 0.75rem;
     object-fit: cover;
}

.p-post-article2__category {
  background-color: #fff;
  border-radius: 0.75rem;
  color: #F46E00;
  display: inline-block;
  font-size: clamp(17.008px, 14.848px + 0.67vw, 20px);
  font-size: clamp(1.063rem, 0.928rem + 0.67vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 5px 25px;
  padding: 0.3125rem 1.5625rem;
}

.p-post-article2__category li {
  border: 1px solid #333;
  border-radius: 0.75rem;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}

.p-post-article2__box {
  margin: 102.4px auto 0;
  margin: 6.4rem auto 0;
}

.p-post-article2__content {
  padding: 20px 23px 0;
  padding: 1.25rem 1.4375rem 0;
  width: 100%;
}

.p-post-article2__content-wrap {
  border-bottom: 1px solid #B3B3B3;
  margin: auto;
  width: 100%;
}

.p-post-article2__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-article2__media-text {
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.p-post-article2__media-link {
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-article2__media-link a {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.p-post-article2__data {
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  letter-spacing: 0.05em;
}

.p-post-article2__content h2 {
  background-color: #0A73BB;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-post-article2__contents h3 {
  border-left: 0.5em solid #0A73BB;
  color: #0A73BB;
  font-size: 28px;
  font-size: 1.75rem;
  margin: 30px 0 15px;
  margin: 1.875rem 0 0.9375rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-post-article2__contents h4 {
  font-size: clamp(20px, 16.303px + 0.48vw, 24px);
  font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article2__contents h5 {
  border-bottom: 2px solid #0A73BB;
  border-top: 2px solid #0A73BB;
  color: #0A73BB;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 2px 12.5px;
  padding: 0.125rem 0.78125rem;
}

.p-post-article2__contents p {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-post-article2__contents a {
  color: #0A73BB;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-post-article2__contents img {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article2__contents figure {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-post-article2__contents figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-article-section {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-article-section p {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.p-post-article2__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-post-article2__business-img {
  height: auto;
  margin-top: -100px;
  margin-top: -6.25rem;
  max-width: 530px;
  max-width: 33.125rem;
}

.p-post-article2__business-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 530/780;
  border-radius: 0.75rem;
     object-fit: cover;
}

.p-post-card {
  background-color: #fff;
  border-radius: 1.5625rem;
}

.p-post-card__img {
  width: 100%;
}

.p-post-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 390/215;
  border-radius: 0.75rem 0.75rem 0 0;
     object-fit: cover;
}

.p-post-card__body {
  padding: 12px 20px 15px 20px;
  padding: 0.75rem 1.25rem 0.9375rem 1.25rem;
  -moz-text-align-last: left;
  background-color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
       text-align-last: left;
}

.p-post-card__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-post-card__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.p-post-card__category li {
  border: 1px solid #333;
  border-radius: 0.75rem;
  color: #333;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}

.post__category {
  border: 1px solid #333;
  border-radius: 0.75rem;
  color: #333;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}

.p-post-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.p-post-card__more {
  display: flex;
  font-size: 10px;
  font-size: 0.625rem;
  justify-content: end;
  margin-top: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-post-card__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  -moz-text-align-last: left;
       text-align-last: left;
}

.p-post-card__text {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-post-card {
  position: relative;
}
.p-post-card__link {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-post-card__content {
  position: relative;
  z-index: 0;
}

.p-post-card2 {
  border-radius: 0.75rem;
}

.p-post-card2__img {
  width: 100%;
}

.p-post-card2__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 390/240;
  border-radius: 0.75rem;
     object-fit: cover;
}

.p-post-card2__text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: left;
}

.p-post-card2__title {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-post-card__text {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-post-connect__title {
  color: #0A73BB;
  font-size: clamp(20px, 16.303px + 0.48vw, 24px);
  font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
}

.p-post-connect__items {
  display: grid;
  grid-gap: 50px;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-post-list {
  position: relative;
}

.p-post-list__inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}

.p-post-list__category-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-post-list__category-link {
  border: 1px solid #333;
  border-radius: 1.5625rem;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
}

.p-post-list__category-menus.is-active a {
  background-color: #000;
  border-radius: 0.75rem;
  color: #fff;
  padding: 6px 12px;
}

.p-post-list__wrap {
  margin: 20px 0 40px;
  margin: 1.25rem 0 2.5rem;
}

.p-post-list__title {
  color: #0A73BB;
  font-size: 48px;
  font-size: 3rem;
}

.p-post-list__items-wrap {
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.p-post-list__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.p-post-list__items2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 25px;
  gap: 25px;
  gap: 1.5625rem;
}

.p-post-list__items {
  margin-top: 16px;
  margin-top: 1rem;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  row-gap: 30px;
  row-gap: 1.875rem;
}

.p-post-list__cards {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-post-list__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-post__inner {
  border-bottom: 1px solid #B3B3B3;
  margin: 0 auto;
  padding: 40px 20px 25px;
  padding: 2.5rem 1.25rem 1.5625rem;
}

.p-post__meta {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.p-post__meta time {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-post__category {
  border: 1px solid #333;
  border-radius: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.p-post h3 {
  background-color: #3E3A39;
  border-radius: 0.625rem;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.p-post h4 {
  border-bottom: 3px solid #e3e3e3;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: -10px;
  padding: 0.3em;
  position: relative;
}

.p-post h4::after {
  background-color: #F46E00;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20%;
  z-index: 1;
}

.p-post__h3-inner {
  padding-left: 5px;
  padding-left: 0.3125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
}

.p-post p {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-post__p-large {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-post p + .p-post p {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-post__bg-white,
.p-post__bg-white2 {
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}

.p-post__bg-white {
  margin: 25px 0 50px;
  margin: 1.5625rem 0 3.125rem;
}

.p-post__bg-white2 {
  margin: 15px 0 10px;
  margin: 0.9375rem 0 0.625rem;
}

.p-post__bg-white-2 p,
.p-post__bg-white p {
  font-weight: 400;
  padding-top: 0 !important;
}

.p-post__bg-white2 a,
.p-post__bg-white a {
  color: #333;
  -webkit-text-decoration: none;
  font-weight: 700;
  text-decoration: none;
}

.p-post__orange-square-li,
.p-post__orange-square {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-post__orange-square-li {
  font-weight: 700;
}

.p-post__orange-square {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-post__orange-square-li::before {
  color: #F46E00;
  content: "■";
  display: inline-block;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
  line-height: 1;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.p-post__flex {
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
}

.u-li-nomarker {
  margin: 12px 0 5px;
  margin: 0.75rem 0 0.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}

.u-li-nomarker > li {
  display: flex;
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  gap: 6px;
  gap: 0.375rem;
  line-height: 1.8;
}

.u-li-nomarker > li .u-li-nomarker > li > span {
  flex-shrink: 0;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}

.u-li-nomarker > li > a {
  font-weight: 500;
}

.u-li-nomarker p {
  margin-top: 0;
}

.u-li-nomarker li > span:first-child,
.u-li-nomarker li > p:first-child {
  flex-shrink: 0;
}

.p-post__list {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-left: 1.25rem;
}

.p-post__list span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-post__kunoji-list {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post__kunoji-list li:before {
  content: ">";
  display: inline-block;
  font-size: clamp(15.008px, 9.984px + 1.57vw, 22px);
  font-size: clamp(0.938rem, 0.624rem + 1.57vw, 1.375rem);
  line-height: 1;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-privacy-policy__heading {
  font-size: clamp(14px, 12.576px + 0.45vw, 16px);
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__list li {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 1.6;
  list-style: decimal;
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-privacy-policy__list-nostyle li {
  font-size: clamp(14px, 12.656px + 0.42vw, 16px);
  font-size: clamp(0.875rem, 0.791rem + 0.42vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 1.6;
  list-style: none;
  margin-left: 0;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-privacy-policy__text {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-privacy-policy__content {
  padding: 20px 0 80px;
  padding: 1.25rem 0 5rem;
}

.p-business-archive__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.img {
  background: url("/images/fv1.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

.img.b {
  background-image: url("/images/fv2.jpg");
}

.img.c {
  background-image: url("/images/fv3.jpg");
}

.arrow_box {
  background-image: linear-gradient(179deg, rgb(244, 104, 56) 10%, rgb(255, 193, 24));
  border-radius: 0.75rem;
  color: #FFFFFF;
  font-size: 36px;
  font-size: 2.25rem;
  height: 84px;
  height: 5.25rem;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 248px;
  width: 15.5rem;
  -webkit-border-radius: 0.75rem;
  -moz-border-radius: 0.75rem;
}

.arrow_box span {
  font-size: 28px;
  font-size: 1.75rem;
}

.arrow_box::after {
  border: solid transparent;
  border-bottom-width: 10px;
  border-color: rgba(106, 90, 205, 0);
  border-left-width: 10px;
  border-right-width: 10px;
  border-top-color: #FFC118;
  border-top-width: 10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.modal {
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 1001;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* オーバーレイ */
.modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

/* モーダルコンテンツ */
.modal-content {
  background-color: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 70vh;
  left: 50%;
  max-width: 1280px;
  max-width: 80rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.modal-content__body {
  border-radius: 0 0.75rem 0.75rem 0.75rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: clamp(25.008px, -16.544px + 5.41vw, 70px);
  padding-left: clamp(1.563rem, -1.034rem + 5.41vw, 4.375rem);
  padding-right: clamp(25.008px, -16.544px + 5.41vw, 70px);
  padding-right: clamp(1.563rem, -1.034rem + 5.41vw, 4.375rem);
  padding-top: 30px;
  padding-top: 1.875rem;
}

.modal-content__body2 {
  width: 100%;
}

/* 閉じるボタン */
.modal-close {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 24px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

.modal-content__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

.modal-content__img {
  border-radius: 0.75rem 0.75rem 0 0;
  width: 100%;
}

.modal-content__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 480/520;
  border-radius: 0.75rem 0.75rem 0 0;
     object-fit: cover;
}

.modal-content__img2 {
  border-radius: 0.75rem 0.75rem 0 0;
  width: 100%;
}

.modal-content__img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 480/520;
  border-radius: 0.75rem 0.75rem 0 0;
     object-fit: cover;
}

.p-top-about {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}

.p-top-about__title {
  text-align: center;
}

.p-top-about__title-text {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 13.136px + 0.89vw, 20px);
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1.8;
  text-align: center;
}

.p-top-about__content {
  text-align: center;
}

.p-top-about__content-text {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: clamp(295.008px, 205.52px + 27.96vw, 420px);
  max-width: clamp(18.438rem, 12.845rem + 27.96vw, 26.25rem);
  text-align: center;
}

.p-top-about__content-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 287px;
  max-width: 17.9375rem;
}

.p-top-about__content-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 280/312;
     object-fit: cover;
}

.p-top-about__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}

.p-top-about__btn .c-btn-rudius {
  border-color: #F46E00;
}

.p-top-case {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-top-case__inner {
  margin: 0 auto;
  max-width: 500px;
  max-width: 31.25rem;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
  width: 100%;
}

.p-top-case__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  margin-top: 1.25rem;
  grid-gap: 20px;
  gap: 20px;
  gap: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.p-top-contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-top-contact__inner {
  padding: 0 40px;
  padding: 0 2.5rem;
  width: 100%;
}

.p-top-contact__title {
  display: flex;
  justify-content: center;
}

.p-top-contact__cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-top-contact__card {
  border-radius: 1.5625rem;
  max-width: 600px;
  max-width: 37.5rem;
  transform: scale(1);
  transition: all 0.3s ease;
}

.p-top-contact__card img {
  aspect-ratio: 600/260;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top-contact__card:hover {
  opacity: 1;
  transform: scale(1.05);
}

.p-top-contact__card.p-top-contact__card--personal {
  background-color: #F46E00;
}

.p-top-contact__heading {
  align-items: end;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-contact__label {
  font-size: clamp(11.008px, 7.424px + 1.12vw, 16px);
  font-size: clamp(0.688rem, 0.464rem + 1.12vw, 1rem);
}

.p-top-contact__img {
  max-width: 135px;
  max-width: 8.4375rem;
  width: 100%;
}

.p-top-contact__img img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 336/102;
     object-fit: cover;
}

.p-top-contact__img2 {
  max-width: 164px;
  max-width: 10.25rem;
  width: 100%;
}

.p-top-contact__img2 img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 345/74;
     object-fit: cover;
}

.p-top-contact__text {
  font-size: clamp(16px, 9.136px + 2.14vw, 22px);
  font-size: clamp(1rem, 0.571rem + 2.14vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.p-top-gallery__inner {
  margin: 5% 5% 0 5%;
}

.p-top-gallery .splide__slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-gallery .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-gallery .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-gallery .slick-track {
  display: block;
  width: 100%;
}

.p-top-gallery .slick-slide {
  aspect-ratio: 600/300;
  display: block;
  margin: 0 5px;
  width: 100%;
}

.p-top-gallery .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-gallery .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-slick {
  background: black;
}

.p-top-mv-slick__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-slick .slick-track {
  display: block;
  width: 100%;
}

.p-top-mv-slick .slick-slide {
  aspect-ratio: 600/300;
  display: block;
  margin: 0 5px;
  width: 100%;
}

.p-top-mv-slick .slick-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-slick .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-splide__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-splide .splide__slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-mv-splide .splide__slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-splide .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-swiper__inner {
  margin: 5% 5% 0 5%;
}

.p-top-mv-swiper .swiper-slide {
  aspect-ratio: 600/300;
  display: block;
  width: 100%;
}

.p-top-mv-swiper .swiper-slide picture {
  height: inherit;
  height: 100%;
}

.p-top-mv-swiper .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-mv-swiper .swiper-button-prev,
.p-top-mv-swiper .swiper-button-next {
  text-rendering: initial;
}

.p-top-news {
  background-color: #F1F2F2;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}

.p-top-news__inner {
  padding: 0 40px;
  padding: 0 2.5rem;
}

.p-top-news__title {
  display: flex;
  justify-content: center;
}

.p-top-news__splide {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top-news-list__item a {
  background-color: #fff;
  border-radius: 0.9375rem;
  display: inline-block;
}

.p-top-news-list__item-img {
  width: 100%;
}

.p-top-news-list__item-img img {
  aspect-ratio: 360/186;
  border-radius: 0.9375rem 0.9375rem 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-news-list__item-content {
  padding: 20px 20px 25px;
  padding: 1.25rem 1.25rem 1.5625rem;
}

.p-top-news-list__item-category-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: right;
}

.p-top-news-list__item-category {
  border: 1px solid #333;
  border-radius: 3.125rem;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

.p-top-news-list__item-title {
  display: -webkit-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここで「2行まで」を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-top-news-list__item-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.splide__slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  justify-content: center;
}

.p-top-person {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-top-person__inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 50px 40px 60px;
  padding: 3.125rem 2.5rem 3.75rem;
}

.p-top-person__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.p-top-person__contents-img {
  height: auto;
  width: 75%;
}

.p-top-person__contents-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 318/568;
     object-fit: cover;
}

.p-top-person__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 19px;
  gap: 1.1875rem;
  justify-content: center;
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
}

.p-top-person__border {
  background-color: orange;
  height: 15px;
  height: 0.9375rem;
  width: 30px;
  width: 1.875rem;
}

.p-top-person__img1 {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.p-top-person__img1.c-card-circle__img {
  max-width: clamp(105.008px, 94.256px + 3.36vw, 120px);
  max-width: clamp(6.563rem, 5.891rem + 3.36vw, 7.5rem);
}

.p-top-person__img1.c-card-circle__img img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1;
     object-fit: cover;
}

.p-top-person__img2.c-card-circle__img {
  max-width: clamp(105.008px, 90.688px + 4.47vw, 125.008px);
  max-width: clamp(6.563rem, 5.668rem + 4.47vw, 7.813rem);
}

.p-top-person__img2.c-card-circle__img img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 238/210;
     object-fit: cover;
}

.p-top-person__img3.c-card-circle__img {
  max-width: clamp(104px, 34.928px + 10.96vw, 119.008px);
  max-width: clamp(6.5rem, 2.183rem + 10.96vw, 7.438rem);
}

.p-top-person__img3.c-card-circle__img img {
  aspect-ratio: 215/237;
  width: 100%;
}

.p-top-person__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-post__inner {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-post .splide__slide {
  display: block;
  width: 100%;
}

.p-top-post .splide__slide a {
  aspect-ratio: 600/400;
  display: block;
}

.p-top-post .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-post .splide__pagination {
  bottom: -2em;
}

.p-top-post .splide__pagination__page.is-active {
  background-color: blue;
}

.p-top-service__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.p-top-person__content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-service__img,
.p-top-service__img2 {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-service__img img {
  height: 100%;
  max-width: 153px;
  max-width: 9.5625rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 153/48;
     object-fit: cover;
}

.p-top-service__img2 img {
  height: 100%;
  max-width: 195px;
  max-width: 12.1875rem;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 195/42;
     object-fit: cover;
}

.p-top-service__title {
  text-align: center;
}

.p-top-service__catchcopy {
  text-align: center;
}

.p-top-service__text1,
.p-top-service__text2 {
  text-align: center;
}

.p-top-service__text1 {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-service__text2 {
  font-size: clamp(11.008px, 7.424px + 1.12vw, 16px);
  font-size: clamp(0.688rem, 0.464rem + 1.12vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.8;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-top-service__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 25px;
  row-gap: 25px;
  row-gap: 1.5625rem;
  grid-column-gap: 2.0625rem;
  -moz-column-gap: 2.0625rem;
       column-gap: 2.0625rem;
}

.p-top-service__btn {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-top-works {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

.p-top-works__inner {
  margin: 5% 5% 0 5%;
}

.p-top-works .splide__slide {
  display: block;
  width: 100%;
}

.p-top-works .splide__slide a {
  aspect-ratio: 600/400;
  display: block;
}

.p-top-works .splide__slide img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-works .splide__pagination {
  bottom: -2em;
}

.p-top-works .splide__pagination__page.is-active {
  background-color: blue;
}

.c-item-grid__item-title {
  text-align: center;
}

.nav-links ul {
  display: flex;
  justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
  align-items: center;
  color: #0A73BB;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}

.nav-links ul li span.current {
  color: #333;
}

.nav-links ul li {
  margin: 0 5px;
  margin: 0 0.3125rem;
  position: relative;
}

.nav-links ul li .nav-links ul .dots {
  padding-left: 0;
  padding-right: 0;
}

.u-bg-gray {
  background-color: #F1F2F2;
}

.u-bg-gray--radius {
  background-color: #F1F2F2;
  border-radius: 1.25rem;
}

.u-bg-top-radius {
  border-radius: 1.25rem 1.25rem 0 0;
}

.u-bg-blue {
  background-color: #0A73BB;
}

.u-bg-hot {
  background-color: #F46E00;
}

.u-bg-2tone {
  background: #F46E00;
}

.u-bg-bottom-radius {
  border-radius: 0 0 1.25rem 1.25rem;
}

.u-bg-black {
  background-color: #3E3A39;
}

.u-border {
  border: 1px solid #B3B3B3;
  width: 100%;
}

.u-desktop {
  display: none;
}

.u-lg {
  display: none;
}

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

.u-font-white {
  color: #fff;
}

.u-font-blue:hover {
  color: #0A73BB;
}

.u-font-orange:hover {
  color: #F46E00;
}

.u-font-hot {
  color: #F46E00;
}

.u-font-yellow {
  color: #FFA521;
}

.u-font-brown {
  color: #CE3A00;
}

.u-font-cool {
  color: #0A73BB;
}

.u-font-size56 {
  font-size: clamp(24px, 21.136px + 0.89vw, 28px);
  font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
}

.u-font-size46 {
  font-size: clamp(28px, 20.848px + 2.24vw, 38px);
  font-size: clamp(1.75rem, 1.303rem + 2.24vw, 2.375rem);
}

.u-font-size40 {
  font-size: clamp(20px, 13.712px + 1.34vw, 24px);
  font-size: clamp(1.25rem, 0.857rem + 1.34vw, 1.5rem);
}

.u-font-size36 {
  font-size: clamp(18px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
}

.u-font-size32 {
  font-size: clamp(16px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1rem, 0.696rem + 0.89vw, 1.5rem);
}

.u-font-size30 {
  font-size: clamp(18px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
}

.u-font-size28 {
  font-size: clamp(18px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
}

.u-font-size26 {
  font-size: clamp(17.008px, 14.848px + 0.67vw, 20px);
  font-size: clamp(1.063rem, 0.928rem + 0.67vw, 1.25rem);
}

.u-font-size24 {
  font-size: clamp(16px, 11.136px + 0.89vw, 18px);
  font-size: clamp(1rem, 0.696rem + 0.89vw, 1.125rem);
}

.u-font-size22 {
  font-size: clamp(12px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.75rem, 0.696rem + 0.89vw, 1.125rem);
}

.u-font-size20 {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}

.u-font-size18 {
  font-size: clamp(14px, 11.136px + 0.89vw, 18px);
  font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
}

.u-font-size16 {
  font-size: clamp(11.008px, 9.984px + 1.57vw, 12px);
  font-size: clamp(0.688rem, 0.624rem + 1.57vw, 0.75rem);
}

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

.u-font-size-normal {
  font-size: 12px;
  font-size: 0.75rem;
}

.u-xl {
  display: block;
}

.u-marker-square {
  align-items: end;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: clamp(18px, 11.136px + 0.89vw, 24px);
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 800;
  gap: 10px;
  gap: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.u-marker-square::before {
  background-color: #0A73BB;
  content: "";
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}

.u-list-blue {
  list-style: square;
  list-style-color: #0A73BB;
  color: #333;
}

.u-mt-20 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.u-mt-30 {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.u-mt-40 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.u-mt-50 {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.u-mt-100 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.u-padding {
  padding: 36px 40px 36px 40px;
  padding: 2.25rem 2.5rem 2.25rem 2.5rem;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.5625vw;
  }
  .l-header {
    top: 40px;
    top: 2.5rem;
    transition: top 0.3s ease;
  }
  .l-header.is-scrolled {
    top: 0;
  }
  .l-inner {
    max-width: 1074px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .c-btn-rudius {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-left: clamp(50px, 26.928px + 3vw, 75.008px);
    padding-left: clamp(3.125rem, 1.683rem + 3vw, 4.688rem);
    padding-right: clamp(50px, 26.928px + 3vw, 75.008px);
    padding-right: clamp(3.125rem, 1.683rem + 3vw, 4.688rem);
    padding-top: 28px;
    padding-top: 1.75rem;
  }
  .c-btn-rudius--gray {
    min-width: 354px;
    min-width: 22.125rem;
  }
  .c-btn {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-card1 {
    max-width: 390px;
    max-width: 24.375rem;
  }
  .c-card1__img {
    max-width: 390px;
    max-width: 24.375rem;
  }
  .c-card1__img img {
    max-width: 390px;
    max-width: 24.375rem;
  }
  .c-card1__name,
  .c-card1__sub-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-card1__text {
    font-size: clamp(16px, 14.16px + 0.24vw, 18px);
    font-size: clamp(1rem, 0.885rem + 0.24vw, 1.125rem);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .c-card1__more-wrap img {
    max-width: 15px;
    max-width: 0.9375rem;
  }
  .c-card1__more-wrap p {
    font-size: clamp(14px, 12.16px + 0.24vw, 16px);
    font-size: clamp(0.875rem, 0.76rem + 0.24vw, 1rem);
  }
  .c-card2 {
    border: 3px solid #0A73BB;
    flex-direction: column;
    padding: clamp(20px, 1.712px + 2.38vw, 36px);
    padding: clamp(1.25rem, 0.107rem + 2.38vw, 2.25rem);
    padding-bottom: clamp(25.008px, 15.776px + 1.2vw, 35.008px);
    padding-bottom: clamp(1.563rem, 0.986rem + 1.2vw, 2.188rem);
    padding-left: clamp(20px, 15.392px + 0.6vw, 25.008px);
    padding-left: clamp(1.25rem, 0.962rem + 0.6vw, 1.563rem);
    padding-right: clamp(20px, 15.392px + 0.6vw, 25.008px);
    padding-right: clamp(1.25rem, 0.962rem + 0.6vw, 1.563rem);
    padding-top: clamp(25.008px, 15.776px + 1.2vw, 35.008px);
    padding-top: clamp(1.563rem, 0.986rem + 1.2vw, 2.188rem);
  }
  .c-card2__contents-sp {
    display: contents;
  }
  .c-card2__num {
    font-size: 36px;
    font-size: 2.25rem;
    font-size: clamp(22px, -11.136px + 4.32vw, 51.008px);
    font-size: clamp(1.375rem, -0.696rem + 4.32vw, 3.188rem);
    text-align: center;
  }
  .c-card2__contents-wrap {
    display: flex;
    flex-direction: column;
  }
  .c-card2__contents-pc {
    display: flex;
    flex-direction: column;
  }
  .c-card2__header-wrap {
    display: flex;
  }
  .c-card2__header.c-card2__header-flex {
    align-items: center;
    display: flex;
    gap: 20px;
    gap: 1.25rem;
    gap: clamp(15.008px, -25.008px + 5.21vw, 50px);
    gap: clamp(0.938rem, -1.563rem + 5.21vw, 3.125rem);
    justify-self: start;
  }
  .c-card2__title {
    font-size: clamp(18px, 2px + 2.08vw, 32px);
    font-size: clamp(1.125rem, 0.125rem + 2.08vw, 2rem);
  }
  .c-card2__text {
    font-size: clamp(15.008px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.938rem, 0.529rem + 0.72vw, 1.25rem);
    font-weight: 700;
    max-width: 100%;
    order: 3;
    text-align: center;
  }
  .c-card3 {
    border-radius: 1.5625rem;
  }
  .c-card3__img img {
    border-radius: 1.5625rem 1.5625rem 0 0;
  }
  .c-card3__body {
    border-radius: 0 0rem 1.5625rem 1.5625rem;
    padding-bottom: 38px;
    padding-bottom: 2.375rem;
    padding-left: clamp(10px, -8.464px + 2.4vw, 30px);
    padding-left: clamp(0.625rem, -0.529rem + 2.4vw, 1.875rem);
    padding-right: clamp(10px, -8.464px + 2.4vw, 30px);
    padding-right: clamp(0.625rem, -0.529rem + 2.4vw, 1.875rem);
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .c-card3__body.modal-content__body {
    border-radius: 0 1.5625rem 1.5625rem 0;
  }
  .c-card3__title {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .c-card3__title2 {
    font-size: clamp(12px, 10.16px + 0.24vw, 14px);
    font-size: clamp(0.75rem, 0.635rem + 0.24vw, 0.875rem);
  }
  .c-card3__name {
    font-size: clamp(20px, 14.608px + 0.96vw, 30px);
    font-size: clamp(1.25rem, 0.913rem + 0.96vw, 1.875rem);
  }
  .c-card3__name2 {
    font-size: clamp(16px, 14.16px + 0.24vw, 18px);
    font-size: clamp(1rem, 0.885rem + 0.24vw, 1.125rem);
  }
  .c-card3__sns {
    gap: 20px;
    gap: 1.25rem;
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .c-card3__sns a img {
    max-width: 48px;
    max-width: 3rem;
  }
  .c-card3__modal-text {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
    margin-top: clamp(15.008px, -8.08px + 3vw, 40px);
    margin-top: clamp(0.938rem, -0.505rem + 3vw, 2.5rem);
  }
  .c-card3__modal-text2 {
    font-size: clamp(12px, 10.16px + 0.24vw, 14px);
    font-size: clamp(0.75rem, 0.635rem + 0.24vw, 0.875rem);
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .c-card4 {
    border-radius: 1.5625rem;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: clamp(30px, 13.392px + 2.16vw, 48px);
    padding-bottom: clamp(1.875rem, 0.837rem + 2.16vw, 3rem);
    padding-left: clamp(20px, 7.072px + 1.68vw, 34px);
    padding-left: clamp(1.25rem, 0.442rem + 1.68vw, 2.125rem);
    padding-right: clamp(20px, 7.072px + 1.68vw, 34px);
    padding-right: clamp(1.25rem, 0.442rem + 1.68vw, 2.125rem);
    padding-top: clamp(20px, 3.392px + 2.16vw, 38px);
    padding-top: clamp(1.25rem, 0.212rem + 2.16vw, 2.375rem);
  }
  .c-card4__body {
    flex-direction: column !important;
    gap: 0 !important;
    justify-content: space-between !important;
  }
  .p-personal__item-card-wrap {
    flex-direction: column;
  }
  .c-card4__img {
    order: 2;
  }
  .c-card4__title {
    text-align: center !important;
  }
  .c-card4__contents-sp {
    display: contents;
  }
  .c-card4__name {
    order: 1;
  }
  .c-card4__text {
    order: 3;
    text-align: center;
  }
  .c-card4__text2,
  .c-card4__text-strong {
    margin-top: myrem(50);
    margin-top: myrem(50);
  }
  .c-card4__text-strong {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .c-card4__arrow {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .c-card5 {
    border-radius: 1.5625rem;
    height: 740px;
    height: 46.25rem;
    padding-bottom: clamp(20px, 16.303px + 0.48vw, 24px);
    padding-bottom: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
    padding-left: clamp(15.008px, -3.456px + 2.4vw, 35.008px);
    padding-left: clamp(0.938rem, -0.216rem + 2.4vw, 2.188rem);
    padding-right: clamp(15.008px, -3.456px + 2.4vw, 35.008px);
    padding-right: clamp(0.938rem, -0.216rem + 2.4vw, 2.188rem);
    padding-top: clamp(40px, 3.072px + 4.81vw, 80px);
    padding-top: clamp(2.5rem, 0.192rem + 4.81vw, 5rem);
    width: clamp(300px, 12px + 37.5vw, 612px);
    width: clamp(18.75rem, 0.75rem + 37.5vw, 38.25rem);
  }
  .c-card5.c-card5--2 {
    border-radius: 1.5625rem;
    height: 740px;
    height: 46.25rem;
    padding-bottom: clamp(20px, 16.303px + 0.48vw, 24px);
    padding-bottom: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
    padding-left: clamp(15.008px, -3.456px + 2.4vw, 35.008px);
    padding-left: clamp(0.938rem, -0.216rem + 2.4vw, 2.188rem);
    padding-right: clamp(15.008px, -3.456px + 2.4vw, 35.008px);
    padding-right: clamp(0.938rem, -0.216rem + 2.4vw, 2.188rem);
    padding-top: clamp(40px, 3.072px + 4.81vw, 80px);
    padding-top: clamp(2.5rem, 0.192rem + 4.81vw, 5rem);
    width: clamp(300px, 12px + 37.5vw, 612px);
    width: clamp(18.75rem, 0.75rem + 37.5vw, 38.25rem);
  }
  .c-card5.c-card5--2:before {
    font-size: clamp(26px, 20.464px + 0.72vw, 32px);
    font-size: clamp(1.625rem, 1.279rem + 0.72vw, 2rem);
    top: -48px;
    top: -3rem;
  }
  .c-card5__text {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    margin-top: 41px;
    margin-top: 2.5625rem;
  }
  .c-card5__text2,
  .c-card5__text-strong {
    margin-top: myrem(50);
    margin-top: myrem(50);
  }
  .c-card5__text-strong {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .c-card5__arrow {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .c-card5__bold-font {
    font-size: clamp(24px, 18.464px + 0.72vw, 30px);
    font-size: clamp(1.5rem, 1.154rem + 0.72vw, 1.875rem);
    font-weight: 700;
  }
  .c-card5__bold-font span {
    font-weight: 600;
  }
  .c-circle-card__img {
    height: clamp(200px, 133.536px + 8.65vw, 272px);
    height: clamp(12.5rem, 8.346rem + 8.65vw, 17rem);
    width: clamp(200px, 133.536px + 8.65vw, 272px);
    width: clamp(12.5rem, 8.346rem + 8.65vw, 17rem);
  }
  .c-circle-card__img1 {
    max-width: 161px;
    max-width: 10.0625rem;
  }
  .c-circle-card__img2 {
    max-width: 150px;
    max-width: 9.375rem;
  }
  .c-circle-card__img3 {
    max-width: 193px;
    max-width: 12.0625rem;
  }
  .c-circle-card__text {
    font-size: clamp(18px, 8.768px + 1.2vw, 28px);
    font-size: clamp(1.125rem, 0.548rem + 1.2vw, 1.75rem);
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .c-blue-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .c-hot-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .c-heading2,
  .c-heading1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-heading1:after,
  .c-heading2:after {
    font-size: clamp(26px, 13.072px + 1.68vw, 40px);
    font-size: clamp(1.625rem, 0.817rem + 1.68vw, 2.5rem);
    line-height: 1.2;
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .c-heading1.c-heading1--flex {
    align-items: center;
    gap: 20px;
    gap: 1.25rem;
  }
  .c-heading1.c-heading1--flex:after {
    margin-top: -6px;
    margin-top: -0.375rem;
    padding-top: 0;
  }
  .c-media1 {
    display: flex;
  }
  .c-media1__img {
    max-width: 33.75vw;
  }
  .c-media1__img img {
    border-radius: 1.5625rem 0 0 1.5625rem;
  }
  .c-media1__body {
    border-radius: 0 1.5625rem 1.5625rem 0;
    padding: 44px 45px 20px;
    padding: 2.75rem 2.8125rem 1.25rem;
  }
  .c-media1__name,
  .c-media1__category {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-media1__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .c-media1__text {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .c-media2 {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  .c-media2__text-mein {
    font-size: clamp(20px, 6.288px + 1.79vw, 32px);
    font-size: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .c-media2__text-sub {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    line-height: 2;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .c-media2__img {
    display: block;
    margin-top: 0;
  }
  .c-media2__img img {
    max-width: 570px;
    max-width: 35.625rem;
    width: 100%;
  }
  .c-more-link {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .c-page-heading {
    margin-top: 230px;
    margin-top: 14.375rem;
  }
  .c-page-heading__img,
  .c-page-heading__img2 {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .c-page-heading__img img {
    max-width: 345px;
    max-width: 21.5625rem;
  }
  .c-page-heading__img2 img {
    max-width: 396px;
    max-width: 24.75rem;
  }
  .c-post__parts-text,
  .p-post-part__bg-white-text {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    padding-top: 34px;
    padding-top: 2.125rem;
  }
  .c-post__parts-link {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-post-article__business-img img {
    border-radius: 1.5625rem;
  }
  .c-post__parts-text + .c-post__parts-h4 {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .c-share-buttons {
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .c-share-btn,
  .c-share-btn2 {
    padding: 7px 25px;
    padding: 0.4375rem 1.5625rem;
  }
  .c-share-btn a {
    font-size: clamp(14px, 10.304px + 0.48vw, 18px);
    font-size: clamp(0.875rem, 0.644rem + 0.48vw, 1.125rem);
  }
  .c-sns {
    align-items: center;
    background-color: #fff;
    border-radius: 0 0 0.75rem 0.75rem;
    display: inline-flex;
    gap: 22px;
    gap: 1.375rem;
    justify-content: end;
    max-width: 258px;
    max-width: 16.125rem;
    padding: 20px 20px 20px 30px;
    padding: 1.25rem 1.25rem 1.25rem 1.875rem;
    width: 100%;
  }
  .c-table01 {
    border: 3px solid #F46E00;
    border-radius: 1.25rem;
    display: flex;
    gap: 20px;
    gap: 1.25rem;
    padding-bottom: clamp(20px, 6.16px + 1.8vw, 35.008px);
    padding-bottom: clamp(1.25rem, 0.385rem + 1.8vw, 2.188rem);
    padding-left: clamp(32px, 1.536px + 3.97vw, 65.007px);
    padding-left: clamp(2rem, 0.096rem + 3.97vw, 4.063rem);
    padding-right: clamp(30px, 11.536px + 2.4vw, 50px);
    padding-right: clamp(1.875rem, 0.721rem + 2.4vw, 3.125rem);
    padding-top: clamp(20px, 6.16px + 1.8vw, 35.008px);
    padding-top: clamp(1.25rem, 0.385rem + 1.8vw, 2.188rem);
  }
  .c-table01__title-wrap {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .c-table01__img {
    display: block;
    width: clamp(230px, 173.696px + 7.33vw, 291.008px);
    width: clamp(14.375rem, 10.856rem + 7.33vw, 18.188rem);
  }
  .c-table01__img1 img {
    max-width: 256px;
    max-width: 16rem;
  }
  .c-table01__img2 img {
    max-width: 237px;
    max-width: 14.8125rem;
  }
  .c-table01__img3 img {
    max-width: 240px;
    max-width: 15rem;
  }
  .c-table01__title {
    font-size: clamp(20px, 6.288px + 1.79vw, 32px);
    font-size: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
    line-height: 1.6;
  }
  .c-table01__text {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 0;
  }
  .c-simple-title {
    font-size: clamp(26px, 13.072px + 1.68vw, 40px);
    font-size: clamp(1.625rem, 0.817rem + 1.68vw, 2.5rem);
  }
  .c-simple-title:after {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .c-title {
    color: red;
  }
  .speechBubble {
    background-color: transparent;
  }
  .speechBubble::before {
    border-color: #fff transparent transparent;
  }
  .speechBubble2 {
    margin-bottom: 0;
    margin-left: 18px;
    margin-left: 1.125rem;
    padding-bottom: clamp(30px, 2.304px + 3.61vw, 60px);
    padding-bottom: clamp(1.875rem, 0.144rem + 3.61vw, 3.75rem);
    padding-left: clamp(25.008px, -11.92px + 4.81vw, 65.007px);
    padding-left: clamp(1.563rem, -0.745rem + 4.81vw, 4.063rem);
    padding-right: 0;
    padding-top: clamp(30px, 2.304px + 3.61vw, 60px);
    padding-top: clamp(1.875rem, 0.144rem + 3.61vw, 3.75rem);
    width: 90%;
    width: clamp(650px, 429.392px + 28.73vw, 850px);
    width: clamp(40.625rem, 26.837rem + 28.73vw, 53.125rem);
  }
  .speechBubble2::after {
    border-width: 28px 28px 28px 0;
    border-width: 1.75rem 1.75rem 1.75rem 0;
    bottom: auto;
    left: 0;
    top: 50%;
    transform: rotate(0deg);
    translate: -100% -50%;
  }
  .speechBubble2__lists {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .speechBubble2__item,
  .speechBubble2__item2,
  .speechBubble2__item3 {
    align-items: center;
    font-size: clamp(14px, 6.608px + 0.96vw, 22px);
    font-size: clamp(0.875rem, 0.413rem + 0.96vw, 1.375rem);
    padding: 5px 0;
    padding: 0.3125rem 0;
  }
  .speechBubble2__item-square,
  .speechBubble2__item-square2,
  .speechBubble2__item-square3 {
    margin-top: 0;
  }
  .p-archive__posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-business-archive__inner {
    margin-top: 85px;
    margin-top: 5.3125rem;
    padding-bottom: clamp(100px, 57.536px + 5.53vw, 114px);
    padding-bottom: clamp(6.25rem, 3.596rem + 5.53vw, 7.125rem);
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(90px, 54px + 4.69vw, 129.008px);
    padding-top: clamp(5.625rem, 3.375rem + 4.69vw, 8.063rem);
    width: clamp(700px, 164.608px + 69.71vw, 1280px);
    width: clamp(43.75rem, 10.288rem + 69.71vw, 80rem);
  }
  .p-business-archive__btn {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-commerce__heading {
    font-size: clamp(20px, 17px + 0.42vw, 22px);
    font-size: clamp(1.25rem, 1.0625rem + 0.42vw, 1.375rem);
  }
  .p-commerce__text {
    font-size: clamp(18px, 15px + 0.42vw, 20px);
    font-size: clamp(1.125rem, 0.9375rem + 0.42vw, 1.25rem);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-company {
    margin: 70px 0 0;
    margin: 4.375rem 0 0;
  }
  .p-company__inner {
    padding: 117px 20px 139px;
    padding: 7.3125rem 1.25rem 8.6875rem;
    padding-bottom: clamp(70px, -21.392px + 11.9vw, 169.008px);
    padding-bottom: clamp(4.375rem, -1.337rem + 11.9vw, 10.563rem);
  }
  .p-company__content-wrap {
    max-width: 1320px;
    max-width: 82.5rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-company__ceo-container {
    margin-top: 102px;
    margin-top: 6.375rem;
  }
  .p-company__ceo-wrap {
    display: grid;
    grid-column-gap: clamp(0.938rem, 0.132rem + 4.03vw, 2.063rem);
    -moz-column-gap: clamp(0.938rem, 0.132rem + 4.03vw, 2.063rem);
         column-gap: clamp(0.938rem, 0.132rem + 4.03vw, 2.063rem);
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 0;
  }
  .p-company__outline {
    margin-top: 124px;
    margin-top: 7.75rem;
  }
  .p-company__outline-wrap {
    border-radius: 1.5625rem;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 44px 20px 70px;
    padding: 2.75rem 1.25rem 4.375rem;
  }
  .p-company__outline-lists {
    margin: 0 auto;
    max-width: 1000px;
    max-width: 62.5rem;
  }
  .p-company__outline-list {
    align-items: flex-start;
    display: flex;
    padding: 30px 0;
    padding: 1.875rem 0;
  }
  .p-company__outline-list-label,
  .p-company__outline-list-text {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-company__outline-list-text {
    margin-top: 0;
  }
  .p-company__outline-list-label span {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .p-company__btn {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-contact {
    margin-bottom: 180px;
    margin-bottom: 11.25rem;
  }
  .p-contact__inner {
    margin-top: 67px;
    margin-top: 4.1875rem;
    padding: 120px 20px 113px;
    padding: 7.5rem 1.25rem 7.0625rem;
  }
  .p-contact__text {
    font-size: clamp(16px, 13.6px + 0.4vw, 20px);
    font-size: clamp(1rem, 0.85rem + 0.4vw, 1.25rem);
    line-height: 2;
    text-align: center;
  }
  .p-contact__form,
  .p-contact__form2 {
    margin: auto;
    margin-top: 114px;
    margin-top: 7.125rem;
    max-width: 860px;
    max-width: 53.75rem;
    width: 100%;
  }
  .p-contact__form-label {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-contact__form-input {
    margin-top: 17px;
    margin-top: 1.0625rem;
    padding: 10px;
    padding: 0.625rem;
  }
  .service-select {
    font-size: clamp(16px, 16.303px + 0.48vw, 20px);
    font-size: clamp(1rem, 1.019rem + 0.48vw, 1.25rem);
  }
  .service-select option {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__select {
    font-size: clamp(16px, 16.303px + 0.48vw, 20px);
    font-size: clamp(1rem, 1.019rem + 0.48vw, 1.25rem);
  }
  .p-contact__form-input input {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    padding: 10px;
    padding: 0.625rem;
  }
  .check-item {
    gap: 22px;
    gap: 1.375rem;
  }
  .p-contact__form-textarea textarea {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-contact__form-privacy {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-contact__form-privacy input + span {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    padding: 0 0 0 40px;
    padding: 0 0 0 2.5rem;
  }
  .p-contact__form-privacy input + span::before {
    top: 12px;
    top: 0.75rem;
  }
  .p-contact__form-privacy input + span::after {
    top: 15px;
    top: 0.9375rem;
  }
  .p-contact__form-submit {
    margin-top: 74px;
    margin-top: 4.625rem;
  }
  .p-contact__form-submit input,
  .p-contact__form-send input,
  .p-contact__form-return input {
    border-radius: 3.125rem;
    font-size: clamp(15.008px, 12.224px + 0.36vw, 18px);
    font-size: clamp(0.938rem, 0.764rem + 0.36vw, 1.125rem);
    padding: 25px 80px;
    padding: 1.5625rem 5rem;
  }
  .p-contact__btn-confirm {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 130px;
    margin-top: 8.125rem;
  }
  .p-contact__form-return input {
    margin-top: -16px;
    margin-top: -1rem;
    padding: 25px 80px;
    padding: 1.5625rem 5rem;
  }
  .p-form-checkbox label {
    margin-left: 20px;
    margin-left: 1.25rem;
    margin-top: 0;
  }
  .p-form-checkbox input + span {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    padding: 0 0 0 50px;
    padding: 0 0 0 3.125rem;
  }
  .p-contact__form-checkbox {
    margin-top: 43px;
    margin-top: 2.6875rem;
  }
  .p-contact__thanls-btn {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-contact__form-output {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-corporate__section,
  .p-personal__section {
    margin-top: 49px;
    margin-top: 3.0625rem;
  }
  .p-corporate__items-wrap {
    background-image: linear-gradient(0deg, rgb(241, 242, 242) 48%, rgb(10, 115, 187) 48%);
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }
  .p-corporate__items-inner {
    padding-top: 0;
  }
  .p-corporate__change-wrap-inner {
    margin-top: 67px;
    margin-top: 4.1875rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-corporate__change-wrap {
    border-radius: 1.25rem;
    max-width: 1320px;
    max-width: 82.5rem;
    padding-bottom: clamp(20px, -1.008px + 3.5vw, 55.008px);
    padding-bottom: clamp(1.25rem, -0.063rem + 3.5vw, 3.438rem);
    padding-left: clamp(20px, -7.008px + 4.5vw, 65.007px);
    padding-left: clamp(1.25rem, -0.438rem + 4.5vw, 4.063rem);
    padding-right: clamp(20px, -7.008px + 4.5vw, 65.007px);
    padding-right: clamp(1.25rem, -0.438rem + 4.5vw, 4.063rem);
    padding-top: clamp(20px, -1.008px + 3.5vw, 55.008px);
    padding-top: clamp(1.25rem, -0.063rem + 3.5vw, 3.438rem);
  }
  .p-corporate__items {
    align-items: normal;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(20px, -13.232px + 4.33vw, 56px);
    gap: clamp(20px, -13.232px + 4.33vw, 56px);
    gap: clamp(1.25rem, -0.827rem + 4.33vw, 3.5rem);
    margin-top: 145px;
    margin-top: 9.0625rem;
  }
  .p-corporate__arrow-wrap {
    border-radius: 0 0 3.75rem 3.75rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 0;
  }
  .p-corporate__logo {
    max-width: 336px;
    max-width: 21rem;
    padding-top: 49px;
    padding-top: 3.0625rem;
    top: -100px;
    top: -6.25rem;
  }
  .p-corporate__img01 {
    margin-top: 37px;
    margin-top: 2.3125rem;
  }
  .p-corporate__img01 img {
    max-width: 206px;
    max-width: 12.875rem;
  }
  .p-corporate__item.c-card5 {
    border-radius: 1.5625rem;
    height: 740px;
    height: 46.25rem;
    padding-bottom: clamp(20px, 16.303px + 0.48vw, 24px);
    padding-bottom: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
    padding-left: clamp(15.008px, -3.456px + 2.4vw, 35.008px);
    padding-left: clamp(0.938rem, -0.216rem + 2.4vw, 2.188rem);
    padding-right: clamp(15.008px, -3.456px + 2.4vw, 35.008px);
    padding-right: clamp(0.938rem, -0.216rem + 2.4vw, 2.188rem);
    padding-top: clamp(40px, 3.072px + 4.81vw, 80px);
    padding-top: clamp(2.5rem, 0.192rem + 4.81vw, 5rem);
    width: clamp(300px, 12px + 37.5vw, 612px);
    width: clamp(18.75rem, 0.75rem + 37.5vw, 38.25rem);
  }
  .p-corporate__plan {
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-corporate__plan-logo img {
    max-width: 428px;
    max-width: 26.75rem;
  }
  .p-corporate__change {
    padding-top: 163px;
    padding-top: 10.1875rem;
  }
  .p-corporate__change-text,
  .p-corporate__teams-text,
  .p-corporate__consultant-text,
  .p-corporate__plan-text {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    max-width: 1100px;
    max-width: 68.75rem;
  }
  .p-corporate__plan-text {
    margin-top: 38px;
    margin-top: 2.375rem;
  }
  .p-corporate__consultant {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-corporate__teams-text {
    line-height: 1.6;
    margin-top: 97px;
    margin-top: 6.0625rem;
    padding: 0;
  }
  .p-corporate__change-text {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-corporate__consultant-text {
    margin-top: 58px;
    margin-top: 3.625rem;
    max-width: 1280px;
    max-width: 80rem;
  }
  .p-corporate__consultant-item {
    min-height: 320px;
    min-height: 20rem;
    min-width: clamp(180px, 163.072px + 4.81vw, 240px);
    min-width: clamp(11.25rem, 10.192rem + 4.81vw, 15rem);
    padding-bottom: clamp(15.008px, 1.152px + 1.8vw, 30px);
    padding-bottom: clamp(0.938rem, 0.072rem + 1.8vw, 1.875rem);
    padding-left: clamp(20px, 1.536px + 2.4vw, 40px);
    padding-left: clamp(1.25rem, 0.096rem + 2.4vw, 2.5rem);
    padding-right: clamp(20px, 1.536px + 2.4vw, 40px);
    padding-right: clamp(1.25rem, 0.096rem + 2.4vw, 2.5rem);
    padding-top: clamp(15.008px, 1.152px + 1.8vw, 30px);
    padding-top: clamp(0.938rem, 0.072rem + 1.8vw, 1.875rem);
  }
  .p-corporate__consultant-item-text {
    font-size: clamp(15.008px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.938rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .p-corporate__consultant-wrap-inner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-top: 3.75rem;
    max-width: 1320px;
    max-width: 82.5rem;
    padding: 0 30px;
    padding: 0 1.875rem;
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
  .p-corporate__items2 {
    flex-direction: row;
    gap: clamp(50px, 3.84px + 6.01vw, 100px);
    gap: clamp(3.125rem, 0.24rem + 6.01vw, 6.25rem);
    margin-top: 117px;
    margin-top: 7.3125rem;
    max-width: 900px;
    max-width: 56.25rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .p-corporate__items3-wrap {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-corporate__items3 {
    align-items: normal;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5625rem;
    gap: 25px;
    gap: 1.5625rem;
    justify-content: center;
    max-width: 1320px;
    max-width: 82.5rem;
  }
  .p-corporate__consultant-items + .p-corporate__consultant-items {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  .p-corporate__teams-wrap {
    padding-bottom: 115px;
    padding-bottom: 7.1875rem;
  }
  .p-corporate__teams {
    align-items: center;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    margin-top: 60px;
    margin-top: 3.75rem;
    max-width: 1320px;
    max-width: 82.5rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-corporate__team {
    border-radius: 1.25rem 0 0 1.25rem;
    border-right: 1px solid #0A73BB;
    height: clamp(400px, 280px + 15.63vw, 530px);
    height: clamp(25rem, 17.5rem + 15.63vw, 33.125rem);
    max-width: 640px;
    max-width: 40rem;
    padding-left: clamp(20px, -16.928px + 4.81vw, 60px);
    padding-left: clamp(1.25rem, -1.058rem + 4.81vw, 3.75rem);
    padding-right: clamp(20px, -26.16px + 6.01vw, 70px);
    padding-right: clamp(1.25rem, -1.635rem + 6.01vw, 4.375rem);
    padding-top: clamp(100px, 53.84px + 6.01vw, 150px);
    padding-top: clamp(6.25rem, 3.365rem + 6.01vw, 9.375rem);
    width: 100%;
  }
  .p-corporate__team2 {
    border-left: 1px solid #0A73BB;
    border-radius: 1.25rem;
    border-radius: 0 1.25rem 1.25rem 0;
    height: clamp(400px, 280px + 15.63vw, 530px);
    height: clamp(25rem, 17.5rem + 15.63vw, 33.125rem);
    max-width: 640px;
    max-width: 40rem;
    padding-left: clamp(20px, -22.96px + 13.42vw, 80px);
    padding-left: clamp(1.25rem, -1.435rem + 13.42vw, 5rem);
    padding-right: clamp(30px, -20.112px + 15.66vw, 100px);
    padding-right: clamp(1.875rem, -1.257rem + 15.66vw, 6.25rem);
    padding-top: clamp(100px, 53.84px + 6.01vw, 150px);
    padding-top: clamp(6.25rem, 3.365rem + 6.01vw, 9.375rem);
    width: 100%;
  }
  .p-corporate__bg,
  .p-corporate__bg2 {
    font-size: clamp(18px, 8.768px + 1.2vw, 28px);
    font-size: clamp(1.125rem, 0.548rem + 1.2vw, 1.75rem);
    min-height: 108px;
    min-height: 6.75rem;
    padding-top: 23px;
    padding-top: 1.4375rem;
  }
  .p-corporate__bg2 {
    left: auto;
    right: -1px;
  }
  .p-corporate__bg {
    border-radius: 1.125rem 0 0 0;
  }
  .p-corporate__bg2 {
    border-radius: 0 1.125rem 0 0;
  }
  .p-corporate__btn {
    margin-top: 91px;
    margin-top: 5.6875rem;
  }
  .p-footer {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 90px 0;
    padding: 5.625rem 0;
  }
  .p-footer__logo {
    max-width: 325px;
    max-width: 20.3125rem;
  }
  .p-footer__address {
    list-style: 1.7;
    margin-top: 44px;
    margin-top: 2.75rem;
    -moz-text-align-last: left;
    font-size: clamp(12px, 6.464px + 0.72vw, 18px);
    font-size: clamp(0.75rem, 0.404rem + 0.72vw, 1.125rem);
         text-align-last: left;
  }
  .p-footer__navItem-wrap {
    display: block;
  }
  .p-footer__navList {
    display: flex;
    flex-direction: column;
    font-size: clamp(12px, 6.464px + 0.72vw, 18px);
    font-size: clamp(0.75rem, 0.404rem + 0.72vw, 1.125rem);
    gap: 5px;
    gap: 0.3125rem;
    margin-top: 0;
  }
  .p-footer__navItem {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    text-align: right;
  }
  .p-footer__navItem small {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .p-footer__navItem a {
    padding: 7px;
    padding: 0.4375rem;
  }
  .p-footer__texts {
    align-items: flex-start;
  }
  .p-header {
    height: 70px;
    height: 4.375rem;
    transition: top 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  }
  .p-header.is-scrolled {
    height: 90px;
    height: 5.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    top: 0;
  }
  .p-header__inner {
    background-color: transparent;
    margin: 0 auto;
    max-width: 1310px;
    max-width: 81.875rem;
  }
  .p-header__logo {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-top: 0;
    max-width: 280px;
    max-width: 17.5rem;
  }
  .p-header__logo a img {
    aspect-ratio: 275/63;
  }
  .p-header__sns-wrap {
    margin: 0 auto;
    max-width: 1310px;
    max-width: 81.875rem;
  }
  .p-header__nav {
    display: block;
  }
  .p-header__nav-list {
    gap: clamp(20px, 6.288px + 1.79vw, 32px);
    gap: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
  }
  .p-header__nav-item > a,
  .p-header__nav-modal-wrap > p {
    font-size: clamp(15.008px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.938rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .p-header__hamburger {
    display: none;
  }
  .p-member {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-member__content1 .c-card1 {
    flex-direction: column;
  }
  .p-member__item.c-card1 {
    max-width: 300px;
    max-width: 18.75rem;
  }
  .p-member__item .c-card1__img img {
    aspect-ratio: 300/250;
    max-width: 300px;
    max-width: 18.75rem;
  }
  .p-member__item .c-card1__name {
    font-size: clamp(16px, 14.16px + 0.24vw, 18px);
    font-size: clamp(1rem, 0.885rem + 0.24vw, 1.125rem);
  }
  .p-member__item .c-card1__content,
  .p-member__content1 .c-card1__content {
    border-radius: 0 0 1.25rem 1.25rem;
    padding-bottom: clamp(15.008px, 10.384px + 0.6vw, 20px);
    padding-bottom: clamp(0.938rem, 0.649rem + 0.6vw, 1.25rem);
    padding-left: clamp(15.008px, 5.776px + 1.2vw, 25.008px);
    padding-left: clamp(0.938rem, 0.361rem + 1.2vw, 1.563rem);
    padding-right: clamp(15.008px, 5.776px + 1.2vw, 25.008px);
    padding-right: clamp(0.938rem, 0.361rem + 1.2vw, 1.563rem);
    padding-top: clamp(15.008px, 10.384px + 0.6vw, 20px);
    padding-top: clamp(0.938rem, 0.649rem + 0.6vw, 1.25rem);
  }
  .p-member__item .c-card1__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
  .p-member__content1 {
    align-items: center;
    display: flex;
    gap: clamp(25.008px, -2.688px + 3.61vw, 55.008px);
    gap: clamp(1.563rem, -0.168rem + 3.61vw, 3.438rem);
  }
  .p-member__content2 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    row-gap: 1.875rem;
    -moz-column-gap: clamp(1.25rem, 0.846rem + 0.84vw, 1.688rem);
         column-gap: clamp(1.25rem, 0.846rem + 0.84vw, 1.688rem);
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-member__modal-content {
    border-radius: 1.5625rem;
    height: 45vh;
    max-height: 499px;
    max-height: 31.1875rem;
    max-width: 920px;
    max-width: 57.5rem;
    min-height: 360px;
    min-height: 22.5rem;
    width: 90%;
  }
  .p-member__modal-content__body {
    flex: 1;
    height: 100%;
    overflow-y: auto;
    padding: 50px 20px 20px 0;
    padding: 3.125rem 1.25rem 1.25rem 0;
    width: 55%;
  }
  .p-member__modal-content__inner {
    flex-direction: row;
    gap: clamp(25.008px, 6.544px + 2.4vw, 45.008px);
    gap: clamp(1.563rem, 0.409rem + 2.4vw, 2.813rem);
    height: 100%;
    overflow: hidden;
    width: 100%;
  }
  .p-member__modal-content__img {
    flex-shrink: 0;
    max-width: 350px;
    max-width: 21.875rem;
    position: sticky;
    top: 0;
    width: 45%;
  }
  .p-member__modal-content__img img {
    aspect-ratio: 350/360;
    border-radius: 1.5625rem 0 0 1.5625rem;
    height: 100%;
    width: 100%;
  }
  .p-member__modal-content__img2 {
    max-width: 350px;
    max-width: 21.875rem;
  }
  .p-member__modal-content__img2 img {
    aspect-ratio: 350/360;
    border-radius: 1.5625rem 0 0 1.5625rem;
  }
  .p-member_btn {
    margin-top: clamp(70px, -21.392px + 11.9vw, 169.008px);
    margin-top: clamp(4.375rem, -1.337rem + 11.9vw, 10.563rem);
  }
  .p-mv__title-wrap {
    margin: 0 auto;
    max-width: 1320px;
    max-width: 82.5rem;
    padding: 0 20px;
    padding: 0 1.25rem;
    top: 50%;
  }
  .p-mv__main-title {
    font-size: max(30px, min(3.13vw, 50px));
    font-size: max(1.875rem, min(3.13vw, 3.125rem));
  }
  .p-mv__main-title-strong {
    font-size: max(36px, min(3.75vw, 60px));
    font-size: max(2.25rem, min(3.75vw, 3.75rem));
  }
  .p-mv__img {
    margin-top: 0;
  }
  .p-page-header2 {
    margin-top: 230px;
    margin-top: 14.375rem;
  }
  .p-page-heading2__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-page-heading2__title:after {
    font-size: clamp(26px, 13.072px + 1.68vw, 40px);
    font-size: clamp(1.625rem, 0.817rem + 1.68vw, 2.5rem);
    line-height: 1.6;
  }
  .p-page-inner {
    margin-top: 230px;
    margin-top: 14.375rem;
  }
  .p-page-inner2 {
    margin-top: 44px;
    margin-top: 2.75rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
  }
  .p-pagination {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .page-numbers li a,
  .page-numbers li span {
    font-size: clamp(16px, 14.16px + 0.24vw, 18px);
    font-size: clamp(1rem, 0.885rem + 0.24vw, 1.125rem);
    height: clamp(30px, 16.16px + 1.8vw, 45.008px);
    height: clamp(1.875rem, 1.01rem + 1.8vw, 2.813rem);
    line-height: 2.4;
    width: clamp(30px, 16.16px + 1.8vw, 45.008px);
    width: clamp(1.875rem, 1.01rem + 1.8vw, 2.813rem);
  }
  .p-personal__top-text,
  .p-corporate__top-text {
    padding-top: 40px;
    padding-top: 2.5rem;
    text-align: center;
  }
  .p-personal__logo {
    max-width: 548px;
    max-width: 34.25rem;
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
  .p-personal__items-wrap {
    background-image: linear-gradient(0deg, rgb(241, 242, 242) 60%, rgb(244, 110, 0) 60%);
    border-radius: 0 0 3.75rem 3.75rem;
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
    padding-top: 0;
  }
  .p-personal__items {
    gap: clamp(20px, 11.696px + 1.08vw, 29.008px);
    gap: clamp(1.25rem, 0.731rem + 1.08vw, 1.813rem);
    grid-template-columns: repeat(3, 1fr);
    margin-top: 54px;
    margin-top: 3.375rem;
    max-width: 1340px;
    max-width: 83.75rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .p-personal__items-text,
  .p-personal__items-text1 {
    letter-spacing: 0.09em;
    margin-top: 73px;
    margin-top: 4.5625rem;
  }
  .p-personal__items-text1 {
    margin-top: 73px;
    margin-top: 4.5625rem;
  }
  .p-personal__item-card {
    height: 560px;
    height: 35rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-personal__img01 {
    max-width: 188px;
    max-width: 11.75rem;
  }
  .p-personal__img02 {
    max-width: 183px;
    max-width: 11.4375rem;
  }
  .p-personal__img03 {
    max-width: 260px;
    max-width: 16.25rem;
  }
  .p-personal__plan {
    margin-top: 150px;
    margin-top: 9.375rem;
  }
  .p-personal__price {
    margin-top: 67px;
    margin-top: 4.1875rem;
  }
  .p-personal__plan-text {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-personal__plan-items {
    gap: 25px;
    gap: 1.5625rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 1340px;
    max-width: 83.75rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .c-card2.p-personal__plan-item {
    flex-direction: column;
  }
  .p-personal__sub-title {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-personal__features {
    margin: 109px 0;
    margin: 6.8125rem 0;
  }
  .p-personal__course-inner {
    margin-top: 0;
    padding-bottom: clamp(80px, 3.392px + 9.98vw, 163.008px);
    padding-bottom: clamp(5rem, 0.212rem + 9.98vw, 10.188rem);
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-top: clamp(80px, 27.392px + 6.85vw, 137.008px);
    padding-top: clamp(5rem, 1.712rem + 6.85vw, 8.563rem);
    width: 100%;
  }
  .p-personal__standard-items,
  .p-personal__course-items {
    gap: 30px;
    gap: 1.875rem;
    max-width: clamp(750px, 223.84px + 68.51vw, 1320px);
    max-width: clamp(46.875rem, 13.99rem + 68.51vw, 82.5rem);
  }
  .p-personal__standard-items {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .p-personal__standard-item,
  .p-personal__standard-item1 {
    display: flex;
    max-width: clamp(750px, 260.767px + 63.7vw, 1280px);
    max-width: clamp(46.875rem, 16.298rem + 63.7vw, 80rem);
  }
  .p-personal__standard-item {
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-personal__standard-item-img1,
  .p-personal__standard-item-img2,
  .p-personal__standard-item-img3 {
    justify-content: start;
    width: clamp(250px, 177.072px + 9.5vw, 329.008px);
    width: clamp(15.625rem, 11.067rem + 9.5vw, 20.563rem);
  }
  .p-personal__standard-item-img1 img {
    margin-left: -20px;
    margin-left: -1.25rem;
    max-width: 329px;
    max-width: 20.5625rem;
    width: 100%;
  }
  .p-personal__standard-item-img2 img {
    max-width: 289px;
    max-width: 18.0625rem;
    width: 100%;
  }
  .p-personal__standard-item-img3 img {
    max-width: 324px;
    max-width: 20.25rem;
    width: 100%;
  }
  .p-personal__course-item {
    border-bottom: 3px solid #CFCFCF;
    padding-bottom: clamp(50px, 3.84px + 6.01vw, 100px);
    padding-bottom: clamp(3.125rem, 0.24rem + 6.01vw, 6.25rem);
    padding-top: clamp(50px, 3.84px + 6.01vw, 50px);
    padding-top: clamp(3.125rem, 0.24rem + 6.01vw, 3.125rem);
  }
  .p-corporate__arrow-img-wrap {
    margin-top: 0;
  }
  .p-corporate__arrow-img {
    max-width: 109px;
    max-width: 6.8125rem;
  }
  .p-personal__items2 {
    max-width: 1056px;
    max-width: 66rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .p-personal__item-text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-personal__btn {
    margin-top: 103px;
    margin-top: 6.4375rem;
  }
  .p-personal__btn2 {
    margin-top: 69px;
    margin-top: 4.3125rem;
  }
  .p-planSlider__list {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-planSlider__item {
    width: clamp(380px, 352.304px + 3.61vw, 410px);
    width: clamp(23.75rem, 22.019rem + 3.61vw, 25.625rem);
  }
  .c-card {
    border-radius: 1.5625rem;
    padding: 116px 20px 40px;
    padding: 7.25rem 1.25rem 2.5rem;
  }
  .c-card__label,
  .c-card__label2,
  .c-card__label3 {
    border-radius: 1.5625rem 1.5625rem 0 0;
    height: 90px;
    height: 5.625rem;
  }
  .c-card__priceLabel {
    margin-top: 29px;
    margin-top: 1.8125rem;
  }
  .c-card__features {
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .c-card__featureItem {
    font-size: clamp(12px, 8.304px + 0.48vw, 16px);
    font-size: clamp(0.75rem, 0.519rem + 0.48vw, 1rem);
    height: 72px;
    height: 4.5rem;
  }
  .c-card__featureItem img {
    max-width: 20px;
    max-width: 1.25rem;
  }
  .p-post-article {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-post-article__inner {
    max-width: 1360px;
    max-width: 85rem;
    padding: 120px 40px 160px;
    padding: 7.5rem 2.5rem 10rem;
  }
  .p-post-article__inner2 {
    max-width: 1360px;
    max-width: 85rem;
    padding: 120px 40px 100px;
    padding: 7.5rem 2.5rem 6.25rem;
  }
  .p-post-article__inner.business-inner {
    max-width: 1360px;
    max-width: 85rem;
    padding: 0px 40px 86px;
    padding: 0rem 2.5rem 5.375rem;
  }
  .p-post-article__header {
    padding: 0 0 105px;
    padding: 0 0 6.5625rem;
  }
  .p-post-article__title {
    font-size: clamp(20px, 8.928px + 1.44vw, 32px);
    font-size: clamp(1.25rem, 0.558rem + 1.44vw, 2rem);
    margin-top: 0;
  }
  .p-post-article__title-box {
    align-items: end;
    flex-direction: row;
    justify-content: space-between;
  }
  .p-post-article__img {
    max-width: 289px;
    max-width: 18.0625rem;
  }
  .p-post-article__subtitle {
    font-size: clamp(20px, 1.712px + 2.38vw, 36px);
    font-size: clamp(1.25rem, 0.107rem + 2.38vw, 2.25rem);
    margin-top: 32px;
    margin-top: 2rem;
    width: clamp(700px, 375.072px + 42.31vw, 1052px);
    width: clamp(43.75rem, 23.442rem + 42.31vw, 65.75rem);
  }
  .p-post-article__info {
    gap: 27px;
    gap: 1.6875rem;
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-post-article__information {
    padding-bottom: 66px;
    padding-bottom: 4.125rem;
    padding-top: 18px;
    padding-top: 1.125rem;
  }
  .p-post-article__information-box {
    flex-direction: row;
    gap: 6.25vw;
  }
  .p-post-article__information-text {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-post-article__information-texts {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    width: 40.5vw;
  }
  .p-post-article__information-item {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-post-article__main-img {
    max-width: 1280px;
    max-width: 80rem;
  }
  .p-post-article__main-img img {
    border-radius: 1.5625rem;
  }
  .p-post-article__information-img {
    margin-left: 0;
    margin-right: 0;
  }
  .p-post-article__category li {
    border-radius: 1.5625rem;
    font-size: clamp(14px, 12.576px + 0.45vw, 16px);
    font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  }
  .p-post-article__content {
    padding: 20px 23px 0px;
    padding: 1.25rem 1.4375rem 0rem;
  }
  .p-post-article__contents {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .p-post-article__media-text {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-post-article__media-link {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-post-article__data {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-post-article__contents h3 {
    font-size: clamp(16px, 1.232px + 1.92vw, 32px);
    font-size: clamp(1rem, 0.077rem + 1.92vw, 2rem);
    margin: 60px 0 30px;
    margin: 3.75rem 0 1.875rem;
    padding: 15px 40px;
    padding: 0.9375rem 2.5rem;
  }
  .p-post-article__contents .p-post__h3-inner + p {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-post-article__contents h4 {
    font-size: clamp(20px, 6.288px + 1.79vw, 32px);
    font-size: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
    margin-top: 45px;
    margin-top: 2.8125rem;
    padding: 9px 9px 18px 9px;
    padding: 0.5625rem 0.5625rem 1.125rem 0.5625rem;
  }
  .p-post-article__contents h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-post-article__contents h4 + p {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-post-article__contents p {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .p-post-article__contents a {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-post-article__contents img {
    margin: 10px 0;
    margin: 0.625rem 0;
  }
  .p-article-section {
    margin-top: 54px;
    margin-top: 3.375rem;
  }
  .p-article-section p {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-post-article__btn {
    margin-top: 130px;
    margin-top: 8.125rem;
  }
  .p-post-article__business-img {
    margin-top: -100px;
    margin-top: -6.25rem;
  }
  .p-post-article__business-img img {
    aspect-ratio: 530/720;
    border-radius: 1.5625rem;
  }
  .p-post-article__media-lists {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-post-article__media-list {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-post-article__media-list:before {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
  }
  .p-post-article2__inner {
    padding-bottom: 0;
    padding-left: clamp(50px, -42.304px + 12.02vw, 150px);
    padding-left: clamp(3.125rem, -2.644rem + 12.02vw, 9.375rem);
    padding-right: clamp(50px, -42.304px + 12.02vw, 150px);
    padding-right: clamp(3.125rem, -2.644rem + 12.02vw, 9.375rem);
    padding-top: 0;
  }
  .p-post-article2__inner.business-inner {
    max-width: 1360px;
    max-width: 85rem;
    padding: 0px 40px 69px;
    padding: 0rem 2.5rem 4.3125rem;
  }
  .p-post-article2__header {
    padding: 102px 0 0px;
    padding: 6.375rem 0 0rem;
  }
  .p-post-article2__name {
    font-size: clamp(20px, 6.288px + 1.79vw, 32px);
    font-size: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
  }
  .p-post-article2__title {
    font-size: clamp(20px, 1.712px + 2.38vw, 36px);
    font-size: clamp(1.25rem, 0.107rem + 2.38vw, 2.25rem);
    margin-top: 36px;
    margin-top: 2.25rem;
    max-width: 560px;
    max-width: 35rem;
  }
  .p-post-article2__title-box {
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1280px;
    max-width: 80rem;
    position: relative;
    width: 100%;
  }
  .p-post-article2__title-contents {
    align-items: end;
  }
  .p-post-article2__img {
    max-width: 343px;
    max-width: 21.4375rem;
  }
  .p-post-article2__subtitle {
    font-size: clamp(26px, 13.072px + 1.68vw, 40px);
    font-size: clamp(1.625rem, 0.817rem + 1.68vw, 2.5rem);
    margin-top: 32px;
    margin-top: 2rem;
    width: 80%;
  }
  .p-post-article2__info {
    gap: 27px;
    gap: 1.6875rem;
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .p-post-article2__information-texts {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
    width: 40.5vw;
  }
  .p-post-article2__individual-img {
    height: auto;
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: clamp(400px, 268px + 22vw, 620px);
    max-width: clamp(25rem, 16.75rem + 22vw, 38.75rem);
    width: 100%;
  }
  .p-post-article2__individual-img img {
    border-radius: 1.5625rem;
  }
  .p-post-article2__main-img img {
    border-radius: 1.5625rem;
  }
  .p-post-article2__category {
    border-radius: 1.5625rem;
    font-size: clamp(18px, 18.304px + 0.48vw, 26px);
    font-size: clamp(1.125rem, 1.144rem + 0.48vw, 1.625rem);
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-post-article2__category li {
    border-radius: 1.5625rem;
  }
  .p-post-article2__content-wrap {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .p-post-article2__media-text {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
  }
  .p-post-article2__media-link {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-post-article2__data {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
  }
  .p-article-section {
    margin-top: 62px;
    margin-top: 3.875rem;
  }
  .p-article-section p {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .p-post-article2__btn {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-post-article2__business-img img {
    border-radius: 1.5625rem;
  }
  .p-post-card__img img {
    border-radius: 1.5625rem 1.5625rem 0 0;
  }
  .p-post-card__body {
    border-radius: 0 0 1.5625rem 1.5625rem;
    padding: 12px 40px 30px 40px;
    padding: 0.75rem 2.5rem 1.875rem 2.5rem;
  }
  .p-post-card__category li {
    border-radius: 0.9375rem;
    font-size: clamp(10px, 8.16px + 0.24vw, 12px);
    font-size: clamp(0.625rem, 0.51rem + 0.24vw, 0.75rem);
  }
  .post__category {
    border-radius: 0.9375rem;
    font-size: clamp(10px, 8.16px + 0.24vw, 12px);
    font-size: clamp(0.625rem, 0.51rem + 0.24vw, 0.75rem);
  }
  .p-post-card__more {
    font-size: clamp(10px, 6.304px + 0.48vw, 14px);
    font-size: clamp(0.625rem, 0.394rem + 0.48vw, 0.875rem);
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-post-card__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-post-card__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-post-card2 {
    border-radius: 0.9375rem;
  }
  .p-post-card2__img {
    max-width: 410px;
    max-width: 25.625rem;
  }
  .p-post-card2__img img {
    aspect-ratio: 390/260;
    border-radius: 1.5625rem;
  }
  .p-post-card2__text {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-post-card2__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-post-card__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-post-connect__items {
    row-gap: 40px;
    row-gap: 2.5rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-post-list__category-link {
    border-radius: 3.125rem;
    font-size: clamp(14px, 12.16px + 0.24vw, 16px);
    font-size: clamp(0.875rem, 0.76rem + 0.24vw, 1rem);
  }
  .p-post-list__category-menus.is-active a {
    border-radius: 1.25rem;
  }
  .p-post-list__wrap {
    margin: 0px 0 0;
    margin: 0rem 0 0;
  }
  .p-post-list__items {
    margin-top: 53px;
    margin-top: 3.3125rem;
  }
  .p-post-list__cards {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-post-list__btn {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
    max-width: calc(61.25rem + 50px);
    padding: 0 10px;
    padding: 0 0.625rem;
    width: 100%;
  }
  .p-post h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }
  .p-post__inner {
    max-width: 1320px;
    max-width: 82.5rem;
    padding: 95px 20px;
    padding: 5.9375rem 1.25rem;
  }
  .p-post__meta time {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
  }
  .p-post__category {
    border-radius: 1.5625rem;
  }
  .p-post h3 {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 75px;
    margin-top: 4.6875rem;
    padding: 16px 40px;
    padding: 1rem 2.5rem;
  }
  .p-post h4 {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-post__h3-inner {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .p-post p {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
    padding-top: 34px;
    padding-top: 2.125rem;
  }
  .p-post__p-large {
    font-size: clamp(24px, 16.608px + 0.96vw, 32px) !important;
    font-size: clamp(1.5rem, 1.038rem + 0.96vw, 2rem) !important;
    padding-top: 34px;
    padding-top: 2.125rem;
  }
  .p-post__bg-white,
  .p-post__bg-white2 {
    padding: 29px 50px;
    padding: 1.8125rem 3.125rem;
  }
  .p-post__bg-white {
    margin: 50px 0 100px;
    margin: 3.125rem 0 6.25rem;
  }
  .p-post__bg-white2 {
    margin: 30px 0 15px;
    margin: 1.875rem 0 0.9375rem;
  }
  .p-post__orange-square-li,
  .p-post__orange-square {
    font-size: clamp(18px, 12.464px + 0.72vw, 24px);
    font-size: clamp(1.125rem, 0.779rem + 0.72vw, 1.5rem);
  }
  .p-post__orange-square-li::before {
    font-size: clamp(18px, 12.464px + 0.72vw, 24px);
    font-size: clamp(1.125rem, 0.779rem + 0.72vw, 1.5rem);
    line-height: 2;
  }
  .p-post__flex {
    gap: 30px;
    gap: 1.875rem;
  }
  .u-li-nomarker {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .u-li-nomarker > li {
    font-size: clamp(18px, 12.464px + 0.72vw, 24px);
    font-size: clamp(1.125rem, 0.779rem + 0.72vw, 1.5rem);
  }
  .u-li-nomarker > li .u-li-nomarker > li > span {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .p-post__list {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
  .p-post__list span {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .p-post__kunoji-list {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
  }
  .p-post__kunoji-list li:before {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
    line-height: 2;
  }
  .p-privacy-policy__heading {
    font-size: clamp(18px, 14.304px + 0.48vw, 22px);
    font-size: clamp(1.125rem, 0.894rem + 0.48vw, 1.375rem);
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-privacy-policy__list li {
    font-size: clamp(16px, 14px + 0.42vw, 18px);
    font-size: clamp(1rem, 0.875rem + 0.42vw, 1.125rem);
  }
  .p-privacy-policy__list-nostyle li {
    font-size: clamp(16px, 14px + 0.42vw, 18px);
    font-size: clamp(1rem, 0.875rem + 0.42vw, 1.125rem);
  }
  .p-privacy-policy__text {
    font-size: clamp(16px, 14px + 0.42vw, 18px);
    font-size: clamp(1rem, 0.875rem + 0.42vw, 1.125rem);
  }
  .p-business-archive__btn {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .modal-content {
    border-radius: 1.5625rem;
    height: 80vh;
    max-height: clamp(400px, 123.072px + 36.06vw, 700px);
    max-height: clamp(25rem, 7.692rem + 36.06vw, 43.75rem);
  }
  .modal-content__body {
    border-radius: 0 1.5625rem 1.5625rem 1.5625rem;
    flex: 1;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 20px 0;
    padding: 1.25rem 1.25rem 1.25rem 0;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-left: clamp(25.008px, 1.92px + 3vw, 50px);
    padding-left: clamp(1.563rem, 0.12rem + 3vw, 3.125rem);
    padding-right: clamp(25.008px, 1.92px + 3vw, 50px);
    padding-right: clamp(1.563rem, 0.12rem + 3vw, 3.125rem);
    padding-top: 50px;
    padding-top: 3.125rem;
    width: 55%;
  }
  .modal-content__body2 {
    width: 100%;
  }
  .modal-content__inner {
    align-items: flex-start;
    flex-direction: row;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
  }
  .modal-content__img {
    border-radius: 1.5625rem 0 0 1.5625rem;
    flex-shrink: 0;
    max-width: 480px;
    max-width: 30rem;
    min-width: 335px;
    min-width: 20.9375rem;
    position: sticky;
    top: 0;
    width: 45%;
  }
  .modal-content__img img {
    aspect-ratio: 480/700;
    border-radius: 1.5625rem 0 0 1.5625rem;
  }
  .modal-content__img2 {
    border-radius: 1.5625rem 0 0 1.5625rem;
    max-width: 500px;
    max-width: 31.25rem;
    min-width: 351px;
    min-width: 21.9375rem;
  }
  .modal-content__img2 img {
    aspect-ratio: 480/680;
    border-radius: 1.5625rem 0 0 1.5625rem;
    max-width: 495px;
    max-width: 30.9375rem;
    width: 100%;
  }
  .p-top-about {
    max-width: 1400px;
    max-width: 87.5rem;
    padding: 120px 20px;
    padding: 7.5rem 1.25rem;
  }
  .p-top-about__title-text {
    font-size: clamp(26px, 13.072px + 1.68vw, 40px);
    font-size: clamp(1.625rem, 0.817rem + 1.68vw, 2.5rem);
  }
  .p-top-about__content-text {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
    margin-top: 23px;
    margin-top: 1.4375rem;
    max-width: 100%;
  }
  .p-top-about__btn {
    margin-top: 57px;
    margin-top: 3.5625rem;
  }
  .p-top-case {
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
    padding-top: 120px;
    padding-top: 7.5rem;
  }
  .p-top-contact {
    padding-bottom: 158px;
    padding-bottom: 9.875rem;
    padding-top: 110px;
    padding-top: 6.875rem;
  }
  .p-top-contact__inner {
    max-width: 1360px;
    max-width: 85rem;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-top-contact__card:hover {
    transform: scale(1.1);
  }
  .p-top-contact__heading {
    align-items: center;
    font-size: 34px;
    font-size: 2.125rem;
    margin-top: 18px;
    margin-top: 1.125rem;
  }
  .p-top-contact__label {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-contact__img {
    max-width: clamp(240px, 203.072px + 4.81vw, 280px);
    max-width: clamp(15rem, 12.692rem + 4.81vw, 17.5rem);
  }
  .p-top-contact__img2 {
    max-width: clamp(270px, 200.768px + 9.01vw, 345.008px);
    max-width: clamp(16.875rem, 12.548rem + 9.01vw, 21.563rem);
  }
  .p-top-news {
    padding-bottom: 146px;
    padding-bottom: 9.125rem;
    padding-top: 94px;
    padding-top: 5.875rem;
  }
  .p-top-news__inner {
    padding: 0;
  }
  .p-top-news__splide {
    margin-top: 67px;
    margin-top: 4.1875rem;
  }
  .p-top-news-list__item-content {
    padding: 15px 15px 19px;
    padding: 0.9375rem 0.9375rem 1.1875rem;
  }
  .p-top-news-list__item-category {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-top-news-list__item-title {
    -webkit-line-clamp: 2; /* ← ここで「2行まで」を指定 */
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-top-news-list__item-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-top-person {
    align-content: center;
    border-radius: 3.75rem;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .p-top-person__inner {
    margin-top: 0;
    padding: 120px 20px;
    padding: 7.5rem 1.25rem;
    width: 100%;
  }
  .p-top-person__items {
    align-items: normal;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    gap: 25px;
    gap: 1.5625rem;
  }
  .p-top-person__item {
    flex-direction: column;
    gap: 0px;
    gap: 0rem;
    justify-content: space-between;
  }
  .p-top-person__img1.c-card-circle__img {
    max-width: 222px;
    max-width: 13.875rem;
    order: 2;
  }
  .p-top-person__img2.c-card-circle__img {
    max-width: 238px;
    max-width: 14.875rem;
  }
  .p-top-person__img3.c-card-circle__img {
    max-width: 215px;
    max-width: 13.4375rem;
  }
  .p-top-person__btn {
    margin-top: 72px;
    margin-top: 4.5rem;
  }
  .p-top-post__inner {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-top-service__inner {
    max-width: 1000px;
    max-width: 62.5rem;
  }
  .p-top-person__content {
    margin-top: 59px;
    margin-top: 3.6875rem;
  }
  .p-top-service__img,
  .p-top-service__img2 {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-service__img img {
    aspect-ratio: 304/98;
    max-width: 304px;
    max-width: 19rem;
  }
  .p-top-service__img2 img {
    aspect-ratio: 396/85;
    max-width: 396px;
    max-width: 24.75rem;
  }
  .p-top-service__text1 {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-service__text2 {
    font-size: clamp(14px, 10.304px + 0.48vw, 18px);
    font-size: clamp(0.875rem, 0.644rem + 0.48vw, 1.125rem);
    margin-top: 11px;
    margin-top: 0.6875rem;
    max-width: 100%;
  }
  .p-top-service__items {
    grid-template-columns: repeat(5, 1fr);
  }
  .nav-links ul li a,
  .nav-links ul li span {
    font-size: clamp(20px, 16.303px + 0.48vw, 24px);
    font-size: clamp(1.25rem, 1.019rem + 0.48vw, 1.5rem);
  }
  .nav-links ul li {
    margin: 0 10px;
    margin: 0 0.625rem;
  }
  .u-align-pc-left {
    text-align: left;
  }
  .u-bg-gray--radius {
    border-radius: 3.75rem;
  }
  .u-bg-top-radius {
    border-radius: 3.75rem 3.75rem 0 0;
  }
  .u-bg-2tone {
    background: linear-gradient(180deg, #F46E00 0%, #F46E00 80%, #F1F2F2 80%, #F1F2F2 100%);
  }
  .u-bg-bottom-radius {
    border-radius: 0 0 3.75rem 3.75rem;
  }
  .u-desktop {
    display: inline-block;
  }
  .u-font-size56 {
    font-size: clamp(28px, 2.16px + 3.37vw, 56px);
    font-size: clamp(1.75rem, 0.135rem + 3.37vw, 3.5rem);
  }
  .u-font-size46 {
    font-size: clamp(32px, 19.072px + 1.68vw, 46px);
    font-size: clamp(2rem, 1.192rem + 1.68vw, 2.875rem);
  }
  .u-font-size40 {
    font-size: clamp(20px, 1.536px + 2.4vw, 40px);
    font-size: clamp(1.25rem, 0.096rem + 2.4vw, 2.5rem);
  }
  .u-font-size36 {
    font-size: clamp(20px, 1.712px + 2.38vw, 36px);
    font-size: clamp(1.25rem, 0.107rem + 2.38vw, 2.25rem);
  }
  .u-font-size32 {
    font-size: clamp(20px, 6.288px + 1.79vw, 32px);
    font-size: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
  }
  .u-font-size30 {
    font-size: clamp(20px, 10.768px + 1.2vw, 30px);
    font-size: clamp(1.25rem, 0.673rem + 1.2vw, 1.875rem);
  }
  .u-font-size28 {
    font-size: clamp(18px, 8.768px + 1.2vw, 28px);
    font-size: clamp(1.125rem, 0.548rem + 1.2vw, 1.75rem);
  }
  .u-font-size26 {
    font-size: clamp(18px, 18.304px + 0.48vw, 26px);
    font-size: clamp(1.125rem, 1.144rem + 0.48vw, 1.625rem);
  }
  .u-font-size24 {
    font-size: clamp(16px, 8.608px + 0.96vw, 24px);
    font-size: clamp(1rem, 0.538rem + 0.96vw, 1.5rem);
  }
  .u-font-size22 {
    font-size: clamp(15.008px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.938rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .u-font-size20 {
    font-size: clamp(14px, 8.464px + 0.72vw, 20px);
    font-size: clamp(0.875rem, 0.529rem + 0.72vw, 1.25rem);
  }
  .u-font-size18 {
    font-size: clamp(14px, 10.304px + 0.48vw, 18px);
    font-size: clamp(0.875rem, 0.644rem + 0.48vw, 1.125rem);
  }
  .u-font-size16 {
    font-size: clamp(12px, 8.304px + 0.48vw, 16px);
    font-size: clamp(0.75rem, 0.519rem + 0.48vw, 1rem);
  }
  .u-font-size-normal {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .u-marker-square {
    font-size: clamp(20px, 6.288px + 1.79vw, 32px);
    font-size: clamp(1.25rem, 0.393rem + 1.79vw, 2rem);
  }
  .u-mobile {
    display: none;
  }
  .u-mt-20 {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .u-mt-30 {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .u-mt-50 {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .u-mt-100 {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
}

@media (min-width: 1024px){
  html {
    font-size: 16px;
  }
}

@media screen and (hover: hover) and (min-width: 768px){
  a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 600px){
  .c-card3__name-wrap {
    align-items: end;
    gap: clamp(15.008px, 11.408px + 0.6vw, 21.008px);
    gap: clamp(0.938rem, 0.713rem + 0.6vw, 1.313rem);
  }
  .c-card3__en {
    font-size: clamp(14px, 10.4px + 0.6vw, 20px);
    font-size: clamp(0.875rem, 0.65rem + 0.6vw, 1.25rem);
  }
  .c-card4__body {
    flex-direction: row-reverse;
    gap: clamp(20px, 5.68px + 4.47vw, 40px);
    gap: clamp(1.25rem, 0.355rem + 4.47vw, 2.5rem);
  }
  .c-card4__title {
    text-align: left;
  }
  .p-corporate__change-images01 {
    aspect-ratio: 1143/447;
    width: clamp(700px, 434.208px + 44.3vw, 1143.008px);
    width: clamp(43.75rem, 27.138rem + 44.3vw, 71.438rem);
  }
  .p-footer__inner {
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1320px;
    max-width: 82.5rem;
    padding: 0 20px 0px;
    padding: 0 1.25rem 0rem;
  }
  .p-post-list__inner {
    margin-top: 0;
    max-width: 1360px;
    max-width: 85rem;
    padding-bottom: clamp(50px, -8.208px + 9.7vw, 120px);
    padding-bottom: clamp(3.125rem, -0.513rem + 9.7vw, 7.5rem);
    padding-left: 40px;
    padding-left: 2.5rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-top: 75px;
    padding-top: 4.6875rem;
  }
  .p-post-list__items2 {
    gap: clamp(20px, -1.008px + 3.5vw, 55.008px);
    gap: clamp(1.25rem, -0.063rem + 3.5vw, 3.438rem);
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top-about__content-img {
    margin-top: 38px;
    margin-top: 2.375rem;
    max-width: 1017px;
    max-width: 63.5625rem;
  }
  .p-top-about__content-img img {
    aspect-ratio: 1017/552;
  }
  .p-top-case__inner {
    max-width: 1320px;
    max-width: 82.5rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .p-top-case__list {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    margin-top: 1.5rem;
    max-width: 1315px;
    max-width: 82.1875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-top-contact__cards {
    flex-direction: row;
    gap: clamp(20px, -19.28px + 6.55vw, 75.008px);
    gap: clamp(1.25rem, -1.205rem + 6.55vw, 4.688rem);
    justify-content: center;
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-top-contact__text {
    font-size: clamp(20px, 7.072px + 1.68vw, 34px);
    font-size: clamp(1.25rem, 0.442rem + 1.68vw, 2.125rem);
  }
  .p-top-person__contents-img {
    max-width: 1194px;
    max-width: 74.625rem;
    width: 100%;
  }
  .p-top-person__contents-img img {
    aspect-ratio: 1194/401;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px){
  .c-sns {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

@media screen and (min-width: 1024px){
  .c-title {
    color: blue;
  }
  .p-archive__posts {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-contact__form-privacy input + span::after {
    top: 16px;
    top: 1rem;
  }
  .p-post-list__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .u-lg {
    display: inline-block;
  }
}

@media screen and (min-width: 1440px){
  .c-title {
    color: green;
  }
  .p-corporate__consultant-items-wrap {
    flex-direction: row;
  }
  .u-xl {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
