@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  margin: 0;
}

main {
  display: block;
}

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 {
  -webkit-box-sizing: content-box;
          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;
}

/* system
--------------------------- */
.tab-sp,
.sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .pc {
    display: none;
  }
  .tab-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
  .sp {
    display: block;
  }
}
.mincho--jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  color: #383750;
  background: #FAFAFA;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(30 / 16 * 1em);
  letter-spacing: calc(50 / 1000 * 1em);
  width: 100%;
}
body.white {
  background-color: #fff;
}

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

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

/*--------------------------------------*
 * layout
 *--------------------------------------*/
/* l-header
--------------------------- */
.l-header {
  width: 100%;
  height: 108px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1140px) {
  .l-header {
    height: 75px;
  }
}
.l-header.visible {
  background-color: #fff;
}
.l-header__wrap {
  width: 95%;
  height: 100%;
  margin-inline: auto;
  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: 40px;
}
@media screen and (max-width: 1140px) {
  .l-header__wrap {
    gap: 20px;
  }
}
.l-header__logo {
  max-width: 147px;
  width: 14%;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 132px;
    width: 42%;
  }
}
.l-header__nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .l-header__nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    gap: 45px;
    padding: 120px 4.2%;
    opacity: 0;
    background-color: #FAFAFA;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    padding: 80px 5.4%;
    gap: 25px;
  }
}
.l-header__nav.open {
  opacity: 1;
  visibility: visible;
}
.l-header__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .l-header__menu {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu li {
    width: 100%;
    border-bottom: solid 1px rgba(56, 55, 80, 0.3);
  }
}
.l-header__menu li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(19 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 5 * (100vw - 767px) / 673, 16px);
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .l-header__menu li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu li a {
    padding: 20px 0;
  }
}
.l-header__menu li a:hover {
  opacity: 0.5;
}
.l-header__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1140px) {
  .l-header__link {
    height: auto;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.l-header__link-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-header__link-item {
    width: 100%;
  }
}
.l-header__link-item a {
  min-width: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 14px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(19 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .l-header__link-item a {
    font-size: 16px;
    border-radius: 0;
    padding: 23px 0;
  }
}
.l-header__link-item a::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-header__link-item a:hover {
  opacity: 1;
}
.l-header__link-item.pro a {
  border: solid 1px #383750;
  background-color: #fff;
}
.l-header__link-item.pro a::before {
  background: url(../img/common/ico-user.svg) no-repeat center/contain;
}
.l-header__link-item.pro a:hover {
  background-color: #383750;
  color: #fff;
}
.l-header__link-item.pro a:hover::before {
  background-image: url(../img/common/ico-user-wh.svg);
}
.l-header__link-item.cont a {
  border: solid 1px #2895C4;
  background-color: #2895C4;
  color: #fff;
}
.l-header__link-item.cont a::before {
  background: url(../img/common/ico-mail-wh.svg) no-repeat center/contain;
}
.l-header__link-item.cont a:hover {
  background-color: #fff;
  color: #2895C4;
}
.l-header__link-item.cont a:hover::before {
  background-image: url(../img/common/ico-mail.svg);
}
.l-header__trigger {
  display: none;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 1140px) {
  .l-header__trigger {
    display: block;
  }
}
.l-header__trigger-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__trigger-btn span {
  width: 48%;
  height: 1px;
  background-color: #000;
  border-radius: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span {
    width: 54%;
    height: 2px;
  }
}
.l-header__trigger-btn span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span::before {
    height: 2px;
  }
}
.l-header__trigger-btn span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__trigger-btn span::after {
    height: 2px;
  }
}
.l-header__trigger-btn:hover {
  cursor: pointer;
}
.l-header__trigger-btn.active span {
  background-color: transparent;
}
.l-header__trigger-btn.active span::before {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  top: 0;
}
.l-header__trigger-btn.active span::after {
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  bottom: 0;
}
.l-header__contact {
  display: none;
  max-width: 452px;
  margin-inline: auto;
}
@media screen and (max-width: 1140px) {
  .l-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.l-header__contact-item {
  width: 220px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__contact-item {
    width: 100%;
  }
}
.l-header__contact-item a {
  width: 100%;
  height: 100%;
  text-align: center;
  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: 5px;
  padding: 23px 0;
  background-color: #fff;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
}
@media screen and (max-width: 767px) {
  .l-header__contact-item a {
    font-size: 24px;
    padding: 25px 0;
  }
}
.l-header__contact-item a:hover {
  opacity: 0.7;
}
.l-header__contact-item.tel a span {
  font-size: 14px;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .l-header__contact-item.tel a span {
    font-size: 14px;
  }
}

/* l-footer
--------------------------- */
.l-footer {
  padding: 80px 0 50px;
  background-color: #2A2943;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0;
  }
}
.l-footer__wrap {
  max-width: 1240px;
  width: 92%;
  margin-inline: auto;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer__menu li {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__menu li {
    width: 50%;
  }
}
.l-footer__menu li:not(:last-child) {
  border-right: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__menu li:not(:last-child) {
    border-right: none;
  }
}
.l-footer__menu li a {
  display: inline-block;
  padding: 0 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer__menu li a {
    padding: 14px 0;
  }
}
.l-footer__menu li a:hover {
  opacity: 0.3;
}
.l-footer__logo {
  text-align: center;
  margin-bottom: 20px;
}
.l-footer__logo img {
  display: inline-block;
}
.l-footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.l-footer__contact {
  padding: 100px 0;
  background: url(../img/common/bg-dark.jpg) repeat-y top center/100%;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    padding: 50px 0;
  }
}
.l-footer__contact-txt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(27 / 18 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(15px, 15px + 3 * (100vw - 767px) / 673, 18px);
  color: #fff;
  margin-bottom: 40px;
}
.l-footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.l-footer__contact-link li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer__contact-link li {
    width: 100%;
  }
}
.l-footer__contact-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 40px 20px;
  border-radius: 8px;
  background-color: #2A2943;
}
@media screen and (max-width: 960px) {
  .l-footer__contact-link li a {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact-link li a {
    padding: 26px 6.4%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer__contact-link li.tel a {
  background-color: #45455E;
}
.l-footer__contact-link li.tel a::before {
  content: "";
  width: 82px;
  height: 82px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ico-phone.svg) no-repeat center/42%, #393951;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .l-footer__contact-link li.tel a::before {
    width: 60px;
    height: 60px;
  }
}
.l-footer__contact-link li.tel a:hover {
  opacity: 0.7;
}
.l-footer__contact-link li.mail a {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(20px, 20px + 8 * (100vw - 767px) / 673, 28px);
  color: #fff;
}
.l-footer__contact-link li.mail a::before {
  content: "";
  width: 82px;
  height: 82px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../img/common/ico-mail2.svg) no-repeat center/42%, #1A192F;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .l-footer__contact-link li.mail a::before {
    width: 60px;
    height: 60px;
  }
}
.l-footer__contact-link li.mail a:hover {
  opacity: 0.7;
}
.l-footer__tel {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 6 * (100vw - 767px) / 673, 32px);
  color: #fff;
}
.l-footer__tel span {
  margin-top: 5px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
}

