@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000E1A;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.p-common-contact__inner {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-common-contact__inner {
    max-width: 943px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-fv__inner {
    max-width: 1286px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-u-single-column .l-inner {
    max-width: 930px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-u-column-us .l-inner {
    max-width: 930px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}

.breadcrumb__between {
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 4px;
  background-color: #fff;
}

.c-u-fv__bread {
  font-size: 12px;
}

.p-u-contact input, .p-u-contact button, .p-u-contact textarea {
  width: 100%;
}
.p-u-contact input, .p-u-contact textarea {
  padding: 0.75rem 0.875rem;
  background: #F7F7F7;
  border: 1px solid #CBCAD7;
  border-radius: 0.375rem;
}

.p-u-contact p {
  font-size: 16px;
}

.p-u-contact .required {
  background: #0A6EBE;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  padding: 0.0625rem 0.4375rem;
  border-radius: 0.1875rem;
  margin-right: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-u-contact .required {
    margin-right: 2.5625rem;
  }
}

.p-u-contact .ninni-requ {
  background: #D8D8D8;
  color: #000E1A;
  font-weight: 400;
}

.privacy-conta .wpcf7-list-item-label {
  display: none;
}

.p-u-contact input::-webkit-input-placeholder,
.p-u-contact textarea::-webkit-input-placeholder {
  font-size: 14px;
}

.p-u-contact input::-moz-placeholder,
.p-u-contact textarea::-moz-placeholder {
  font-size: 14px;
}

.p-u-contact input::-ms-input-placeholder,
.p-u-contact textarea::-ms-input-placeholder {
  font-size: 14px;
}

.p-u-contact input::placeholder,
.p-u-contact textarea::placeholder {
  font-size: 14px;
}

.p-ucon-item {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-ucon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.5rem;
    margin-top: 1.875rem;
  }
}

.p-ucon-itemPut {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-ucon-itemPut {
    margin-top: 0;
  }
}

.wpcf7-list-item {
  display: block;
}

.p-ucon-item__syudan input {
  width: unset;
}

.p-ucon-item__syudan .wpcf7-list-item {
  margin-left: 0;
}

.p-ucon-item__naiyo input {
  width: unset;
}

.p-ucon-item__naiyo .wpcf7-list-item {
  margin-left: 0;
}

.p-ucon-itemLabel {
  font-weight: 700;
}

.privacy-conta .wpcf7-list-item {
  margin-left: 0;
}
.privacy-conta .wpcf7-list-item input {
  width: unset;
}

.privacy-conta span {
  font-size: 14px;
}
.privacy-conta span br {
  display: none;
}
.privacy-conta span a {
  color: #848484;
  text-decoration: underline;
}

/* 横並びにするためのflex */
.privacy-conta label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 文が長くて改行する場合はこちらが自然 */
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* レスポンシブ対応 */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* チェックボックス全体を内包してる部分を縮小 */
.privacy-conta .wpcf7-form-control-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 「同意する」テキストを非表示にする場合 */
.privacy-conta .wpcf7-list-item-label {
  display: none;
}

.wpcf7-submit {
  margin-top: 2.5rem;
}

.p-ucon-item__date input {
  background: #fff;
  color: #666666;
}

.p-ucon-item__file input {
  background: #fff;
  color: #666666;
}

input[type=file]::file-selector-button {
  background: #DEDEDE;
  border: unset;
  color: #666666;
  padding: 0.4375rem 0.8125rem;
  border-radius: 0.375rem 0 0 0.375rem;
}

.wpcf7 input[type=file] {
  padding: 0;
}

.privacy-conta input[type=checkbox] {
  width: 20px;
  height: 18px;
  cursor: pointer;
  accent-color: #000E1A;
}

.p-ucon-item__syudan input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #CBCAD7; /* 青色の枠線 */
  background-color: #fff; /* 白背景 */
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}

/* チェック状態のときに青いチェックマークを表示 */
.p-ucon-item__syudan input[type=checkbox]:checked::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #1053A9;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.p-ucon-item__naiyo input,
.p-ucon-item__syudan input {
  padding: 0;
}

.p-ucon-item__naiyo .wpcf7-list-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #CBCAD7; /* 枠線グレー */
  background-color: #fff; /* 白背景 */
  border-radius: 50%; /* 丸くする */
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 6px;
  line-height: 1;
  margin-top: 0;
}

/* 選択状態の青い● */
.p-ucon-item__naiyo .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1053A9; /* 青色 */
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpcf7-submit {
  display: block;
  color: #fff;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1.125rem;
  background: -webkit-gradient(linear, right top, left top, from(#0297E1), color-stop(#0D62B4), to(#13409A)) !important;
  background: linear-gradient(to left, #0297E1, #0D62B4, #13409A) !important;
  width: 249px !important;
  border-radius: 30px !important;
  border: unset !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.wpcf7-submit:hover {
  cursor: pointer;
  opacity: 0.7;
}

.wpcf7-submit:active {
  background: #A6A6A6 !important;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-ucon-itemLabel {
    width: 243px;
  }
  .p-ucon-itemPut {
    width: calc(100% - 243px);
  }
  .privacy-conta label {
    max-width: 590px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-u-contact-uketukeTex {
  background: #fff;
  padding: 3.5rem 0 3.5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-contact-uketukeTex {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 7.3125rem 3.125rem 3.5rem 3.125rem;
  }
}

.p-u-contact-uketukeTex__box {
  background: rgb(247, 247, 247);
  padding: 1.3125rem 1.5625rem 1.3125rem 1.5625rem;
  text-align: center;
}

.p-u-contact-uketukeTex__boxTit {
  font-size: 1rem;
  color: #000E1A;
  font-weight: bold;
  line-height: 2;
}

.p-u-contact-uketukeTex__boxTex {
  font-size: 12px;
  margin-top: 0.375rem;
  line-height: 2;
}

.p-u-contact__tel {
  margin-top: 3.5rem;
  padding-bottom: 4.5625rem;
}

.p-u-contact__telBox {
  border-top: 1px solid #CCCCCC;
}

.p-u-contact__telItem {
  margin-top: 3.5rem;
  text-align: center;
}

.p-u-contact__telItem a {
  display: inline-block;
  background: #F7F7F7;
  padding: 1.25rem 3.125rem 0.875rem 3.125rem;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.p-u-contact__telItem a span {
  font-size: 12px;
  font-weight: normal;
}

.p-u-contact__telSubtex {
  text-align: center;
  font-size: 12px;
  margin-top: 0.5625rem;
}

.l-inner__contactunder {
  max-width: 767px;
}

.p-ucon-item__syudan .p-ucon-itemPut .wpcf7-list-item {
  display: inline-block;
  margin-right: 0.65em;
}

.p-ucon-item__naiyo .p-ucon-itemPut .wpcf7-list-item {
  display: inline-block;
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-ucon-item__naiyo .p-ucon-itemPut .wpcf7-list-item {
    margin-right: 0.65em;
  }
}

.c-section-title {
  text-align: center;
  color: #1053A9;
  font-weight: 700;
  line-height: 130%;
  font-size: 3.375rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 5rem;
    line-height: 150%;
  }
}

.c-section-subTitle {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .c-section-subTitle {
    font-size: 20px;
  }
}

.c-u-fv {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .c-u-fv {
    margin-top: 72px;
  }
}

.c-u-fv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-u-fv__textItems {
  background: -webkit-gradient(linear, right top, left top, from(#0297E1), color-stop(#0D62B4), to(#13409A));
  background: linear-gradient(to left, #0297E1, #0D62B4, #13409A);
  color: #fff;
  padding: 1.9375rem 1.5rem;
  width: 66.66%;
}
@media screen and (min-width: 768px) {
  .c-u-fv__textItems {
    padding: 2.125rem 1.5rem 2.125rem 12.5%;
    width: 33.33%;
  }
}

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

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

.c-u-fv__imgBox {
  width: 33.33%;
}
@media screen and (min-width: 768px) {
  .c-u-fv__imgBox {
    width: 66.66%;
    height: 100%;
  }
  .c-u-fv__imgBox img {
    width: 100%;
  }
}

.c-u-fv__title {
  margin-top: 2.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-u-fv__title {
    margin-top: 5.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1111px) {
  .c-u-fv__title {
    margin-top: 2.25rem;
  }
}
.c-u-fv__title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-u-fv__title h2 {
    font-size: 3rem;
    font-weight: 600;
  }
}

.c-u-fv__subTitle {
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-u-fv__subTitle {
    font-size: 16px;
  }
}

.p-u-404 {
  background: #fff;
  padding: 4.375rem 2.5rem 4.375rem 2.5rem;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-404 {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 10.4375rem 3.125rem 10.4375rem 3.125rem;
  }
}

.p-u-404__title {
  text-align: center;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-u-404__title {
    font-family: "Inter", sans-serif;
    font-size: 1.75rem;
    line-height: 1.5;
    font-weight: 600;
  }
}

.p-u-404__text {
  text-align: center;
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-u-404__text {
    margin-top: 2.75rem;
    font-size: 1rem;
    font-family: "Inter", sans-serif;
  }
}

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

.p-common-contact {
  padding: 2.6875rem 0 4.0625rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
}
@media screen and (min-width: 768px) {
  .p-common-contact {
    padding: 4.6875rem 0 6.625rem 0;
  }
}

.p-common-contact__title .c-section-title,
.p-common-contact__title .c-section-subTitle {
  color: #fff;
}

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

.p-common-contact__texts {
  margin-top: 2.5rem;
  line-height: 1.8;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  max-width: 16.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-common-contact__texts {
    max-width: unset;
    font-size: 1.25rem;
  }
}

.p-common-contact__items {
  margin-top: 2.92125rem;
}
@media screen and (min-width: 768px) {
  .p-common-contact__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 55.8125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-common-contact__item {
  padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  background: #fff;
  border-radius: 0.410625rem;
  position: relative;
  z-index: 0;
  max-width: 267.2px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-common-contact__item {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding: 2.5rem;
    min-width: 18.5rem;
    width: 43%;
  }
}

.p-common-contact__itemTit {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-common-contact__itemTit {
    margin-top: 2.5625rem;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 870px) {
  .p-common-contact__itemTit {
    font-size: 15px;
  }
}
.p-common-contact__itemImg {
  width: 25.74px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-common-contact__itemImg {
    width: 39.21px;
  }
}

.p-common-contact__itemImg img {
  aspect-ratio: 25.74/20;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-common-contact__itemBtn {
  margin-top: 1.0625rem;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-common-contact__itemBtn {
    margin-top: 2.3125rem;
    width: 183px;
  }
}

.p-common-contact__itemBtnLink {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFF;
  background: #1053A9;
  padding: 11px 11px 14px 14px;
  border: 2px solid #1053A9;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 27px;
}
@media screen and (min-width: 768px) {
  .p-common-contact__itemBtnLink {
    padding: 14px 11px 16px 14px;
  }
}

.p-common-contact__itemBtnLink svg {
  margin-left: 5px;
}

@media screen and (min-width: 768px) {
  .p-common-contact__itemBtnLink {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-common-contact__itemBtnLink:hover {
    color: #1053A9;
    background: unset;
  }
  .p-common-contact__itemBtnLink:hover svg path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.p-common-contact__absoImg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 102.52px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-common-contact__absoImg {
    width: 141px;
  }
}

.p-common-contact__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-common-contact__item:nth-child(n+2) {
    margin-top: unset;
  }
}

.p-common-contact__item:nth-child(n+2) .p-common-contact__itemImg {
  width: 28.45px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-common-contact__item:nth-child(n+2) .p-common-contact__itemImg {
    width: 43.33px;
  }
}

.p-common-contact__item:nth-child(n+2) .p-common-contact__itemImg img {
  aspect-ratio: 28.45/28.18;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-common-contact__item:nth-child(n+2) .p-common-contact__itemTit {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-common-contact__item:nth-child(n+2) .p-common-contact__itemTit {
    line-height: 1.8;
    margin-top: 1.025rem;
  }
}

@media screen and (min-width: 768px) {
  .p-common-contact__item:nth-child(n+2) .p-common-contact__itemBtn {
    margin-top: 1.375rem;
  }
}

.p-u-contact-thanks {
  background: #fff;
  padding: 3.5rem 0 6.1875rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-contact-thanks {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 7.3125rem 3.125rem 9.75rem 3.125rem;
  }
}

.p-u-contact-thanks__itemTit {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-u-contact-thanks__itemTit {
    font-size: 1.75rem;
  }
}

.p-u-contact-thanks__itemTex {
  text-align: center;
  margin-top: 0.625rem;
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-u-contact-thanks__itemTex {
    font-size: 1rem;
    margin-top: 2.75rem;
  }
}

.p-footer {
  padding-top: 2.375rem;
  padding-bottom: 1.4375rem;
  background: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 5.4375rem;
    padding-bottom: 1.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__mainItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-footer__mainItemsLogo {
  text-align: center;
}

.p-footer__mainItemsLogo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* ← 横並びにする */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* ← 縦方向中央揃え */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__mainItemsLogo a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-footer__mainItemsLogo a:hover {
    opacity: 0.7;
  }
}

.p-footer__mainItemsLogo img {
  width: 30px;
  height: auto;
}

.p-footer__logoText {
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
  letter-spacing: 0.3em;
}

.p-footer__mainItemsLists {
  width: 275px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25.63px;
}
@media screen and (min-width: 768px) {
  .p-footer__mainItemsLists {
    width: 761px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-right: unset;
    margin-left: unset;
    margin-top: 0;
    gap: 20px 50px;
  }
}

.p-footer__mainItemsLists li a {
  font-weight: 700;
  font-size: 14px;
}

.p-footer__copyItems {
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #CCCCCC;
}

.p-footer__copylight {
  font-size: 13px;
  line-height: 290%;
}

.p-footer__privacy a {
  font-size: 13px;
  line-height: 290%;
}

.p-footer__absobtntop {
  display: block;
  position: fixed;
  bottom: 85px;
  right: 20px;
  width: 50px;
  height: 50px;
  border: 0.5px solid #CAC4D0;
  text-align: center;
  border-radius: 50%;
  z-index: 5;
  background: #0D62B4;
  padding-top: 10px;
}
.p-footer__absobtntop img {
  width: 25px;
  height: 25px;
  line-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.p-header {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 72px;
  }
}
.p-header .p-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) {
  .p-header .p-header__inner {
    max-width: unset;
    padding-right: 0;
  }
}
.p-header__logo a {
  display: block;
  width: 96px;
}
@media screen and (min-width: 768px) {
  .p-header__logo a {
    width: 138.7px;
  }
}
.p-header__logo a img {
  height: 100%;
  display: block;
  width: 96px;
}
@media screen and (min-width: 768px) {
  .p-header__logo a img {
    width: 138.7px;
  }
}
.p-header__hamburger {
  background: transparent;
  border: none;
  padding: 0;
  width: 19px;
  height: 46px;
  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;
  gap: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger::before, .p-header__hamburger::after {
  content: none;
}
.p-header__hamburger.is-open .p-header__line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(2px, 3px);
          transform: rotate(45deg) translate(2px, 3px);
}
.p-header__hamburger.is-open .p-header__line:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(2px, -3px);
          transform: rotate(-45deg) translate(2px, -3px);
}
.p-header__line {
  width: 19px;
  height: 1.5px;
  background-color: #000102;
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-header__menu {
  position: fixed;
  top: 46px;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0297E1), color-stop(#0D62B4), to(#13409A));
  background: linear-gradient(to bottom, #0297E1, #0D62B4, #13409A);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 999;
  height: calc(100vh - 46px);
}
.p-header__menu ul {
  list-style: none;
  padding: 3.0625rem 1.5rem;
  max-width: 21.375rem;
  margin: 0 auto;
}
.p-header__menu ul li {
  margin-bottom: 0.5em;
  border-bottom: 0.5px solid #fff;
}
.p-header__menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 8px 8px 29px 8px;
  position: relative;
}
.p-header__menu ul li a::after {
  position: absolute;
  content: "";
  background-image: url("../../../WordPressTheme/assets/images/header-menu-yajirusi.png");
  right: 8px;
  height: 5.91px;
  width: 19px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 1rem;
}
.p-header__menu.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.p-header__rightLists {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__rightLists {
    display: block;
  }
  .p-header__rightLists .p-header__rightlistsUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-header__rightLists .p-header__rightlistsLi a {
    font-weight: 700;
  }
  .p-header__rightLists .p-header__rightlistsLiContact a {
    display: inline-block;
    height: 72px;
    line-height: 72px;
    color: #FFF;
    background: #000102;
    padding-left: 2.625rem;
    padding-right: 2.625rem;
    border: 2px solid #000102;
  }
}

@media screen and (min-width: 768px) {
  .p-header__rightlistsLiContact a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-header__rightlistsLiContact a:hover {
    color: #000102;
    background: #fff;
  }
}
.p-u-icase {
  background: #fff;
  padding: 4.6875rem 0 5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-icase {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 8.75rem 0 8.125rem 0;
  }
}

.p-u-icase__items {
  max-width: 294.59px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-u-icase__items {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px 19.8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-u-icase__items:after {
    content: "";
    display: block;
    width: calc(33.33333% - 34.86333px);
  }
}

.p-u-icase__item {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-u-icase__item {
    width: 31%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-u-icase__item:hover {
    opacity: 0.75;
  }
}

.p-u-icase__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-u-icase__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-u-icase__itemSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.p-u-icase__itemCat {
  padding: 0.466875rem;
  text-align: center;
  background: #000E1A;
  color: #FFF;
  font-size: 12px;
  border-radius: 1.015rem;
  min-width: 75px;
}

.p-u-icase__itemDate {
  color: rgb(133, 134, 134);
}

.p-u-icase__itemTit {
  margin-top: 0.75rem;
}
.p-u-icase__itemTit h3 {
  line-height: 1.6;
  font-weight: 500;
}

.p-u-icase__itemImg {
  position: relative;
  border-radius: 0.93375rem;
  padding: 0.75rem;
}
.p-u-icase__itemImg img {
  aspect-ratio: 294/202;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0.93375rem;
}
.p-u-icase__itemImg:after {
  content: "";
  position: absolute;
  inset: 0; /* 四方ゼロで広げる */
  padding: 2px; /* border の太さ */
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; /* 中身を抜く */
}

.p-u-privacy {
  background: #fff;
  padding: 5.6875rem 0 10.25rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-privacy {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 10.4375rem 3.125rem 10.4375rem 3.125rem;
  }
}

.p-u-privacy__text {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-u-privacy__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-u-privacy__item {
  margin-top: 4.375rem;
}

.p-u-privacy__itemTit h2 {
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.25rem 0;
  border-bottom: 2px solid #B0B0B0;
}
@media screen and (min-width: 768px) {
  .p-u-privacy__itemTit h2 {
    font-size: 2rem;
    line-height: 1;
    padding: 1.5rem 0;
  }
}

.p-u-privacy__itemText {
  margin-top: 2.5rem;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-u-privacy__itemText {
    font-size: 16px;
    line-height: 1.8;
  }
}

.p-u-privacy__item ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0.8em;
  position: relative;
}

.p-u-privacy__item li {
  counter-increment: list-counter;
  padding-left: 0.3em;
}

.p-u-privacy__item li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
}

.p-u-privacy__item ol ol {
  counter-reset: sub-counter;
  list-style: none;
  padding-left: 0.3em;
}

.p-u-privacy__item ol ol li {
  counter-increment: sub-counter;
  position: relative;
  padding-left: 1.3em;
}

.p-u-privacy__item ol ol li::before {
  content: counter(sub-counter, lower-alpha) ". ";
  position: absolute;
  left: 0;
}

/* 第3階層（i. ii. iii.） */
.p-u-privacy__item ol ol ol {
  counter-reset: roman-counter;
  list-style: none;
  padding-left: 0.3em;
}

.p-u-privacy__item ol ol ol > li {
  counter-increment: roman-counter;
  position: relative;
  padding-left: 1.3em;
}

.p-u-privacy__item ol ol ol > li::before {
  content: counter(roman-counter, lower-roman) ". ";
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-u-privacy__inner {
    max-width: 940px;
  }
}
.p-u-serviceD1 {
  background: #fff;
  padding: 3.5rem 0 5.0625rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1 {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 10.4375rem 3.125rem 11.6875rem 3.125rem;
  }
}

.p-u-serviceD1__title {
  text-align: center;
  color: #1053A9;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__title {
    font-size: 1.75rem;
  }
  .p-u-serviceD1__title br {
    display: none;
  }
}

.p-u-serviceD1__items {
  margin-top: 2rem;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
    margin-top: 3.125rem;
  }
}

.p-u-serviceD1__item {
  border-radius: 1.095rem;
  background: -webkit-gradient(linear, right top, left top, from(#0297E1), color-stop(#0D62B4), to(#13409A));
  background: linear-gradient(to left, #0297E1, #0D62B4, #13409A);
  padding-bottom: 2.6px;
  padding-right: 2.6px;
  padding-left: 2.6px;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__item {
    width: 30.5%;
  }
}

.p-u-serviceD1__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__item:nth-child(n+2) {
    margin-top: unset;
  }
}

.p-u-serviceD1__itemTit {
  text-align: center;
  color: #fff;
  padding-top: 0.8125rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__itemTit {
    font-size: 1.25rem;
  }
}

.p-u-serviceD1__itemLists ul {
  padding: 1.0875rem 1.2rem;
  background: #fff;
  border-radius: 0 0 0.9375rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__itemLists ul {
    padding: 1.1875rem 1.375rem;
    height: 13.375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1198px) {
  .p-u-serviceD1__itemLists ul {
    height: 15.375rem;
  }
}
.p-u-serviceD1__itemLists li {
  font-size: 14px;
  line-height: 220%;
  padding-left: 1.6975rem;
  position: relative;
}
.p-u-serviceD1__itemLists li:after {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 0.985625rem;
  height: 0.985625rem;
  background-image: url("../images/serviced1-vector.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__itemLists li:after {
    top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__itemLists li {
    font-size: 1rem;
    padding-left: 1.9375rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 898px) {
  .p-u-serviceD1__itemLists li:after {
    top: 6px;
  }
}
.p-u-serviceD1__title2 {
  text-align: left;
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__title2 {
    text-align: center;
    margin-top: 5.125rem;
  }
}

.p-u-serviceD1__subTit {
  margin-top: 1.5rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__subTit {
    text-align: center;
    font-size: 1.1875rem;
  }
}
.p-u-serviceD1__subTit br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__subTit br {
    display: block;
  }
}

.p-u-serviceD1__texts {
  margin-top: 1.5rem;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-u-serviceD1__texts {
    text-align: center;
    margin-top: 2.75rem;
    font-size: 1rem;
  }
}

.p-u-service-feature {
  background: rgb(240, 244, 247);
  padding: 3.5rem 0 7.34375rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-service-feature {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 10.4375rem 3.125rem 10.4375rem 3.125rem;
  }
}

.p-u-service-feature__items {
  margin-top: 3.375rem;
  max-width: 21.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-u-service-feature__items {
    margin-top: 5rem;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem 4.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-u-service__featureTitt {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-u-service__featureTitt {
    margin-top: 5rem;
  }
  .p-u-service__featureTitt h3 {
    font-size: 2.375rem;
  }
}

.p-u-service-feature__itemImg img {
  width: 100%;
}

.p-u-service-feature__itemTitles {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-service-feature__itemTitles {
    margin-top: 2.25rem;
  }
}

.p-u-service-feature__itemNum {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 600;
  padding: 0.25rem 0.1875rem 0.1875rem 0.1875rem;
  background: -webkit-gradient(linear, right top, left top, from(#0297E1), color-stop(#0D62B4), to(#13409A));
  background: linear-gradient(to left, #0297E1, #0D62B4, #13409A);
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
}

.p-u-service-feature__itemTit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-u-service-feature__itemTit {
    font-size: 1.25rem;
  }
}

.p-u-service-feature__itemText {
  font-size: 14px;
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-u-service-feature__itemText {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-u-service-feature__item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-u-service-feature__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-u-service-feature__item {
    width: 46.29%;
  }
}
.p-u-service-case {
  background: #fff;
  padding: 3.375rem 0 6.125rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-service-case {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 10.4375rem 3.125rem 10.4375rem 3.125rem;
  }
}

.p-u-service-case__text {
  margin-top: 2.5rem;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__text {
    margin-top: 2.75rem;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
  }
}

.p-u-service-case__sliderItems {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItems {
    margin-top: 4.6875rem;
  }
}

.p-u-service-case__sliderItem {
  padding: 1.29375rem 1.11875rem 0.44375rem 1.4375rem;
  background: #F5F5F5;
  border-radius: 0.486875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItem {
    padding: 2.5rem 2.5rem 1.3125rem 2.5rem;
    border-radius: 0.9375rem;
  }
}

.p-u-service-case__sliderItemImg img {
  aspect-ratio: 202/134;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItemImg img {
    aspect-ratio: 390/259;
  }
}

.p-u-service-case__sliderItemEx {
  margin-top: 1.0375rem;
  background: #000E1A;
  color: #fff;
  text-align: center;
  padding: 0.1875rem 0.375rem;
  line-height: 1.5;
  font-size: 10px;
  width: 72.47px;
  border-radius: 10.31px;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItemEx {
    margin-top: 1.25rem;
    font-size: 14px;
    padding: 0.125rem 0.75rem;
    width: 108px;
    border-radius: 16px;
  }
}

.p-u-service-case__sliderItemTitll {
  margin-top: 0.519375rem;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItemTitll {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

.p-u-service-case__sliderItemTextt {
  margin-top: 0.519375rem;
  font-size: 13px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItemTextt {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.p-u-service-case__sliderItem {
  width: 244px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItem {
    width: 470px;
  }
}

.p-u-service-case__sliderOuter {
  margin-right: calc(-100vw - -100%);
  padding-right: 16px;
  overflow-x: visible;
  margin-top: 2.5rem;
  margin-left: 16px;
}

.p-u-service-case__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__arrow {
    width: 68px;
    height: 68px;
    top: 72%;
  }
}
.p-u-service-case__arrow.-prev {
  left: -8px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-u-service-case__arrow.-next {
  left: 252px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-u-service-case__arrow.-next {
    left: clamp(0px, 71.53%, 1030px) !important;
  }
}
.p-u-service-case__arrow.-prev:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/u-service-case-left-ar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-u-service-case__arrow.-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/u-service-case-right-ar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-u-service-case__sliderOuter {
  position: relative;
}

.p-u-service-case__sliderItemFi {
  position: relative;
}
.p-u-service-case__sliderItemFi:before {
  position: absolute;
  content: "";
  top: 0;
  left: 1.855625rem;
  display: block;
  width: 2.76rem;
  height: 2.76rem;
  background-image: url("../images/no1-ninki.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-u-service-case__sliderItemFi:before {
    width: 5.3125rem;
    height: 5.3125rem;
    left: 3.25rem;
  }
}

.p-u-single-case__content {
  max-width: 58.75rem;
  margin: 0 auto;
}

.p-u-single-case__htit {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgb(155, 155, 155);
}
.p-u-single-case__htit h3 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-u-single-case__item {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 767px) {
  .p-u-single-case__item {
    display: block;
  }
}
.p-u-single-case__itemTit {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
  text-align: center;
  padding: 0.8125rem;
  line-height: 1.5;
  width: 10rem;
  font-size: 0.9375rem;
  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; /* 追加：テキストを横方向中央配置 */
  font-weight: bold;
}

.p-u-single-case__itemText {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* テキストを縦方向中央配置 */
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-u-single-case__itemTit {
    width: 100%;
  }
  .p-u-single-case__itemText {
    width: 100%;
    margin-top: 0.75rem;
    padding-right: unset;
  }
}
.p-u-single-case__itemImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.5625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.75rem;
}

@media screen and (max-width: 767px) {
  .p-u-single-case__itemImgs {
    display: block;
  }
}
.p-u-single-case__itemImgBox {
  width: 43.91%;
  position: relative;
  padding: 1.25rem 0.625rem;
}
.p-u-single-case__itemImgBox:after {
  content: "";
  position: absolute;
  inset: 0; /* 四方ゼロで広げる */
  padding: 2px; /* border の太さ */
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; /* 中身を抜く */
}

@media screen and (max-width: 767px) {
  .p-u-single-case__itemImgBox {
    width: 100%;
    max-width: 342px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-u-single-case__itemImg {
  text-align: center;
}
.p-u-single-case__itemImg img {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 350/232;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.p-u-single-case__itemImgBoxText {
  text-align: center;
}

.p-u-single-case__itemImgBoxText {
  margin-top: 0.625rem;
  font-size: 15px;
  font-weight: bold;
}

.p-u-single__textCase {
  margin-top: 2.75rem !important;
}

@media screen and (max-width: 767px) {
  .p-u-single-case__itemImgBox:nth-child(2) {
    margin-top: 5.5rem;
  }
}
.liquid-speech-balloon-text {
  position: relative;
  z-index: 1;
  border: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.liquid-speech-balloon-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  opacity: 0.7; /* ここで透過度を調整 */
  z-index: -1;
  pointer-events: none;
}

.liquid-speech-balloon-arrow {
  z-index: 1;
  left: -10px;
  top: 46px;
}

.liquid-speech-balloon-arrow::before {
  content: "";
  inset: 0;
  border-color: transparent rgba(255, 255, 255, .7) transparent transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, .7); /* ← ここで「濃い矢印」を重ねる */
  z-index: 2;
  pointer-events: none;
  top: 25px;
  left: -10px;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
  right: -17px !important;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -7px;
  left: -10px;
  right: unset;
  z-index: 2;
  pointer-events: none;
  border-color: transparent rgba(255, 255, 255, .7) transparent transparent;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, .7);
  border-right: unset !important;
}

.p-u-single-case__itemImgBox:nth-child(even) {
  position: relative;
}
.p-u-single-case__itemImgBox:nth-child(even):before {
  position: absolute;
  content: "";
  background-image: url("../../../WordPressTheme/assets/images/case-yajirusi.png");
  height: 9rem;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: -4.09375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-u-single-case__itemImgBox:nth-child(even) {
    position: relative;
  }
  .p-u-single-case__itemImgBox:nth-child(even):before {
    position: absolute;
    content: "";
    background-image: url("../../../WordPressTheme/assets/images/case-yajirusi.png");
    height: 9rem;
    width: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    top: -5.625rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}
.liquid-speech-balloon-avatar {
  width: 120px;
  height: 120px;
}

.liquid-speech-balloon-avatar::after {
  top: 132px;
  font-size: 16px;
}

.liquid-speech-balloon-wrap {
  margin-bottom: 5rem;
}

.liquid-speech-balloon-text {
  max-width: calc(100% - 290px);
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  border-top: 0px;
  border-bottom: 17px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, .2);
}

@media screen and (min-width: 768px) {
  .wp-block-liquid-speech-balloon:nth-child(even) .liquid-speech-balloon-arrow {
    border-top: 0px;
    border-bottom: 17px solid transparent;
    border-right: 7px solid transparent;
  }
  .liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow::before {
    border-top: 16px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 21px solid rgba(255, 255, 255, .7);
  }
}
@media screen and (max-width: 767px) {
  .liquid-speech-balloon-text {
    max-width: unset;
  }
  .liquid-speech-balloon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36.99px;
  }
  .wp-block-liquid-speech-balloon:nth-child(odd) .liquid-speech-balloon-avatar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wp-block-liquid-speech-balloon:nth-child(odd) .liquid-speech-balloon-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .wp-block-liquid-speech-balloon:nth-child(odd) .liquid-speech-balloon-text .liquid-speech-balloon-arrow {
    border-color: transparent rgba(142, 209, 252, .3) transparent transparent !important;
  }
  .wp-block-liquid-speech-balloon:nth-child(odd) .liquid-speech-balloon-text {
    margin-left: 0;
  }
  .wp-block-liquid-speech-balloon:nth-child(odd) .liquid-speech-balloon-arrow {
    z-index: 1;
    left: 20px;
    top: unset;
    bottom: -16px;
    border-top: 0px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 21px solid rgba(0, 0, 0, .2);
  }
  .wp-block-liquid-speech-balloon:nth-child(odd) .liquid-speech-balloon-arrow::before {
    content: unset;
    inset: unset;
    border-color: unset;
    border-top: unset;
    border-bottom: unset;
    border-right: unset;
    z-index: unset;
    pointer-events: unset;
    top: unset;
    left: unset;
  }
  .wp-block-liquid-speech-balloon:nth-child(even) {
    gap: 61.99px;
  }
  .wp-block-liquid-speech-balloon:nth-child(even) .liquid-speech-balloon-text {
    margin-right: 0;
  }
  .wp-block-liquid-speech-balloon:nth-child(even) .liquid-speech-balloon-avatar {
    margin-left: auto;
  }
  .wp-block-liquid-speech-balloon:nth-child(even) .liquid-speech-balloon-arrow {
    z-index: 1;
    left: unset;
    right: 20px !important;
    top: -16px;
    bottom: unset;
    border-top: 16px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 21px solid rgba(0, 0, 0, .2);
    border-right: 21px solid rgba(0, 0, 0, .2);
    border-color: transparent rgb(230, 234, 237) transparent transparent !important;
  }
  .wp-block-liquid-speech-balloon:nth-child(even) .liquid-speech-balloon-arrow::before {
    content: unset;
    inset: unset;
    border-color: unset;
    border-top: unset;
    border-bottom: unset;
    border-right: unset;
    z-index: unset;
    pointer-events: unset;
    top: unset;
    left: unset;
  }
  .liquid-speech-balloon-right {
    position: relative;
    top: -200px;
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 331px) {
  .liquid-speech-balloon-right {
    position: relative;
    top: -189px;
    margin-bottom: -189px;
  }
}
.c-u-case-back {
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .wp-block-liquid-speech-balloon:nth-child(2n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-liquid-speech-balloon:nth-child(odd) .liquid-speech-balloon-text {
    background-color: rgb(142, 209, 252) !important;
  }
  .wp-block-liquid-speech-balloon:nth-child(even) .liquid-speech-balloon-text {
    background-color: #abb8c3 !important;
  }
}
.p-u-single-column {
  background: #fff;
  padding: 3.3125rem 0 5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-u-single-column {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 9.5rem 0 8.125rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-u-single-column .p-u-single-column__topItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-u-single-column .p-u-single__img {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-u-single-column .p-u-single__img {
    width: 27.27%;
  }
}
@media screen and (min-width: 768px) {
  .p-u-single-column .p-u-single-column__topTitItems {
    width: 69.09%;
  }
}
.p-u-single-column .p-u-single__img img {
  aspect-ratio: 335/223;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-u-single-column .p-u-single__img img {
    aspect-ratio: 240/160;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 10rem;
  }
}
.p-u-single-column .p-u-single-column__title {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-u-single-column .p-u-single-column__title {
    margin-top: 0;
  }
}
.p-u-single-column .p-u-single-column__title h1 {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  font-weight: 500;
}
.p-u-single-column .p-u-single-column__subJoho {
  margin-top: 2rem;
  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;
  gap: 0.75rem;
}
.p-u-single-column .p-u-single-column__date {
  font-size: 0.875rem;
  color: #777;
}
.p-u-single-column .p-u-single-column__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-u-single-column .p-u-single-column__tags .p-u-single-column__cattag {
  text-align: center;
  font-size: 0.75rem;
  padding: 4px 8px;
  border: 1px solid #000000;
  border-radius: 50px;
}
.p-u-single-column .p-u-single__text {
  margin-top: 0;
}
.p-u-single-column .p-u-single__text h2 {
  margin-top: 2rem;
  color: #000E1A;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 0.5rem 0.75rem;
  background: #F3F5F6;
  font-weight: 500;
  border-left: 2px solid #1053A9;
}
.p-u-single-column .p-u-single__text p {
  margin-top: 1.5rem;
}
.p-u-single-column .p-u-single__text img {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-u-single-column .p-u-single__text img {
    margin-top: 3.75rem;
    max-width: 37.5rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 3.75rem;
  }
}
.p-u-single-column .p-u-single__text h3 {
  margin-top: 3.75rem;
  font-size: 1.25rem;
  line-height: 1.8;
}
.p-u-single-column .p-u-single__text ul {
  list-style: unset;
  padding-left: 1.25rem;
}
.p-u-single-column .p-u-single-column__afterBtns .p-u-single-column__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-u-single-column .p-u-single-column__afterBtns .p-u-single-column__pager {
    margin-top: 6rem;
  }
}
.p-u-single-column .p-u-single-column__afterBtns .is-disabled {
  visibility: hidden;
}
.p-u-single-column .p-u-single-column__afterBtns .p-u-single-column__pager-linkCnter {
  font-weight: 700;
}
.p-u-single-column .p-u-single-column__afterBtnsTop {
  text-align: center;
  font-weight: 700;
  margin-top: 3.75rem;
}

.p-column-single__bread .breadcrumb span {
  white-space: nowrap;
}

.breadcrumb-column-last {
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-u-column__paginationAr {
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-u-column__paginationAr {
    margin-top: 3.75rem;
  }
}

.p-u-column__paginationAr .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  color: #000E1A;
  text-decoration: none;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-u-column__paginationAr .page-numbers {
    gap: 16px;
  }
}

.p-u-column__paginationAr .current {
  color: #333333 !important;
  border-bottom: 1px solid #000000;
}

.p-u-column__paginationAr ul {
  border: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.p-u-column__paginationAr .prev.page-numbers img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* 必要に応じて追加調整 */
  display: inline-block;
}

.p-u-column__paginationAr img {
  width: 6.28px;
  height: auto;
}

.p-u-column__paginationAr .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦中央揃え */
}

.p-u-column__paginationAr li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px; /* アイテム幅を固定 */
}
@media screen and (min-width: 768px) {
  .p-u-column__paginationAr li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
  }
}

.p-u-column__paginationAr a.page-numbers,
.p-u-column__paginationAr span.page-numbers {
  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;
  width: 30px;
  height: 40px;
  text-decoration: none;
  color: #777777;
}
@media screen and (min-width: 768px) {
  .p-u-column__paginationAr a.page-numbers,
  .p-u-column__paginationAr span.page-numbers {
    width: 30px;
    height: 40px;
  }
}

/* prev と next の画像のスタイル */
.p-u-column__paginationAr .prev.page-numbers,
.p-u-column__paginationAr .next.page-numbers {
  width: 39px;
  height: 39px;
  border: none; /* 枠線を削除 */
}
@media screen and (min-width: 768px) {
  .p-u-column__paginationAr .prev.page-numbers,
  .p-u-column__paginationAr .next.page-numbers {
    width: 50px;
    height: 50px;
  }
}

.p-u-archive-column__afterBtnsTop {
  text-align: center;
  margin-top: 3.75rem;
  font-weight: 700;
}

.p-u-single-column__blogger {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-u-single-column__blogger {
    margin-top: 6rem;
  }
}

.p-u-single-column__bloggerTitle {
  background: -webkit-gradient(linear, right top, left top, from(#0297E1), color-stop(#0D62B4), to(#13409A));
  background: linear-gradient(to left, #0297E1, #0D62B4, #13409A);
  color: #fff;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1.5rem;
}

.p-u-single-column__bloggerItems {
  padding: 1.75rem 1.5rem;
  position: relative;
  z-index: 0;
  border-top: none;
}
.p-u-single-column__bloggerItems:before {
  content: "";
  position: absolute;
  inset: 0; /* 要素全体に広げる */
  background: -webkit-gradient(linear, right top, left top, from(#0297E1), color-stop(#0D62B4), to(#13409A));
  background: linear-gradient(to left, #0297E1, #0D62B4, #13409A);
  z-index: -1;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px; /* ボーダー幅を1pxに */
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF));
  mask: linear-gradient(#FFF 0 0) content-box, linear-gradient(#FFF 0 0);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF));
  -webkit-mask: linear-gradient(#FFF 0 0) content-box, linear-gradient(#FFF 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px 1px 1px 1px;
}
@media screen and (min-width: 768px) {
  .p-u-single-column__bloggerItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}

.p-u-single-column__bloggerImg {
  width: 9.375rem;
  height: 9.375rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.p-u-single-column__bloggerImg img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 50%;
}

.p-u-single-column__bloggerTexts {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-u-single-column__bloggerTexts {
    margin-top: 0;
    width: 68.4%;
  }
}
.p-u-single-column__bloggerTexts .p-u-single-column__bloggerName {
  font-size: 14px;
  font-weight: 500;
}
.p-u-single-column__bloggerTexts .p-u-single-column__bloggerTextTit {
  margin-top: 12px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.p-u-single-column__bloggerTexts .p-u-single-column__bloggerText {
  font-size: 12px;
  margin-top: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}

.p-u-single-technoo {
  /* 横スクロール防止 */
  overflow-x: clip;
}

/* スライダーの共通スタイル */
.p-u-single-tech__itemImgs {
  position: relative;
  overflow: visible;
  margin-top: 2.75rem;
  /* スライド間隔 */
  /* ページネーション */
}
.p-u-single-tech__itemImgs .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-u-single-tech__itemImgs .p-u-single-tech__itemImg {
  width: 200px;
  height: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  border: 1px solid gray;
}
.p-u-single-tech__itemImgs .p-u-single-tech__itemImg img {
  aspect-ratio: 1/1;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-u-single-tech__itemImgs .p-u-single-tech-Box .swiper-slide {
  margin-right: 40px;
}
.p-u-single-tech__itemImgs .p-u-single-tech-Box .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.p-u-single-tech__itemImgs .p-u-single-tech-Box .swiper-pagination .p-u-single-tech-Box .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(217, 217, 217);
  opacity: 1;
  margin: 0 4px;
}
.p-u-single-tech__itemImgs .p-u-single-tech-Box .swiper-pagination .p-u-single-tech-Box .swiper-pagination-bullet-active {
  background: rgb(19, 64, 154);
}
.p-u-single-tech__itemImgs .swiper-pagination-bullets.swiper-pagination-horizontal, .p-u-single-tech__itemImgs .swiper-pagination-custom, .p-u-single-tech__itemImgs .swiper-pagination-fraction {
  bottom: -30px;
}

@media screen and (min-width: 768px) {
  .p-u-single-techSpOnly {
    display: none;
  }
}
.p-u-single-tech-BoxPc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-u-single-tech-BoxPc {
    display: block;
  }
  .p-u-single-tech-BoxPc .p-u-single-tech-BoxPc__imgs {
    margin-top: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem 2.5rem;
  }
  .p-u-single-tech-BoxPc .p-u-single-tech-BoxPc__imgs .p-u-single-tech-BoxPc__itemImg {
    width: 21.73%;
  }
  .p-u-single-tech-BoxPc .p-u-single-tech-BoxPc__imgs .p-u-single-tech-BoxPc__itemImg img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border: 1px solid gray;
  }
  .p-u-single-tech-BoxPc .p-u-single-tech-BoxPc__imgs:after {
    content: "";
    display: block;
    width: calc(33.33333% - 0.66667rem);
    margin-right: 1rem;
  }
}

.c-u-news-single-fv {
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .c-u-news-single-fv {
    margin-top: 72px;
  }
}

.c-u-news-single-fv__oowaku {
  padding-top: 2rem;
  padding-bottom: 5.75rem;
  background: rgba(28, 28, 28, .3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media screen and (min-width: 768px) {
  .c-u-news-single-fv__oowaku {
    padding-top: 2.125rem;
    padding-bottom: 9.875rem;
  }
}

.c-u-news-single-fv .c-u-fv__bread {
  color: #fff;
}

.c-u-news-single__catItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}

.c-u-news-single__category {
  padding: 0.1875rem 0.4375rem;
  background: #fff;
  font-size: 12px;
  text-align: center;
  color: #848484;
  border-radius: 1.015rem;
}

.c-u-news-single__date {
  color: #fff;
  font-size: 12px;
}

.c-u-news-single__Tit {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-u-news-single__Tit {
    margin-top: 1.25rem;
  }
}

.c-u-news-single__Tit h2 {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-u-news-single__Tit h2 {
    font-size: 2rem;
  }
}

.p-u-single {
  background: #fff;
  padding: 4.6875rem 0 5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-u-single {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 8.75rem 0 8.125rem 0;
  }
}

.p-u-single__img {
  width: 100%;
  aspect-ratio: 342/179;
  margin-top: -6.25rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-u-single__img {
    margin-top: -10.625rem;
  }
}

.p-u-single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-u-single__text {
  margin-top: 3.125rem;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-u-single__text {
    margin-top: 8.125rem;
  }
}

.p-u-single .p-top-news__btn {
  margin-top: 5rem;
}

.p-top-service {
  background: #13409A;
}

.p-top-service__oowaku {
  padding-top: 3.5rem;
  padding-bottom: 5.5625rem;
  background: #fff;
  border-radius: 1.5625rem 1.5625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-service__oowaku {
    padding-top: 8.625rem;
    padding-bottom: 6.1875rem;
    border-radius: 2.1875rem 2.1875rem 0 0;
  }
}

.p-top-service__text {
  margin-top: 2.5rem;
  text-align: center;
  max-width: 21.375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    max-width: unset;
    margin-top: 5rem;
  }
}

.p-top-service__text br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-service__text br {
    display: block;
  }
}

.p-top-service__text h3 {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-top-service__text h3 {
    font-size: 1.125rem;
  }
}

.p-top-service__text h3 .p-top-service__text-blue {
  color: #1053A9;
  font-weight: 700;
}

.p-top-service__img {
  max-width: 21.375rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-top-service__img {
    margin-top: 3.125rem;
    max-width: 41.3125rem;
  }
}

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

.p-top-fv {
  background: -webkit-gradient(linear, left top, left bottom, from(#0297E1), color-stop(#0D62B4), to(#13409A));
  background: linear-gradient(to bottom, #0297E1, #0D62B4, #13409A);
  padding-bottom: 2.875rem;
  position: relative;
  margin-top: 46px;
}
@media screen and (min-width: 768px) {
  .p-top-fv {
    padding-top: 7.4375rem;
    padding-bottom: 10.5625rem;
  }
}

.p-top-fv__btn {
  margin-top: 2.5rem;
  width: 150px;
  margin-right: auto;
  margin-left: unset;
}
@media screen and (min-width: 768px) {
  .p-top-fv__btn {
    margin-top: 3.75rem;
  }
}

.p-top-fv__btn .p-common-contact__itemBtnLink {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #1053A9;
  background: #FFF;
  padding: 11px 11px 14px 14px;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 27px;
}

@media screen and (min-width: 768px) {
  .p-top-fv__btn .p-common-contact__itemBtnLink {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-fv__btn .p-common-contact__itemBtnLink:hover {
    color: #fff;
    background: unset;
  }
  .p-top-fv__btn .p-common-contact__itemBtnLink:hover svg path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.p-top-fv__heading h2 {
  color: #fff;
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-fv__heading h2 {
    font-size: 3.125rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 381px) {
  .p-top-fv__heading h2 {
    font-size: 1.4rem;
  }
}
.p-top-fv__text p {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-top-fv__text p {
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}

.p-top-fv__img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 26.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img {
    max-height: 50.75rem;
    max-width: 32.9375rem;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
  }
}

.p-top-fv__img img {
  aspect-ratio: 369/420;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 26.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__img img {
    max-height: 50.75rem;
    aspect-ratio: 657/812;
  }
}

.p-top-fv__textContents {
  padding-top: 28.0625rem;
}
@media screen and (min-width: 768px) {
  .p-top-fv__textContents {
    padding-top: 0;
    padding-right: calc(40% + 20px);
  }
}

.fv-img-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .fv-img-sp {
    display: none;
  }
  .fv-img-pc {
    display: block;
  }
}
.p-top-news {
  background: #F0F4F7;
}

.p-top-news__oowaku {
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  background: #fff;
  border-radius: 1.5625rem 1.5625rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-news__oowaku {
    padding-top: 7.875rem;
    padding-bottom: 9.125rem;
    border-radius: 2.1875rem 2.1875rem 0 0;
  }
}

.p-top-news__btn {
  margin-top: 2.5rem;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    margin-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__btn-newsSp {
    display: none;
  }
}

.p-top-news__btn-newsPc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn-newsPc {
    display: block;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.6875rem;
  }
}

.p-top-news__btn .p-common-contact__itemBtnLink {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFF;
  background: #000102;
  padding: 11px 11px 14px 14px;
  border: 2px solid #000102;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 27px;
}

@media screen and (min-width: 768px) {
  .p-top-news__btn .p-common-contact__itemBtnLink {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-top-news__btn .p-common-contact__itemBtnLink:hover {
    color: #000102;
    background: unset;
  }
  .p-top-news__btn .p-common-contact__itemBtnLink:hover svg path {
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
  }
}
.p-top-news__RightItem {
  margin-top: 2.5rem;
}

.p-top-news__linkItem:nth-child(n+2) {
  margin-top: 2rem;
}

.p-top-news__linkItemDate {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.p-top-news__linkItemTit {
  line-height: 1.5;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .p-top-news__linkItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.6875rem;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .p-top-news__linkItemTit {
    margin-top: 0;
  }
  .p-top-news__linkItemDate {
    line-height: 1.5;
  }
  .p-top-news__linkItem:nth-child(n+2) {
    margin-top: 4.25rem;
  }
  .p-top-news .p-top-news__title .c-section-subTitle {
    text-align: left;
  }
}
.p-top-strong {
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  border-radius: 1.5625rem 1.5625rem 0 0;
  background: #F0F4F7;
}
@media screen and (min-width: 768px) {
  .p-top-strong {
    padding-top: 6.75rem;
    padding-bottom: 9.4375rem;
    border-radius: 2.1875rem 2.1875rem 0 0;
  }
}

.p-top-strong__items {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-strong__items {
    margin-top: 5rem;
  }
}

.p-top-strong__item {
  max-width: 342px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-top-strong__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    max-width: unset;
    gap: 6.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-top-strong__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-top-strong__point {
  width: 83px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
  padding: 6px 6px;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05em;
}

.p-top-strong__itemTit {
  margin-top: 1rem;
}

.p-top-strong__itemTit h3 {
  line-height: 1.7;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1053A9;
}
.p-top-strong__itemTit h3 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-strong__itemTit h3 {
    line-height: 1.5;
    font-size: 1.75rem;
  }
  .p-top-strong__itemTit h3 br {
    display: block;
  }
}

.p-top-strong__itemText {
  margin-top: 1rem;
  line-height: 1.8;
  font-family: "Inter", sans-serif;
  color: #000E1A;
}

.p-top-strong__itemImg {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-strong__itemImg {
    margin-top: 0;
    width: 43.14%;
  }
}

.p-top-strong__itemImg img {
  width: 100%;
  aspect-ratio: 342/233;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-strong__itemImg img {
    width: 100%;
    aspect-ratio: 466/317;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-strong__item:nth-child(n+2) {
  margin-top: 5.5625rem;
}

@media screen and (min-width: 768px) {
  .p-top-strong__itemTextBox {
    width: 46.85%;
  }
}

@media screen and (min-width: 768px) {
  .p-u-column__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-u-colum__item {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    width: 29.54%;
  }
}
.p-u-colum__item .p-u-column__itemImg img {
  width: 100%;
  aspect-ratio: 320/212.92;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 13.25rem;
}
@media screen and (min-width: 768px) {
  .p-u-colum__item .p-u-column__itemImg img {
    width: 100%;
    aspect-ratio: 260/173;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 10.8125rem;
  }
}
.p-u-colum__item .p-u-column__itemDate {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #000000;
  line-height: 1.3333333333;
}
.p-u-colum__item .p-u-column__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
.p-u-colum__item .p-u-column__tags .p-u-column__cattag {
  text-align: center;
  font-size: 0.75rem;
  padding: 2px 8px;
  border: 1px solid #000000;
  border-radius: 50px;
  line-height: 1.3333333333;
}
.p-u-colum__item .p-u-column__itemTit {
  margin-top: 0.5rem;
}
.p-u-colum__item .p-u-column__itemTit h2 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数 */
  overflow: hidden;
}

.p-u-colum__item:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-u-colum__item:nth-child(n+2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-u-colum__item:hover {
    opacity: 0.75;
  }
}
.p-u-column-search {
  width: 100%;
  border: 1px solid #999999;
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 3.75rem;
  overflow: hidden;
}
.p-u-column-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 0.25rem;
  max-width: 100%;
}
.p-u-column-search input[type=text] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  padding: 0 1.75rem;
  font-size: 1rem;
  height: 3rem;
  min-width: 0;
  border-radius: 0.25rem;
}
.p-u-column-search .p-u-column-search__btn {
  width: 3rem;
  height: 3rem;
  background: #1053A9;
  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;
  border: none;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-u-column-search .p-u-column-search__btn img {
  width: 1.25rem;
  height: auto;
  display: block;
}

.p-u-column__head {
  text-align: center;
  margin-bottom: 3.75rem;
}

.p-u-company {
  background: #F0F4F7;
  padding: 3.75rem 0 4.375rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-company {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
  }
}

.p-u-company__item {
  padding: 3.375rem 1.5rem 295px 1.5rem;
  background: #fff;
  border-radius: 0.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-u-company__item {
    padding: 4.375rem 285px 4.875rem 4.375rem;
  }
}

.p-u-company__item2 {
  padding: 3.375rem 1.5rem 1.6875rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-company__item2 {
    padding: 3.375rem 4.375rem 5.5625rem 4.375rem;
  }
}

.p-u-company__item3 {
  padding: 3.375rem 1.5rem 4.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-company__item3 {
    padding: 3.375rem 4.375rem 5rem 4.375rem;
  }
}

.p-u-company__itemSubTit {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemSubTit {
    margin-top: 4.375rem;
  }
}

.p-u-company__itemSubTit h3 {
  color: #1053A9;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemSubTit h3 {
    font-size: 1.75rem;
    line-height: 1.8;
  }
}

.p-u-company__itemText {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemText {
    margin-top: 2.75rem;
  }
}

.p-u-company__itemText p {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemText p {
    font-size: 16px;
    line-height: 220%;
  }
}

.p-u-company__itemImg {
  position: absolute;
  bottom: -17px;
  right: -10px;
  width: 268px;
  height: 271px;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemImg {
    bottom: 290px;
    width: 48%;
    right: -13%;
  }
}

.p-u-company__itemImg img {
  aspect-ratio: 268/271;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-u-company__item:nth-child(n+2) {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-u-company__item:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-u-company__item2Box {
    margin-top: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.625rem;
  }
}

.p-u-company__itemCeoImg {
  margin-top: 2rem;
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemCeoImg {
    margin-top: unset;
  }
}

.p-u-company__itemCeoImg img {
  width: 100%;
}

.p-u-company__itemCeoTit {
  margin-top: 1.3125rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemCeoTit {
    font-size: 16px;
  }
}

.p-u-company__itemCeoTex {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-u-company__itemCeoTex {
    font-size: 14px;
    margin-top: 10px;
  }
}

.p-u-company__outline {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-company__outline {
    margin-top: 4.375rem;
  }
}

.p-u-company__outlineItem {
  padding: 1rem 0;
  border-bottom: 1px solid #9B9B9B;
}
@media screen and (min-width: 768px) {
  .p-u-company__outlineItem {
    padding: 1.8125rem 1.8125rem 1.8125rem 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12.3125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-u-company__outlineItem:first-child {
  border-top: 1px solid #9B9B9B;
}

.p-u-company__outlineItemTit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-u-company__outlineItemTit {
    width: 60px;
  }
}

.p-u-company__outlineItemText {
  margin-top: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-u-company__outlineItemText {
    font-size: 16px;
    line-height: 220%;
  }
}

@media screen and (min-width: 768px) {
  .p-u-company__item .p-u-company__itemTit h2,
  .p-u-company__item .p-u-company__itemTit .c-section-subTitle {
    text-align: left;
  }
  .p-u-company__item2Text {
    width: 57.81%;
  }
  .p-u-company__item2Ceo {
    width: 32.41%;
  }
}
.p-u-news {
  background: #fff;
  padding: 4.6875rem 0 5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-news {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 8.75rem 0 8.125rem 0;
  }
}

.pcOnly-u-news-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcOnly-u-news-item {
    display: block;
    color: #858686;
    line-height: 1.5;
    font-size: 1rem;
    width: 5rem;
  }
}

.p-u-news__item a {
  display: block;
  padding: 1.125rem 2.974375rem 1.125rem 0;
  border-bottom: 1px solid #B6B6B6;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-u-news__item a {
    padding: 3.25rem 8.625rem 3.25rem 2rem;
  }
}

.p-u-news__item:first-child a {
  border-top: 1px solid #B6B6B6;
}

.p-u-news__itemDateAndCat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-u-news__itemDate {
  font-size: 12px;
  line-height: 1.5;
}

.p-u-news__itemCat {
  padding: 0.3125rem;
  color: #fff;
  background: #000E1A;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 16.24px;
}
@media screen and (min-width: 768px) {
  .p-u-news__itemCat {
    padding: 0.466875rem;
    font-size: 12px;
  }
}

.p-u-news__itemTit {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-u-news__itemTit {
    margin-top: 20px;
    font-size: 16px;
  }
}

.p-u-news__itemImg {
  position: absolute;
  width: 1.724375rem;
  height: 1.724375rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-u-news__itemImg {
    width: 2.125rem;
    height: 2.125rem;
    right: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-u-news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-u-news__itemDate {
    display: none;
  }
  .p-u-news__item a:hover {
    background: #e5e5e5;
  }
}
.p-u-news__pagination {
  text-align: center;
  margin-top: 2.4375rem;
}

@media screen and (min-width: 768px) {
  .p-u-news__pagination {
    margin-top: 5rem;
  }
}
.p-u-news__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  color: #000E1A;
  text-decoration: none;
  gap: 12.48px;
}

@media screen and (min-width: 768px) {
  .p-u-news__pagination .page-numbers {
    gap: 16px;
  }
}
.p-u-news__pagination .current {
  font-weight: bold;
  background: #000E1A;
  color: #fff;
}

.p-u-news__pagination ul {
  border: unset;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.p-u-news__pagination .prev.page-numbers img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /* 必要に応じて追加調整 */
  display: inline-block;
}

.p-u-news__pagination img {
  width: 39px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-u-news__pagination img {
    width: 50px;
  }
}
.p-u-news__pagination .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* 縦中央揃え */
}

.p-u-news__pagination li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39px;
  flex: 0 0 39px; /* アイテム幅を固定 */
}

@media screen and (min-width: 768px) {
  .p-u-news__pagination li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
}
.p-u-news__pagination a.page-numbers,
.p-u-news__pagination span.page-numbers {
  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;
  width: 39px;
  height: 39px;
  text-decoration: none;
  border: 2px solid #000E1A;
  border-radius: 22.62px;
}

@media screen and (min-width: 768px) {
  .p-u-news__pagination a.page-numbers,
  .p-u-news__pagination span.page-numbers {
    width: 50px;
    height: 50px;
    border-radius: 29px;
  }
}
/* prev と next の画像のスタイル */
.p-u-news__pagination .prev.page-numbers,
.p-u-news__pagination .next.page-numbers {
  width: 39px;
  height: 39px;
  border: none; /* 枠線を削除 */
}

@media screen and (min-width: 768px) {
  .p-u-news__pagination .prev.page-numbers,
  .p-u-news__pagination .next.page-numbers {
    width: 50px;
    height: 50px;
  }
}
.p-u-tech {
  background: #fff;
  padding: 4.6875rem 0 5rem 0;
  border-radius: 1.5625rem 1.5625rem 0 0;
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-u-tech {
    border-radius: 2.1875rem 2.1875rem 0 0;
    margin-top: -32px;
    padding: 8.75rem 0 8.125rem 0;
  }
}

.p-u-tech__catNamesBox {
  background: rgb(245, 245, 245);
  padding: 0.875rem 1.1875rem;
}

.p-u-tech__catName {
  list-style: none;
  padding-left: 14px;
  position: relative;
  line-height: 1.5;
  font-size: 13px;
}
.p-u-tech__catName:before {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-u-tech__catName:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-u-tech__mainItemA {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1px;
  text-decoration: none;
  /* 擬似要素の下にコンテンツを出すために stacking context を作る */
  z-index: 0;
  max-width: 300px;
  /* グラデーション枠 (中抜き) */
  /* 内側の実コンテンツ（擬似要素より上に表示） */
}
@media screen and (min-width: 768px) {
  .p-u-tech__mainItemA {
    max-width: 400px;
  }
}
.p-u-tech__mainItemA::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.p-u-tech__mainItemA .p-u-tech__mainItemInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 11px;
  overflow: hidden;
  background: #fff;
}
.p-u-tech__mainItemA .p-u-tech__mainItemImgs {
  width: 58%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  display: block;
}
.p-u-tech__mainItemA .p-u-tech__mainItemImgs .p-u-tech__mainItemImg {
  width: 100%;
  height: 100%;
  display: block;
}
.p-u-tech__mainItemA .p-u-tech__mainItemImgs .p-u-tech__mainItemImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* 角丸は親の overflow:hidden により自動でクリップされるのでここで付ける必要なし */
}
.p-u-tech__mainItemA .p-u-tech__mainItemtexts {
  width: 42%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}

.p-u-tech__mainItem {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-u-tech__mainItem {
    margin-top: 0;
  }
}

.p-u-tech__mainItemText {
  padding: 0.65625rem 0.125rem;
  background: rgb(245, 245, 245);
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  color: #1053A9;
  line-height: 1.8;
  position: relative;
  border-left: 1px solid #1053A9;
}
@media screen and (min-width: 768px) {
  .p-u-tech__mainItemText {
    font-size: 12px;
    padding: 0.875rem 0.125rem;
  }
}

.p-u-tech__mainItemText:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px; /* 線の太さ */
  background: -webkit-gradient(linear, left top, right top, from(#13409A), color-stop(#0D62B4), to(#0297E1));
  background: linear-gradient(to right, #13409A, #0D62B4, #0297E1);
}

@media screen and (min-width: 768px) {
  .p-u-tech__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
  .p-u-tech__catNamesBox {
    min-width: 158px;
    width: 14.73%;
  }
  .p-u-tech__mainItems {
    width: 80.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 2.5rem;
  }
  .p-u-tech__mainItem {
    width: 46.6%;
  }
}
/* Swiper 用 */
.u-tech-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.u-tech-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-tech-swiper .swiper-slide {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.u-tech-swiper-pagination {
  position: absolute !important;
  bottom: 9px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; /* ← Swiper が inline-block を当てるので上書き */
  gap: 6px !important;
  z-index: 10;
  width: unset !important;
}

.u-tech-swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(217, 217, 217);
  opacity: 1 !important; /* Swiper デフォルトの 0.2 を潰す */
}
@media screen and (min-width: 768px) {
  .u-tech-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.u-tech-swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(19, 64, 154);
}

@media screen and (min-width: 768px) {
  .u-tech-swiper-pagination {
    bottom: 12px;
    gap: 8px;
  }
}
.p-u-tech .is-current {
  font-weight: bold;
}

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

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


.p-u-column__title {
	font-size: 1rem!important;
}
/*# sourceMappingURL=styles.css.map */
