@charset "UTF-8";
body {
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2903225806vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1240px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  color: #231815;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  background: #f2f2f3;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) {
  a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
*:focus {
  outline: none;
}

strong {
  font-weight: 900;
}

b {
  font-weight: 700;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

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

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
}

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  filter: blur(10px);
}

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

textarea {
  resize: vertical;
}

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

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

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

section {
  margin-top: -100px;
  margin-top: -6.25rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}
@media screen and (max-width: 769px) {
  section {
    margin-top: -2.9875rem;
    padding-top: 2.9875rem;
  }
}
.c-btn {
  font-weight: 500;
  margin-inline: auto;
  text-align: center;
  background-color: #ff9900;
  border: 1.5px solid #231815;
  border-radius: 1.875rem;
  transition: 0.3s;
}

.c-btn:hover {
  background-color: rgba(0,0,0,0.35);
  transition: 0.3s;
  color: #fff;
}

.c-btn a,.c-btn > p {
  padding-top: 14.55px;
  padding-top: 0.909375rem;
  padding-bottom: 14.65px;
  padding-bottom: 0.915625rem;
  height: inherit;
  width: 100%;
  display: inline-block;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .c-btn a,.c-btn > p {
    padding-top: 0.4rem;
    padding-bottom: 0.4275rem;
  }
}

.c-section__inner {
  margin-inline: auto;
  text-align: center;
  max-width: 776px;
  max-width: 48.5rem;
}
@media screen and (max-width: 769px) {
  .c-section__inner {
    max-width: 37.5rem;
  }
}

.c-section-title {
  color: #231815;
  position: relative;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Avenir", "Roboto", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.36;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 39.6px;
  margin-bottom: 2.475rem;
  text-transform: uppercase;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 769px) {
  .c-section-title {
    margin-bottom: 1.09375rem;
    font-size: 1rem;
    line-height: 1.375;
  }
}

.c-section-title::before {
  content: "";
  position: absolute;
  bottom: 8.5px;
  bottom: 0.53125rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  max-width: 185.63px;
  max-width: 11.601875rem;
  margin-inline: auto;
  height: 1px;
  height: 0.0625rem;
  background: #231815;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .c-section-title::before {
    bottom: 0.34375rem;
    max-width: 6.66875rem;
  }
}
.p-bg_video .c-section-title {
  color: #fff;
}

.p-bg_video .c-section-title::before {
  background: #fff;
}

.c-section-subtitle {
  color: #231815;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  font-family: "Source Han SansJP", "Source Han SansJP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 12.8px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 769px) {
  .c-section-subtitle {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.7111111111;
    margin-bottom: 0.859375rem;
  }
}

.c-section-subtitle span {
  font-family: "Avenir", "Roboto", sans-serif;
  font-weight: 900;
}

.p-bg_video .c-section-subtitle {
  color: #fff;
}

.c-section-desc {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.3846153846;
  font-weight: 500;
  font-family: "Source Han SansJP", "Source Han SansJP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .c-section-desc {
    font-size: 0.7rem;
    line-height: 1.8260869565;
    margin-right: 1.89375rem;
    margin-left: 1.89375rem;
    text-align: left;
  }
}

.p-bg_video .c-section-desc {
  color: #fff;
}

.c-section-img {
  margin-top: 82.7px;
  margin-top: 5.16875rem;
  aspect-ratio: 405.58/350.65;
  width: 100%;
  display: block;
  max-width: 405.58px;
  max-width: 25.34875rem;
  margin-inline: auto;
}
@media screen and (max-width: 769px) {
  .c-section-img {
    margin-top: 1.859375rem;
    max-width: 13.02125rem;
  }
}

.c-section-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.c-grid {
  display: grid;
}

.c-flex {
  display: flex;
}

.c-desc {
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 500;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.c-hamburger {
  position: absolute;
  /*ボタン内側の基点となるためrelativeを指定*/
  z-index: 999;
  top: 26px;
  top: 1.625rem;
  right: 20px;
  right: 1.25rem;
  width: 36px;
  width: 2.25rem;
  height: 22px;
  height: 1.375rem;
  cursor: pointer;
  transition: 0.5s;
}

/*ボタン内側*/
.c-hamburger span {
  position: absolute;
  width: 100%;
  right: 0;
  border-radius: 0.3125rem;
  display: inline-block;
  height: 2px;
  transition: all 0.4s;
  /*アニメーションの設定*/
  background: #fff;
  text-align: left;
}

.c-hamburger span:nth-of-type(2) {
  top: 10px;
  top: 0.625rem;
  width: 30px;
  width: 1.875rem;
}

.c-hamburger span:nth-of-type(3) {
  top: 22px;
  top: 1.375rem;
  width: 24px;
  width: 1.5rem;
}

.inner {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1400px;
    padding-right: min(15.7894736842vw, 80px);
    padding-left: min(15.7894736842vw, 80px);
  }
}