/* l-container
--------------------------- */
.l-container {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
.l-container-wide {
  width: 92%;
  max-width: 1240px;
  margin: 0 auto;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
/*-------------------
 * component
 -------------------*/
/* c-head
--------------------------- */
.c-section {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .c-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 50px 0;
  }
}
.c-section__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .c-section__title {
    margin-bottom: 30px;
  }
}
.c-section__title span {
  margin-bottom: 12px;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-style: italic;
  font-size: 64px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(10 / 1000 * 1em);
  font-size: clamp(42px, 42px + 22 * (100vw - 767px) / 673, 64px);
  color: #2895C4;
}
.c-section__title--contact {
  color: #fff;
}
.c-section__title--contact span {
  color: #605F84;
}
.c-section__title--service {
  text-align: left;
}
.c-section__title--about {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .c-section__title--company {
    margin-bottom: 60px;
  }
}
.c-section__title--column {
  text-align: left;
  margin-bottom: 0;
}
.c-section__title--success {
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}
.c-section__title--success span {
  color: #605F84;
}
.c-section__subtitle {
  text-decoration: underline;
  font-size: 42px;
  font-weight: 700;
  line-height: calc(68 / 42 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(22px, 22px + 20 * (100vw - 767px) / 673, 42px);
  font-style: italic;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .c-section__subtitle {
    margin-bottom: 25px;
  }
}
.c-section__text {
  font-size: 18px;
  font-weight: 400;
  line-height: calc(36 / 18 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}

.c-txtline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
.c-txtline__list {
  position: relative;
  width: 100%;
  height: calc(100% + 20px);
  margin: 0;
  padding: 0;
  list-style: none;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-txtline__list-item {
  position: relative;
  height: 174px;
  overflow: hidden;
}
.c-txtline__list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: var(--img-url);
  background-repeat: repeat-x;
  background-size: auto 100%;
  -webkit-animation: flow var(--duration) linear infinite;
          animation: flow var(--duration) linear infinite;
}
.c-txtline__list-item::after {
  -webkit-animation-delay: calc(var(--duration) / 2);
          animation-delay: calc(var(--duration) / 2);
}
.c-txtline__list-item.type01 {
  --img-url: url("../img/home/txt-line01.png");
  --duration: 25s;
}
.c-txtline__list-item.type02 {
  --img-url: url("../img/home/txt-line02.png");
  --duration: 22s;
}
.c-txtline__list-item.type03 {
  --img-url: url("../img/home/txt-line03.png");
  --duration: 24s;
}
.c-txtline__list-item.type04 {
  --img-url: url("../img/home/txt-line04.png");
  --duration: 21s;
}
.c-txtline__list-item.type05 {
  --img-url: url("../img/home/txt-line05.png");
  --duration: 24s;
}
.c-txtline__list-item.type06 {
  --img-url: url("../img/home/txt-line06.png");
  --duration: 20s;
}
.c-txtline__list-item.type07 {
  --img-url: url("../img/home/txt-line07.png");
  --duration: 22s;
}

/* 改良版アニメーション */
@-webkit-keyframes flow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes flow {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* c-mainv
--------------------------- */
.c-mainv {
  width: 100%;
  height: 380px;
  background: url(../img/common/mainv-lower.png) no-repeat top center/cover;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-mainv {
    background-image: url(../img/common/mainv-lower-sp.png);
    height: 200px;
    margin-bottom: 30px;
  }
}
.c-mainv__inner {
  max-width: 1240px;
  width: 92%;
  margin-inline: auto;
  height: 100%;
  position: relative;
}
.c-mainv__title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  line-height: calc(32 / 24 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .c-mainv__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainv__title {
    margin-bottom: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.c-mainv__title span {
  margin-bottom: 12px;
  display: block;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-style: italic;
  font-size: 64px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(10 / 1000 * 1em);
  font-size: clamp(42px, 42px + 22 * (100vw - 767px) / 673, 64px);
  color: #2895C4;
}

/* c-breadcrumb
--------------------------- */
.c-breadcrumb {
  background-color: rgba(56, 55, 80, 0.3);
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 12px 0;
  }
}
.c-breadcrumb__list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(50 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  display: inline-block;
  position: relative;
}
.c-breadcrumb__list li a {
  color: #383750;
}
.c-breadcrumb__list li a span {
  color: #383750;
}
.c-breadcrumb__list li a:hover {
  text-decoration: underline;
}
.c-breadcrumb__list li span {
  color: #9f9f9f;
}
.c-breadcrumb__list li::after {
  content: "ー";
  position: absolute;
  color: #9f9f9f;
  top: 50%;
  right: -29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list li::after {
    right: -16px;
  }
}
.c-breadcrumb__list li:last-child::after {
  content: none;
}
.c-breadcrumb__list li:not(:last-child) {
  margin-right: 42px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list li:not(:last-child) {
    margin-right: 20px;
  }
}

/* c-button
--------------------------- */
.c-button 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: 220px;
  padding: 20px 0;
  border: 1px solid #383750;
  background-color: #fff;
  color: #383750;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-button a {
    width: 180px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .c-button a {
    width: 130px;
  }
}
.c-button a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-box-shadow: 7px 0 0 0 currentColor, 14px 0 0 0 currentColor, 0 7px 0 0 currentColor, 7px 7px 0 0 currentColor, 14px 7px 0 0 currentColor, 0 14px 0 0 currentColor, 7px 14px 0 0 currentColor, 14px 14px 0 0 currentColor;
          box-shadow: 7px 0 0 0 currentColor, 14px 0 0 0 currentColor, 0 7px 0 0 currentColor, 7px 7px 0 0 currentColor, 14px 7px 0 0 currentColor, 0 14px 0 0 currentColor, 7px 14px 0 0 currentColor, 14px 14px 0 0 currentColor;
  margin-top: -12px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .c-button a::before {
    -webkit-box-shadow: 6px 0 0 0 currentColor, 12px 0 0 0 currentColor, 0 6px 0 0 currentColor, 6px 6px 0 0 currentColor, 12px 6px 0 0 currentColor, 0 12px 0 0 currentColor, 6px 12px 0 0 currentColor, 12px 12px 0 0 currentColor;
            box-shadow: 6px 0 0 0 currentColor, 12px 0 0 0 currentColor, 0 6px 0 0 currentColor, 6px 6px 0 0 currentColor, 12px 6px 0 0 currentColor, 0 12px 0 0 currentColor, 6px 12px 0 0 currentColor, 12px 12px 0 0 currentColor;
    margin-top: -11px;
    margin-right: 8px;
  }
}
.c-button a:hover {
  background-color: #383750;
  color: #fff;
  border-color: #383750;
}

/* c-pagination
--------------------------- */
.c-pagination {
  margin: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 50px 0 80px;
  }
}
.c-pagination__list {
  text-align: center;
  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;
  gap: 20px;
}
.c-pagination .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: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  color: #fff;
  background-color: #E0E0E7;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 40px;
  }
}
.c-pagination .page-numbers.current {
  background: #2895C4;
  pointer-events: none;
}
.c-pagination .page-numbers:hover {
  background-color: #2895C4;
}
.c-pagination .page-numbers.prev {
  background-color: transparent;
  color: #383750;
}
.c-pagination .page-numbers.prev:hover {
  background-color: transparent;
  opacity: 0.7;
}
.c-pagination .page-numbers.next {
  background-color: transparent;
  color: #383750;
}
.c-pagination .page-numbers.next:hover {
  background-color: transparent;
  opacity: 0.7;
}

