@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kosugi+Maru&family=Puritan:ital,wght@0,400;0,700;1,400;1,700&family=Yusei+Magic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body {
  padding-top: 60px;
  font-size: 16px;
  line-height: 1.5;
  color: #141853;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  width: 100%;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

picture {
  display: block;
}

.acf-map {
  width: 100%;
  height: 100%;
}

.acf-map img {
  max-width: inherit !important;
}

.no-scroll {
  overflow: hidden;
}

input[type=date],
input[type=time],
input[type=datetime-local] {
  -webkit-appearance: none;
  height: 1em;
  /* iOSのSafariでの問題を解決するための初期設定 */
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  min-height: 50px;
  line-height: 40px; /* 文字を垂直中央に配置 */
  width: 100%;
  min-width: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value {
  text-align: left;
}

.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.is-fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: var(--fade-opacity, 1);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: var(--fade-opacity, 1);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.opacity-custom {
  --fade-opacity: 0.8;
}

.c-bg-decoration {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-bg-decoration {
    display: block;
    position: absolute;
    z-index: -1;
    width: 948px;
    height: 948px;
    background: #f6f7f7;
    width: 67%;
  }
}

@media screen and (min-width: 768px) {
  .c-bg-decoration-left {
    left: 0;
    -webkit-clip-path: polygon(100% 50%, -10% 0, 0 96%);
            clip-path: polygon(100% 50%, -10% 0, 0 96%);
  }
}

@media screen and (min-width: 768px) {
  .c-bg-decoration-right {
    right: 0;
    -webkit-clip-path: polygon(1% 50%, 110% 1%, 113% 100%);
            clip-path: polygon(1% 50%, 110% 1%, 113% 100%);
  }
}

@media screen and (min-width: 768px) {
  .c-breadcrumb {
    margin-top: 10px;
  }
}

.c-breadcrumb__inner {
  margin: 0 auto;
  width: 90.2777777778vw;
  padding-left: 4vw;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    width: 75%;
    padding-inline: 20px;
    max-width: 1120px;
    padding-left: 0.0694444444vw;
  }
}

.c-breadcrumb__list {
  padding: 0;
  margin: 0;
  padding-right: 13px;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.875rem, 1.1111111111vw, 1rem);
  height: 38px;
}

.c-breadcrumb__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__link:hover {
    opacity: 0.7;
  }
}

.c-breadcrumb__arrow {
  width: 8px;
  height: 12px;
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__arrow {
    margin: 0 8px;
  }
}

.c-button {
  position: relative;
  display: inline-block;
  padding: 14px 7px 19px 0px;
  width: 263px;
  background-color: #141853;
  text-decoration: none;
  -webkit-clip-path: polygon(0 0, 89.7% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 89.7% 0, 100% 100%, 0% 100%);
  z-index: 2;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 89.6% 0, 99.6% 100%, 0% 100%);
          clip-path: polygon(0 0, 89.6% 0, 99.6% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-button:hover .c-button-arrow::after {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.c-button-arrow {
  font-weight: 350;
  position: relative;
  z-index: 2;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #141853;
  gap: 19px;
  font-family: "Puritan", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.04375em;
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    gap: 19px;
  }
}
.c-button-arrow::after {
  content: "→";
  display: inline-block;
  font-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-button__shadow {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002159;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  -webkit-transform: translate(-7px, 6px);
          transform: translate(-7px, 6px);
  z-index: 1;
}

.c-button--more span::first-letter {
  text-transform: uppercase;
}

.c-button-wrapper {
  text-align: center;
  position: relative;
  margin-top: 32px;
  left: calc(50% + 9px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-button-wrapper {
    padding-right: 0;
  }
}

.c-sec-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 17px;
  }
}

.c-sec-ttl__main {
  font-size: clamp(3rem, 4.4444444444vw, 4rem);
  font-family: "Puritan", sans-serif;
}
.c-sec-ttl__sub {
  font-size: 1rem;
  font-family: "Puritan", sans-serif;
}
.p-index-service .c-sec-ttl__sub {
  font-family: "Noto Sans JP", sans-serif;
}

.c-sec-ttl-not-index {
  gap: 11px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl-not-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
  }
}

.c-sec-ttl-not-index__main {
  font-size: clamp(3rem, 4.4444444444vw, 4rem);
  font-family: "Puritan", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.c-sec-ttl-not-index__sub {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-sec-ttl-not-index__sub {
    margin-top: 9px;
  }
}

.c-text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .c-text {
    line-height: 2;
  }
}

/*
Footer
========================================================================== */
.l-footer {
  padding-top: 21px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 30px;
  }
}

.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-footer__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__logo {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -65px;
  margin-left: 32px;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 78px;
    margin-left: 0;
    margin-top: 0;
  }
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .l-footer__logo-link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-footer__logo-link:hover {
    opacity: 0.7;
  }
}

.l-footer__nav {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    width: 86%;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer__nav-item {
  margin-top: 18px;
}
.l-footer__nav-item:first-child {
  margin-top: 0;
}
.l-footer__nav-item:last-child a {
  font-size: 1rem;
}
@media screen and (max-width: 374px) {
  .l-footer__nav-item:last-child a {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nav-item {
    margin-top: 0;
  }
}
.l-footer__nav-item a {
  letter-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .l-footer__nav-link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
}

.l-footer__info {
  margin-top: 11px;
  padding-top: 9px;
  border-top: 1px solid #000;
  font-weight: 350;
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    margin-top: 32px;
    padding-top: 37px;
    border-top: 1px solid #141853;
  }
}

.l-footer__info-name {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.l-footer__info-address {
  margin-top: 8px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}
.l-footer__copyright {
  margin-top: 19px;
  padding: 6px 0 6px;
  background-color: #002159;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
@media screen and (max-width: 374px) {
  .l-footer__copyright {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    padding: 7px 0;
    margin-top: 75px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 3px 25px 3px 9px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-inline: calc(2% + 5px) calc(3% + 5px);
    padding-block: 9px 7px;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header__logo-link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
}

.l-header__logo a {
  position: relative;
}
body.no-scroll .l-header__logo a::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 54px; /* アイコン部分の幅に合わせて調整 */
  width: calc(100% - 40px);
  height: 190%;
  background-color: #fff; /* ヘッダーの背景色に合わせて調整 */
}
@media screen and (min-width: 768px) {
  body.no-scroll .l-header__logo a::before {
    top: -5px;
    left: 64px; /* アイコン部分の幅に合わせて調整 */
    width: calc(100% - 40px);
    height: 190%;
  }
}

.l-header__logo img {
  width: 106px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    width: 127px;
  }
}

.l-header__nav-wrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(71% + 5px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    min-width: 774px;
  }
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: block;
    width: 74%;
  }
}

@media screen and (min-width: 768px) {
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .l-header__nav-item a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0em;
  }
  .l-header__nav-item a:hover {
    opacity: 0.7;
  }
}

.l-header__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #215f9d;
    color: #fff;
    font-size: 0.875rem;
    padding-block: 13px;
    width: 191px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    letter-spacing: 0em;
  }
  .l-header__contact:hover {
    opacity: 0.8;
  }
  .l-header__contact::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
    margin-left: 12px;
  }
}

.l-header__hamburger {
  display: block;
  width: 24px;
  height: 22px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #141853;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__hamburger span:nth-child(1) {
  top: 0;
}
.l-header__hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__hamburger span:nth-child(3) {
  bottom: 0;
}

.l-header__hamburger.is-active {
  z-index: 1000;
  width: 29px;
}
.l-header__hamburger.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(38deg);
          transform: translateY(-50%) rotate(38deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-38deg);
          transform: translateY(-50%) rotate(-38deg);
}

.l-header__drawer {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #141853;
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  visibility: hidden;
}
.l-header__drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .l-header__drawer {
    top: 80px;
    height: calc(100% - 80px);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__drawer {
    display: none;
  }
}