header .p-inner {
  padding-right: 90px;
  padding-right: 5.625rem;
}
@media screen and (max-width: 769px) {
  header .p-inner {
    padding: 0rem;
  }
}

/* ヘッダー */
body.active {
  overflow: hidden;
}

body.active .overlay {
  background: rgba(35, 24, 21, .4);
  width: 100%;
  height: 100vh;
  position: fixed;
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  background-color: #231815;
}

.un-home main section {
  margin-top: 187.3px;
  margin-top: 11.70625rem;
  margin-bottom: 153.5px;
  margin-bottom: 9.59375rem;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .un-home main section {
    margin-top: 3.78125rem;
    margin-bottom: 4.5375rem;
  }
}

.un-home main section:has(.p-un_home__copyright__inner) {
  margin-bottom: 0;
}

button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 4s ease;
}
.p-fv__title-box_ttl.p-un_home__copyright {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.75;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .p-fv__title-box_ttl.p-un_home__copyright {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}

.p-un_home__copyright__inner {
  text-align: center;
  padding-top: 141.675px;
  padding-top: 8.8546875rem;
  padding-bottom: 135.725px;
  padding-bottom: 8.4828125rem;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-un_home__copyright__inner {
    padding-top: 3.925rem;
    padding-bottom: 4.03125rem;
  }
}

.c-decoration {
  /* gradation */
  background: linear-gradient(226.6deg, #1e365b 16.22%, #f8e8d5 84.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.c-decoration2 {
  /* gradation */
  background: linear-gradient(226.6deg, #1e365b 16.22%, #f8e8d5 84.13%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media screen and (min-width: 768px) {
  .utils-hidden-mobile {
    display: inline-block !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .utils-block-hidden-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-block-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .utils-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-hidden-pc {
    display: inline-block !important;
  }
}

@media screen and (min-width: 768px) {
  .utils-block-hidden-pc {
    display: inline !important;
  }
}
@media screen and (max-width: 769px) {
  .utils-block-hidden-pc {
    display: none !important;
  }
}

.utils-hidden {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .utils-color-invert {
    -webkit-filter: brightness(0) invert(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0) invert(1);
  }
}

@media screen and (max-width: 769px) {
  .utils-color-invert-sp {
    -webkit-filter: brightness(0) invert(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0) invert(1);
  }
}

.utils-bg-gray {
  background-color: #4d4d4d;
}

.utils-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

#unknown {
  margin: 0;
}

#main {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.fof {
  display: table-cell;
  vertical-align: middle;
}

.fof h1 {
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  -webkit-animation: type 0.5s alternate infinite;
  animation: type 0.5s alternate infinite;
}

@-webkit-keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}
@keyframes type {
  from {
    box-shadow: inset -3px 0px 0px #888;
  }
  to {
    box-shadow: inset -3px 0px 0px transparent;
  }
}
.p-bg_video {
  margin-bottom: 160.6px;
  margin-bottom: 10.0375rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-bg_video {
    margin-bottom: 2.9875rem;
  }
}
video#bgvid {
  position: absolute; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; 
  z-index: -100;
  background-size: cover;
}
.un-home .p-bg_video{
  margin-bottom: 0;
}
.un-home .p-bg_video__inner {
  padding-bottom: 0;
  overflow-y: hidden;
}
.un-home .p-bg_video__inner section{
  margin-top: 0;
}
.p-bg_video__inner {
  padding-bottom: 180.05px;
  padding-bottom: 11.253125rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-bg_video__inner {
    padding-bottom: 2.9875rem;
  }
}

#about {
  margin-bottom: 90.2px;
  margin-bottom: 5.6375rem;
}
@media screen and (max-width: 769px) {
  #about {
    margin-bottom: 2.490625rem;
  }
}

.p-ai__box {
  margin-bottom: 138.8px;
  margin-bottom: 8.675rem;
}
@media screen and (max-width: 769px) {
  .p-ai__box {
    padding-bottom: 2.6875rem;
    margin-bottom: 0;
  }
}