.c-pager {
  margin: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
}
@media screen and (max-width: 960px) {
  .c-pager {
    gap: 30px;
  }
}
.c-pager__arrow a {
  display: block;
  width: 284px;
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #383750;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow a {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a {
    width: 100px;
    padding: 6px 10px 10px 10px;
  }
}
.c-pager__arrow a span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #2895C4;
}
.c-pager__arrow a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow a::after {
    width: 9px;
    height: 9px;
  }
}
.c-pager__arrow.prev a {
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a {
    padding-left: 20px;
  }
}
.c-pager__arrow.prev a::after {
  border-top: solid 1px #383750;
  border-left: solid 1px #383750;
  left: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.prev a::after {
    left: 12px;
  }
}
.c-pager__arrow.next a {
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a {
    padding-right: 20px;
  }
}
.c-pager__arrow.next a::after {
  border-top: solid 1px #383750;
  border-right: solid 1px #383750;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow.next a::after {
    right: 12px;
  }
}
.c-pager__arrow-ttl {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(23 / 14 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-ttl {
    display: none;
  }
}
.c-pager__arrow-no {
  display: block;
  width: 284px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 960px) {
  .c-pager__arrow-no {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager__arrow-no {
    width: 100px;
  }
}
.c-pager__all {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  text-decoration: underline;
}
.c-pager__all:hover {
  text-decoration: none;
}

/* c-form
--------------------------- */
.c-form__wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
.c-form__head {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
}
.c-form__head span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  padding: 0px 6px 1px;
  background-color: #D65E4E;
}
.c-form__content input[type=text],
.c-form__content input[type=tel],
.c-form__content input[type=email],
.c-form__content select,
.c-form__content textarea {
  width: 100%;
  border: solid 1px #383750;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.c-form__content input[type=text]:placeholder,
.c-form__content input[type=tel]:placeholder,
.c-form__content input[type=email]:placeholder,
.c-form__content select:placeholder,
.c-form__content textarea:placeholder {
  color: rgba(159, 159, 159, 0.5);
}
.c-form__content select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.c-form .form-label {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
}
.c-form .form-w50 {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-form .form-w50.jobs {
    width: 100%;
  }
}
.c-form .form-w30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 30%;
}
.c-form .form-head {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.c-form .form-input {
  display: block;
  margin-bottom: 20px;
}
.c-form__btn {
  margin-top: 40px;
  text-align: center;
}
.c-form__btn > span {
  margin-inline: auto;
  width: 220px;
  padding: 20px;
  border-radius: 4px;
  background-color: #2895C4;
  color: #fff;
  border: solid 1px #2895C4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .c-form__btn > span {
    padding: 20px;
  }
}
.c-form__btn > span::before {
  content: "";
  width: 20px;
  display: inline-block;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-mail-wh.svg) no-repeat center/contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-form__btn > span:hover {
  background-color: #fff;
  color: #2895C4;
}
.c-form__btn > span:hover::before {
  background-image: url(../img/common/ico-mail.svg);
}
.c-form__btn .wpcf7-spinner {
  display: none;
}
.c-form .checkbox span.wpcf7-list-item {
  min-width: calc((100% - 65px) / 4);
}
@media screen and (max-width: 960px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 75px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-form .checkbox span.wpcf7-list-item {
    min-width: calc((100% - 45px) / 2);
    margin-bottom: 5px;
    margin-left: 0;
  }
}
.c-form .checkbox span.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-form .checkbox span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  letter-spacing: normal;
}
.c-form .wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 600;
}
.c-form .radio span.wpcf7-list-item-label {
  font-size: 16px;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .c-form .wpcf7-list-item.first {
    margin-left: 0;
  }
}
.c-form__prev {
  text-align: center;
  margin-top: 30px;
}
.c-form__prev input[type=button] {
  display: inline-block;
  text-decoration: underline;
}
.c-form__prev input[type=button]:hover {
  text-decoration: none;
}

