/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* system
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
  padding-top: 93px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main {
    padding-top: 35px;
  }
}
@media (max-width: 750px) {
  main {
    padding-top: 0;
  }
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* base
--------------------------- */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #222222;
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 733, 16px);
  width: 100%;
  overflow-x: hidden;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
}

a:hover img {
  text-decoration: none;
}

a,
label,
input,
button {
  transition: all 0.4s;
}

a:hover {
  opacity: 0.7;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* l-header
--------------------------- */
.l-header {
  width: 100%;
  padding: 0;
  background: #ffffff;
  position: fixed;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  border-bottom: 2px solid #004FA5;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.l-header__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.l-header__logo {
  width: 25.8418740849%;
  max-width: 353px;
  margin-left: min(15px, 1.0980966325%);
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 50%;
  }
}
.l-header__logo a, .l-header__logo img {
  display: block;
}
.l-header__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .l-header__right {
    flex-shrink: initial;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 400px;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior-y: contain;
    padding: 100px 15px 30px;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s;
  }
  .l-header__right.active {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
  }
}
@media screen and (max-width: 767px) {
  .l-header__right {
    max-width: none;
    padding: 100px 4vw 15px;
  }
}
.l-header__nav {
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    padding: 0 1em;
  }
}
.l-header__nav-list {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: normal;
  display: flex;
  gap: 1em min(4.6852122987vw, 64px);
}
@media screen and (max-width: 1024px) {
  .l-header__nav-list {
    flex-direction: column;
  }
}
.l-header__nav-item {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0 2em;
  position: relative;
}
.l-header__nav-item a {
  text-decoration: underline;
  text-decoration-color: transparent;
}
.l-header__nav-item a:hover {
  opacity: 1;
  text-decoration-color: currentColor;
}
.l-header__contact {
  order: -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .l-header__contact {
    order: initial;
    margin-top: 30px;
    grid-template-columns: 100%;
    justify-items: center;
    row-gap: 10px;
  }
}
.l-header__contact-btn {
  display: block;
  max-width: 225px;
}
.l-header__contact-btn img {
  display: block;
  width: 100%;
}
.l-header__menu-btn {
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  cursor: pointer;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header__menu-btn {
    display: block;
  }
}
.l-header__menu-btn .button-border {
  width: 100%;
  height: 1px;
  background: #0157A8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -1px);
}
.l-header__menu-btn .button-border.top {
  top: calc(50% - 9px);
}
.l-header__menu-btn .button-border.bottom {
  top: calc(50% + 9px);
}
.l-header__menu-btn.menu-active .button-border {
  background: transparent;
  transform: translate(-50%, -1px);
}
.l-header__menu-btn.menu-active .button-border.top {
  background: #0157A8;
  top: 50%;
  transform: translate(-50%, -1px) rotate(45deg);
}
.l-header__menu-btn.menu-active .button-border.bottom {
  background: #0157A8;
  top: 50%;
  transform: translate(-50%, -1px) rotate(-45deg);
}

.sp-fixed-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-fixed-btn {
    display: block;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
  .sp-fixed-btn .l-header__contact-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-fixed-btn .l-header__contact-item {
    min-height: auto;
  }
  .sp-fixed-btn .l-header__contact-item a {
    padding: 10px 0;
  }
  .sp-fixed-btn .l-header__contact-item--tel .l-header__contact-item-text {
    padding: 0;
    font-size: 11px;
  }
}