.p-ai__subtitle {
  margin-bottom: 67.65px;
  margin-bottom: 4.228125rem;
}
@media screen and (max-width: 769px) {
  .p-ai__subtitle {
    margin-bottom: 1.2515625rem;
    font-size: 1.25rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}

.p-ai__box-ttl {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  font-family: "Avenir", "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", sans-serif;
  font-weight: 900;
  margin-bottom: 47.2px;
  margin-bottom: 2.95rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-ai__box-ttl {
    font-size: 0.8125rem;
    line-height: 1.4669230769;
    margin-bottom: 2.2640625rem;
  }
}

.p-ai__box-img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  max-width: 311.84px;
  max-width: 19.49rem;
  margin-inline: auto;
}
@media screen and (max-width: 769px) {
  .p-ai__box-img {
    max-width: 9.355rem;
  }
}

.p-ai__box-img img {
  max-width: 311.84px;
  max-width: 19.49rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 769px) {
  .p-ai__box-img img {
    max-width: 9.355rem;
  }
}



.p-app__inner {
  max-width: 740px;
  max-width: 46.25rem;
}

.p-app__title {
  margin-bottom: 30.3px;
  margin-bottom: 1.89375rem;
}
@media screen and (max-width: 769px) {
  .p-app__title {
    margin-bottom: 1.63125rem;
  }
}

.p-app__subtitle {
  margin-bottom: 43.8px;
  margin-bottom: 2.7375rem;
}
@media screen and (max-width: 769px) {
  .p-app__subtitle {
    margin-bottom: 1.63125rem;
    font-size: 1.25rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}

.p-app__boxes {
  grid-template-columns: 1fr 1fr;
  gap: 0 min(8.0350877193vw, 91.6px);
  gap: 0 min(8.0350877193vw, 5.725rem);
  margin-bottom: 143px;
  margin-bottom: 8.9375rem;
}
@media screen and (max-width: 769px) {
  .p-app__boxes {
    grid-template-columns: 1fr;
    gap: 1.78125rem 0rem;
    justify-content: space-around;
    margin-right: 1.05rem;
    margin-left: 1.05rem;
    margin-bottom: 2.86875rem;
  }
}

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

.p-app__box--num {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  letter-spacing: 0.01em;
  margin-bottom: 45.4px;
  margin-bottom: 2.8375rem;
  font-family: "Avenir", "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 769px) {
  .p-app__box--num {
    font-size: 1.375rem;
    margin-bottom: 2.025rem;
    line-height: 1.5909090909;
  }
}

.p-app__box--cont {
  position: relative;
  color: #231815;
  background: #ff9900;
  font-family:"Avenir-heavy", "Avenir", "Roboto", sans-serif;
  border-radius: 30px;
  max-width: 220px;
  max-width: 13.75rem;
  margin-inline: auto;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-size: 22px;
  font-size: 1.375rem;
  padding-top: 12.7px;
  padding-top: 0.79375rem;
  padding-bottom: 11.1px;
  padding-bottom: 0.69375rem;
  line-height: 1.3636363636;
  font-weight: 900;
  margin-bottom: 26.8px;
  margin-bottom: 1.675rem;
}
@media screen and (max-width: 769px) {
  .p-app__box--cont {
    max-width: 8.125625rem;
    font-size: 0.8125rem;
    padding-top: 0.46875rem;
    padding-bottom: 0.39375rem;
    margin-bottom: 0.75rem;
  }
}

.p-app__box--ttl {
  font-size: 24.5px;
  font-size: 1.53125rem;
  line-height: 1.3469387755;
  font-weight: 600;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  margin-bottom: 36.2px;
  margin-bottom: 2.2625rem;
}
@media screen and (max-width: 769px) {
  .p-app__box--ttl {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    margin-bottom: 1.675rem;
  }
}

.p-app__box--desc {
  position: relative;
}

.p-app__box--desc-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 600;
  font-family: "Avenir", "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", sans-serif;
  margin-bottom: 13.1px;
  margin-bottom: 0.81875rem;
}
@media screen and (max-width: 769px) {
  .p-app__box--desc-ttl {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-bottom: 0.7125rem;
  }
}

.p-app__box--desc-cont {
  text-align: justify;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  font-weight: 500;
  font-family: "Avenir", "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", sans-serif;
}
@media screen and (max-width: 769px) {
  .p-app__box--desc-cont {
    font-size: 0.65625rem;
    line-height: 1.7619047619;
  }
}

.p-app__box--img {
  margin-inline: auto;
  width: 100%;
  display: block;
  margin-bottom: 38.1px;
  margin-bottom: 2.38125rem;
}
@media screen and (max-width: 769px) {
  .p-app__box--img {
    margin-bottom: 1.821875rem;
  }
}

.p-app__box--img_web {
  max-width: 152.71px;
  max-width: 9.544375rem;
  aspect-ratio: 152.71/142.52;
}
@media screen and (max-width: 769px) {
  .p-app__box--img_web {
    max-width: 6.596875rem;
  }
}