.l-header__drawer-inner {
  height: 100%;
  padding: 68px 20px;
}

.l-header__drawer-list {
  text-align: center;
}

.l-header__drawer-item:not(:first-child) {
  margin-top: 18px;
}
.l-header__drawer-item a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #fff;
  font-size: 1.125rem;
}

.l-header__drawer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 31px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #215f9d;
  color: #fff;
  font-size: 0.875rem;
  padding-block: 13px;
  width: 191px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .l-header__drawer-contact:hover {
    opacity: 0.8;
  }
}
.l-header__drawer-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  margin-left: 12px;
}

/* Contact ========================================================================== */
.l-contact {
  padding: 50px 0 49px;
  background-color: #002159;
  background-image: url(../../assets/img/home/section-contact.webp);
  background-size: 256px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding: 41px 0 40px;
    background-size: 460px;
  }
}

.l-contact__title {
  color: #ffffff;
}
.l-contact__text {
  margin-top: 24px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #ffffff;
}
.l-contact__buttons {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .l-contact__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.l-contact-button {
  display: block;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, calc(104% - 30px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(104% - 30px) 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 98px;
  z-index: 1;
  max-width: 327px;
}
@media screen and (min-width: 768px) {
  .l-contact-button {
    max-width: 460px;
    width: 460px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    height: 138px;
    padding: 18px 42px;
    -webkit-clip-path: polygon(0 0, calc(102% - 30px) 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(102% - 30px) 0, 100% 100%, 0% 100%);
  }
  .l-contact-button:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.l-contact-button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -webkit-clip-path: polygon(0 0, calc(104% - 30px) 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, calc(104% - 30px) 0, 100% 100%, 0% 100%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-contact-button::after {
    -webkit-clip-path: polygon(0 0, calc(102% - 30px) 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, calc(102% - 30px) 0, 100% 100%, 0% 100%);
  }
}

.l-contact-arrow {
  position: absolute;
  display: inline-block;
  width: 27px;
  height: 1px;
  margin: 0;
  border-radius: 9999px;
  background-color: #ffffff;
  top: 45%;
  right: 41px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-contact-arrow::before, .l-contact-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 13px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
}
.l-contact-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-contact-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .l-contact-arrow {
    width: 39px;
    right: 60px;
  }
}

.l-contact-button--entry::after {
  background: transparent -webkit-gradient(linear, right top, left top, from(#4559bf), to(#141853)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, #4559bf 0%, #141853 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #4559bf 0%, #141853 100%) 0% 0% no-repeat padding-box;
}

.l-contact-button--contact::after {
  background-color: #e9e9e9;
}

.l-contact-button__title {
  font-size: 2rem;
  color: #ffffff;
  display: block;
  font-family: "Puritan", sans-serif;
}
@media screen and (min-width: 768px) {
  .l-contact-button__title {
    font-size: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-contact-button--contact {
    padding: 23px 56px;
  }
}
.l-contact-button--contact .l-contact-button__title,
.l-contact-button--contact .l-contact-button__sub {
  color: #141853;
}
.l-contact-button--contact .l-contact-arrow {
  background-color: #141853;
  top: 49%;
}
.l-contact-button--contact .l-contact-arrow::before, .l-contact-button--contact .l-contact-arrow::after {
  background-color: #141853;
}

.l-contact-button__sub {
  font-size: clamp(0.875rem, 1.0416666667vw, 0.9375rem);
  color: #ffffff;
  letter-spacing: 0.05em;
  display: block;
  font-weight: 350;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .l-contact-button__sub {
    letter-spacing: 0.05em;
    margin-top: -4px;
  }
}

.l-main {
  overflow-x: hidden;
}
.l-page-top {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/common/page-top-sp.webp);
  height: 150px;
}
@media screen and (min-width: 768px) {
  .l-page-top {
    background-image: url(../../assets/img/common/page-top-pc.webp);
    height: 360px;
  }
}

.l-page-top__circular-text-wrapper {
  background-image: url(../../assets/img/common/text-circle.svg);
  width: 280px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-page-top__circular-text-wrapper {
    display: block;
    -webkit-animation: rotate 20s linear infinite;
            animation: rotate 20s linear infinite;
    -webkit-transform-origin: center;
            transform-origin: center;
    z-index: 2;
    position: absolute;
    top: auto;
    width: 205px;
    height: 205px;
    bottom: -72px;
    right: 10%;
  }
}
.l-page-top__circular-text-wrapper img {
  width: 100%;
  height: auto;
}

.p-about {
  padding: 31px 0 55px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding: 46px 0 127px;
  }
}

@media screen and (min-width: 768px) {
  .p-about-bg-decoration-left {
    top: 95px;
  }
}

@media screen and (min-width: 768px) {
  .p-about-bg-decoration-right {
    bottom: -282px;
  }
}

.p-about-head__sub {
  margin-top: -6px;
}

.p-about-description {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-about-description {
    margin-top: 32px;
    padding-left: 4px;
    max-width: 950px;
  }
}

.p-about-content {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-about-content {
    margin-top: 37px;
  }
}

.p-about-content__item {
  margin-top: 40px;
}
.p-about-content__item:nth-child(2) .p-about-content__text-wrapper {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-about-content__item:nth-child(2) .p-about-content__text-wrapper {
    margin-top: -29px;
  }
}
.p-about-content__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-about-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 128px;
  }
  .p-about-content__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-about-content__img {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-about-content__img {
    width: 48%;
    margin-top: 0;
  }
}

.p-about-content__text-wrapper {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-about-content__text-wrapper {
    width: 47%;
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-about-content__text-wrapper--reverse {
    margin-top: -28px;
  }
}

.p-about-content__title {
  padding-bottom: 8px;
  border-bottom: 2px solid #141853;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-about-content__title {
    padding-bottom: 10px;
  }
}

.p-about-content__text {
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about-content__text {
    max-width: 450px;
  }
}
.p-about-content__text + .p-about-content__text {
  margin-top: 30px;
}

.p-about-button {
  margin-top: 48px;
  left: calc(50% + 3px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-button {
    margin-top: 40px;
  }
}

.p-news-archive {
  padding-top: 28px;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .p-news-archive {
    padding-top: 46px;
    padding-bottom: 127px;
  }
}

.p-news-archive__title-area {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__title-area {
    text-align: left;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-news-archive__main {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__main {
    margin-top: 33px;
    width: calc(74% - 10px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-news-archive__aside {
    margin-top: 19px;
    width: 200px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-news-archive__filter {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__filter {
    margin-top: 16px;
  }
}

.p-news-archive__filter-title {
  border-bottom: 1px solid #141853;
  font-size: 1.25rem;
  font-family: "Puritan", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-news-archive__filter-title {
    padding-bottom: 3px;
  }
}

.p-news-archive__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__filter-list {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-news-archive__filter-item {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-news-archive__filter-item a {
  position: relative;
  text-decoration: none;
  color: #000;
  display: inline-block;
}
.p-news-archive__filter-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-news-archive__filter-item a.is-active {
  opacity: 0.5;
}
.p-news-archive__filter-item a.is-active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (min-width: 768px) {
  .p-news-archive__filter-item a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.p-news-archive__content {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__content {
    margin-top: 0;
  }
}

.p-news-archive__item {
  border-bottom: 1px solid #707070;
}
.p-news-archive__item:not(:first-child) .p-news-archive__item-link {
  padding-top: 28px;
}
.p-news-archive__item-link {
  display: block;
  padding-bottom: 44px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-archive__item-link {
    padding-bottom: 13px;
  }
  .p-news-archive__item-link:hover {
    background-color: #f8f8f8;
  }
  .p-news-archive__item-link:hover .p-news-archive__arrow {
    color: #000;
  }
  .p-news-archive__item-link:hover .p-news-archive__arrow-wrapper {
    right: 0px;
  }
}

.p-news-archive__item-date {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.p-news-archive__item-title {
  margin-top: 14px;
}
.p-news-archive__item-text {
  margin-top: 19px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-news-archive__item-text {
    margin-top: 13px;
  }
}

.p-news-archive__arrow-wrapper {
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid #141853;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease, right 0.3s ease;
  transition: background-color 0.3s ease, right 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-archive__arrow-wrapper {
    right: 10px;
    bottom: -4px;
  }
}

.p-news-archive__arrow {
  font-size: 0.9375rem;
  color: #141853;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-news-archive__arrow::before {
  content: "→";
}

.p-news-archive__pagination {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__pagination {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-news-archive__pagination-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__pagination-inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-news-archive__pagination-prev,
.p-news-archive__pagination-next,
.p-news-archive__pagination-number {
  text-decoration: none;
  color: #000;
  border: 1px solid #141853;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
.p-news-archive__pagination-dots {
  border: none;
  margin-inline: 5px;
}
@media screen and (min-width: 768px) {
  .p-news-archive__pagination-dots {
    margin-inline: 2px;
  }
}

.p-news-archive__pagination-number.is-current {
  background-color: #dfe0e6;
}

.p-news-archive__pagination-prev,
.p-news-archive__pagination-next {
  width: 56px;
  height: 28px;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-archive__pagination-prev:hover,
  .p-news-archive__pagination-next:hover {
    background-color: #dfe0e6;
  }
}

.p-news-archive__pagination-prev {
  margin-right: 6px;
}

.p-news-archive__pagination-next {
  margin-left: 6px;
}

.p-news-archive__pagination-arrow {
  margin-right: 5px;
  font-size: 0.75rem;
  margin-top: 4px;
}

.p-news-archive__pagination-next .p-news-archive__pagination-arrow {
  margin-left: 5px;
  margin-right: 0;
}

.p-news-archive__pagination-number {
  width: 28px;
  height: 28px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-archive__pagination-number.is-current:hover {
    background-color: #dfe0e6;
  }
}
@media screen and (min-width: 768px) {
  .p-news-archive__pagination-number:hover {
    background-color: #dfe0e6;
  }
}

.p-news-archive__page-back {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news-archive__page-back {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-news-archive__page-back-link {
  display: inline-block;
  position: relative;
  padding: 20px 40px 20px 20px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-news-archive__page-back-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-news-archive__page-back-link::after {
  content: "→";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news-archive__page-back-link:hover {
    background-color: #000;
    color: #fff;
  }
  .p-news-archive__page-back-link:hover::before {
    background-color: #fff;
  }
  .p-news-archive__page-back-link:hover::after {
    color: #000;
  }
}

.p-news-archive-button {
  margin-top: 49px;
  left: calc(50% + 4px);
}
@media screen and (min-width: 768px) {
  .p-news-archive-button {
    margin-top: 41px;
    left: calc(50% + 133px);
  }
}

.p-column {
  padding-top: 26px;
  padding-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .p-column {
    position: relative;
    padding-top: 43px;
    padding-bottom: 124px;
  }
}

.p-column__sub-title {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-column__sub-title {
    margin-top: 2px;
  }
}

@media screen and (min-width: 768px) {
  .p-column-bg-decoration-top-left {
    top: calc(30% - 8px);
    -webkit-clip-path: polygon(100% 50%, -12% 0, 0 94%);
            clip-path: polygon(100% 50%, -12% 0, 0 94%);
  }
}

@media screen and (min-width: 768px) {
  .p-column-bg-decoration-top-right {
    top: calc(13% - 1px);
    -webkit-clip-path: polygon(1% 50%, 110% 1%, 110% 100%);
            clip-path: polygon(1% 50%, 110% 1%, 110% 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-column-bg-decoration-bottom-left {
    bottom: calc(0% - 1px);
    -webkit-clip-path: polygon(100% 50%, -12% 0, 0 94%);
            clip-path: polygon(100% 50%, -12% 0, 0 94%);
  }
}

@media screen and (min-width: 768px) {
  .p-column-bg-decoration-bottom-right {
    bottom: calc(20% - 1px);
    -webkit-clip-path: polygon(1% 50%, 110% 1%, 110% 100%);
            clip-path: polygon(1% 50%, 110% 1%, 110% 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-column__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 25px;
  }
}

.p-column-fv {
  margin-top: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-column-fv {
    margin-top: 45px;
  }
}

.p-column-fv__img-wrapper {
  background-image: url(../../assets/img/column/fv-bg02-pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 115px; /* 元の画像の高さを設定 */
}
@media screen and (min-width: 768px) {
  .p-column-fv__img-wrapper {
    height: 197px;
  }
}

.p-column-fv__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #000000;
  width: 100%;
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  letter-spacing: 0.05em;
}
.p-column__text {
  margin-top: 22px;
}
@media screen and (min-width: 768px) {
  .p-column__text {
    margin-top: 17px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.p-column-reason {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .p-column-reason {
    margin-top: 45px;
  }
}

.p-column-reason__title {
  text-align: center;
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  border-bottom: 2px solid #141853;
  padding-bottom: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-column-reason__title {
    padding-bottom: 9px;
  }
}

.p-column-reason__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-column-reason__content {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-column-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-column-card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-column-card:not(:first-child) {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-column-card:not(:first-child) {
    margin-top: 54px;
  }
}

@media screen and (min-width: 768px) {
  .p-column-card:nth-child(3) {
    margin-top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .p-column-card:nth-child(4) {
    margin-top: 58px;
  }
}

@media screen and (min-width: 768px) {
  .p-column-card__img-wrapper {
    width: 48%;
  }
}

.p-column-card__img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column-card__body {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .p-column-card__body {
    margin-top: 0;
    width: calc(47% - 1px);
  }
}

.p-column-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #141853;
}
.p-column-card__num {
  background-color: #002866;
  color: #ffffff;
  width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
.p-column-card__text {
  margin-left: 15px;
  font-size: clamp(1.125rem, 1.3888888889vw, 1.25rem);
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-column-card__text {
    margin-top: 5px;
  }
}
@media screen and (max-width: 374px) {
  .p-column-card__text--long {
    font-size: 1rem;
  }
}
.p-column-card__text--different {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .p-column-card__text--different {
    margin-left: 14px;
  }
}

.p-column-card__desc {
  margin-top: 13px;
  line-height: 2;
}
.p-column-card__desc + .p-column-card__desc {
  margin-top: 32px;
}
.p-column-card__desc--4 {
  margin-top: 23px;
  margin-left: 6px;
}
.p-column-card__desc--5 {
  margin-top: 20px;
}
.p-column__button {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-column__button {
    margin-top: 80px;
  }
}

.p-company-company {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-company-company {
    padding-top: 48px;
  }
}

.p-company-company__content {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-company-company__content {
    margin-top: 25px;
  }
}

.p-company-company__text:not(:first-child) {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-company-company__text:not(:first-child) {
    margin-top: 32px;
  }
}

.p-company-company__list {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .p-company-company__list {
    margin-top: 58px;
    max-width: 850px;
    padding-left: 8%;
  }
}

.p-company-company__item {
  padding-bottom: 7px;
  border-bottom: 2px solid #141853;
}
.p-company-company__item:not(:first-child) {
  padding-top: 22px;
}
.p-company-company__item:nth-child(5) {
  padding-bottom: 33px;
}
@media screen and (min-width: 768px) {
  .p-company-company__item:nth-child(5) {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  .p-company-company__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 6px;
  }
}

.p-company-company__term {
  margin-left: 5px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-company-company__term {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 34px;
  }
}

.p-company-company__desc {
  margin-left: 5px;
  margin-top: 7px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-company-company__desc {
    margin-top: 0;
    width: 78%;
    margin-left: 0;
  }
}

.p-company-access {
  padding-top: 45px;
  padding-bottom: 53px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-company-access {
    padding-top: 86px;
    padding-bottom: 123px;
  }
}

.p-company-access__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .p-company-access__head {
    gap: 18px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.p-company-access__map {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-company-access__map {
    margin-top: 26px;
    max-width: 776px;
    margin-left: 8%;
  }
}

.p-company-access__map iframe {
  aspect-ratio: 327/355;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-company-access__map iframe {
    aspect-ratio: 776/386;
  }
}

.p-company-button {
  margin-top: 49px;
  left: calc(50% + 3px);
}
@media screen and (min-width: 768px) {
  .p-company-button {
    margin-top: 46px;
    left: calc(50% + 5px);
  }
}

.p-company-access__btn-wrapper {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-company-access__btn-wrapper {
    margin-top: 80px;
  }
}

.p-contact__privacy-label a {
  color: #007bff;
  text-decoration: underline;
}

.p-contact {
  padding-top: 32px;
  padding-bottom: 26px;
}
.p-contact .wpcf7-not-valid-tip {
  color: #cb0101;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 49px;
    padding-bottom: 122px;
  }
}
.p-contact .wpcf7-response-output {
  display: none;
}
.p-contact .wpcf7-spinner {
  display: none;
}

.p-contact__lead {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-contact__lead {
    margin-top: 24px;
  }
}

.p-contact__form {
  margin-top: 22px;
  background-color: #f6f7f7;
  padding-block: 42px 40px;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    padding-block: 55px 57px;
    margin-top: 42px;
  }
}

.p-contact__inner {
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    max-width: 849px;
    padding-inline: 20px;
  }
}

.p-contact__item {
  margin-top: 30px;
}
.p-contact__item--textarea {
  margin-top: 29px;
}
.p-contact__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__item {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-contact__item--tel .p-contact__label, .p-contact__item--textarea .p-contact__label {
    padding-left: 58px;
  }
  .p-contact__item--tel .p-contact__input {
    max-width: 310px;
  }
  .p-contact__item--textarea, .p-contact__item--select {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-contact__item--select {
    margin-top: 47px;
  }
}

.p-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-weight: bold;
  color: #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__label {
    width: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-contact__label--tel .p-contact__input {
    max-width: 374px;
  }
}

.p-contact__required {
  background-color: #141853;
  color: #fff;
  padding: 4px 9px;
  margin-right: 8px;
  font-family: "Arial", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  max-height: 22px;
}
.p-contact__input,
.p-contact__textarea {
  width: 100%;
  margin-top: 13px;
  padding: 11px 19px 11px;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  background-color: #fff;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact__input,
  .p-contact__textarea {
    margin-top: 0;
    padding: 11px 26px 11px;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__input {
    max-width: 374px;
  }
}

.p-contact__input::-webkit-input-placeholder {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #747272;
}

.p-contact__input::-moz-placeholder {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #747272;
}

.p-contact__input:-ms-input-placeholder {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #747272;
}

.p-contact__input::-ms-input-placeholder {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #747272;
}

.p-contact__input::placeholder {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #747272;
}

.p-contact__textarea {
  max-height: 244px;
}
.p-contact__checkbox-group {
  margin-top: 19px;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .p-contact__checkbox-group {
    margin-top: 4px;
    margin-left: 0;
  }
}

.p-contact__checkbox-item {
  margin-top: 14px;
}
.p-contact__checkbox-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__checkbox-item {
    margin-top: 10px;
  }
}

.p-contact__checkbox-text {
  font-weight: 500;
  color: #333;
}
.p-contact__checkbox-text--blue {
  color: #3b4eab;
}

/* 元のカスタムチェックボックスのスタイルを無効化
.p-contact__checkbox-label,
.p-contact__privacy-label {
  position: relative; // Needed for positioning pseudo-elements
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5em; // Space between checkbox and text

  // Hide the default checkbox
  input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  // The custom checkbox box
  .p-contact__checkbox-text::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #4b4b4b;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle; // Align with text
    margin-bottom: 3px;
  }

  // The checkmark
  .p-contact__checkbox-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #3a53a3;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
  }

  // Show checkmark when the hidden checkbox is checked
  input[type="checkbox"]:checked + .p-contact__checkbox-text::after {
    opacity: 1;
  }
}
*/
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-form-control.wpcf7-checkbox, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item label, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item label input[type=checkbox], .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 374px) {
  .wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 0.875rem;
  }
}
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item label .wpcf7-list-item-label::before, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #4b4b4b;
  background-color: #fff;
  vertical-align: middle;
  margin-bottom: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 21px;
}
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item label .wpcf7-list-item-label::after, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #3a53a3;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.wpcf7-form-control-wrap[data-name=contact_reason] .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after, .wpcf7-form-control-wrap[data-name=privacy_policy] .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-form-control-wrap[data-name=contact_reason][data-name=privacy_policy] .wpcf7-list-item-label a, .wpcf7-form-control-wrap[data-name=privacy_policy][data-name=privacy_policy] .wpcf7-list-item-label a {
  color: #3b4eab;
  text-decoration: none;
}

.p-contact__privacy-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.p-contact__privacy-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.p-contact__privacy-label .p-contact__checkbox-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #4b4b4b;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 21px;
}
.p-contact__privacy-label .p-contact__checkbox-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #3a53a3;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.p-contact__privacy-label input[type=checkbox]:checked + .p-contact__checkbox-text::after {
  opacity: 1;
}

.p-contact__privacy {
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__privacy {
    margin-top: 29px;
  }
}

.p-contact__submit {
  margin-top: 46px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    margin-top: 44px;
  }
}

.p-contact__submit-button {
  display: inline-block;
  background: transparent -webkit-gradient(linear, left top, right top, from(#141853), to(#4559bf)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #141853 0%, #4559bf 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #141853 0%, #4559bf 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  padding: 16px;
  width: 100%;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  max-width: 317px;
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-button {
    max-width: 317px;
  }
  .p-contact__submit-button:hover {
    opacity: 0.8;
  }
}

.p-contact-thx__head {
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
  gap: 10px;
}

.p-contact-thx__lead {
  color: #000000;
  font-size: 2rem;
  font-weight: 350;
  margin-top: 32px;
  letter-spacing: 0.05em;
}
.p-contact-thx__text {
  margin-top: 13px;
  font-size: 1rem;
}
.p-contact-thx__button {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-contact-thx__button {
    left: calc(50% - 25px);
  }
}

.p-contact-thx__sub-title {
  margin-top: 8px;
}
.p-contact-thx {
  padding: 51px 0 122px;
}

@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 2px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
  margin-bottom: -27px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
    margin-bottom: -29px;
  }
}

.p-404 {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-404 {
    padding: 120px 0;
  }
}

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

.p-404__text {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-top: 60px;
  }
}

.p-404__button {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-404__button {
    margin-top: 60px;
  }
}

.p-index-about__card-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 470px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.p-index-about__card-img--1 {
  background-image: url(../../assets/img/home/about01.webp);
}

.p-index-about__card-img--2 {
  background-image: url(../../assets/img/home/about02.webp);
}

.p-index-about__circular-text-wrapper {
  background-image: url(../../assets/img/common/text-circle.svg);
  width: 280px;
  height: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*
Recruit
========================================================================== */
.p-index-recruit {
  padding: 48px 0 54px;
  background-image: url("../../assets/img/home/fv-bg02-sp.webp");
  background-size: cover;
  background-position: top;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-index-recruit {
    padding: 120px 0 117px;
    overflow: visible;
  }
  .p-index-recruit::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #a8aec3;
    height: 100%;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, -43% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, -43% 100%, 0% 100%);
    width: calc(16% - 5px);
  }
}

.p-index-recruit__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__inner {
    text-align: left;
    gap: 5%;
  }
}

@media screen and (min-width: 768px) {
  .p-index-recruit__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-index-recruit__content {
  margin-top: 23px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__content {
    margin-top: 26px;
  }
}

.p-index-recruit__heading {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  font-weight: 350;
}
.p-index-recruit__text {
  font-size: 1rem;
  margin-top: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__text {
    margin-top: 27px;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .p-index-recruit__text-wrapper {
    width: 58%;
    position: relative;
  }
}

.p-index-recruit__title {
  gap: 16px;
}

.p-index-recruit__image-container {
  margin-top: 44px;
  position: absolute;
  bottom: 23%;
  left: calc(50% - 53px);
  width: 240px;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__image-container {
    margin-top: 0;
    width: 38%;
    left: auto;
    right: 50px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 6px));
            transform: translateY(calc(-50% - 6px));
  }
}

.p-index-recruit__image-shadow {
  display: block;
  position: absolute;
  left: 8px;
  top: 13px;
  width: 100%;
  height: 100%;
  background-color: #002159;
  z-index: -1;
  -webkit-clip-path: polygon(25% 0, 99% 0, 77% 96%, 0% 96%);
          clip-path: polygon(25% 0, 99% 0, 77% 96%, 0% 96%);
}
@media screen and (min-width: 768px) {
  .p-index-recruit__image-shadow {
    left: 19px;
    top: 24px;
    max-width: 550px;
    height: 103%;
    width: 103%;
  }
}

.p-index-recruit__button-wrapper {
  margin-top: 40px;
  left: calc(50% + 4px);
}
.p-index-recruit__button-wrapper .c-button {
  padding: 17px 7px 18px 0px;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__button-wrapper .c-button {
    padding: 17px 7px 18px 23px;
  }
}
.p-index-recruit__button-wrapper .c-button .c-button-arrow {
  gap: 29px;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__button-wrapper {
    left: 0;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
}

.p-index-recruit__image {
  max-height: 146px;
  width: auto;
  position: relative;
}
.p-index-recruit__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__image {
    max-height: 100%;
    left: auto;
    max-width: 550px;
  }
  .p-index-recruit__image img {
    width: 100%;
    height: auto;
  }
}

.p-index-recruit__button-wrapper {
  margin-top: 231px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-index-recruit__button-wrapper {
    margin-top: 40px;
  }
}

.p-index-recruit__button {
  background-color: #ffffff;
  border: 1px solid #002159;
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  padding: 16px 60px;
  display: inline-block;
  text-decoration: none;
}
.p-index-recruit__button span {
  position: relative;
}
.p-index-recruit__button span::after {
  content: "→";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*
News
========================================================================== */
.p-index-news {
  padding: 50px 0 54px;
}
@media screen and (min-width: 768px) {
  .p-index-news {
    padding: 120px 0 224px;
  }
}

.p-index-news__title {
  color: #000;
}

.p-index-news__button-wrapper {
  left: calc(50% + 4px);
}

.p-index-news__title__sub {
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-index-news__title__sub {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-news__inner {
    position: relative;
  }
}

.p-index-news__list {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-index-news__list {
    margin-top: 28px;
  }
}

.p-index-news__item {
  border-bottom: 1px solid #707070;
}
.p-index-news__item:not(:first-child) .p-index-news__card {
  padding-top: 32px;
}
.p-index-news__card {
  display: block;
  padding: 0px 0px 9px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-index-news__card:hover {
    opacity: 0.7;
  }
}

.p-index-news__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-index-news__date {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-index-news__category {
  /* スタイルを削除 */
}
.p-index-news__title {
  margin-top: 12px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-index-news .c-button-wrapper {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-index-news .c-button-wrapper {
    position: absolute;
    left: auto;
    right: 28px;
    bottom: -100px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 0;
  }
}

.p-index-fv-wrapper {
  position: relative;
}
@media screen and (min-width: 1190px) {
  .p-index-fv-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 612px;
    height: 100%;
    background-image: url("../../assets/img/home/fv-cut.webp");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
  }
}

.p-index-fv {
  position: relative;
  width: 100%;
  height: calc(67vh - 3px);
}
@media screen and (min-width: 1190px) {
  .p-index-fv {
    height: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-index-fv::after {
  content: "";
  position: absolute;
  display: none;
}
@media screen and (min-width: 1190px) {
  .p-index-fv::after {
    display: block;
    width: 40%;
    height: 59%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 71% 100%, 100% 100%);
            clip-path: polygon(100% 0, 71% 100%, 100% 100%);
    z-index: 0;
  }
}

@-webkit-keyframes zoom-in-bg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoom-in-bg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-index-fv__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 65%;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 47%);
          clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 47%);
  overflow: hidden;
}
@media screen and (min-width: 1190px) {
  .p-index-fv__bg-image {
    width: 1900px;
    height: 640px;
    right: 0;
    left: auto;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }
}
.p-index-fv__bg-image.is-active img {
  -webkit-animation: zoom-in-bg 8s forwards;
          animation: zoom-in-bg 8s forwards;
}
.p-index-fv__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-index-fv__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  z-index: 2;
}
@media screen and (min-width: 1190px) {
  .p-index-fv__inner {
    width: 40%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 6%;
  }
}

@media screen and (min-width: 1190px) {
  .p-index-fv__content {
    margin-top: -100px;
  }
}

.p-index-fv__title {
  font-size: clamp(4rem, 6.9444444444vw, 6.25rem);
  color: #141853;
  font-family: "Puritan", sans-serif;
  margin-top: 140px;
  line-height: 1.125;
}
@media screen and (min-width: 1190px) {
  .p-index-fv__title {
    margin-top: 103px;
    line-height: 1;
  }
}

.p-index-fv__subtitle {
  font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
  margin-top: 6px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 1190px) {
  .p-index-fv__subtitle {
    margin-top: 8px;
  }
}

.p-index-fv__scroll {
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Puritan", sans-serif;
  letter-spacing: 0em;
}
@media screen and (min-width: 1190px) {
  .p-index-fv__scroll {
    left: 113%;
    bottom: 91px;
    color: #fff;
  }
}

.p-index-fv__scroll-text {
  display: block;
  font-weight: 600;
}

.p-index-fv__scroll-arrow {
  position: relative;
  display: inline-block;
  width: 78.3px;
  height: 21.3px;
}
.p-index-fv__scroll-arrow::before, .p-index-fv__scroll-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 3px;
  height: 29px;
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% calc(100% - 1px);
          transform-origin: 50% calc(100% - 1px);
}
@media screen and (min-width: 1190px) {
  .p-index-fv__scroll-arrow::before, .p-index-fv__scroll-arrow::after {
    background-color: #fff;
  }
}
.p-index-fv__scroll-arrow::before {
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.p-index-fv__scroll-arrow::after {
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
}
.p-index-fv__circular-text-wrapper {
  position: absolute;
  top: 33%;
  right: 0;
  width: 148px;
  height: 148px;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
}
@media screen and (min-width: 1190px) {
  .p-index-fv__circular-text-wrapper {
    top: auto;
    width: 205px;
    height: 205px;
    bottom: -94px;
    right: 5%;
    z-index: 2;
  }
}
.p-index-fv__circular-text-wrapper img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.p-index-strategies {
  position: relative;
  padding: 42px 0 48px;
  overflow: hidden;
  background-image: url("../../assets/img/home/fv-bg02-sp.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-index-strategies {
    padding: 95px 0 97px;
    background-image: url("../../assets/img/home/fv-bg02-pc.webp");
    max-height: 460px;
  }
}
.p-index-strategies::after {
  content: "";
  position: absolute;
  display: none;
}
@media screen and (min-width: 1190px) {
  .p-index-strategies::after {
    display: block;
    width: 40%;
    height: 100%;
    background-color: #141853;
    bottom: 0;
    right: 0;
    -webkit-clip-path: polygon(71% 0, 100% 0, 100% 100%, 0% 193%);
            clip-path: polygon(71% 0, 100% 0, 100% 100%, 0% 193%);
    z-index: 0;
  }
}

/*
Service
========================================================================== */
.p-index-service {
  padding: 51px 0 56px;
  position: relative;
  overflow: hidden;
  background-color: #dfe0e6;
}
@media screen and (min-width: 768px) {
  .p-index-service {
    padding: 123px 0 129px;
  }
}
.p-index-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 113%;
  height: 100%;
  background-color: #f6f7f7;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skewX(-25deg) translateX(-50%);
          transform: skewX(-25deg) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-index-service::before {
    -webkit-transform: skewX(-24deg) translateX(-79%);
            transform: skewX(-24deg) translateX(-79%);
  }
}

.p-index-service__inner {
  position: relative;
  z-index: 1;
  padding-inline: 24px 23px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-index-service__inner {
    max-width: 1008px;
  }
}

.p-index-service__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-index-service__content {
    margin-top: 29px;
  }
}

.p-index-service__heading {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  color: #000000;
  letter-spacing: 0.05em;
  font-weight: 350;
}
.p-index-service__text {
  margin-top: 17px;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-index-service__text {
    margin-top: 25px;
    line-height: 2;
  }
}

.p-index-service__list {
  margin-top: 39px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  grid-auto-rows: 1fr; /* 各行の高さを均一に */
}
@media screen and (min-width: 768px) {
  .p-index-service__list {
    margin-top: 58px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

.p-index-service__item {
  height: 100%; /* 親コンテナの高さいっぱいに広げる */
}
@media screen and (min-width: 768px) {
  .p-index-service__item {
    height: 230px;
  }
}

.p-index-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; /* カードを親要素の高さいっぱいに */
  background-color: #fff;
  padding-block: 25px 27px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
  max-height: 162px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (min-width: 768px) {
  .p-index-service__card {
    max-height: 230px;
    padding-block: 39px 27px;
  }
  .p-index-service__card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1607843137);
  }
}

.p-index-service__card-img img {
  width: auto;
  height: auto;
  max-width: 106px;
  max-height: 79px;
}
@media screen and (min-width: 768px) {
  .p-index-service__card-img img {
    max-width: 150px;
    max-height: 106px;
  }
}

.p-index-service__card-title {
  margin-top: 18px;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .p-index-service__card-title {
    margin-top: 21px;
  }
}

.p-index-service__button-wrapper {
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-index-service__button-wrapper {
    margin-top: 38px;
    left: calc(50% - 2px);
  }
}

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

.p-index-strategies__content {
  text-align: center;
}

.p-index-strategies__title {
  font-size: clamp(2.25rem, 4.4444444444vw, 4rem);
  font-family: "Puritan", sans-serif;
  margin-left: -9px;
}
.p-index-strategies__symbol {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 2.9166666667vw, 2.625rem);
}

.p-index-strategies__subtitle {
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  letter-spacing: 0.04em;
  margin-top: 18px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-index-strategies__subtitle {
    margin-top: 10px;
  }
}

.p-index-strategies__text {
  font-size: 1rem;
  margin-top: 25px;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-index-strategies__text {
    text-align: center;
    margin-top: 19px;
    line-height: 2;
  }
}

/*
About
========================================================================== */
.p-index-about {
  padding: 29px 0 56px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-about {
    padding: 120px 0 126px;
  }
}
.p-index-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#141853), to(#4559bf)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(top, #141853 0%, #4559bf 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #141853 0%, #4559bf 100%) 0% 0% no-repeat padding-box;
  width: 102%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 98% 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 98% 0, 0% 100%, 0% 100%);
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-index-about::before {
    width: 46%;
    -webkit-clip-path: polygon(0 0, 98% 0, 0% 153%, 0% 100%);
            clip-path: polygon(0 0, 98% 0, 0% 153%, 0% 100%);
  }
}

.p-index-about__title {
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-index-about__title {
    gap: 23px;
  }
}

.p-index-about__inner {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-about__inner {
    max-width: 1200px;
    padding: 0 40px;
  }
}

.p-index-about__circular-text-wrapper {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 150px;
  height: 150px;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-index-about__circular-text-wrapper {
    display: block;
    width: 200px;
    height: 200px;
    bottom: 1%;
    left: -10%;
  }
}
.p-index-about__circular-text-wrapper img {
  width: 100%;
  height: auto;
}

.p-index-about__content {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p-index-about__content {
    margin-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-index-about__card {
  margin-top: 30px;
}
.p-index-about__card:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-index-about__card {
    margin-top: 0;
    width: 48%;
  }
}

.p-index-about__card-img {
  position: relative;
  width: 100%;
  height: 279px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-index-about__card-img {
    height: 393px;
  }
}
.p-index-about__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index-about__card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .p-index-about__button-wrapper {
    margin-top: 48px;
    left: calc(50% - 13px);
  }
}

.p-index-about__card-title {
  font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-weight: bold;
}
.p-privacy {
  padding-top: 28px;
  padding-bottom: 54px;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    position: relative;
    padding-top: 54px;
    padding-bottom: 124px;
  }
}

.p-privacy-bg-decoration-right-top {
  top: calc(9% + 16px);
}

.p-privacy-bg-decoration-left-middle {
  bottom: calc(56% + 32px);
}

.p-privacy-bg-decoration-right-middle {
  bottom: calc(42% + 13px);
}

.p-privacy-bg-decoration-left-bottom {
  bottom: calc(28% + 1px);
}

.p-privacy-bg-decoration-right-bottom {
  bottom: calc(13% + 36px);
}

.p-privacy__sub-title {
  margin-top: 3px;
}

.p-privacy__ttl-grp {
  text-align: center;
}

.p-privacy__sub-ttl {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-privacy__sub-ttl {
    margin-top: 16px;
  }
}

.p-privacy__content {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-privacy__content {
    margin-top: 27px;
  }
}

@media screen and (min-width: 768px) {
  .p-privacy__intro {
    max-width: 943px;
  }
}

.p-privacy__item-ttl {
  font-size: 1.25rem;
  border-bottom: 2px solid #141853;
  font-weight: 500;
  line-height: 2;
}
.p-privacy__item-txt {
  margin-top: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacy__item-txt {
    margin-top: 14px;
  }
}

.p-privacy__list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-privacy__list {
    margin-top: 32px;
  }
}

.p-privacy__list-item {
  margin-top: 16px;
  line-height: 2;
}
.p-privacy__list-item--indent {
  text-indent: calc(4px + 0.8em);
}
@media screen and (min-width: 768px) {
  .p-privacy__list-item {
    margin-top: 24px;
  }
}

.p-privacy__sub-list {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-privacy__sub-list {
    margin-top: 24px;
  }
}

.p-privacy__sub-list-item {
  margin-top: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-privacy__sub-list-item--indent {
    text-indent: calc(4px + 0.8em);
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__sub-list-item {
    margin-top: 24px;
  }
}
.p-privacy__sub-list-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-privacy__list-item--5-2 .p-privacy__sub-list {
    padding-left: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__list-item--5-2 .p-privacy__sub-list .p-privacy__sub-list-item {
    text-indent: calc(4px - 1.2em);
  }
}

.p-privacy__item {
  margin-top: 39px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item {
    margin-top: 57px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__item--2 {
    margin-top: 36px;
  }
}
.p-privacy__item--3 {
  margin-top: 36px;
}
.p-privacy__item--3 .p-privacy__list-item {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--3 .p-privacy__list-item {
    max-width: 958px;
  }
}
.p-privacy__item--4 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--4 .p-privacy__list {
    margin-top: 17px;
  }
}
.p-privacy__item--4 .p-privacy__list-item {
  margin-top: -2px;
}
.p-privacy__item--4 .p-privacy__list-item + .p-privacy__list-item {
  margin-top: 32px;
}
.p-privacy__item--5 {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--5 .p-privacy__list {
    margin-top: -10px;
    max-width: 956px;
  }
}
.p-privacy__item--5 .p-privacy__sub-list {
  margin-top: 33px;
}
.p-privacy__item--5 .p-privacy__sub-list--5 {
  margin-top: 2px;
}
.p-privacy__item--5 .p-privacy__sub-list--5 .p-privacy__sub-list-item {
  text-indent: calc(3px + 2em);
}
@media screen and (min-width: 768px) {
  .p-privacy__item--5 .p-privacy__sub-list--5 .p-privacy__sub-list-item {
    padding-left: 51px;
    text-indent: calc(3px - 1.2em);
  }
}
.p-privacy__item--5 .p-privacy__list-item + .p-privacy__list-item {
  margin-top: 36px;
}
.p-privacy__item--5 .p-privacy__sub-list-item + .p-privacy__sub-list-item {
  margin-top: -1px;
}
.p-privacy__item--6 {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--6 {
    margin-top: 37px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__item--6 .p-privacy__list {
    margin-top: 16px;
  }
}
.p-privacy__item--6 .p-privacy__list-item {
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--6 .p-privacy__list-item {
    max-width: 957px;
  }
}
.p-privacy__item--6 .p-privacy__list-item + .p-privacy__list-item {
  margin-top: 32px;
}
.p-privacy__item--6 .p-privacy__sub-list {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--6 .p-privacy__sub-list {
    padding-left: 16px;
  }
}
.p-privacy__item--6 .p-privacy__sub-list-item {
  margin-top: 0px;
}
.p-privacy__item--7 {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--7 .p-privacy__list {
    margin-top: -9px;
    max-width: 956px;
  }
}
.p-privacy__item--7 .p-privacy__list-item + .p-privacy__list-item {
  margin-top: 31px;
}
.p-privacy__item--8 {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--8 .p-privacy__list {
    margin-top: -9px;
    max-width: 956px;
  }
}
.p-privacy__item--8 .p-privacy__list-item + .p-privacy__list-item {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--9 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-privacy__item--9 .p-privacy__list {
    margin-top: -9px;
    max-width: 956px;
  }
}
.p-privacy__item--9 .p-privacy__list-item + .p-privacy__list-item {
  margin-top: 32px;
}
.p-privacy__item--10 {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-privacy__item--10 .p-privacy__list {
    margin-top: -9px;
  }
}

.p-privacy-button {
  margin-top: 81px;
  left: calc(50% + 3px);
}
@media screen and (min-width: 768px) {
  .p-privacy-button {
    margin-top: 40px;
  }
}

.p-recruitment {
  padding: 28px 0 49px;
}
@media screen and (min-width: 768px) {
  .p-recruitment {
    padding: 46px 0 118px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitment-bg-decoration-left {
    top: 66px;
    -webkit-clip-path: polygon(100% 50%, -12% 0, 0 94%);
            clip-path: polygon(100% 50%, -12% 0, 0 94%);
  }
}

@media screen and (min-width: 768px) {
  .p-recruitment-bg-decoration-right {
    bottom: 17px;
    -webkit-clip-path: polygon(1% 50%, 110% 1%, 110% 100%);
            clip-path: polygon(1% 50%, 110% 1%, 110% 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-recruitment__ttl {
    text-align: center;
  }
}

.p-recruitment-head__sub {
  margin-top: 3px;
}

.p-recruitment__intro-wrapper {
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__intro-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 57px;
  }
}

.p-recruitment__intro-body {
  padding-left: 3px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__intro-body {
    width: 45%;
    padding-left: 8px;
    margin-top: 42px;
  }
}

.p-recruitment__intro-txt {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__intro-txt {
    margin-top: 27px;
  }
}

.p-recruitment__intro-img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__intro-img {
    margin-top: 0;
    width: 50%;
  }
}

.p-recruitment__personal {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__personal {
    margin-top: 0;
  }
}

.p-recruitment__personal-ttl {
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-recruitment__personal-ttl {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.p-recruitment__personal-list {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__personal-list {
    margin-top: 8px;
  }
}

.p-recruitment__personal-item {
  position: relative;
  padding-left: 20px;
}
.p-recruitment__personal-item::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #141853;
  font-size: 0.75rem;
}

.p-recruitment__personal-item:not(:first-child) {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__personal-item:not(:first-child) {
    margin-top: 0;
  }
}

.p-recruitment__job-desc {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__job-desc {
    margin-top: 30px;
  }
}

.p-recruitment__job-desc-ttl {
  font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  font-weight: 500;
}
.p-recruitment__job-desc-txt {
  margin-top: 10px;
  line-height: 2;
}
.p-recruitment__requirements {
  margin-top: 53px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__requirements {
    margin-top: 93px;
    max-width: 772px;
    margin-inline: auto;
  }
}

.p-recruitment__requirements-ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-recruitment__requirements-list {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__requirements-list {
    margin-top: 25px;
  }
}

.p-recruitment__requirements-item {
  border-bottom: 2px solid #141853;
}
.p-recruitment__requirements-item:not(:first-child) {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__requirements-item:not(:first-child) {
    padding-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .p-recruitment__requirements-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitment__requirements-term {
    width: calc(23% - 1px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 34px;
    font-weight: 500;
  }
}

.p-recruitment__requirements-term__flex {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__requirements-term__flex {
    margin-top: 29px;
  }
}

.p-recruitment__requirements-desc {
  margin-top: 7px;
  line-height: 1.75;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__requirements-desc {
    padding-bottom: 0;
    margin-top: 0;
    width: 80%;
  }
}

.p-recruitment__requirements-desc__flex {
  line-height: 1.75;
  padding-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__requirements-desc__flex {
    margin-top: 4px;
    padding-bottom: 2px;
  }
}

.p-recruitment__flow {
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__flow {
    margin-top: 92px;
  }
}

.p-recruitment__flow-ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-recruitment__flow-list {
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__flow-list {
    margin-top: 6px;
  }
}

@media screen and (min-width: 768px) {
  .p-recruitment__flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recruitment__flow-item:not(:first-child) {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__flow-item:not(:first-child) {
    margin-top: 0;
  }
}

.p-recruitment__flow-img {
  text-align: center;
  background-color: #dfe0e6;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.p-recruitment__flow-img img {
  max-width: 101px;
}
.p-recruitment__flow-img--small {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-recruitment__flow-img--small img {
  max-width: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__flow-img {
    margin: 31px 0 0;
  }
}

.p-recruitment__flow-content {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-recruitment__flow-content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(75% + 6px);
  }
}

.p-recruitment__flow-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 2px solid #141853;
  font-size: 1.25rem;
  font-weight: 500;
}
.p-recruitment__flow-step span {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  background-color: #141853;
  color: #fff;
  padding-top: 10px;
  width: 49px;
  height: 49px;
  margin-right: 15px;
  font-size: 1.5rem;
}

.p-recruitment__flow-txt {
  margin-top: 13px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-recruitment__flow-txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-recruitment__entry {
  margin-left: 5px;
  margin-top: 52px;
  text-align: center;
  display: block;
  background: transparent -webkit-gradient(linear, left top, right top, from(#141853), to(#4559bf)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #141853 0%, #4559bf 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #141853 0%, #4559bf 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  padding: 16px;
  width: 100%;
  max-width: 317px;
  border: 1px solid #707070;
  cursor: pointer;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-recruitment__entry {
    margin-top: 38px;
  }
  .p-recruitment__entry:hover {
    opacity: 0.8;
  }
}

.p-recruitment__entry-btn {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-recruitment__entry-btn {
    max-width: 400px;
    width: 100%;
  }
}

.p-service-service {
  padding-top: 29px;
}
@media screen and (min-width: 768px) {
  .p-service-service {
    padding-top: 47px;
  }
}

@media screen and (min-width: 768px) {
  .p-service-service__title {
    gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service-service__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-service-service__text {
    margin-top: 31px;
    margin-left: 3px;
  }
}

.p-service-service__contents {
  margin-top: 51px;
  background-color: #dfe0e6;
  overflow: hidden; /* 子要素がはみ出ないようにする */
}
@media screen and (min-width: 768px) {
  .p-service-service__contents {
    margin-top: 38px;
  }
}

.p-service-service__contents-inner {
  padding: 24px;
  overflow: visible; /* 横スクロールを可能にする */
  width: 100%;
}

.p-service-service__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* 折り返しを防止 */
  gap: 16px;
  white-space: nowrap; /* テキストの折り返しを防止 */
  padding-bottom: 10px;
  width: 100%; /* 幅を100%に設定 */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; /* 横方向に並べる */
  position: relative; /* 位置固定の基準点 */
  /* SimpleBarを使用するため、ブラウザのデフォルトスクロールバーを非表示にする */
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
}
.p-service-service__tabs::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service-service__tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    overflow-x: visible; /* PCではスクロールバーを非表示 */
    max-width: 960px;
    margin-inline: auto;
  }
}

/* SimpleBarカスタムスタイル */
.simplebar-track.simplebar-horizontal {
  height: 8px;
  background: #fff;
  border-radius: 4px;
  max-width: 372px;
  margin: 5px auto 0;
  bottom: -8px;
}

.simplebar-scrollbar:before {
  background-color: #bababa;
  border-radius: 4px;
  opacity: 1 !important; /* 常に表示 */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 8px;
}

.p-service-service__tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* タブが縮まないように設定 */
  min-width: 155px; /* SP表示での最小幅を確保 */
  max-width: 200px; /* SP表示での最大幅を制限 */
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 24px 3px 24px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline-block; /* インラインブロック要素として表示 */
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s, color 0.3s, transform 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s, color 0.3s, transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.p-service-service__tab:not(:first-child) {
  margin-left: 13px;
}
@media screen and (min-width: 768px) {
  .p-service-service__tab:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-service-service__tab {
    padding: 32px 0px;
    width: 23%;
    max-width: 220px;
  }
  .p-service-service__tab:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}
.p-service-service__tab::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='8' viewBox='0 0 24 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8L0.803848 0.5L23.1962 0.5L12 8Z' fill='%23000000'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-service-service__tab::after {
    width: 25px;
    bottom: 19px;
  }
}

.p-service-service__tab.is-active {
  border: 2px solid #0c2b6d;
}
.p-service-service__tab.is-active::after {
  opacity: 1;
}

.p-service-service__tab-img-wrapper {
  margin: 0 auto;
}

.p-service-service__tab-img-wrapper img {
  width: auto;
  max-height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-service-service__tab-img-wrapper img {
    max-height: 110px;
  }
}

.p-service-service__tab-text {
  margin-top: 19px;
  font-size: clamp(0.875rem, 1.25vw, 1.125rem);
}
@media screen and (min-width: 768px) {
  .p-service-service__tab-text {
    margin-top: 27px;
  }
}

.p-service-service__items {
  margin-top: 20px;
  background-color: #ffffff;
  padding: 10px 18px 17px;
}
@media screen and (min-width: 768px) {
  .p-service-service__items {
    margin-top: 8px;
    max-width: 960px;
    margin-inline: auto;
    padding: 13px 24px 25px;
  }
}

.p-service-service__item-text {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-service-service__item-text {
    line-height: 2;
  }
}

.p-service-service__content {
  display: none;
}

.p-service-service__content.is-active {
  display: block;
}

.p-service-voice {
  padding-top: 57px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .p-service-voice {
    padding-top: 97px;
    padding-bottom: 124px;
  }
}

@media screen and (min-width: 768px) {
  .p-service-voice__title {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service-voice__items {
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .p-service-voice__items {
    margin-top: 35px;
  }
}

.p-service-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-service-voice__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    gap: 48px;
  }
}

.p-service-voice__item + .p-service-voice__item {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .p-service-voice__item + .p-service-voice__item {
    margin-top: 36px;
  }
}

.p-service-voice__image {
  border-radius: 50%;
  background: #dfe0e6 0% 0% no-repeat padding-box;
  width: 140px;
  height: 140px;
  position: relative;
  margin-right: 9px;
}
@media screen and (min-width: 768px) {
  .p-service-voice__image {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-service-voice__image img {
  width: auto;
  height: 100%;
  max-height: 96px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-service-voice__content {
  margin-top: 19px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-voice__content {
    margin-top: 0;
    width: calc(100% - 187px);
  }
}

.p-service-voice__customer {
  padding-bottom: 8px;
  border-bottom: 2px solid #141853;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-service-voice__customer {
    padding-bottom: 9px;
  }
}

.p-service-voice__text {
  overflow-wrap: break-word;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-service-voice__text {
    margin-top: -2px;
    max-width: 755px;
  }
}

.p-service-voice__button-wrapper {
  margin-top: 51px;
  text-align: center;
  left: calc(50% + 3px);
}
@media screen and (min-width: 768px) {
  .p-service-voice__button-wrapper {
    margin-top: 32px;
    left: calc(46% - 3px);
  }
}

.p-service-voice__button {
  display: inline-block;
  padding: 16px 40px;
  background-color: #ffffff;
  border: 1px solid #0c2b6d;
  position: relative;
  text-decoration: none;
  color: #0c2b6d;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 768px) {
  .p-service-voice__button {
    padding: 16px 60px;
    min-width: 300px;
  }
  .p-service-voice__button:hover {
    background-color: #0c2b6d;
    color: #ffffff;
  }
}

.p-service-voice__button-arrow {
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .p-service-voice__button-arrow {
    margin-left: 12px;
  }
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0px;
  right: 0px;
}

.p-news-single {
  padding: 29px 0 54px;
}
@media screen and (min-width: 768px) {
  .p-news-single {
    padding: 45px 0 126px;
  }
}

.p-news-single-button__arrow {
  gap: 38px;
}
@media screen and (min-width: 768px) {
  .p-news-single-button__arrow {
    gap: 38px;
  }
}

.p-news-single-button__link {
  padding: 14px 7px 19px 26px;
}
@media screen and (min-width: 768px) {
  .p-news-single-button__link {
    padding: 14px 0px 19px 18px;
  }
}

.p-news-single__ttl {
  text-align: center;
  color: #1a2f60;
}
.p-news-single__sub-ttl {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-news-single__sub-ttl {
    margin-top: 2px;
  }
}

.p-news-single__desc {
  margin-top: 24px;
  font-size: clamp(1.5rem, 2.2222222222vw, 2rem);
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: 350;
}
@media screen and (min-width: 768px) {
  .p-news-single__desc {
    margin-top: 42px;
  }
}

.p-news-single__date {
  margin-top: 28px;
  font-size: 0.875rem;
  display: block;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-news-single__txt {
  margin-top: 15px;
  line-height: 2;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-news-single__txt {
    margin-top: 7px;
  }
}

.p-news-single__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-news-single__sns {
    gap: 8px;
    margin-top: 45px;
  }
}

.p-news-single__sns-link {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-news-single__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-news-single__sns-link {
    width: 40px;
    height: 40px;
  }
  .p-news-single__sns-link:hover {
    opacity: 0.8;
  }
}

.p-news-single__btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.p-news-single__btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #1a2f60;
  color: #1a2f60;
  position: relative;
}
.p-news-single__btn-arrow {
  display: inline-block;
  margin-left: 5px;
}
.p-news-single-button {
  margin-top: 60px;
  left: calc(50% + 3px);
}
@media screen and (min-width: 768px) {
  .p-news-single-button {
    margin-top: 85px;
  }
}

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

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

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

.u-inner {
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .u-inner {
    max-width: 1000px;
    padding-inline: 20px;
  }
}

.u-capitalize {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-clear-text-transform {
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .w-100 {
    width: 100%;
  }
}