/* l-footer
--------------------------- */
.l-footer {
  padding: 80px 0 90px;
  background: #fff;
  border-radius: 80px 80px 0 0;
  color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
    border-radius: 40px 40px 0 0;
  }
}
.l-footer__bg {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-footer__bg {
    top: 10px;
  }
}
.l-footer .l-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer .l-container {
    display: block;
  }
}
.l-footer__contact {
  grid-row: 1;
  grid-column: 1/span 2;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    margin-bottom: 20px;
  }
}
.l-footer__contact-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em;
  padding: 0 0.5em;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.4358974359em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 21 * (100vw - 767px) / 733, 39px);
  text-align: center;
  position: relative;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-footer__contact-title::before, .l-footer__contact-title::after {
  content: "";
  width: 2px;
  height: 1.2em;
  background: currentColor;
  position: absolute;
  top: 50%;
  translate: 0 -45%;
}
.l-footer__contact-title::before {
  left: 0.25em;
  rotate: -15deg;
}
.l-footer__contact-title::after {
  right: 0.25em;
  rotate: 15deg;
}
.l-footer__contact-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-footer__contact-btns {
    grid-template-columns: 100%;
    justify-items: center;
    row-gap: 10px;
  }
}
.l-footer__contact-btn {
  display: block;
  max-width: 334px;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-btn {
    max-width: 300px;
  }
}
.l-footer__contact-btn img {
  display: block;
  width: 100%;
}
.l-footer__logo {
  width: 70.6%;
  max-width: 353px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 70%;
  }
}
.l-footer__logo a, .l-footer__logo img {
  display: block;
}
.l-footer__address {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444em;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 733, 18px);
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-top: 20px;
  }
}
.l-footer__nav {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-list {
  max-width: 430px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
  gap: 0.9em 1em;
}
.l-footer__copyright {
  margin-top: 78px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

/* l-container
--------------------------- */
.l-container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-container-wide {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/* c-section
--------------------------- */
.c-section {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section--bg {
  background: #0157A8;
}
.c-section__title {
  margin-bottom: 2em;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  font-size: clamp(22px, 22px + 14 * (100vw - 767px) / 733, 36px);
  text-align: center;
}
.c-section__title .en {
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.44em;
  letter-spacing: 0.02em;
  font-size: clamp(18px, 18px + 7 * (100vw - 767px) / 733, 25px);
  color: #0157A8;
}

/* c-table
--------------------------- */
.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .c-table th,
  .c-table td {
    padding: 10px;
  }
}
.c-table th:first-of-type,
.c-table td:first-of-type {
  border-top: 1px solid #222222;
}
.c-table th {
  width: 25%;
  vertical-align: middle;
  color: #222222;
  font-weight: bold;
  background: #008BC9;
}
.c-table td {
  background: #ffffff;
}
.c-table tr:last-child th {
  border-bottom: 1px solid #222222;
}

/* c-form
--------------------------- */
.c-form {
  width: 100%;
}
.c-form th,
.c-form td {
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .c-form th,
  .c-form td {
    padding: 10px 0;
  }
}
.c-form th {
  width: 22%;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .c-form th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-form th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-form td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.c-form td input,
.c-form td textarea,
.c-form td select {
  padding: 10px;
  width: 100%;
  background: #eeeeee;
}
.c-form td input[type=radio] {
  width: auto;
}
.c-form__select {
  position: relative;
}
.c-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 5%;
  background: #0157A8;
  height: 8.6602540378px;
  width: 10px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.c-form__half {
  display: flex !important;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__half {
    flex-direction: column;
    gap: 10px;
  }
}
.c-form__privacy {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-form__privacy {
    padding: 10px 0;
  }
}
.c-form__privacy h2 {
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 733, 20px);
  margin-bottom: 20px;
  font-weight: bold;
}
.c-form__privacy h3 {
  font-weight: bold;
}
.c-form__privacy p {
  margin: 20px 0;
}
.c-form__privacy .box {
  padding: 10px;
  border: solid 1px #686868;
  margin: 0 0 0 auto;
  width: 70%;
  max-height: 240px;
  overflow-y: scroll;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-form__privacy .box {
    width: 100%;
  }
}
.c-form__btn {
  text-align: center;
  width: 100%;
}
.c-form__btn span {
  position: relative;
}
.c-form__btn span::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #0157A8;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  transition: all 0.4s;
}
.c-form__btn .wpcf7-spinner {
  display: inline-block;
  margin: 10px auto;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-form__btn.c-btn {
    margin: 50px 0 0;
  }
}

.c-form-required {
  color: #ffffff;
  background: #0157A8;
  padding: 5px;
  font-size: 12px;
  margin-left: 10px;
}

.wpcf7-radio .first {
  margin-right: 10px;
}
.wpcf7-acceptance {
  text-align: center;
  display: block;
}
.wpcf7-submit {
  color: #0157A8;
  border: 1px solid #0157A8;
  background: #ffffff;
  font-weight: bold;
  max-width: 360px;
  width: 100%;
  padding: 16px 15px;
}
.wpcf7 input:hover {
  cursor: pointer;
}
.wpcf7-list-item {
  margin: 0;
}

/* c-mainv
--------------------------- */
.c-mainv {
  aspect-ratio: 1366/500;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-mainv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv {
    aspect-ratio: 375/200;
    padding-top: 50px;
  }
}
.c-mainv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.2);
  mix-blend-mode: multiply;
}
.c-mainv__thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-mainv__box {
  width: 90%;
  max-width: 1000px;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
.c-mainv__title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.c-mainv__title--jp {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.38em;
  letter-spacing: 0.05em;
  font-size: clamp(25px, 25px + 15 * (100vw - 767px) / 733, 40px);
  display: block;
}
.c-mainv__title--en {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3333333333em;
  letter-spacing: 0.02em;
  font-size: clamp(15px, 15px + 15 * (100vw - 767px) / 733, 30px);
  display: block;
}

.p-not .c-mainv::after {
  background: url(../img/home/fv.jpg) no-repeat 50% 50%/cover;
}
.p-not .btn-box {
  text-align: center;
  margin: 30px auto 0;
}

/* c-breadcrumb
--------------------------- */
.c-breadcrumb {
  padding: 10px 0;
  text-align: left;
}
.c-breadcrumb__list li {
  display: inline-block;
  margin-right: 2em;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667em;
  letter-spacing: 0.05em;
}
.c-breadcrumb__list li::after {
  content: ">";
  position: absolute;
  right: -1.5em;
}
.c-breadcrumb__list li a:hover {
  color: #0157A8;
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}

/* c-btn
--------------------------- */
.c-btn {
  min-width: 362px;
  max-width: 100%;
  min-height: 74px;
  padding: 10px 1.2em;
  background: var(--btn-color, linear-gradient(-45deg, #2d87ea 0%, #008bc9 100%));
  color: var(--btn-color-txt, #ffffff);
  border-radius: 20em;
  font-weight: bold;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.3em;
       column-gap: 1.3em;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .c-btn {
    min-width: 300px;
  }
}
.c-btn::after {
  content: "";
  width: 8px;
  aspect-ratio: 8/11;
  background: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.c-btn--white {
  --btn-color: #ffffff;
  --btn-color-txt: #222222;
  border: 1px solid #0157A8;
}
.c-btn--white::after {
  background: #0157A8;
}
.c-btn--white:hover {
  background: #0157A8;
  color: var(--btn-color);
  opacity: 1;
}
.c-btn--white:hover::after {
  background: currentColor;
}

.c-btn-wrap {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn-wrap {
    margin-top: 40px;
  }
}

/* c-pagination
--------------------------- */
.c-pagination {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .c-pagination {
    margin-top: 50px;
  }
}
.c-pagination__list {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-pagination .page-numbers {
  padding: 0;
  width: 30px;
  height: 30px;
  color: #0157A8;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  background: #ffffff;
  border: 1px solid #0157A8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    padding: 0px 11px;
  }
}
.c-pagination .page-numbers.current {
  color: #ffffff;
  background: #0157A8;
}
.c-pagination .page-numbers.dots {
  background: none;
  border: none;
  color: #222222;
  pointer-events: none;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  position: relative;
  transition: all 0.4s;
}
.c-pagination .page-numbers.prev::after, .c-pagination .page-numbers.next::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #0157A8;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  transition: all 0.4s;
}
.c-pagination .page-numbers.prev::after, .c-pagination .page-numbers.next::after {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.c-pagination .page-numbers.prev::after {
  scale: -1 1;
}
.c-pagination .page-numbers:hover {
  background: #0157A8;
  border: 1px solid #0157A8;
  color: #ffffff;
}
.c-pagination .page-numbers:hover.dots {
  background: none;
  border: none;
}
.c-pagination .page-numbers:hover.prev::after, .c-pagination .page-numbers:hover.next::after {
  background: #ffffff;
}

/*-------------------
 * project
 -------------------*/
/* p-home
--------------------------- */
.p-home__mainv {
  aspect-ratio: 1366/680;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home__mainv {
    aspect-ratio: 375/500;
  }
}
.p-home__mainv-bg {
  width: 93.0453879941%;
  height: 100%;
  margin-left: auto;
  border-radius: 80px 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-home__mainv-bg {
    border-radius: 40px 0 0 0;
    -o-object-position: 67% center;
       object-position: 67% center;
  }
}
.p-home__mainv-title {
  margin-top: 0.5em;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.4461538462em;
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 35 * (100vw - 767px) / 733, 65px);
  line-height: 1.2;
  color: #ffffff;
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1024px) {
  .p-home__mainv-title {
    padding-left: 1em;
  }
}
.p-home__mainv-title .small {
  font-size: 81.5384615385%;
}
.p-home__mainv-title .en {
  display: block;
  margin-top: 10px;
  font-size: 40%;
}

.p-home__nav {
  max-width: 845px;
  padding: 40px 0;
}
.p-home__nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-home__nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
}
.p-home__nav a {
  min-height: 126px;
  padding: 20px 5px 26px;
  border: 1px solid #0157A8;
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home__nav a {
    border-radius: 20px;
  }
}
.p-home__nav a::after {
  content: "";
  width: 9px;
  aspect-ratio: 9/5;
  background-color: #0157A8;
  -webkit-mask-image: url(../img/common/arrow-down.svg);
          mask-image: url(../img/common/arrow-down.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  bottom: 12px;
  left: 50%;
  translate: -50% 0;
}
.p-home__nav a img {
  flex-grow: 1;
}

.p-home__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 0 * (100vw - 767px) / 733, 24px);
  color: #0157A8;
}
.p-home__title-line1 {
  margin-bottom: 10px;
  font-size: clamp(26px, 26px + 10 * (100vw - 767px) / 733, 36px);
  display: flex;
  align-items: baseline;
}
.p-home__title-line1 .large {
  font-size: clamp(28px, 28px + 20 * (100vw - 767px) / 733, 48px);
}
.p-home__title-icon {
  align-self: center;
  max-height: 1em;
  margin-right: 17px;
  font-size: clamp(22px, 22px + 26 * (100vw - 767px) / 733, 48px);
  -o-object-fit: contain;
     object-fit: contain;
}

.p-home__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 2.8em;
  grid-auto-flow: dense;
}
@media screen and (max-width: 767px) {
  .p-home__grid {
    grid-template-columns: 100%;
    row-gap: 0;
    grid-auto-flow: initial;
  }
}
.p-home__grid-text {
  grid-column: var(--txt-position, auto);
}
@media screen and (max-width: 767px) {
  .p-home__grid-text {
    display: contents;
  }
}
.p-home__grid-text p {
  line-height: 2;
}
.p-home__grid-btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-home__grid-btn {
    order: 99;
    text-align: center;
  }
}
.p-home__grid-image {
  grid-column: var(--img-position, auto);
}
@media screen and (max-width: 767px) {
  .p-home__grid-image {
    margin-top: 40px;
  }
}
.p-home__grid-image > img {
  border-radius: 20px;
}
.p-home__grid--reverse {
  --txt-position: 2;
  --img-position: 1;
}