.p-app__box--img_app {
  max-width: 98.64px;
  max-width: 6.165rem;
  aspect-ratio: 98.64/152.64;
}
@media screen and (max-width: 769px) {
  .p-app__box--img_app {
    max-width: 4.26125rem;
  }
}

.p-app__box--img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

#company {
  margin-bottom: 143.2px;
  margin-bottom: 8.95rem;
  padding-top: 3.95625rem;
  margin-top: -2.5rem;
}
@media screen and (max-width: 769px) {
  #company {
    margin-bottom:2.4rem;

  }
}

.p-company__title {
  margin-bottom: 43.5px;
  margin-bottom: 2.71875rem;
}@media screen and (max-width: 769px) {
  .p-company__title {
    margin-bottom: 0.53125rem;
  }
}

.p-company__inner {
  max-width: 820.5px;
  max-width: 51.28125rem;
  margin-inline: auto;
}
.un-home #company .p-company__lists {
  margin-bottom: 70.6px;
  margin-bottom: 4.4125rem;
}
@media screen and (max-width: 769px) {
  .un-home #company .p-company__lists {
    margin-bottom: 2.3rem;
  }
}
.p-company__list {
  grid-template-columns: 5.1875rem 1fr;
  gap: min(3.9473684211vw, 45px);
  gap: min(3.9473684211vw, 2.8125rem);
  align-items: center;
  padding-bottom: 20.2px;
  padding-bottom: 1.2625rem;
  padding-top: 22.3px;
  padding-top: 1.39375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  border-bottom: 1px solid #9fa0a0;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .p-company__list {
    grid-template-columns: 4.375rem 1fr;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    font-size: 0.59375rem;
    line-height: 1.8421052632;
    padding-bottom: 0.625rem;
    padding-top: 0.68125rem;
    padding-inline: 0.48125rem;
  }
}

.p-company__list span {
  font-family: "Avenir", "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", sans-serif;
  display: inline-block;
  text-align: left;
  font-weight: 500;
}

.p-company__list div {
  font-family: "Avenir", "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", sans-serif;
  text-align: left;
  font-weight: 500;
}

.p-company_voice__boxes {
  grid-template-columns: 14.195625rem 9.75rem;
  justify-content: center;
  align-items: center;
  gap: 0 23px;
  gap: 0 1.4375rem;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 769px) {
  .p-company_voice__boxes {
    gap: 0;
    margin-bottom: 0.0875rem;
    grid-template-columns: 9.78625rem 6.71875rem;
    transform: translateX(0.625rem);
  }
}

.p-company_voice__box--message {
  position: relative;
  background: url("../images/bubble.png") center center no-repeat;
  aspect-ratio: 481/148;
  width: 100%;
  max-width: 481px;
  max-width: 30.0625rem;
  background-size: cover;
}

.p-company_voice-audio {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding: 17.3px 30.6px 13.5px 24px;
  padding: 1.08125rem 1.9125rem 0.84375rem 1.5rem;
}
@media screen and (max-width: 769px) {
  .p-company_voice-audio {
    padding: 0.4478125rem 1.25625rem 0.40625rem 0.70625rem;
  }
}
.p-company_voice__box--message-ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-family: "Avenir", "Roboto", sans-serif;
}
@media screen and (max-width: 769px) {
  .p-company_voice__box--message-ttl {
    font-size: 0.6875rem;
    line-height: 1.1518181818;
  }
}
.p-company_voice__box--message-desc {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-family: "Avenir", "Roboto", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .p-company_voice__box--message-desc {
    font-size: 0.5625rem;
    line-height: 1.3888888889;
  }
}
.p-company_voice__box--message-desc img {
  width: 100%;
  aspect-ratio: 9.35/8.71;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 9.35px;
  max-width: 0.584375rem;
  display: inline-block;
  margin-left: 6.1px;
  margin-left: 0.38125rem;
  margin-top:-1px;
}
@media screen and (max-width: 769px) {
  .p-company_voice__box--message-desc img {
    max-width: 0.4075rem;
    margin-left: 0.25rem;
    aspect-ratio: 6.52/6.07;
    margin-top: 1.28em;
  }
}
.p-company_voice__box--img {
  max-width: 345px;
  max-width: 21.5625rem;
  width: 100%;
  aspect-ratio: 345/419;
}

.p-company_voice__box--img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 345px;
  max-width: 21.5625rem;
  display: inline-block;
}