/* c-post
--------------------------- */
.c-post {
  margin-right: calc(50% - 50vw);
}
.c-post__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post__list-item a {
  display: block;
  padding: 30px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .c-post__list-item a {
    padding: 20px 14px;
  }
}
.c-post__list-item a:hover .c-post__list-arw span {
  background-color: #fff;
  color: #383750;
}
.c-post__list-thumb {
  margin-bottom: 10px;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-post__list-thumb {
    width: 100%;
  }
}
.c-post__list-thumb img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post__list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
}
.c-post__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px rgba(56, 55, 80, 0.3);
}
.c-post__list-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #383750;
  padding: 5px 10px;
  background-color: rgba(56, 55, 80, 0.3);
}
.c-post__list-arw {
  position: absolute;
  right: 30px;
  bottom: 23px;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw {
    right: 14px;
    bottom: 13px;
  }
}
.c-post__list-arw span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  border: solid 1px #383750;
  background-color: #383750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .c-post__list-arw span {
    width: 30px;
    height: 30px;
  }
}

/*-------------------
 * project
 -------------------*/
/* p-home
--------------------------- */
.p-home-mainv {
  width: 100%;
  height: 92vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-mainv {
    min-height: 72vh;
    height: 84vh;
  }
}
.p-home-mainv__inner {
  padding-top: 230px;
  max-width: 1140px;
  width: 92%;
  height: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__inner {
    padding-top: 180px;
  }
}
.p-home-mainv__text {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__text {
    margin-bottom: 30px;
  }
}
.p-home-mainv__text img {
  display: inline-block;
}
.p-home-mainv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__link {
    gap: 4px;
  }
}
.p-home-mainv__link li a {
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 14px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(19 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 767px) {
  .p-home-mainv__link li a {
    width: 165px;
    font-size: 12px;
    padding: 23px 0;
    border-radius: 2px;
    gap: 7px;
  }
}
.p-home-mainv__link li a::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-home-mainv__link li a::before {
    width: 14px;
  }
}
.p-home-mainv__link li a:hover {
  opacity: 1;
}
.p-home-mainv__link li.pro a {
  border: solid 1px #383750;
  background-color: #fff;
}
.p-home-mainv__link li.pro a::before {
  background: url(../img/common/ico-user.svg) no-repeat center/contain;
}
.p-home-mainv__link li.pro a:hover {
  background-color: #383750;
  color: #fff;
}
.p-home-mainv__link li.pro a:hover::before {
  background-image: url(../img/common/ico-user-wh.svg);
}
.p-home-mainv__link li.cont a {
  border: solid 1px #2895C4;
  background-color: #2895C4;
  color: #fff;
}
.p-home-mainv__link li.cont a::before {
  background: url(../img/common/ico-mail-wh.svg) no-repeat center/contain;
}
.p-home-mainv__link li.cont a:hover {
  background-color: #fff;
  color: #2895C4;
}
.p-home-mainv__link li.cont a:hover::before {
  background-image: url(../img/common/ico-mail.svg);
}

.p-home-service {
  background: url(../img/home/bg-service.png) no-repeat top right/contain;
}
.p-home-service__image {
  margin: 50px 0 40px;
  width: calc(100% + 57px);
  -webkit-transform: translateX(-3.2%);
          transform: translateX(-3.2%);
}
@media screen and (max-width: 1140px) {
  .p-home-service__image {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service__image {
    margin: 35px 0;
  }
}
.p-home-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.p-home-service__list li {
  width: calc((100% - 10px) / 2);
  padding: 40px 2.8%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-home-service__list li {
    width: 100%;
    padding: 30px 4.2%;
  }
}
.p-home-service__list-icon {
  max-width: 120px;
  width: 24%;
}
.p-home-service__list-dtl {
  width: calc(100% - 120px);
}
.p-home-service__list-en {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(40 / 1000 * 1em);
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
  color: #2895C4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-home-service__list-en {
    font-size: 12px;
  }
}
.p-home-service__list-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(30 / 24 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 8 * (100vw - 767px) / 673, 24px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-home-service__list-ttl {
    font-size: 18px;
  }
}
.p-home-service__list-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(28 / 14 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 673, 14px);
}
@media screen and (max-width: 767px) {
  .p-home-service__list-txt {
    font-size: 14px;
  }
}

.p-home-pickup {
  padding: 0;
}
.p-home-pickup__wrap {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home-pickup__wrap {
    width: 100%;
    padding: 50px 4.2%;
  }
}
.p-home-pickup__pro {
  max-width: 1040px;
  margin-inline: auto;
}
.p-home-pickup__pro:not(:last-of-type) {
  margin-bottom: 70px;
}
.p-home-pickup__pro-thumb {
  margin-bottom: 10px;
}
.p-home-pickup__pro-name {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
}
.p-home-pickup__pro-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(36 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-home-pickup__pro .splide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-home-pickup__pro .splide__arrows {
    top: -10px;
  }
}
.p-home-pickup__pro .splide__arrow {
  width: 25px;
  aspect-ratio: 1/1;
}
.p-home-pickup__pro .splide__arrow::after {
  display: inline-block;
  font-weight: 700;
}
.p-home-pickup__pro .splide__arrow svg {
  display: none;
}
.p-home-pickup__pro .splide__arrow--prev::after {
  content: "＜";
}
.p-home-pickup__pro .splide__arrow--next {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .p-home-pickup__pro .splide__arrow--next {
    margin-left: 40px;
  }
}
.p-home-pickup__pro .splide__arrow--next::after {
  content: "＞";
}
.p-home-pickup__subhead {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-home-pickup__subhead {
    font-size: 24px;
  }
}
.p-home-pickup__btn {
  max-width: 1040px;
  width: 92%;
  margin-inline: auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-home-pickup__btn {
    padding: 50px 0;
  }
}
.p-home-pickup__btn a {
  display: block;
  max-width: 780px;
  padding: 34px;
  margin-inline: auto;
  border: solid 1px #383750;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-pickup__btn a {
    padding: 25px;
    width: 84%;
  }
}
.p-home-pickup__btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: solid 2px #383750;
  border-bottom: solid 2px #383750;
  position: absolute;
  top: 50%;
  right: 2.4%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-home-pickup__btn a:hover {
  background-color: #383750;
  color: #fff;
}
.p-home-pickup__btn a:hover::after {
  border-color: #fff;
}