@media screen and (max-width: 767px) {
  #staff .p-home__grid-image {
    width: 50%;
    margin: 0 auto;
  }
}

.p-home__work,
.p-home__feature {
  background: #F7F7F7;
}

.p-home__news {
  background: #f7f7f7;
}

.p-home__staff {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-home__staff {
    padding-bottom: 50px;
  }
}

.p-home__feature .p-home__grid {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__feature .p-home__grid {
    align-items: initial;
  }
}

.p-home__recruit {
  background: linear-gradient(-45deg, #2D87EA 0%, #008BC9 100%);
  color: #ffffff;
}
.p-home__recruit h2 {
  margin-bottom: 1em;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4523809524em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 18 * (100vw - 767px) / 733, 42px);
  text-align: center;
}
.p-home__recruit h3 {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.5416666667em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 733, 24px);
  text-align: center;
}
.p-home__recruit p {
  text-align: center;
}
.p-home__recruit-links {
  margin-bottom: 57px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 1.5em;
}
@media screen and (max-width: 767px) {
  .p-home__recruit-links {
    margin-bottom: 40px;
    grid-template-columns: 100%;
  }
}
.p-home__recruit-link img {
  width: 100%;
}
.p-home__recruit-btn {
  margin-top: 24px;
  text-align: center;
}