#contact {
  margin-bottom: 142.7px;
  margin-bottom: 8.91875rem;
}
@media screen and (max-width: 769px) {
  #contact {
    margin-bottom: 3.91875rem;
    padding-top:3.9235rem ;
  }
}

::-webkit-input-placeholder {
  color: #231815;
}

::-moz-placeholder {
  color: #231815;
}

:-ms-input-placeholder {
  color: #231815;
}

::-ms-input-placeholder {
  color: #231815;
}

::placeholder {
  color: #231815;
  vertical-align: top;
}

.p-contact__title {
  margin-bottom: 55.6px;
  margin-bottom: 3.475rem;
}
@media screen and (max-width: 769px) {
  .p-contact__title {
    margin-bottom: 1.5375rem;
  }
}
.p-contact__form__inner {
  grid-template-columns: 1fr;
  gap: 29.9px 0;
  gap: 1.86875rem 0;
}
@media screen and (max-width: 769px) {
  .p-contact__form__inner {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    gap: 1.0875rem 0;
  }
}

.p-contact__form__inner input:not(.wpcf7-submit),
.p-contact__form__inner textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #9fa0a0;
  min-height: 61.61px;
  min-height: 3.850625rem;
  color: #231815;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6533333333;
  font-family: "Avenir", "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-left: 20.1px;
  padding-left: 1.25625rem;
  text-transform: uppercase;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  .p-contact__form__inner input:not(.wpcf7-submit),
.p-contact__form__inner textarea {
    padding-left: 0.9375rem;
    min-height: 2.8875rem;
    font-size: 0.59375rem;
    line-height: 1.5642105263;
  }
}
.p-contact__form__inner textarea {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (max-width: 769px) {
  .p-contact__form__inner textarea {
    padding-top: 0.6125rem;
  }
}
.p-contact__form__inner input:focus {
  background: #d3d3d3;
  transition: 0.2s;
}

.p-contact__form__inner textarea.p-contact__form-cont--long {
  min-height: 143.1px;
  min-height: 8.94375rem;
}

.p-contact__box--btn {
  margin-top: 10px;
  margin-top: 0.625rem;
  max-width: 200.01px;
  max-width: 12.500625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6533333333;
  text-transform: uppercase;
  font-family: "Avenir", "Roboto", sans-serif;
  font-weight: 900;
  width: 100%;
  color: #231815;
}
@media screen and (max-width: 769px) {
  .p-contact__box--btn {
    margin-top: 0.2125rem;
    max-width: 9.375625rem;
    font-size: 0.625rem;
    line-height: 1.488;
  }
}
.un-home #contact form {
  margin-bottom: 70.6px;
  margin-bottom: 4.4125rem;
}
@media screen and (max-width: 769px) {
  .un-home #contact form {
    margin-bottom: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  footer {
    min-height: 49.25rem;
    max-height: 49.25rem;
  }
}
.p-contact__box--btn input {
  color: #231815;
}
.p-footer {
  position: relative;
  width: 100%;
  background: #ff508d;
}

.p-footer__wrapper {
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.p-footer__privacy {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1.16;
  letter-spacing: 0.05em;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    font-size: 0.75rem;
    margin-bottom: 1.1875rem;
  }
}

.p-footer__copy {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
  color: #7898be;
  line-height: 1.16;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 0.75rem;
  }
}

#fv {
  margin-bottom: 128.3px;
  margin-bottom: 8.01875rem;
}
@media screen and (max-width: 769px) {
  #fv {
    margin-bottom: 2.7375rem;
  }
}

.p-fv__inner {
  padding-top: 147.8px;
  padding-top: 9.2375rem;
}
@media screen and (max-width: 769px) {
  .p-fv__inner {
    padding-top: 4.4925rem;
  }
}

.p-fv__title-box {
  max-width: 776px;
  max-width: 48.5rem;
  margin-inline: auto;
  text-align: center;
}

.p-fv__title-box_ttl {
  font-size: 50px;
  font-size: 3.125rem;
  color: #ff9900;
  line-height: 1.75;
  letter-spacing: 0.06em;
  margin-bottom: 20.5px;
  margin-bottom: 1.28125rem;
  font-family: "Avenir", "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 769px) {
  .p-fv__title-box_ttl {
    font-size: 1.875rem;
    line-height: 1.7333333333;
  }
}

.p-fv__title-box_desc {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.7142857143;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .p-fv__title-box_desc {
    font-size: 1.125rem;
    line-height: 1.7111111111;
  }
}