.p-home-success {
  overflow: hidden;
  background: url(../img/common/bg-dark.jpg) repeat-y center/100%;
}
.p-home-success__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.p-home-success__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-success__new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-home-success__new-thumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-home-success__new-thumb {
    width: 100%;
  }
}
.p-home-success__new-dtl {
  width: 50%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .p-home-success__new-dtl {
    width: 100%;
    padding: 0;
  }
}
.p-home-success__new-dtl a {
  display: block;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 960px) {
  .p-home-success__new-dtl a {
    min-height: 160px;
  }
}
.p-home-success__new-dtl a:hover {
  text-decoration: underline;
}
.p-home-success__new-dtl a:hover .p-home-success__new-btn span {
  border-color: #fff;
  background-color: #383750;
  color: #fff;
}
.p-home-success__new-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(64 / 32 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(22px, 22px + 10 * (100vw - 767px) / 673, 32px);
  color: #fff;
}
.p-home-success__new-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: calc(40 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  margin-bottom: 26px;
  color: #fff;
}
.p-home-success__new-tag {
  text-decoration: none !important;
}
.p-home-success__new-tag span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  padding: 5px 10px;
  background-color: #605F84;
  color: #fff;
}
.p-home-success__new-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.p-home-success__new-btn span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #383750;
  background-color: #fff;
  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;
  border: solid 1px #383750;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .p-home-success__new-btn span {
    width: 35px;
    height: 35px;
  }
}
.p-home-success__post {
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-success__post {
    padding-bottom: 50px;
  }
}
.p-home-success__post .splide__arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.p-home-success__post .splide__arrow svg {
  display: none;
}
.p-home-success__post .splide__arrow--prev::after {
  content: "＜";
  display: inline-block;
  color: #fff;
}
.p-home-success__post .splide__arrow--next::after {
  content: "＞";
  display: inline-block;
  color: #fff;
}
.p-home-success__btn a {
  border: solid 1px #fff;
}
.p-home-success__btn a:hover {
  border-color: #fff;
  background-color: #383750;
  color: #fff;
}

.p-home-column {
  overflow: hidden;
}
.p-home-column__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.p-home-column__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-column__new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-home-column__new-thumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-home-column__new-thumb {
    width: 100%;
  }
}
.p-home-column__new-dtl {
  width: 50%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .p-home-column__new-dtl {
    width: 100%;
    padding: 0;
  }
}
.p-home-column__new-dtl a {
  display: block;
  position: relative;
  min-height: 200px;
}
@media screen and (max-width: 960px) {
  .p-home-column__new-dtl a {
    min-height: 160px;
  }
}
.p-home-column__new-dtl a:hover {
  text-decoration: underline;
}
.p-home-column__new-dtl a:hover .p-home-column__new-btn span {
  border-color: #383750;
  background-color: #fff;
  color: #383750;
}
.p-home-column__new-ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(64 / 32 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(22px, 22px + 10 * (100vw - 767px) / 673, 32px);
}
.p-home-column__new-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: calc(40 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 673, 20px);
  margin-bottom: 26px;
}
.p-home-column__new-tag {
  text-decoration: none !important;
}
.p-home-column__new-tag span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  padding: 5px 10px;
  background-color: rgba(56, 55, 80, 0.3);
}
.p-home-column__new-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.p-home-column__new-btn span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #fff;
  background-color: #383750;
  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;
  border: solid 1px #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .p-home-column__new-btn span {
    width: 35px;
    height: 35px;
  }
}
.p-home-column__post {
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-column__post {
    padding-bottom: 50px;
  }
}
.p-home-column__post .splide__arrows {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.p-home-column__post .splide__arrow svg {
  display: none;
}
.p-home-column__post .splide__arrow--prev::after {
  content: "＜";
  display: inline-block;
}
.p-home-column__post .splide__arrow--next::after {
  content: "＞";
  display: inline-block;
}

.p-home-about {
  position: relative;
  padding: 0;
  border-bottom: solid 1px rgba(56, 55, 80, 0.3);
}
@media screen and (max-width: 767px) {
  .p-home-about {
    padding: 50px 0;
  }
}
.p-home-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-about__wrap-img {
  width: 46%;
}
@media screen and (max-width: 960px) {
  .p-home-about__wrap-img {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__wrap-img {
    display: none;
  }
}
.p-home-about__wrap-dtl {
  width: 54%;
  padding: 0 4.2% 0 6%;
}
@media screen and (max-width: 960px) {
  .p-home-about__wrap-dtl {
    width: 58%;
    padding: 0 4.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__wrap-dtl {
    width: 100%;
  }
}
.p-home-about__text {
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
@media screen and (max-width: 960px) {
  .p-home-about__text {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-home-about__text {
    font-size: 14px;
    line-height: 2em;
  }
}
.p-home-about__spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-home-about__spimg {
    display: block;
    margin: 30px 0;
  }
}

.p-home-company__info {
  max-width: 700px;
  width: 84%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-home-company__info {
    width: 100%;
    max-width: 100%;
  }
}
.p-home-company__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-home-company__info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-home-company__info-wrap:first-of-type dt {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-home-company__info-wrap:first-of-type dt {
    padding-top: 10px;
  }
}
.p-home-company__info-wrap:first-of-type dd {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-home-company__info-wrap:first-of-type dd {
    padding-top: 20px;
  }
}
.p-home-company__info dt {
  width: 180px;
  text-align: center;
  padding: 30px 0;
  border-bottom: solid 1px #2895C4;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(18 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #2895C4;
  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;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-home-company__info dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 16px;
  }
}
.p-home-company__info dt.stretch {
  min-height: 115px;
}
@media screen and (max-width: 767px) {
  .p-home-company__info dt.stretch {
    min-height: auto;
  }
}
.p-home-company__info dd {
  width: calc(100% - 190px);
  padding: 30px 0 30px 24px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(19 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  border-bottom: solid 1px rgba(159, 159, 159, 0.5);
}
@media screen and (max-width: 767px) {
  .p-home-company__info dd {
    width: 100%;
    padding: 20px 0;
    border-bottom: none;
    line-height: 1.75em;
  }
}

/* p-contact
--------------------------- */
.p-contact {
  background-color: #fff;
}
.p-contact__intro {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(36 / 18 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 673, 18px);
  margin-bottom: 80px;
}
.p-contact__container {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    padding: 50px 0 80px;
  }
}
.p-contact__form {
  max-width: 650px;
  margin-inline: auto;
}
.p-contact .wpcf7-acceptance {
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 673, 16px);
  letter-spacing: normal;
}
.p-contact__thanks-container {
  padding: 80px 0;
}
.p-contact__thanks-head {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: calc(42 / 26 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(20px, 20px + 6 * (100vw - 767px) / 673, 26px);
  margin-bottom: 40px;
}
.p-contact__thanks-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin-bottom: 50px;
}
.p-contact__thanks-btn {
  text-align: center;
}
.p-contact__thanks-btn a {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
}
.p-contact__thanks-btn a:hover {
  text-decoration: none;
}
.p-contact .c-button span[role=button] {
  cursor: pointer;
}

/* p-column
--------------------------- */
.p-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 21px;
}
@media screen and (max-width: 767px) {
  .p-column__list {
    gap: 20px 14px;
  }
}
.p-column__list li {
  width: calc((100% - 42px) / 3);
}
@media screen and (max-width: 767px) {
  .p-column__list li {
    width: calc((100% - 14px) / 2);
  }
}
.p-column__list li a {
  display: block;
  position: relative;
}
.p-column__list-thumb {
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.p-column__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column__list-wrap {
  padding: 20px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-column__list-wrap {
    padding: 20px 14px;
  }
}
.p-column__list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
}
.p-column__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #a1a1a1;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px #E0E0E7;
}
.p-column__list-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #383750;
  padding: 5px 10px;
  background-color: rgba(56, 55, 80, 0.3);
}
.p-column__list-btn {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-column__list-btn {
    right: 12px;
    bottom: 18px;
  }
}
.p-column__list-btn span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  background-color: #383750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .p-column__list-btn span {
    width: 30px;
    height: 30px;
  }
}
.p-column__category {
  margin-bottom: 40px;
}
.p-column__category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.p-column__category-link li {
  display: inline-block;
}
.p-column__category-link li a {
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #FAFAFA;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #a1a1a1;
}
.p-column__category-link li a.active {
  background-color: #383750;
  color: #fff;
}

