

/* ああああ */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --headerPc: 110px;
  --headerSp: 80px;
}

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "源ノ明朝";
  src: url(../../fonts/SourceHanSerif/SourceHanSerif-Bold.otf);
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", sans-serif;
  color: #212121;
  font-size: 16px;
  background-color: #f5f5f5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.7;
}

address {
  font-style: unset;
}

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

.l-footer {
  padding: 0 50px 20px;
  background-color: #f5f5f5;
  font-size: 18px;
  border-top: 1px solid #000;
}
.l-footer .l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 80px;
  margin: 0 auto;
  max-width: 1040px;
}
.l-footer .l-footerCompanyArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 51px;
}
.l-footer .l-footerLogo__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-footer .l-footerLogo__image {
  width: min(15.486vw, 223px);
}
.l-footer .l-footerLogo__title {
  padding-top: 16px;
  font-weight: bold;
}
.l-footer .l-footerLogo__title .l-footerLogo__title__corp {
  display: block;
  font-size: clamp(10px, 1.6666666667vw, 24px);
  line-height: 1;
}
.l-footer .l-footerLogo__title .l-footerLogo__title__name {
  display: block;
  font-size: clamp(10px, 2.5vw, 36px);
}
.l-footer .l-footerAddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
}
.l-footer .l-footerAddress .l-footerAddress__postCode {
  display: block;
}
.l-footer .l-footerAddress .l-footerAddress__tel {
  margin-top: 32px;
}
.l-footer .l-footerMenu .l-footerMenu__item + .l-footerMenu__item {
  margin-top: 30px;
}
.l-footer .l-footerMenu .l-footerMenu__link {
  display: block;
  color: #212121;
  font-weight: bold;
  font-size: 18px;
}
.l-footer .l-footerHumbButton {
  display: none;
}
.l-footer .l-footerHumbGnav {
  display: none;
}
.l-footer .l-footerCopyright {
  display: block;
  text-align: center;
  margin-top: 100px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 0 0 20px 0;
    font-size: 17px;
  }
  .l-footer .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 30px 20px 17px;
  }
  .l-footer .l-footerCompanyArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer .l-footerLogo__image {
    width: 70px;
  }
  .l-footer .l-footerLogo__title {
    padding-top: 20px;
    font-weight: bold;
    text-align: center;
  }
  .l-footer .l-footerLogo__title .l-footerLogo__title__corp {
    display: inline;
    line-height: inherit;
    font-size: 18px;
  }
  .l-footer .l-footerLogo__title .l-footerLogo__title__name {
    display: inline;
    line-height: inherit;
    font-size: 18px;
  }
  .l-footer .l-footerAddress {
    margin: 30px 0 0 0;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .l-footer .l-footerAddress .l-footerAddress__tel {
    margin-top: 0;
  }
  .l-footer .l-footerMenu {
    display: block;
    padding-top: 30px;
    border-top: 1px solid #212121;
  }
  .l-footer .l-footerMenu .l-footerMenu__item {
    padding: 0;
    border: 0;
  }
  .l-footer .l-footerMenu .l-footerMenu__item + .l-footerMenu__item {
    margin-top: 5px;
  }
  .l-footer .l-footerMenu .l-footerMenu__link {
    display: block;
    font-size: 18px;
    font-weight: 500;
  }
  .l-footer .l-footerCopyright {
    margin-top: 26px;
  }
}
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 110px;
  background-color: #f5f5f5;
  z-index: 999;
}
.l-header .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
}
.l-header .l-headerLogo .l-headerLogo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 21px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #212121;
}
.l-header .l-headerLogo .l-headerLogo__image {
  width: 100px;
}
.l-header .l-headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header .l-headerMenu .l-headerMenu__item {
  padding: 0 13px;
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
}
.l-header .l-headerMenu .l-headerMenu__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.l-header .l-headerMenu .l-headerMenu__item:last-child {
  padding-right: 0;
  border-right: 0;
}
.l-header .l-headerMenu .l-headerMenu__item__link {
  display: block;
  padding: 4px 0;
  color: #212121;
  font-weight: bold;
  font-size: clamp(10px, 1.25vw, 18px);
  line-height: 1;
}
.l-header .l-headerHumbButton {
  display: none;
}
.l-header .l-headerHumbGnav {
  padding: 0;
  width: 100%;
  height: 0;
  background-color: #f5f5f5;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .l-header {
    min-height: 80px;
  }
  .l-header .l-header__inner {
    padding: 21px 20px 22px;
  }
  .l-header .l-headerLogo .l-headerLogo__image {
    width: 106px;
  }
  .l-header .l-headerLogo .l-headerLogo__title__corp {
    font-size: 10px;
  }
  .l-header .l-headerLogo .l-headerLogo__title__name {
    font-size: 18px;
  }
  .l-header .l-headerHumbButton {
    display: block;
  }
  .l-header .l-headerGnav {
    display: none;
  }
  .l-header .l-headerHumbButton {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
  }
  .l-header .l-headerHumbButton::before, .l-header .l-headerHumbButton::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #212121;
  }
  .l-header .l-headerHumbButton::before {
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header .l-headerHumbButton::after {
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header .l-headerHumbButton .l-headerHumbButton__line {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #212121;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-header .l-headerHumbGnav {
    padding: 0;
    width: 100%;
    height: 0;
    background-color: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .l-header .l-headerHumbMenu__link {
    display: block;
    padding: 15px 0;
    color: #212121;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1;
  }
  .l-header .l-headerHumbOverlay {
    position: fixed;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
  }
  body:has(.is-open.l-header) {
    position: fixed;
    width: 100%;
  }
  .is-open.l-header .l-headerHumbButton {
    display: block;
    background-color: #f5f5f5;
  }
  .is-open.l-header .l-headerHumbButton::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is-open.l-header .l-headerHumbButton::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .is-open.l-header .l-headerHumbButton .l-headerHumbButton__line {
    display: none;
  }
  .is-open .l-headerHumbGnav {
    padding: 73px 92px;
    height: 704px;
    opacity: 1;
    visibility: visible;
  }
  .is-open .l-headerHumbOverlay {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
.l-main {
  padding-top: 110px;
}

@media (max-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}
.l-floatingArea {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.c-toTopButton {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  background-color: #0054A7;
  border: 1px solid #f5f5f5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.is-show.c-toTopButton {
  opacity: 1;
  visibility: visible;
}

.c-toTopButton::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 769px) {
  .u-mtPc20 {
    margin-top: 20px !important;
  }
  .u-mtPc40 {
    margin-top: 40px !important;
  }
  .u-mtPc60 {
    margin-top: 60px !important;
  }
  .u-mtPc80 {
    margin-top: 80px !important;
  }
  .u-mtPc100 {
    margin-top: 100px !important;
  }
  .u-mtPc120 {
    margin-top: 120px !important;
  }
  .u-mtPc140 {
    margin-top: 140px !important;
  }
  .u-mtPc160 {
    margin-top: 160px !important;
  }
  .u-mtPc90 {
    margin-top: 90px !important;
  }
  .u-fzPc10 {
    font-size: 10px !important;
  }
  .u-fzPc12 {
    font-size: 12px !important;
  }
  .u-fzPc14 {
    font-size: 14px !important;
  }
  .u-fzPc16 {
    font-size: 16px !important;
  }
  .u-fzPc18 {
    font-size: 18px !important;
  }
  .u-fzPc20 {
    font-size: 20px !important;
  }
  .u-fzPc22 {
    font-size: 22px !important;
  }
  .u-fzPc24 {
    font-size: 24px !important;
  }
  .u-fzPc26 {
    font-size: 26px !important;
  }
  .u-fzPc28 {
    font-size: 28px !important;
  }
  .u-fzPc30 {
    font-size: 30px !important;
  }
  .u-fzPc32 {
    font-size: 32px !important;
  }
  .u-fzPc34 {
    font-size: 34px !important;
  }
  .u-fzPc36 {
    font-size: 36px !important;
  }
  .u-fzPc38 {
    font-size: 38px !important;
  }
  .u-fzPc40 {
    font-size: 40px !important;
  }
  .u-fzPc42 {
    font-size: 42px !important;
  }
  .u-fzPc44 {
    font-size: 44px !important;
  }
  .u-fzPc46 {
    font-size: 46px !important;
  }
  .u-fzPc48 {
    font-size: 48px !important;
  }
  .u-fzPc50 {
    font-size: 50px !important;
  }
  .u-fzPc52 {
    font-size: 52px !important;
  }
  .u-fzPc54 {
    font-size: 54px !important;
  }
  .u-fzPc56 {
    font-size: 56px !important;
  }
  .u-fzPc58 {
    font-size: 58px !important;
  }
  .u-fzPc60 {
    font-size: 60px !important;
  }
  .u-fzPc72 {
    font-size: 72px !important;
  }
  .u-fzPc74 {
    font-size: 74px !important;
  }
  .u-fzPc76 {
    font-size: 76px !important;
  }
  .u-fzPc78 {
    font-size: 78px !important;
  }
  .u-fzPc80 {
    font-size: 80px !important;
  }
}
@media (max-width: 768px) {
  .u-mtSp20 {
    margin-top: 20px !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
  }
  .u-fzSp10 {
    font-size: 10px !important;
  }
  .u-fzSp12 {
    font-size: 12px !important;
  }
  .u-fzSp14 {
    font-size: 14px !important;
  }
  .u-fzSp16 {
    font-size: 16px !important;
  }
  .u-fzSp18 {
    font-size: 18px !important;
  }
  .u-fzSp20 {
    font-size: 20px !important;
  }
  .u-fzSp22 {
    font-size: 22px !important;
  }
  .u-fzSp24 {
    font-size: 24px !important;
  }
  .u-fzSp26 {
    font-size: 26px !important;
  }
  .u-fzSp28 {
    font-size: 28px !important;
  }
  .u-fzSp30 {
    font-size: 30px !important;
  }
  .u-fzSp32 {
    font-size: 32px !important;
  }
  .u-fzSp34 {
    font-size: 34px !important;
  }
  .u-fzSp36 {
    font-size: 36px !important;
  }
  .u-fzSp38 {
    font-size: 38px !important;
  }
  .u-fzSp40 {
    font-size: 40px !important;
  }
  .u-fzSp42 {
    font-size: 42px !important;
  }
  .u-fzSp44 {
    font-size: 44px !important;
  }
  .u-fzSp46 {
    font-size: 46px !important;
  }
  .u-fzSp48 {
    font-size: 48px !important;
  }
  .u-fzSp50 {
    font-size: 50px !important;
  }
  .u-fzSp52 {
    font-size: 52px !important;
  }
  .u-fzSp54 {
    font-size: 54px !important;
  }
  .u-fzSp56 {
    font-size: 56px !important;
  }
  .u-fzSp58 {
    font-size: 58px !important;
  }
  .u-fzSp60 {
    font-size: 60px !important;
  }
  .u-fzSp72 {
    font-size: 72px !important;
  }
  .u-fzSp74 {
    font-size: 74px !important;
  }
  .u-fzSp76 {
    font-size: 76px !important;
  }
  .u-fzSp78 {
    font-size: 78px !important;
  }
  .u-fzSp80 {
    font-size: 80px !important;
  }
}
.u-tcWhite {
  color: #fff !important;
}

.u-tcBlack {
  color: #212121 !important;
}

.u-tac {
  text-align: center !important;
}

.u-lttrs {
  letter-spacing: 0.1em;
}

.u-lttrs--en {
  letter-spacing: 0.05em;
}

.u-bgcBlue {
  background-color: var(--corpColor) !important;
}

.u-punchOut {
  width: 100vw !important;
  margin: 0 calc(50% - 50vw) !important;
}

.u-breakSp {
  display: none;
}

@media (max-width: 768px) {
  .u-breakPc {
    display: none;
  }
  .u-breakSp {
    display: block;
  }
}
.p-section {
  padding: 240px 40px 100px;
}
.p-section.p-section--bgBlue {
  background-color: #0054A7;
}

.p-borderedTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}
.p-borderedTitle::before {
  content: "";
  display: block;
  width: 200px;
  height: 20px;
  background-color: #E71419;
  margin-right: 60px;
}
.p-borderedTitle .p-borderedTitle__en {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.p-borderedTitle .p-borderedTitle__ja {
  margin-top: 15px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.p-squareButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  margin-inline: auto;
  padding: 8px 19px;
  width: 43.68vw;
  max-width: 320px;
  color: #fff;
  font-size: 32px;
  background-color: #0054A7;
}
.p-squareButton::after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 32px;
  height: 32px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  rotate: 45deg;
}

.p-section.p-section--bgBlue .p-squareButton {
  border: 2px solid #fff;
}

.p-contentsBox {
  padding: 80px;
  max-width: 1170px;
  min-height: 502px;
  margin-top: 100px;
  margin-inline: auto;
  border: 5px solid #0054A7;
  background-color: #fff;
}

.p-mainVisual {
  background-image: url("/wp-content/themes/gensai/img/mainVisual.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-mainVisual .p-mainVisual__inner {
  position: relative;
  padding-top: calc(100svh - var(--headerPc));
  background-color: rgba(33, 33, 33, 0.4);
}
.p-mainVisual .p-mainVisual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-size: 80px;
  font-size: clamp(32px, 5.5555555556vw, 80px);
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 3px 3px 3px #212121;
}
.p-mainVisual .p-mainVisual__caption {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: right;
}

.p-greeting {
  color: #fff;
}

.p-greeting__title {
  margin: 0 auto 90px;
  padding: 0 10px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 40px;
}
.p-greeting__title::after {
  content: "";
  display: block;
  width: 90px;
  margin-inline: auto;
  border-bottom: 2px solid #f5f5f5;
}

.p-greeting__text {
  max-width: 1140px;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 500;
}
.p-greeting__text + .p-greeting__text {
  margin-top: 1.8em;
}

.p-greeting__CEO {
  max-width: 1140px;
  margin-inline: auto;
  margin-top: 104px;
  font-size: 32px;
  font-weight: 700;
  text-align: right;
}

.p-companyFeature {
  max-width: 800px;
  margin-inline: auto;
}
.p-companyFeature .p-companyFeature__item + .p-companyFeature__item {
  margin-top: 60px;
}
.p-companyFeature .p-companyFeature__title {
  font-size: 50px;
  font-weight: 900;
}
.p-companyFeature .p-companyFeature__word {
  color: #0054A7;
}
.p-companyFeature .p-companyFeature__body {
  font-size: 20px;
  font-weight: bold;
}
.p-companyFeature .p-companyFeatureList__item {
  display: inline-block;
}
.p-companyFeature .p-companyFeatureList__item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-color: #212121;
  vertical-align: -1px;
}
.p-companyFeature .p-companyFeatureList__item + .p-companyFeatureList__item {
  margin-left: 8px;
}

.p-newsList__item {
  padding: 15px 11px 16px;
  border-bottom: 1px solid #BDBDBD;
}
.p-newsList__item .p-newsList__link {
  display: block;
  color: #212121;
}
.p-newsList__item .p-newsList__date {
  display: inline-block;
  margin-right: 12px;
  padding: 4px 18px;
  color: #fff;
  font-weight: bold;
  background-color: #0054A7;
}

.p-service {
  margin-top: 240px;
  padding-top: 0;
}

.p-serviceContens {
  padding: 100px 40px 0;
  background-color: #0054A7;
}

.p-serviceList {
  max-width: 1180px;
  margin-inline: auto;
}
.p-serviceList .p-serviceList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
.p-serviceList .p-serviceList__item + .p-serviceList__item {
  margin-top: 100px;
}
.p-serviceList .p-serviceList__detail,
.p-serviceList .p-serviceList__media {
  width: 50%;
}
.p-serviceList .p-serviceList__title {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 23px 40px;
  font-size: 30px;
  font-weight: bold;
  background-color: #f5f5f5;
}
.p-serviceList .p-serviceList__title .p-serviceList__title__label {
  display: inline-block;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0054A7;
}
.p-serviceList .p-serviceList__body {
  margin-top: 20px;
}

.p-serviceList__contents {
  color: #fff;
  font-size: 24px;
}
.p-serviceList__contents + .p-serviceList__contents {
  margin-top: 20px;
}
.p-serviceList__contents .p-serviceList__contents__title::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 16px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  vertical-align: -2px;
}
.p-serviceList__contents .p-serviceList__contents__body {
  padding-left: 32px;
}

@media (max-width: 768px) {
  .p-section {
    padding: 80px 20px 40px;
  }
  .p-borderedTitle {
    padding-bottom: 61px;
  }
  .p-borderedTitle::before {
    content: "";
    width: 50px;
    height: 10px;
    margin-right: 15px;
  }
  .p-borderedTitle .p-borderedTitle__en {
    font-size: 36px;
  }
  .p-borderedTitle .p-borderedTitle__ja {
    margin-top: 8px;
    font-size: 20px;
  }
  .p-squareButton {
    margin-top: 60px;
    padding: 14px 24px;
    width: 64.1vw;
    max-width: 320px;
    min-width: unset;
    font-size: 18px;
  }
  .p-squareButton::after {
    width: 18px;
    height: 18px;
    border-width: 3px;
  }
  .p-contentsBox {
    max-width: 500px;
    margin-top: 40px;
    padding: 40px;
    min-height: 350px;
  }
  .p-mainVisual .p-mainVisual__inner {
    padding-top: calc(100svh - var(--headerSp));
  }
  .p-mainVisual .p-mainVisual__text {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(30px, 5.5555555556vw, 80px);
  }
  .p-mainVisual .p-mainVisual__sectence {
    letter-spacing: 0.5em;
    white-space: nowrap;
  }
  .p-mainVisual .p-mainVisual__caption {
    font-size: 10px;
  }
  .p-greeting__title {
    font-size: 38px;
    margin-bottom: 84px;
  }
  .p-greeting__title::after {
    width: 66px;
  }
  .p-greeting__text {
    max-width: 500px;
    font-size: 16px;
  }
  .p-greeting__CEO {
    max-width: 500px;
    margin-top: 40px;
    font-size: 20px;
  }
  .p-companyFeature .p-companyFeature__item.p-companyFeature__item--vision .p-companyFeature__body {
    text-align: center;
  }
  .p-companyFeature .p-companyFeature__title {
    font-size: 24px;
    text-align: center;
  }
  .p-companyFeature .p-companyFeature__body {
    width: 74%;
    max-width: 283px;
    margin-top: 15px;
    margin-inline: auto;
    font-size: 16px;
  }
  .p-companyFeature .p-companyFeatureList__item {
    position: relative;
    padding-left: 31px;
  }
  .p-companyFeature .p-companyFeatureList__item::before {
    position: absolute;
    top: 7px;
    left: 0;
    margin-right: 15px;
    background-color: #0054A7;
  }
  .p-companyFeature .p-companyFeatureList__item + .p-companyFeatureList__item {
    margin-left: 0;
    margin-top: 5px;
  }
  .p-newsList__item {
    padding: 20px 0;
  }
  .p-newsList__item:first-of-type {
    padding-top: 0;
  }
  .p-newsList__item .p-newsList__date {
    padding: 0 18px;
  }
  .p-newsList__item .p-newsList__text {
    display: block;
    margin-top: 12px;
    letter-spacing: 0.1em;
  }
  .p-service {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .p-serviceContens {
    padding-left: 0;
    padding-right: 0;
  }
  .p-serviceList .p-serviceList__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px 0;
    max-width: 500px;
    margin-inline: auto;
  }
  .p-serviceList .p-serviceList__item + .p-serviceList__item {
    margin-top: 40px;
  }
  .p-serviceList .p-serviceList__detail {
    width: 100%;
  }
  .p-serviceList .p-serviceList__media {
    width: 100%;
  }
  .p-serviceList .p-serviceList__title {
    padding: 12px;
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-serviceList .p-serviceList__title:has(.p-serviceList__title__label)::before {
    content: "";
    margin-right: auto;
  }
  .p-serviceList .p-serviceList__title .p-serviceList__title__label {
    padding: 0 24px;
    font-size: 16px;
    margin-left: auto;
  }
  .p-serviceList .p-serviceList__body {
    margin-top: 10px;
  }
  .p-serviceList .p-serviceList__contents {
    margin-top: 10px;
    font-size: 16px;
  }
  .p-serviceList .p-serviceList__contents .p-serviceList__contents__title::before {
    width: 12px;
    height: 14px;
    margin-right: 8px;
  }
}