/* Webフォントを定義 */
@font-face {
  font-family: "Avenir";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/Avenir.ttc") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/Avenir-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: heavy;
}
@font-face {
  font-family: "Avenir-heavy";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/Avenir-heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  /* フォント名 */
  font-weight: 500;
  font-style: medium;
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/Avenir-medium.ttf") format("truetype");
}
main {
  padding-top: 102px;
  padding-top: 6.375rem;
}
@media screen and (max-width: 769px) {
  main {
    padding-top: 5rem;
  }
}

header {
  position: fixed;
  display: block;
  width: 100%;
  background-color: #231815;
  height: 102px;
  height: 6.375rem;
  z-index: 99;
}
@media screen and (max-width: 769px) {
  header {
    height: 5rem;
  }
}

.p-header__inner {
  padding-top: 34px;
  padding-top: 2.125rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  align-items: center;
  grid-template-columns: 142px 540.69px;
  gap: 0;
  justify-content: space-between;
  margin-inline: 49.9px;
  margin-inline: 3.11875rem;
}
@media screen and (max-width: 769px) {
  .p-header__inner {
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    margin-inline: 1.25rem;
  }
}

.p-header__logo {
  max-width: 143px;
  max-width: 8.9375rem;
  margin-inline: auto;
  aspect-ratio: 143/34;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .p-header__logo {
    margin-left: 0.6rem;
  }
}

.p-header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-header__nav {
    height: 100vh;
    top: 0;
    right: 0;
    position: fixed;
    background: black;
    width: 55%;
    padding: 7.5rem 2.5rem 3.75rem;
    transform: translateX(768px);
    transition: 0.3s;
  }
}

@media screen and (max-width: 769px) {
  .p-header__nav.active {
    transform: translateX(0px);
    transition: 0.3s;
  }
}

.p-header__nav-lists {
  grid-template-columns: auto auto auto auto auto auto;
  gap: 0 2em;
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  .p-header__nav-lists {
    grid-template-columns: 1fr;
    gap: 3.125rem 0;
  }
}

.p-header__nav-lists .p-header__nav-list {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  font-weight: 900;
}
@media screen and (max-width: 769px) {
  .p-header__nav-lists .p-header__nav-list {
    font-size: 1rem;
    line-height: 1;
  }
}

.p-header__nav-lists .p-header__nav-list:hover {
  transition: 0.3s;
}

.p-header__nav-lists .p-header__nav-list a {
  position: relative;
}

.p-header__nav-lists .p-header__nav-list a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1.5px;
  height: 0.09375rem;
  background: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: left top;
  /*左上基点*/
}

/*現在地とhoverの設定*/
.p-header__nav-lists .p-header__nav-list a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.p-header__nav-lists .p-header__nav-list span {
  display: inline-block;
  aspect-ratio: 1/1;
  max-width: 12.92px;
  max-width: 0.8075rem;
  margin-left: auto;
  margin-right: 4.8px;
  margin-right: 0.3rem;
  width: 100%;
  margin-left: 2.5px;
  margin-left: 0.15625rem;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .p-header__nav-lists .p-header__nav-list span {
    margin-right: 0.625rem;
    margin-left: 0;
    max-width: 1.375rem;
  }
}

.p-header__nav-lists .p-header__nav-list span img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.news-info_wrapper {
  background-color: #fff;
  border-radius: 3px;
  max-width: 821.44px;
  max-width: 51.34rem;
  margin-inline: auto;
}

.news-info_wrapper.--front {
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  .news-info_wrapper.--front {
    margin-top: 30px;
  }
}

.news-row_wrapper {
  border-bottom: 1px solid #231815;
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 100px;
}
@media screen and (max-width: 769px) {
  .news-row_wrapper {
    grid-template-columns: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.news-row_wrapper:last-child {
  border-bottom: none;
}

.news-date_wrapper {
  display: grid;
  grid-template-columns: 180px 120px;
}
@media screen and (max-width: 769px) {
  .news-date_wrapper {
    grid-template-columns: 45% 1fr;
  }
}

.news-date {
  display: grid;
  align-items: center;
  padding: 20px 20px 20px 40px;
}
@media screen and (max-width: 769px) {
  .news-date {
    padding: 10px 20px 10px 40px;
  }
}
@media screen and (max-width: 769px) {
  .news-date {
    padding: 10px 10px 10px 20px;
    font-weight: 600;
  }
}

.news-classification {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 769px) {
  .news-classification {
    justify-content: start;
  }
}

.news-content {
  display: grid;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .news-content {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 769px) {
  .news-content {
    padding: 0px 20px 10px 20px;
  }
}

#news {
  margin-bottom: 142.7px;
  margin-bottom: 8.91875rem;
}
@media screen and (max-width: 769px) {
  #news {
    margin-bottom: 2.5625rem;
  }
}

.p-news__inner {
  max-width: 820.5px;
  max-width: 51.28125rem;
  margin-inline: auto;
}

.p-news__title {
  margin-bottom: 35.4px;
  margin-bottom: 2.2125rem;
}
@media screen and (max-width: 769px) {
  .p-news__title {
    margin-bottom: 0.5125rem;
  }
}

.p-news__list-link {
  grid-template-columns: 5.1875rem 1fr;
  gap: min(3.9473684211vw, 45px);
  gap: min(3.9473684211vw, 2.8125rem);
  align-items: center;
  padding-bottom: 20.2px;
  padding-bottom: 1.2625rem;
  padding-top: 22.3px;
  padding-top: 1.39375rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  max-width: 100%;
  border-bottom: 1px solid #9fa0a0;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .p-news__list-link {
    padding-bottom: 0.55625rem;
    padding-top: 0.56875rem;
    padding-inline: 0.46875rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    font-size: 0.59375rem;
    line-height: 1.8421052632;
    gap: 0 2em;
    grid-template-columns: 40px auto;
    align-items: baseline;
  }
}