.p-column-single__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 960px) {
  .p-column-single__2col {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-column-single__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
}
.p-column-single__main {
  max-width: 750px;
  width: 68%;
}
@media screen and (max-width: 767px) {
  .p-column-single__main {
    width: 100%;
  }
}
.p-column-single__side {
  max-width: 510px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .p-column-single__side {
    display: none;
  }
}
.p-column-single__side-wrap {
  padding: 20px 4.2% 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 120px;
  background-color: #fff;
}
.p-column-single__side-head {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(40 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 30px;
}
.p-column-single__title {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(54 / 36 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 15px;
}
.p-column-single__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding: 5px 10px;
  background-color: #E0E0E7;
  margin-bottom: 30px;
}
.p-column-single__thumbnail {
  margin-bottom: 20px;
}
.p-column-single__thumbnail img {
  width: 100%;
  height: auto;
}
.p-column-single__article h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(42 / 28 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(20px, 20px + 8 * (100vw - 767px) / 673, 28px);
  padding: 12px 20px;
  border-top: solid 1px #383750;
  border-bottom: solid 1px #383750;
  margin-bottom: 30px;
}
.p-column-single__article h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-column-single__article h3 {
    padding-left: 0;
  }
}
.p-column-single__article h3::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #383750;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-column-single__article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(27 / 18 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
  margin-bottom: 30px;
}
.p-column-single__article p {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin: 20px 0;
}
.p-column-single__article p.last-of-consecutive-p {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-column-single__article p.last-of-consecutive-p {
    margin-bottom: 40px;
  }
}
.p-column-single__post-list li {
  margin: 20px 0;
}
.p-column-single__post-list li:first-of-type {
  margin-top: 0;
}
.p-column-single__post-list li.rank01 a::after {
  content: "1";
  background-color: #C49A28;
}
.p-column-single__post-list li.rank02 a::after {
  content: "2";
  background-color: #A8A8A8;
}
.p-column-single__post-list li.rank03 a::after {
  content: "3";
  background-color: #A25429;
}
.p-column-single__post-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: relative;
}
.p-column-single__post-list a:hover {
  text-decoration: underline;
}
.p-column-single__post-list a::after {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 673, 14px);
  color: #fff;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  left: -10px;
}
.p-column-single__post-wrap {
  width: 68%;
}
.p-column-single__post-thumb {
  position: relative;
  width: 32%;
  padding-top: 30%;
  overflow: hidden;
  position: relative;
}
.p-column-single__post-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column-single__post-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(25 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-column-single__post-ttl {
    font-size: 14px;
  }
}
.p-column-single__post-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  padding: 5px 10px;
  background-color: #E0E0E7;
}
.p-column-single__post .wpp-no-data {
  display: none;
}
.p-column-single__related-list li {
  margin: 20px 0;
}
.p-column-single__related-list li:first-of-type {
  margin-top: 0;
}
.p-column-single__related-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  position: relative;
}
.p-column-single__related-list a:hover {
  text-decoration: underline;
}
.p-column-single__related-wrap {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .p-column-single__related-wrap {
    width: calc(100% - 85px);
  }
}
.p-column-single__related-thumb {
  position: relative;
  width: 120px;
  padding-top: 13%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-column-single__related-thumb {
    width: 85px;
  }
}
.p-column-single__related-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-column-single__related-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(25 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .p-column-single__related-ttl {
    font-size: 14px;
  }
}
.p-column-single__related-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  padding: 5px 10px;
  background-color: #E0E0E7;
}
@media screen and (max-width: 767px) {
  .p-column-single__related-tag span {
    font-size: 12px;
  }
}

/* p-column
--------------------------- */
.p-success__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 82px;
}
@media screen and (max-width: 767px) {
  .p-success__list {
    gap: 30px 20px;
  }
}
.p-success__list li {
  width: calc((100% - 82px) / 2);
}
@media screen and (max-width: 767px) {
  .p-success__list li {
    width: calc((100% - 20px) / 2);
  }
}
.p-success__list li:nth-child(even) {
  margin-top: 50px;
}
.p-success__list li a {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 0 28px rgba(224, 224, 231, 0.8);
          box-shadow: 0 0 28px rgba(224, 224, 231, 0.8);
}
.p-success__list li a:hover {
  -webkit-box-shadow: 0 0 28px rgba(56, 55, 80, 0.2);
          box-shadow: 0 0 28px rgba(56, 55, 80, 0.2);
}
.p-success__list-thumb {
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}
.p-success__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-success__list-wrap {
  padding: 20px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-success__list-wrap {
    padding: 20px 14px;
  }
}
.p-success__list-ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(30 / 20 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 673, 20px);
  margin-bottom: 8px;
}
.p-success__list-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #a1a1a1;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: solid 1px #E0E0E7;
}
.p-success__list-tag span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 673, 12px);
  color: #383750;
  padding: 5px 10px;
  background-color: rgba(56, 55, 80, 0.3);
}
.p-success__list-btn {
  position: absolute;
  right: 20px;
  bottom: 16px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-success__list-btn {
    right: 12px;
    bottom: 18px;
  }
}
.p-success__list-btn span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 673, 14px);
  color: #fff;
  background-color: #383750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .p-success__list-btn span {
    width: 30px;
    height: 30px;
  }
}
.p-success__category {
  margin-bottom: 40px;
}
.p-success__category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.p-success__category-link li {
  display: inline-block;
}
.p-success__category-link li a {
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #FAFAFA;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #a1a1a1;
}
.p-success__category-link li a.active {
  background-color: #383750;
  color: #fff;
}