.p-home__news-grid {
  max-width: 810px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 70%;
  align-items: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 767px) {
  .p-home__news-grid {
    display: block;
  }
}
.p-home__news-grid h2 {
  padding-left: 1em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4285714286em;
  letter-spacing: normal;
  font-size: clamp(24px, 24px + 4 * (100vw - 767px) / 733, 28px);
}
@media screen and (max-width: 767px) {
  .p-home__news-grid h2 {
    margin-bottom: 1em;
    padding-left: 0;
    text-align: center;
  }
}
.p-home__news-grid ul {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
}
.p-home__news-item {
  display: grid;
  grid-template-columns: 5.5em 1fr;
}
.p-home__news-item-date {
  font-weight: bold;
  color: #8D8D8D;
}
.p-home__news-item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 733, 18px);
  text-decoration: underline;
}
.p-home__news-item:hover .p-home__news-item-title {
  text-decoration: none;
}
.p-home__news-btn {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home__news-btn {
    margin-top: 40px;
  }
}

/* p-job
--------------------------- */
/* p-career
--------------------------- */
.p-career-mainv::before {
  background-image: url(../img/career/mainv.jpg);
}

/* p-merit
--------------------------- */
/* p-interview
--------------------------- */
/* p-company
--------------------------- */
/* p-contact
--------------------------- */
#p-contact {
  padding-bottom: 100px;
}
#p-contact-mainv::before {
  background-image: url(../img/contact/mainv.jpg);
}
#p-contact dl {
  display: flex;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #p-contact dl {
    flex-direction: column;
  }
}
#p-contact dl:not(#p-contact dl:first-of-type) {
  margin: 30px auto 0;
}
#p-contact dl dt {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #p-contact dl dt {
    width: 100%;
  }
}
#p-contact dl dt span {
  color: #ea2d2d;
  font-size: 80%;
  margin-left: 10px;
}
#p-contact dl dd {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #p-contact dl dd {
    width: 100%;
  }
}
#p-contact dl dd input,
#p-contact dl dd textarea {
  border: 1px solid #a6a2a2;
  padding: 10px;
  width: 100%;
}
#p-contact .p-contact__grid-btn {
  margin: 50px auto 0;
  text-align: center;
}
#p-contact .p-contact__grid-btn .c-btn {
  width: 50%;
}