.p-news__list-link:hover {
  background-color: #231815;
  color: #fff;
  transition: 0.3s;
  opacity: 1;
}

.p-news__list span {
  font-family: "Avenir", "Roboto", sans-serif;
  display: inline-block;
  text-align: left;
  font-weight: 500;
}

.p-news__list div {
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  text-align: left;
}

.main_post_wrap {
  max-width: 821.44px;
  max-width: 51.34rem;
  margin-inline: auto;
}

#service {
  margin-bottom: 143px;
  margin-bottom: 8.9375rem;
}
@media screen and (max-width: 769px) {
  #service {
    margin-bottom: 3.95625rem;
  }
}

.p-s_about__inner {
  max-width: 826.69px;
  max-width: 51.668125rem;
}

.p-s_about__title {
  margin-bottom: 30.3px;
  margin-bottom: 1.89375rem;
}

.p-s_about__subtitle {
  margin-bottom: 43.8px;
  margin-bottom: 2.7375rem;
}
@media screen and (max-width: 769px) {
  .p-s_about__subtitle {
    margin-bottom: 1.6875rem;
    font-size: 1.25rem;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
}

.p-s_about__boxes {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 56.3px;
  gap: 0 3.51875rem;
  margin-bottom: 140.8px;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 769px) {
  .p-s_about__boxes {
    grid-template-columns: 1fr;
    gap: 1.50625rem 0.9375rem;
    justify-content: space-around;
    margin-right: 1.70625rem;
    margin-left: 1.70625rem;
    margin-bottom: 2.90625rem;
  }
}

.p-s_about__box {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-s_about__box {
    display: grid;
    grid-template-columns: 4.366875rem 1fr;
    gap: 0 0.5125rem;
  }
}

.p-s_about__box--num {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  letter-spacing: 0.01em;
  margin-bottom: 45.4px;
  margin-bottom: 2.8375rem;
  font-family: "Avenir", "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--num {
    font-size: 1.375rem;
    margin-bottom: 2.025rem;
    line-height: 1.5909090909;
  }
}

.p-s_about__box--cont {
  position: relative;
  color: #231815;
  background: #ff9900;
  font-family: "Avenir", "Roboto", sans-serif;
  border-radius: 50%;
  max-width: 140px;
  max-width: 8.75rem;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--cont {
    max-width: 4.354375rem;
    font-size: 1.018125rem;
    line-height: 1.7495395948;
    margin-bottom: 2.15625rem;
  }
}

@media screen and (max-width: 769px) {
  .p-s_about__box:not(:last-of-type) .p-s_about__box--cont::before {
    content: "";
    display: block;
    background-color: #231815;
    width: 0.125rem;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    height: 11.875rem;
    z-index: -1;
  }
}

.p-s_about__box--cont_small {
  font-size: 24.5px;
  font-size: 1.53125rem;
  line-height: 1.2244897959;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--cont_small {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}

.p-s_about__box--cont_small span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--cont_small span {
    font-size: 0.96875rem;
    line-height: 1.3096774194;
  }
}

.p-s_about__box--btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  max-width: 160.01px;
  max-width: 10.000625rem;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--btn {
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}

.p-s_about__box--desc {
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--desc {
    margin-top: 1.4625rem;
  }
}

@media screen and (max-width: 769px) {
  .p-s_about__box:last-of-type .p-s_about__box--desc {
    margin-top: 0.875rem;
  }
}