.p-success-single__container {
  max-width: 750px;
  margin-inline: auto;
  padding-bottom: 70px;
}
.p-success-single__title {
  font-size: 36px;
  font-weight: 700;
  line-height: calc(54 / 36 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(24px, 24px + 12 * (100vw - 767px) / 673, 36px);
  margin-bottom: 15px;
}
.p-success-single__category {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding: 5px 10px;
  background-color: #E0E0E7;
  margin-bottom: 30px;
}
.p-success-single__thumbnail {
  margin-bottom: 20px;
}
.p-success-single__thumbnail img {
  width: 100%;
  height: auto;
}
.p-success-single__article h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(42 / 28 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(20px, 20px + 8 * (100vw - 767px) / 673, 28px);
  padding: 12px 20px;
  border-top: solid 1px #383750;
  border-bottom: solid 1px #383750;
  margin-bottom: 30px;
}
.p-success-single__article h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 673, 24px);
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-success-single__article h3 {
    padding-left: 0;
  }
}
.p-success-single__article h3::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #383750;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-success-single__article h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: calc(27 / 18 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
  margin-bottom: 30px;
}
.p-success-single__article p {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(32 / 16 * 1em);
  letter-spacing: calc(3 / 1000 * 1em);
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  margin: 20px 0;
}
.p-success-single__article p.last-of-consecutive-p {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-success-single__article p.last-of-consecutive-p {
    margin-bottom: 40px;
  }
}

/* 404
--------------------------- */
.p-error__intro {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-error__intro {
    padding: 120px 0;
  }
}