.p-thanks-mainv::before {
  background-image: url(../img/contact/mainv.jpg);
}

/* p-news
--------------------------- */
.p-news-mainv {
  background: url(../img/news/fv.jpg) no-repeat center/cover;
}
.p-news-archive__item {
  border-bottom: 1px solid #0157A8;
}
.p-news-archive__item a {
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-news-archive__item a {
    padding: 10px 25px 10px 0;
  }
}
.p-news-archive__item a::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #0157A8;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  transition: all 0.4s;
}
.p-news-archive__item a:hover::after {
  right: 0;
}
.p-news-archive__data {
  color: #0157A8;
  font-weight: 500;
}
.p-news-single__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1111111111em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 16 * (100vw - 767px) / 733, 36px);
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .p-news-single__title {
    margin-bottom: 25px;
  }
}
.p-news-single__date {
  color: #0157A8;
}
.p-news-single__article {
  /*
  p {
  	margin-bottom: 20px;
  }
  img {
  	margin: 0 auto;
  }
  a {
  	border-bottom: 1px solid $black;
  }
  ul {
  	padding-left: 1.2em;
  	li {
  		text-indent: -1.2em;
  		margin-bottom: 10px;
  		&::before {
  			content: "";
  			background: $black;
  			width: 8px;
  			height: 8px;
  			border-radius: 50%;
  			display: inline-block;
  			vertical-align: middle;
  			margin-right: 10px;
  		}
  	}
  }
  ol {
  	padding-left: 1.8em;
  	li {
  		counter-increment: cnt;
  		text-indent: -1.8em;
  		margin-bottom: 10px;
  		&::before {
  			content: counter(cnt) ".";
  			margin-right: 10px;
  		}
  	}
  }
  */
}
.p-news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .p-news-pagination {
    margin-top: 50px;
  }
}
.p-news-pagination .top .c-btn {
  width: 100%;
  max-width: 200px;
  min-width: auto;
  margin-top: 0;
  background: #ffffff;
  border-radius: 0;
  color: #0157A8;
  font-weight: 500;
  font-size: 18px;
}
.p-news-pagination .top .c-btn::after {
  display: none;
}
.p-news-pagination .top .c-btn:hover {
  background: #0157A8;
  color: #ffffff;
}
.p-news-pagination .prev a,
.p-news-pagination .next a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #0157A8;
  width: 30px;
  height: 30px;
  position: relative;
}
.p-news-pagination .prev a::after,
.p-news-pagination .next a::after {
  content: "";
  width: 6px;
  aspect-ratio: 5/10;
  background-color: #0157A8;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -50%;
  transition: all 0.4s;
}
.p-news-pagination .prev a::after,
.p-news-pagination .next a::after {
  right: 50%;
  translate: 50% -50%;
}
.p-news-pagination .prev a:hover,
.p-news-pagination .next a:hover {
  background: #0157A8;
}
.p-news-pagination .prev a:hover::after,
.p-news-pagination .next a:hover::after {
  background: #ffffff;
}
.p-news-pagination .prev a::after {
  scale: -1 1;
}