.p-s_about__box--desc-ttl {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.4358974359;
  font-weight: 900;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--desc-ttl {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.p-s_about__box--desc-bar {
  margin-top: 21.7px;
  margin-top: 1.35625rem;
  margin-bottom: 19.4px;
  margin-bottom: 1.2125rem;
  text-align: center;
  background: #231815;
  height: 38px;
  height: 2.375rem;
  width: 2px;
  width: 0.125rem;
  max-width: 2px;
  max-width: 0.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--desc-bar {
    height: 1.14rem;
    margin-top: 0.6375rem;
    margin-bottom: 0.5125rem;
  }
}
.p-s_about__box--desc-cont {
  text-align: justify;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  font-weight: 500;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
}
@media screen and (max-width: 769px) {
  .p-s_about__box--desc-cont {
    font-size: 0.65625rem;
    line-height: 1.7619047619;
  }
}


#service {
  margin-bottom: 143px;
  margin-bottom: 8.9375rem;
}
@media screen and (max-width: 769px) {
  #service {
    margin-bottom: 3.95625rem;
  }
}

.p-service__title {
  margin-bottom: 30.3px;
  margin-bottom: 1.89375rem;
}
@media screen and (max-width: 769px) {
  .p-service__title {
    margin-bottom: 0.521875rem;
  }
}
.p-service__subtitle {
  margin-bottom: 43.8px;
  margin-bottom: 2.7375rem;
}
@media screen and (max-width: 769px) {
  .p-service__subtitle {
    margin-bottom: 1.125rem;
  }
}

.p-service__boxes {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 90px;
  gap: 0 5.625rem;
}
@media screen and (max-width: 769px) {
  .p-service__boxes {
    gap: 0 0.9375rem;
    justify-content: space-around;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}

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

.p-service__box--num {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.3714285714;
  letter-spacing: 0.01em;
  margin-bottom: 45.4px;
  margin-bottom: 2.8375rem;
  font-family: "Avenir", "Roboto", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 769px) {
  .p-service__box--num {
    font-size: 1.1875rem;
    margin-bottom: 1.43125rem;
    line-height: 1.7473684211;
  }
}

.p-service__box--cont {
  position: relative;
  color: #fff;
  background: #231815;
  font-family: "Avenir", "Roboto", sans-serif;
  border-radius: 50%;
  max-width: 140px;
  max-width: 8.75rem;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 61.1px;
  margin-bottom: 3.81875rem;
}
@media screen and (max-width: 769px) {
  .p-service__box--cont {
    max-width: 4.75rem;
    font-size: 1.018125rem;
    margin-bottom: 2.15625rem;
  }
}

.p-service__box--cont_small {
  font-size: 24.5px;
  font-size: 1.53125rem;
  line-height: 1.2244897959;
}
@media screen and (max-width: 769px) {
  .p-service__box--cont_small {
    font-size: 0.83125rem;
    line-height: 1.2601503759;
  }
}

.p-service__box--cont_small span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "source-han-sans-japanese", "Source Han Sans JP", "SourceHanSansJP", "源の角ゴシック", "YuGothic", "游ゴシック", "Noto Sans JP", "Poppins", sans-serif;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 769px) {
  .p-service__box--cont_small span {
    font-size: 0.67875rem;
    line-height: 1.5;
  }
}

.p-service__box--cont::before,
.p-service__box--cont::after {
  position: absolute;
  content: "";
  background: #231815;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  width: 3px;
  width: 0.1875rem;
  height: 38px;
  height: 2.375rem;
}
@media screen and (max-width: 769px) {
  .p-service__box--cont::before,
.p-service__box--cont::after {
  height: 1.375rem;
  }
}

.p-service__box--cont::before {
  top: -38px;
  top: -2.375rem;
}
@media screen and (max-width: 769px) {
  .p-service__box--cont::before {
    top: -1.375rem;
  }
}

.p-service__box--cont::after {
  bottom: -38px;
  bottom: -2.375rem;
}
@media screen and (max-width: 769px) {
  .p-service__box--cont::after {
    bottom: -1.375rem;
  }
}

.p-service__box--btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  max-width: 160.01px;
  max-width: 10.000625rem;
}
@media screen and (max-width: 769px) {
  .p-service__box--btn {
    max-width: 100%;
    font-size: 0.59375rem;
    line-height: 1.7505263158;

  }
}
.single_ttl{
  border-bottom: 1px solid #000;
}
.post_body{
  line-height: 2.4;
  font-size: 0.9375rem;
  margin-top: 0.625rem;
}

@media screen and (max-width: 769px) {
  .single_post_container{
    margin-inline:1.25rem ;
  }
}