/* p-service
--------------------------- */
.p-service-intro {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-service-intro {
    padding-bottom: 90px;
  }
}
.p-service-intro__image {
  max-width: 1100px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-intro__image {
    margin-bottom: 40px;
  }
}
.p-service__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-service__anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0;
  }
}
.p-service__anchor li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: solid 1px #E0E0E7;
}
@media screen and (max-width: 767px) {
  .p-service__anchor li {
    width: 50%;
  }
}
.p-service__anchor li:first-child {
  border-left: solid 1px #E0E0E7;
}
@media screen and (max-width: 767px) {
  .p-service__anchor li:nth-child(3) {
    border-left: solid 1px #E0E0E7;
  }
}
.p-service__anchor li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-service__anchor li a::after {
  content: "＞";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #fff;
  background-color: #383750;
  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-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 960px) {
  .p-service__anchor li a::after {
    width: 40px;
    height: 40px;
  }
}
.p-service__anchor-ico {
  max-width: 90px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.p-service__anchor-ttl {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(28 / 22 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(16px, 16px + 6 * (100vw - 767px) / 673, 22px);
  margin-bottom: 20px;
}
.p-service__head {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(28px, 28px + 8 * (100vw - 767px) / 673, 36px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-service__head {
    font-size: 24px;
  }
}
.p-service__head span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(400 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #2895C4;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-service__head span {
    font-size: 12px;
  }
}
.p-service-brand {
  padding: 100px 0;
  position: relative;
  background-color: #FAFAFA;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-service-brand {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-brand {
    padding: 60px 0;
  }
}
.p-service-brand::before {
  content: "";
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  background: url(../img/service/head01.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-service-brand::before {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-brand::before {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.p-service-auth {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-service-auth {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-auth {
    padding: 60px 0;
  }
}
.p-service-auth::before {
  content: "";
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  background: url(../img/service/head02.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-service-auth::before {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-auth::before {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.p-service-creative {
  padding: 100px 0;
  position: relative;
  background-color: #FAFAFA;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-service-creative {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-creative {
    padding: 60px 0;
  }
}
.p-service-creative::before {
  content: "";
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  background: url(../img/service/head03.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-service-creative::before {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-creative::before {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.p-service-full {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-service-full {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-full {
    padding: 60px 0;
  }
}
.p-service-full::before {
  content: "";
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  background: url(../img/service/head04.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-service-full::before {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-full::before {
    width: 70px;
    height: 70px;
    top: -35px;
  }
}
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 12px;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    gap: 12px 5px;
  }
}
.p-service__list li {
  display: block;
  width: calc((100% - 24px) / 3);
  border: solid 1px #a1a1a1;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-service__list li {
    width: calc((100% - 5px) / 2);
  }
}
.p-service__list li:hover {
  border-color: #2895C4;
  -webkit-box-shadow: 0 0 0 2px #2895C4;
          box-shadow: 0 0 0 2px #2895C4;
}
.p-service__list li:hover .p-service__list-ttl {
  color: #2895C4;
}
.p-service__list-thumb {
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}
.p-service__list-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__list-wrap {
  padding: 16px 20px 20px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .p-service__list-wrap {
    padding: 12px 12px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__list-wrap {
    padding: 10px 6px 15px;
  }
}
.p-service__list-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(14px, 14px + 10 * (100vw - 767px) / 673, 24px);
  color: #000;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-service__list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.p-service__list-tag span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 673, 16px);
  background-color: #DDECF3;
  color: #2895C4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service__list-tag span {
    padding: 5px;
  }
}
.p-service__list-txt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 673, 16px);
}
.p-service__contents {
  margin: 50px 0;
  background-color: #EBF5F9;
  padding: 130px 40px 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service__contents {
    margin-inline: calc(50% - 50vw);
    margin-bottom: 30px;
  }
}
.p-service__contents::before {
  content: "";
  max-width: 750px;
  width: 80%;
  aspect-ratio: 1501/431;
  background: url(../img/service/marketing.png) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-service__contents::before {
    width: 100%;
  }
}
.p-service-sns {
  padding: 100px 0;
  border-top: solid 1px #E0E0E7;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-service-sns {
    padding: 70px 0;
  }
}
.p-service-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 69px;
  margin-bottom: 54px;
}
@media screen and (max-width: 960px) {
  .p-service-sns__list {
    gap: 45px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-sns__list {
    gap: 16px;
  }
}
.p-service-sns__list li a {
  display: block;
}
@media screen and (max-width: 960px) {
  .p-service-sns__list li a img {
    width: 60px;
    height: auto;
  }
}
.p-service-sns__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-service-sns__tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-service-sns__tag li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  padding: 16px 10px;
  border-radius: 4px;
  background-color: #2895C4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-service-sns__tag li {
    padding: 12px 15px;
  }
}
.p-service-prom {
  padding: 80px 0;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .p-service-prom {
    padding: 60px 0;
  }
}
.p-service-prom__head {
  text-align: center;
  margin-bottom: 50px;
}
.p-service-prom__head span {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(42 / 32 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(26px, 26px + 6 * (100vw - 767px) / 673, 32px);
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-prom__head span {
    font-size: 18px;
  }
}
.p-service-prom__head span:not(:last-of-type) {
  margin-bottom: 15px;
}
.p-service-prom__head span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #383750;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.p-service-prom__flow {
  max-width: 880px;
  margin-inline: auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .p-service-prom__flow {
    gap: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-prom__flow {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-service-prom__flow li {
  max-width: 162px;
  width: 25%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(-50 / 1000 * 1em);
  font-size: clamp(12px, 12px + 8 * (100vw - 767px) / 673, 20px);
  background-color: #fff;
  border: solid 1px #E0E0E7;
  position: relative;
}
.p-service-prom__flow li:nth-child(2) {
  background-color: #D5D5E3;
  border-color: #D5D5E3;
}
.p-service-prom__flow li:nth-child(3) {
  background-color: #747496;
  border-color: #747496;
  color: #fff;
}
.p-service-prom__flow li:nth-child(4) {
  background-color: #383750;
  border-color: #383750;
  color: #fff;
}
.p-service-prom__flow li:not(:last-child)::after {
  content: "＞";
  color: #383750;
  position: absolute;
  top: 50%;
  right: -30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service-prom__flow li:not(:last-child)::after {
    right: -25%;
  }
}
.p-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-service__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service__flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-service__flex-item {
    width: 100%;
  }
}
.p-service__flex-img {
  margin-bottom: 30px;
}
.p-service__flex-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(42 / 28 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(21px, 21px + 7 * (100vw - 767px) / 673, 28px);
  margin-bottom: 15px;
}
.p-service__flex-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.p-service__flex-tag span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #DDECF3;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #2895C4;
}
.p-service__flex-txt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: calc(10 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
.p-service__flex-txt.center {
  text-align: center;
}
.p-service-dg {
  padding: 100px 0;
}
.p-service-dg__head {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-service-dg__head span {
    font-size: 40px;
  }
}
.p-service-dg__sub {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(12px, 12px + 6 * (100vw - 767px) / 673, 18px);
  margin-bottom: 50px;
}
.p-service-dg__subhead {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: calc(48 / 32 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(18px, 18px + 14 * (100vw - 767px) / 673, 32px);
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #E0E0E7;
}
.p-service-dg__list {
  margin-bottom: 50px;
}
.p-service-dg__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-service-dg__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.p-service-dg__list-item:not(:last-of-type) {
  margin-bottom: 50px;
}
.p-service-dg__list-dtl {
  max-width: 620px;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-service-dg__list-dtl {
    max-width: 100%;
    width: 100%;
  }
}
.p-service-dg__list-img {
  text-align: right;
  max-width: 340px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-service-dg__list-img {
    max-width: 100%;
    width: 100%;
  }
}
.p-service-dg__list-img img {
  display: inline-block;
}
.p-service-dg__list-ttl {
  margin-bottom: 28px;
  padding-left: 0.7em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(22px, 22px + 6 * (100vw - 767px) / 673, 28px);
  position: relative;
}
.p-service-dg__list-ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #2895C4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-service-dg__list-txt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(29 / 18 * 1em);
  letter-spacing: calc(100 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
}
.p-service-dg__box {
  padding: 40px 20px;
  background-color: #EBF5F9;
}
.p-service-dg__box-head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 673, 24px);
  margin-bottom: 20px;
}
.p-service-dg__box-txt {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: calc(31 / 18 * 1em);
  letter-spacing: calc(100 / 1000 * 1em);
  font-size: clamp(13px, 13px + 5 * (100vw - 767px) / 673, 18px);
}
.p-service-dg__box-txt span {
  color: #2895C4;
  font-weight: 700;
}

.c-links {
  margin-top: 50px;
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .c-links {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-links__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-links__item {
    width: 100%;
  }
}
.c-links__item a {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: calc(30 / 1000 * 1em);
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 673, 18px);
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-links__item a span {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 46px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: calc(100 / 1000 * 1em);
  font-size: clamp(32px, 32px + 14 * (100vw - 767px) / 673, 46px);
}
.c-links__item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-links__item a::after {
  content: "＞";
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: solid 1px #fff;
  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;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-links__item a::after {
    width: 50px;
    height: 50px;
    right: 4.2%;
    bottom: 26px;
  }
}
.c-links__item a:hover::before {
  background-color: #383750;
}
.c-links__item.success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 87, 143, 0.8)), to(rgba(76, 87, 143, 0.8))), url(../img/service/link-img01.jpg);
  background-image: linear-gradient(rgba(76, 87, 143, 0.8), rgba(76, 87, 143, 0.8)), url(../img/service/link-img01.jpg);
  background-blend-mode: multiply;
}
.c-links__item.column {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 87, 143, 0.8)), to(rgba(76, 87, 143, 0.8))), url(../img/service/link-img02.jpg);
  background-image: linear-gradient(rgba(76, 87, 143, 0.8), rgba(76, 87, 143, 0.8)), url(../img/service/link-img02.jpg);
  background-position: center right;
  background-blend-mode: multiply;
}

/*-------------------
 * object
 -------------------*/
/*-------------------
 * javascript
 -------------------*/