.p-news-single {
  margin: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p-news-single {
    margin: 50px 0;
  }
}

/* page block */
.p-news-single__article {
  line-height: 1.6;
  font-weight: 500;
}
.p-news-single__article :where(a:not([class])) {
  color: #0157A8;
  text-decoration: underline;
}
.p-news-single__article :where(a:not([class])):hover {
  opacity: 0.6;
}
.p-news-single__article :where(* + p) {
  margin-top: 1em;
}
.p-news-single__article h2 {
  margin-bottom: 1.9em;
  font-size: 2.25em;
  line-height: 1.3888888889;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h2 {
    font-size: 1.7em;
  }
}
.p-news-single__article h3 {
  margin-bottom: 1.5em;
  padding-left: 1em;
  font-size: 2em;
  line-height: 1.3939393939;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h3 {
    font-size: 1.5em;
  }
}
.p-news-single__article h3::before {
  content: "";
  width: 5px;
  height: 1em;
  background: #0157A8;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.p-news-single__article h4 {
  margin-bottom: 0.77em;
  padding-bottom: 5px;
  font-size: 1.625em;
  line-height: 1.3846153846;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h4 {
    font-size: 1.3em;
  }
}
.p-news-single__article h4::before, .p-news-single__article h4::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #78BF8E;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-news-single__article h4::after {
  width: 18.3333333333%;
  background: #0157A8;
  z-index: 2;
}
.p-news-single__article h5 {
  margin-bottom: 0.83em;
  font-size: 1.5em;
  line-height: 1.3846153846;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h5 {
    font-size: 1.2em;
  }
}
.p-news-single__article h6 {
  font-size: 1.25em;
  line-height: 1.25;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-news-single__article h6 {
    font-size: 1.05em;
  }
}
.p-news-single__article .wp-block-heading {
  margin-top: 50px;
}
.p-news-single__article .wp-block-heading:first-child {
  margin-top: 0;
}
.p-news-single__article .wp-block-heading:last-child {
  margin-bottom: 0;
}
.p-news-single__article :where(* + ul, * + ol) {
  margin-top: 1em;
}
.p-news-single__article :where(ul, ol) li + li {
  margin-top: 1em;
}
.p-news-single__article :where(ul, ol) li ul, .p-news-single__article :where(ul, ol) li ol {
  margin-top: 1em;
  counter-reset: list-counter;
}
.p-news-single__article :where(ul):not(.u-checklist) {
  font-weight: normal;
}
.p-news-single__article :where(ul):not(.u-checklist) > li {
  padding-left: calc(12px + 1em);
  position: relative;
}
.p-news-single__article :where(ul):not(.u-checklist) > li::before {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background: var(--list-color1, #0157A8);
  border: 1px solid var(--list-color2, #0157A8);
  border-radius: 50%;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.p-news-single__article :where(ul) ul {
  --list-color1: none;
}
.p-news-single__article :where(ul) ul ul {
  --list-color1: #0157A8;
}
.p-news-single__article :where(ol) > li {
  padding-left: 2.25em;
  position: relative;
  counter-increment: list-counter;
}
.p-news-single__article :where(ol) > li::before {
  content: counter(list-counter, decimal-leading-zero) ".";
  font-size: calc(1em + 2px);
  color: #0157A8;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
.p-news-single__article .wp-block-table {
  margin-top: 1em;
  font-weight: normal;
}
.p-news-single__article .wp-block-table thead, .p-news-single__article .wp-block-table tfoot, .p-news-single__article .wp-block-table th, .p-news-single__article .wp-block-table td {
  border-width: 1px;
}
.p-news-single__article .wp-block-table th, .p-news-single__article .wp-block-table td {
  padding: 1em 0.5em;
  vertical-align: middle;
}
.p-news-single__article .wp-block-table th {
  background: #008BC9;
  color: #0157A8;
  font-size: 1.25em;
  font-weight: bold;
}
.p-news-single__article .wp-block-table.is-style-regular th, .p-news-single__article .wp-block-table.is-style-regular td {
  border-color: #222222;
}
.p-news-single__article .wp-block-table.u-first-th td:first-child {
  background: #008BC9;
  color: #0157A8;
  font-size: 1.25em;
  font-weight: bold;
}
.p-news-single__article .wp-block-table.is-style-stripes thead, .p-news-single__article .wp-block-table.is-style-stripes tfoot, .p-news-single__article .wp-block-table.is-style-stripes th, .p-news-single__article .wp-block-table.is-style-stripes td {
  border-width: 0;
}
.p-news-single__article table:not(.has-fixed-layout) th, .p-news-single__article table:not(.has-fixed-layout) td {
  white-space: nowrap;
}
.p-news-single__article .wp-block-details {
  padding: 1.125em 1em;
  border-bottom: 0.1rem solid #4C4C4C;
}
.p-news-single__article .wp-block-details[open] summary + * {
  margin-top: 1.125em;
}
.p-news-single__article .wp-block-details[open] summary::after {
  rotate: 270deg;
  background-color: #0157A8;
}
.p-news-single__article .wp-block-details summary {
  padding-right: 2em;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.p-news-single__article .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.p-news-single__article .wp-block-details summary::before, .p-news-single__article .wp-block-details summary::after {
  position: absolute;
  top: 0.5lh;
  translate: 0 -50%;
}
.p-news-single__article .wp-block-details summary::after {
  content: "";
  width: 0.5em;
  aspect-ratio: 7/15;
  background-color: #0157A8;
  -webkit-mask-image: url(../img/common/btn_arrow.svg);
          mask-image: url(../img/common/btn_arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  right: 0.25em;
  rotate: 90deg;
}
.p-news-single__article .wp-block-details.u-qa-details {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
}
.p-news-single__article .wp-block-details.u-qa-details summary, .p-news-single__article .wp-block-details.u-qa-details[open] summary + * {
  padding-left: 2.3em;
}
.p-news-single__article .wp-block-details.u-qa-details summary::before, .p-news-single__article .wp-block-details.u-qa-details[open] summary + *::before {
  content: "Q";
  width: 1.95em;
  aspect-ratio: 1/1;
  background: #0157A8;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.8em;
  left: -1em;
  translate: 0 -50%;
  scale: 1.375;
  transform-origin: left center;
}
@media screen and (max-width: 767px) {
  .p-news-single__article .wp-block-details.u-qa-details summary::before, .p-news-single__article .wp-block-details.u-qa-details[open] summary + *::before {
    line-height: 1.6;
    top: 0.5lh;
  }
}
.p-news-single__article .wp-block-details.u-qa-details[open] summary + * {
  margin-top: 2.6875em;
  position: relative;
}
.p-news-single__article .wp-block-details.u-qa-details[open] summary + *::before {
  content: "A";
  background: #E4AC00;
  color: #0157A8;
}
.p-news-single__article :where(* .wp-block-group, .wp-block-column).has-background {
  padding: 15px;
}
.p-news-single__article > .wp-block-group {
  margin: 100px 0;
}
@media screen and (max-width: 1024px) {
  .p-news-single__article > .wp-block-group {
    margin: 50px 0;
  }
}
.p-news-single__article > .wp-block-group.has-background {
  margin: 0;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-news-single__article > .wp-block-group.has-background {
    margin: 0;
    padding: 50px 0;
  }
}
.p-news-single__article > .wp-block-group.has-background::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: var(--bg-color);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.p-news-single__article .is-layout-grid {
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .p-news-single__article .is-layout-grid {
    gap: 1.2em;
  }
}
.p-news-single__article iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.p-news-single__article .custom-block-frame {
  --padding-side: min(8.6956521739%, 50px);
  background: #ffffff;
  border: 1px solid #0157A8;
}
.p-news-single__article .custom-block-frame-title {
  padding: 1em var(--padding-side);
  background: #0157A8;
  color: #ffffff;
}
.p-news-single__article .custom-block-frame-title h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.44em;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 16px + 9 * (100vw - 767px) / 733, 25px);
  text-align: center;
}
.p-news-single__article .custom-block-frame-title h3::before {
  content: none;
}
.p-news-single__article .custom-block-frame-contents {
  padding: 2em var(--padding-side);
}
.p-news-single__article .custom-block-frame-contents-icon {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-news-single__article .custom-block-frame-contents-icon {
    margin-bottom: 20px;
  }
}
.p-news-single__article .custom-block-point {
  padding: min(3.4782608696%, 20px) min(6.0869565217%, 35px);
  background: #ffffff;
  border: 1px solid #0157A8;
  line-height: 1.625;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: min(6.958250497%, 35px);
       column-gap: min(6.958250497%, 35px);
}
.p-news-single__article .custom-block-point-title {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.44em;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 16px + 9 * (100vw - 767px) / 733, 25px);
}
.p-news-single__article .custom-block-point-title::before {
  content: none;
}
.p-news-single__article .custom-block-point-text {
  flex-grow: 1;
}
.p-news-single__article .custom-block-point-img {
  flex-shrink: 0;
  width: 30%;
}
.p-news-single__article .custom-block-point-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-news-single__article .border-style1 .custom-block-frame,
.p-news-single__article .border-style1 .custom-block-point {
  border-width: 3px;
  border-radius: 10px;
}
.p-news-single__article .is-layout-grid > .wp-block-lazyblock-frame-item .custom-block-frame,
.p-news-single__article .is-layout-grid > .wp-block-lazyblock-frame-item .custom-block-point, .p-news-single__article .is-layout-grid > .wp-block-lazyblock-point-item .custom-block-frame,
.p-news-single__article .is-layout-grid > .wp-block-lazyblock-point-item .custom-block-point {
  height: 100%;
}

/* p-works
--------------------------- */
/* p-recruit
--------------------------- */
/*-------------------
 * object
 -------------------*/
.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex;
}

.u-text-center {
  text-align: center;
}
.u-text-white {
  color: #ffffff;
}

.u-mt50 {
  margin-top: 50px;
}

.u-text--green {
  color: #0157A8;
}

.u-text--yellow {
  color: #008BC9;
}

.u-underline {
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.39em;
  text-decoration-color: #008BC9;
}

.u-icon-tel {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_tel.svg);
          mask-image: url(../img/common/icon_tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-mail {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_mail.svg);
          mask-image: url(../img/common/icon_mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-car {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_car.svg);
          mask-image: url(../img/common/icon_car.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-inspection {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_inspection.svg);
          mask-image: url(../img/common/icon_inspection.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-repair {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_repair.svg);
          mask-image: url(../img/common/icon_repair.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-sale {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_sale.svg);
          mask-image: url(../img/common/icon_sale.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-coating {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_coating.svg);
          mask-image: url(../img/common/icon_coating.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-icon-insurance {
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/icon_insurance.svg);
          mask-image: url(../img/common/icon_insurance.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.u-checklist {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 733, 18px);
  list-style: none;
}
.u-checklist li {
  padding-left: calc(1.5em + 10px);
  position: relative;
}
.u-checklist li::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0.5lh;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .u-checklist li::before {
    width: 1.2em;
    height: 1.2em;
  }
}
.u-checklist li + li {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .u-checklist li + li {
    margin-top: 1em;
  }
}




/* 記事デザイン20250213add
----------------------------------- */
.p-article-single__body h2.wp-block-heading {margin: 2.8rem 0;background: #fff3cc;text-align: left;border: none;border-left: 4.5px solid #0158A8;font-size: 2.8rem;font-weight: 600;color: #333;line-height: 1.7;padding: 9px 20px 9px 25px;}
.p-article-single__body h2.wp-block-heading:before {content:none;}
.p-article-single__body h2.wp-block-heading:after {content:none;}
.p-article-single__body h3.wp-block-heading {display: flex;margin-top: 40px;position: relative;font-size: 2.25rem;font-weight: 600;line-height: 1.7;text-align: left;margin-bottom: 30px;margin-top: 0;border-bottom: solid 1px #0158A8;}
.p-article-single__body h4.wp-block-heading {font-weight: bold;font-size: 2rem;}
@media screen and (max-width: 768px) {#sub_contents h2.wp-block-heading {margin: 2.2rem 0;font-size: 2.2rem;}    
.p-article-single__body h3.wp-block-heading {font-size: 2rem;}}