@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  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] {
  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: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  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;
}

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

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

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 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: none;
}

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

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #030C1C;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

body.is-locked {
  overflow: hidden;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}

a {
  display: inline-block;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__inner {
  width: 100%;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 4rem 0 4rem;
}
@media screen and (max-width: 1400px) {
  .l-header__inner {
    padding: 1.25rem 1.875rem 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0rem 4.3125rem 0rem 1rem;
  }
}

.l-header__logo {
  width: 20.625rem;
  line-height: 1;
  margin-top: 1.125rem;
}
@media screen and (max-width: 1400px) {
  .l-header__logo {
    width: 16.25rem;
    margin-top: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 11.625rem;
    margin-top: 0rem;
  }
}
.l-header__logo a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .l-header__box {
    display: none;
  }
}

.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}

.l-header-tel {
  text-align: center;
}

.l-header-tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #141414;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8125rem;
  line-height: 1;
  margin-left: 0.3125rem;
}
.l-header-tel__number::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/tel_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header-tel__number:hover {
  opacity: 0.7;
}

.l-header-tel__time {
  color: #141414;
  font-size: 0.75rem;
  line-height: 1.4166666667;
}

.l-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 0.1875rem;
}

.l-header-sns__icon {
  width: 2rem;
}
.l-header-sns__icon:hover {
  opacity: 0.7;
}

.l-header-nav {
  margin-top: 0.9375rem;
}

.l-header-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.5rem;
}

.l-header-nav__list {
  color: #000;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.04em;
}

.l-header-nav__link {
  color: #000;
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0.04em;
}
.l-header-nav__link:hover {
  color: #FF8C00;
}

.l-header-telSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-telSp {
    display: block;
    width: 2.25rem;
  }
  .l-header-telSp:hover {
    opacity: 0.7;
  }
}

.l-header-cta {
  position: fixed;
  z-index: 10;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 10.375rem;
  height: 10.375rem;
  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-radius: 100%;
  border: 1px solid #fff;
  background: rgba(229, 127, 9, 0.85);
}
@media screen and (max-width: 767px) {
  .l-header-cta {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3.125rem;
    background: #E57F09;
    border-radius: 1.25rem 1.25rem 0 0;
    border: none;
  }
}
.l-header-cta:hover {
  background: rgba(207, 106, 5, 0.85);
}
@media screen and (max-width: 767px) {
  .l-header-cta:hover {
    background: #CF6A05;
  }
}
.l-header-cta span {
  display: inline-block;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-cta span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9375rem;
  }
}
.l-header-cta span::before {
  content: "";
  display: block;
  position: relative;
  width: 1.5625rem;
  height: 1.125rem;
  background-image: url(../imgs/pc/mail_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 0.75rem auto;
}
@media screen and (max-width: 767px) {
  .l-header-cta span::before {
    margin: 0 1rem 0 0;
  }
}
.l-header-cta span::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-cta span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.9375rem;
    width: 1.0625rem;
    height: 0.5rem;
    background-image: url(../imgs/pc/btn_arrow_white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.l-main {
  position: relative;
  width: 100%;
  padding-top: 7.5rem;
  contain: paint;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main.ptSp0 {
    padding-top: 0rem;
  }
}

.l-footer {
  position: relative;
  z-index: 11;
  width: 100%;
  color: #fff;
  background: #082357;
}
@media screen and (max-width: 767px) {
  .l-footer {
    overflow: hidden;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 89.5rem;
  margin: 0rem auto;
  padding: 6.4375rem 5rem 4.625rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    display: block;
    padding: 3rem 1.25rem 2.5rem 1.25rem;
  }
}

.l-footer__logo {
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    display: block;
    width: 18.125rem;
    margin: 0 auto;
  }
}
.l-footer__logo:hover {
  opacity: 0.7;
}

.l-footer__text {
  font-size: 1.125rem;
  line-height: 2.2222222222;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    text-align: center;
    margin-top: 1.625rem;
  }
}
.l-footer__text a:hover {
  opacity: 0.7;
}

.l-footer__access {
  width: 9.75rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5rem;
  margin-top: 2.8125rem;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__access {
    width: 9.1875rem;
    height: 1.875rem;
    font-size: 0.875rem;
    margin: 0.625rem auto 0 auto;
  }
}
.l-footer__access:hover {
  color: #082357;
  background: #fff;
}

.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    display: none;
  }
}

.l-footer-nav__list {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 2rem;
}
.l-footer-nav__list:first-of-type {
  margin-top: 0rem;
}

.l-footer-nav__link {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.l-footer-nav__link:hover {
  opacity: 0.7;
}

.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 6.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    margin-top: 3.625rem;
  }
}

.l-footer-sns__link {
  width: 2.9375rem;
}
.l-footer-sns__link:hover {
  opacity: 0.7;
}

.l-footer-under {
  width: 100%;
  background: #171717;
}

.l-footer-under__inner {
  width: 100%;
  max-width: 84.5rem;
  margin: 0rem auto;
  padding: 1.125rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-under__inner {
    display: block;
    text-align: center;
    padding: 0.3125rem 0.625rem 0.8125rem 0.625rem;
  }
}

.l-footer-under__link {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer-under__link {
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}
.l-footer-under__link:hover {
  opacity: 0.7;
}

.l-footer-under__copy {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.c-top {
  width: 100%;
}

.c-top__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top__inner {
    padding: 0 2rem;
  }
}

.c-top__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-top: 6.875rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out 0.2s forwards;
          animation: titleSlideUp 0.6s ease-out 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .c-top__title {
    font-size: 0.875rem;
    padding-top: 3.5rem;
  }
}
.c-top__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #204B94;
  font-size: 4.5rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out forwards;
          animation: titleSlideUp 0.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-top__title::before {
    font-size: 3rem;
    margin-bottom: 1.125rem;
  }
}

.c-top__img {
  margin-right: calc(50% - 50vw);
  margin-top: 3.875rem;
}
@media screen and (max-width: 767px) {
  .c-top__img {
    width: 100vw;
    margin: 1.4375rem calc(50% - 50vw) 0 calc(50% - 50vw);
  }
}

.c-top-simple {
  width: 100%;
  min-height: 18.25rem;
  border-bottom: 1px solid #082357;
}
@media screen and (max-width: 767px) {
  .c-top-simple {
    min-height: auto;
  }
}

.c-top-simple__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-top-simple__inner {
    padding: 0 2rem;
  }
}

.c-top-simple__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-top: 6.875rem;
  padding-bottom: 1.25rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out 0.2s forwards;
          animation: titleSlideUp 0.6s ease-out 0.2s forwards;
}
@media screen and (max-width: 767px) {
  .c-top-simple__title {
    font-size: 0.875rem;
    padding-top: 3.5rem;
  }
}
.c-top-simple__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #204B94;
  font-size: 4.5rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-animation: titleSlideUp 0.6s ease-out forwards;
          animation: titleSlideUp 0.6s ease-out forwards;
}
@media screen and (max-width: 767px) {
  .c-top-simple__title::before {
    font-size: 3rem;
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .c-top-simple__title.minSp::before {
    font-size: 2.125rem;
  }
}

@-webkit-keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes titleSlideUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-breadcrumb {
  width: 100%;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 1.25rem;
  }
}

.c-breadcrumb__lists {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.625rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__lists {
    padding: 0 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.c-breadcrumb__list {
  position: relative;
  display: inline-block;
  color: #AAAAAA;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.c-breadcrumb__list::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1rem;
  width: 0.375rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/breadcrumb_arrow_gray.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list::after {
    right: -0.75rem;
    width: 0.25rem;
    height: 0.5rem;
  }
}
.c-breadcrumb__list.end::after {
  display: none;
}

.c-breadcrumb__link {
  display: inline-block;
  color: #AAAAAA;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.c-breadcrumb__link.home {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.064em;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__link.home {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-title {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-title.minSp {
    font-size: 1.125rem;
  }
}
.c-title::after {
  content: "";
  display: block;
  position: relative;
  width: 2.5rem;
  height: 0.1875rem;
  background: #204B94;
  border-radius: 0.625rem;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-title::after {
    height: 0.125rem;
    margin: 1rem auto 0 auto;
  }
}
.c-title.left {
  text-align: left;
}
.c-title.left::after {
  content: "";
  display: block;
  position: relative;
  width: 2.5rem;
  height: 0.1875rem;
  background: #204B94;
  border-radius: 0.625rem;
  margin: 2rem auto 0 auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-title.left::after {
    height: 0.125rem;
    margin-top: 1rem;
  }
}

.c-button {
  position: relative;
  width: 100%;
  max-width: 25rem;
  height: 4.375rem;
  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: 1px solid #E57F09;
  background: #E57F09;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-button {
    max-width: 22.5rem;
    height: 3.125rem;
  }
}
.c-button::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #CF6A05;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1875rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button::after {
    right: 0.9375rem;
    width: 1.0625rem;
    height: 0.5rem;
  }
}
.c-button span {
  position: relative;
  z-index: 4;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button span {
    font-size: 0.9375rem;
  }
}
.c-button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-button:hover::after {
  right: 0.625rem;
}

.pagination .nav-links {
  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: 0.625rem;
  margin-top: 4.875rem;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    gap: 0.5rem;
    margin-top: 3.125rem;
  }
}
.pagination .page-numbers {
  width: 4.0625rem;
  height: 4.0625rem;
  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;
  background: #fff;
  border: 1px solid #D7D9DC;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
}
.pagination .page-numbers:hover {
  background: #BAC7D5;
}
.pagination .dots {
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
}
.pagination .dots:hover {
  background: none;
}
.pagination .current {
  background: #BAC7D5;
  border: 1px solid #BAC7D5;
}
.pagination .prev,
.pagination .next {
  position: relative;
  width: 4.0625rem;
  height: 4.0625rem;
  background-image: url(../imgs/pc/pagination_arrow.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .pagination .prev,
  .pagination .next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.pagination .prev:hover,
.pagination .next:hover {
  background-image: url(../imgs/pc/pagination_arrow_h.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pagination .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 初期状態：少し下に・透明 */
.anime-up {
  opacity: 0;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}

.anime-down {
  opacity: 0;
  -webkit-transform: translateY(-3.75rem);
          transform: translateY(-3.75rem);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
}

/* 画面内に入ったら：フェード＋上に戻す */
.anime-up.is-inview,
.anime-down.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anime-up.anime-top {
  -webkit-transform: translateX(-50%) translateY(2.5rem);
          transform: translateX(-50%) translateY(2.5rem);
}

.anime-up.anime-top.is-inview {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.c-cta-contact {
  color: #fff;
  width: 100%;
  background-image: url(../imgs/pc/cta_contact_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta-contact {
    background-image: url(../imgs/sp/cta_contact_bg.webp);
  }
}

.c-cta-contact__inner {
  width: 100%;
  max-width: 84.5rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5.625rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__inner {
    display: block;
    padding: 2.625rem 0.625rem 3rem 0.625rem;
  }
}

.c-cta-contact__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__title {
    font-size: 1rem;
    text-align: center;
  }
}
.c-cta-contact__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-size: 4.5rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__title::before {
    font-size: 2.5rem;
    margin-bottom: 0.9375rem;
  }
}

.c-cta-contact__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.75rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__box {
    display: block;
    padding-top: 1.625rem;
  }
}

.c-cta-contact__text {
  line-height: 2.3125;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
  }
}

.c-cta-contact__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__number {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.875rem;
    margin-top: 2.5rem;
  }
}
.c-cta-contact__number::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.6875rem;
  height: 2.25rem;
  background-image: url(../imgs/pc/tel_white02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__number::before {
    width: 1.3125rem;
    height: 1.6875rem;
  }
}
.c-cta-contact__number:hover {
  opacity: 0.7;
}

.c-cta-contact__time {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contact__time {
    text-align: center;
    padding-left: 0rem;
  }
}

.c-cta-contactMail {
  width: 20.8125rem;
  background: #E57F09;
  border: 1px solid #FFFFFF;
  text-align: center;
  padding: 2.75rem;
}
@media screen and (max-width: 767px) {
  .c-cta-contactMail {
    display: block;
    width: 100%;
    max-width: 22.5rem;
    margin: 2rem auto 0 auto;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
  }
}
.c-cta-contactMail:hover {
  background: #CF6A05;
}

.c-cta-contactMail__title {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta-contactMail__title {
    font-size: 1.125rem;
  }
}
.c-cta-contactMail__title::before {
  content: "";
  display: block;
  position: relative;
  width: 2.3125rem;
  height: 1.6875rem;
  background-image: url(../imgs/pc/mail_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 1.25rem auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta-contactMail__title::before {
    width: 1.9375rem;
    height: 1.4375rem;
    margin: 0 auto 1.25rem auto;
  }
}

.c-cta-contactMail__text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-cta-contactMail__text {
    margin-top: 1.25rem;
  }
}

.c-cta-tel {
  width: 100%;
  background: #EBEFF5;
}

.c-cta-tel__inner {
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__inner {
    padding: 3.125rem 1.25rem;
  }
}

.c-cta-tel__text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-cta-tel__box {
  width: 100%;
  max-width: 49.875rem;
  margin: 4.0625rem auto 0rem auto;
  background: #fff;
  padding: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__box {
    margin: 2.5rem auto 0rem auto;
    background: #fff;
    padding: 1.875rem 1.25rem;
  }
}

.c-cta-tel__label {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__label {
    font-size: 1.125rem;
  }
}

.c-cta-tel__number {
  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: 0.75rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__number {
    font-size: 1.75rem;
    margin-top: 1.5rem;
  }
}
.c-cta-tel__number::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__number::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.c-cta-tel__number:hover {
  opacity: 0.7;
}

.c-cta-tel__time {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-cta-tel__time {
    font-size: 0.75rem;
  }
}

.c-banner-corp {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 70.5rem;
  height: 23.0625rem;
  margin: 0 auto;
  background-image: url(../imgs/pc/corporate_banner_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-left: 3.875rem;
}
@media screen and (max-width: 767px) {
  .c-banner-corp {
    max-width: 91.6279069767vw;
    height: 47.4418604651vw;
    background-image: url(../imgs/sp/corporate_banner_bg.webp);
    background-size: contain;
    padding-top: 4.1860465116vw;
    padding-left: 3.7209302326vw;
  }
}
.c-banner-corp:hover {
  opacity: 0.7;
}

.c-banner-corp__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-banner-corp__title {
    font-size: 2.7906976744vw;
  }
}
.c-banner-corp__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-size: 3.75rem;
  letter-spacing: 0em;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-banner-corp__title::before {
    font-size: 7.4418604651vw;
    margin-bottom: 2.3255813953vw;
  }
}

.c-banner-corp__text {
  font-size: 1.25rem;
  padding-left: 0.3125rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-banner-corp__text {
    font-size: 3.023255814vw;
    line-height: 1.6923076923;
    padding-left: 0rem;
    margin-top: 4.1860465116vw;
  }
}

.c-banner-corp__arrow {
  position: absolute;
  left: 39.9375rem;
  bottom: 2.375rem;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #030C1C;
}
@media screen and (max-width: 767px) {
  .c-banner-corp__arrow {
    left: 54.4186046512vw;
    bottom: 3.023255814vw;
    width: 5.1162790698vw;
    height: 5.1162790698vw;
  }
}
.c-banner-corp__arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.625rem;
  background-image: url(../imgs/pc/banner_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-banner-corp__arrow::before {
    width: 2.3255813953vw;
    height: 1.3953488372vw;
  }
}

.c-linkBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  border-top: 1px solid #204B94;
  border-bottom: 1px solid #204B94;
  background: #204B94;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 3.125rem;
  }
}

.c-linkBox__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.1875rem;
  width: 100%;
  height: 20rem;
  background: #fff;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-linkBox__link {
    height: 11.25rem;
    gap: 1.5rem;
  }
}
.c-linkBox__link:hover {
  background: #204B94;
}
.c-linkBox__link:hover .c-linkBox__title {
  color: #fff;
}
.c-linkBox__link:hover .c-linkBox__text {
  color: #fff;
}
.c-linkBox__link:hover .c-linkBox__text::after {
  background-image: url(../imgs/pc/link_arrow_white.svg);
}

.c-linkBox__title {
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4.5rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .c-linkBox__title {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-linkBox__title {
    font-size: 2.625rem;
  }
}

.c-linkBox__text {
  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: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-linkBox__text {
    font-size: 0.875rem;
    gap: 0.75rem;
  }
}
.c-linkBox__text::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../imgs/pc/link_arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-linkBox__text::after {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-area {
  position: relative;
  width: 100%;
}
.c-area::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22.5rem;
  background-image: url(../imgs/pc/service_area_bg.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-area::before {
    height: 11.125rem;
    background-size: cover;
    background-image: url(../imgs/sp/service_area_bg.webp);
  }
}

.c-area__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 92.25rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.25rem;
  padding: 3.125rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-area__inner {
    padding: 3.125rem 1.25rem 0rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.c-area__img {
  width: 100%;
  max-width: 43.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -6.25rem;
}
@media screen and (max-width: 1400px) {
  .c-area__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-area__img {
    max-width: 87.6923076923%;
    margin: -0.9375rem auto 0 auto;
  }
}

.c-area__box {
  width: 100%;
}

.c-area__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-area__title {
    font-size: 1rem;
  }
}
.c-area__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #204B94;
  font-size: 4.5rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-area__title::before {
    font-size: 2.5rem;
    margin-bottom: 0.9375rem;
  }
}

.c-area__band {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .c-area__band {
    margin-top: 1.5625rem;
  }
}
.c-area__band span {
  display: inline-block;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.06em;
  background: #204B94;
  padding: 0 0.75rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-area__band span {
    font-size: 1rem;
    padding: 0 0.375rem;
    margin-top: 0.3125rem;
  }
}
.c-area__band span:first-of-type {
  margin-top: 0rem;
}

.c-area__text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-area__text {
    font-size: 0.875rem;
    white-space: nowrap;
    margin-top: 1rem;
  }
}

.c-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    top: 1.53125rem;
    right: 1rem;
    width: 1.8125rem;
    height: 0.9375rem;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  left: 0rem;
  width: 1.8125rem;
  height: 0.125rem;
  background: #030C1C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: 0rem;
}
.c-hamburger span:nth-of-type(2) {
  top: 0.84375rem;
}

.c-hamburger.active span {
  background: #fff;
}
.c-hamburger.active span:nth-of-type(1) {
  top: 0.4375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger.active span:nth-of-type(2) {
  top: 0.4375rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082357;
  padding: 1.1875rem 1rem 1.875rem 1rem;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-hamburger-nav__logo {
  display: block;
  width: 11.625rem;
}
.c-hamburger-nav__logo:hover {
  opacity: 0.7;
}

.c-hamburger-nav__lists {
  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-flow: column;
          flex-flow: column;
  gap: 2rem;
  margin-top: 3.375rem;
}

.c-hamburger-nav__list {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
}

.c-hamburger-nav__link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875;
}
.c-hamburger-nav__link:hover {
  opacity: 0.7;
}

.c-hamburger-nav__group {
  width: 100%;
  max-width: 21.25rem;
  margin: 2.8125rem auto 0rem auto;
}

.c-hamburger-nav__tel {
  position: relative;
  display: block;
  width: 100%;
  height: 4.375rem;
  padding-top: 0.625rem;
  background: #204B94;
}
.c-hamburger-nav__tel:hover {
  opacity: 0.7;
}
.c-hamburger-nav__tel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.375rem;
  left: 1.3125rem;
  width: 1.3125rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/tel_white02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-hamburger-nav__tel span {
  display: block;
  color: #fff;
  text-align: center;
  padding-left: 0.3125rem;
}
.c-hamburger-nav__tel span:nth-of-type(1) {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.625rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.c-hamburger-nav__tel span:nth-of-type(2) {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
  margin-top: 0.375rem;
}

.c-hamburger-nav__mail {
  position: relative;
  display: block;
  width: 100%;
  height: 4.375rem;
  padding-top: 0.875rem;
  background: #E57F09;
  margin-top: 1.25rem;
}
.c-hamburger-nav__mail:hover {
  opacity: 0.7;
}
.c-hamburger-nav__mail::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  width: 1.9375rem;
  height: 1.4375rem;
  background-image: url(../imgs/pc/mail_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-hamburger-nav__mail span {
  display: block;
  color: #fff;
  text-align: center;
  padding-left: 0.3125rem;
}
.c-hamburger-nav__mail span:nth-of-type(1) {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.c-hamburger-nav__mail span:nth-of-type(2) {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 700;
  margin-top: 0.375rem;
}

.c-hamburger-nav__sns {
  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: 2rem;
  margin-top: 3.375rem;
}
.c-hamburger-nav__sns a {
  display: block;
  width: 2.9375rem;
}
.c-hamburger-nav__sns a:hover {
  opacity: 0.7;
}

.c-hamburger-nav.active {
  z-index: 99;
  opacity: 1;
}

.p-news {
  width: 100%;
}

.p-news__inner {
  max-width: 74.5rem;
  margin: 0rem auto;
  padding: 5.625rem 2.5rem 14.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-news-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-nav {
    margin-top: 3.75rem;
  }
}

.p-news-nav__list {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-news-nav__list {
    font-size: 0.875rem;
  }
}
.p-news-nav__list.on a {
  color: #fff;
  background: #204B94;
}
.p-news-nav__list a {
  display: inline-block;
  color: #082357;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.3125rem 1rem;
  background: #EBEFF5;
}
@media screen and (max-width: 767px) {
  .p-news-nav__list a {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
  }
}
.p-news-nav__list a:hover {
  color: #fff;
  background: #204B94;
}

.p-news__lists {
  width: 100%;
  max-width: 69.5rem;
  margin: 3.5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-news__lists {
    margin-top: 3.125rem;
  }
}

.p-news__list {
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid #C9CCD2;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    padding: 0.875rem 0.5625rem;
  }
}

.p-news__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    gap: 1.125rem;
    padding-right: 0rem;
  }
}
.p-news__link:hover .p-news__title {
  color: #082357;
}
.p-news__link:hover .p-news__arrow {
  background-image: url(../imgs/pc/news_arrow_white.webp);
}

.p-news__thumbnail {
  width: 100%;
  max-width: 8.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news__thumbnail {
    max-width: 8.75rem;
  }
}

.p-news__img {
  position: relative;
  width: 100%;
  padding-top: 74.0740740741%;
}
.p-news__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-news__box {
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-news__box {
    margin-top: 0rem;
  }
}

.p-news__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-news__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news__category {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.6;
  padding: 0.125rem 0.625rem;
  background: #204B94;
}
@media screen and (max-width: 767px) {
  .p-news__category {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 0rem 0.9375rem;
  }
}

.p-news__time {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-news__time {
    font-size: 0.875rem;
  }
}

.p-news__title {
  font-family: "Shippori Mincho B1", serif;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.3125rem;
  }
}

.p-news__arrow {
  position: absolute;
  right: 0rem;
  bottom: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/news_arrow_blue.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__arrow {
    bottom: 0rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}

.p-works {
  width: 100%;
}

.p-works__inner {
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 5.625rem 2.5rem 8.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-works-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-works-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 3.75rem;
  }
}

.p-works-nav__list {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-works-nav__list {
    font-size: 0.875rem;
  }
}
.p-works-nav__list.on a {
  color: #fff;
  background: #204B94;
}
.p-works-nav__list a {
  display: inline-block;
  color: #082357;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0.3125rem 1rem;
  background: #EBEFF5;
}
@media screen and (max-width: 767px) {
  .p-works-nav__list a {
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
  }
}
.p-works-nav__list a:hover {
  color: #fff;
  background: #204B94;
}

.p-works__lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.6875rem;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-works__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 0.9375rem;
    margin-top: 3.125rem;
  }
}

.p-works__list {
  width: 100%;
}

.p-works__link {
  width: 100%;
}
.p-works__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-works__link:hover .p-works__title {
  color: #082357;
}

.p-works__thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.p-works__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-works__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-works__box {
  width: 100%;
  margin-top: 1rem;
}

.p-works__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-works__group {
    gap: 0.75rem;
  }
}

.p-works__category {
  color: #082357;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
  white-space: nowrap;
  padding: 0.25rem 1rem;
  border: 1px solid #082357;
}
@media screen and (max-width: 767px) {
  .p-works__category {
    font-size: 0.8125rem;
    padding: 0.1875rem 0.625rem;
  }
}

.p-works__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-works__time {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-works__time {
    font-size: 0.875rem;
  }
}

.p-works__area {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
  padding-left: 0.75rem;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-works__area {
    font-size: 0.875rem;
  }
}
.p-works__area::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 0.9375rem;
  background: #030C1C;
}

.p-works__title {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-works__title {
    font-size: 1.125rem;
  }
}

.p-reason {
  width: 100%;
}

.p-reason__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 4.375rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding: 3.125rem 1.25rem 3.75rem 1.25rem;
  }
}

.p-reason__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 1.125rem;
  }
}
.p-reason__title span {
  color: #204B94;
}
.p-reason__title span.big {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason__title span.big {
    font-size: 1.625rem;
  }
}

.p-reason__text {
  line-height: 2.3125;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    margin-top: 1.875rem;
  }
}

.p-reason-safety {
  width: 100%;
  background: #F5F7F9;
}

.p-reason-safety__inner {
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 6.5625rem 2.5rem 5.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-safety__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-reason-safety__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason-safety__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.p-reason-safety__img {
  width: 100%;
  max-width: 41.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .p-reason-safety__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-safety__img {
    max-width: 100%;
  }
}

.p-reason-safety__box {
  position: relative;
  width: 100%;
  padding-top: 4.375rem;
  padding-left: 2.3125rem;
}
@media screen and (max-width: 1400px) {
  .p-reason-safety__box {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-safety__box {
    padding: 3.125rem 0 0 0;
  }
}

.p-reason-safety__eng {
  position: absolute;
  top: -3.75rem;
  left: 0rem;
  color: rgba(221, 228, 239, 0.46);
  font-family: "Shippori Mincho B1", serif;
  font-size: 6.25rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .p-reason-safety__eng {
    top: -1.875rem;
    font-size: 3.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-safety__eng {
    top: 0rem;
    font-size: 2.125rem;
  }
}

.p-reason-safety__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-reason-safety__title {
    font-size: 1.25rem;
  }
}
.p-reason-safety__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #082357;
  margin-top: 0.125rem;
}

.p-reason-safety__text {
  line-height: 2.3125;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-safety__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}

.p-reason-lots {
  width: 100%;
}

.p-reason-lots__inner {
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 8.125rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lots__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-reason-lots__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lots__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 1.875rem;
  }
}

.p-reason-lots__box {
  position: relative;
  width: 100%;
  padding-top: 9.0625rem;
  padding-left: 2.3125rem;
  padding-right: 2.3125rem;
}
@media screen and (max-width: 1400px) {
  .p-reason-lots__box {
    padding-right: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-lots__box {
    padding: 3.125rem 0 0 0;
  }
}

.p-reason-lots__eng {
  position: absolute;
  top: 0rem;
  right: 0rem;
  color: rgba(221, 228, 239, 0.46);
  font-family: "Shippori Mincho B1", serif;
  font-size: 6.25rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .p-reason-lots__eng {
    font-size: 3.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-lots__eng {
    right: auto;
    left: 0;
    font-size: 2.125rem;
  }
}

.p-reason-lots__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-reason-lots__title {
    font-size: 1.25rem;
  }
}
.p-reason-lots__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #082357;
  margin-top: 0.125rem;
}

.p-reason-lots__text {
  line-height: 2.3125;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lots__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}

.p-reason-lots__img {
  width: 100%;
  max-width: 41.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .p-reason-lots__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-lots__img {
    max-width: 100%;
  }
}

.p-reason-lotsCard {
  width: 100%;
  max-width: 69.5rem;
  margin: 4.5rem auto 0rem auto;
  background: #EBEFF5;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard {
    margin-top: 3.125rem;
  }
}

.p-reason-lotsCard__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.125rem;
  padding: 3.125rem 4.0625rem 2.625rem 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__inner {
    gap: 3.125rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-reason-lotsCard__column {
  width: 100%;
}

.p-reason-lotsCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.75rem;
  line-height: 1.6071428571;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  background: #DCE4F1;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__title {
    font-size: 1.25rem;
  }
}

.p-reason-lotsCard__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
  }
}
.p-reason-lotsCard__box.mt {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__box.mt {
    margin-top: 1.875rem;
  }
}

.p-reason-lotsCard__img {
  width: 22.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__img {
    width: 60%;
    margin: 0 auto;
  }
}
.p-reason-lotsCard__img img {
  width: 18.8125rem;
  margin-left: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__img img {
    width: 100%;
    margin-left: 0rem;
  }
}
.p-reason-lotsCard__img.wid {
  margin-top: 0rem;
}
.p-reason-lotsCard__img.wid img {
  width: 19.9375rem;
  margin-left: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__img.wid img {
    width: 100%;
    margin-left: 0rem;
  }
}

.p-reason-lotsCard__group {
  width: 100%;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__group {
    padding-right: 0rem;
  }
}

.p-reason-lotsCard__band {
  width: 100%;
}

.p-reason-lotsCard__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 2.5rem;
  padding-left: 0.3125rem;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__item {
    gap: 0.75rem 1.25rem;
    padding-left: 0rem;
    margin-top: 1.25rem;
  }
}
.p-reason-lotsCard__item img {
  width: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.p-reason-lotsCard__item img:last-of-type {
  width: 0.75rem;
}

.p-reason-lotsCard__item02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  padding-left: 0.3125rem;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__item02 {
    padding-left: 0rem;
    margin-top: 1.25rem;
  }
}
.p-reason-lotsCard__item02 img {
  width: 2.15625rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__item02 img {
    width: 1.940625rem;
  }
}
.p-reason-lotsCard__item02 img:last-of-type {
  width: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-lotsCard__item02 img:last-of-type {
    width: 1.63125rem;
  }
}

.p-reason-trusted {
  width: 100%;
  background: #F5F7F9;
}

.p-reason-trusted__inner {
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 6.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-reason-trusted__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.p-reason-trusted__img {
  width: 100%;
  max-width: 41.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .p-reason-trusted__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__img {
    max-width: 100%;
  }
}

.p-reason-trusted__box {
  position: relative;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 2.3125rem;
}
@media screen and (max-width: 1400px) {
  .p-reason-trusted__box {
    padding-left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__box {
    padding: 3.125rem 0 0 0;
  }
}

.p-reason-trusted__eng {
  position: absolute;
  top: -3.75rem;
  left: 0rem;
  color: rgba(221, 228, 239, 0.46);
  font-family: "Shippori Mincho B1", serif;
  font-size: 6.25rem;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  .p-reason-trusted__eng {
    font-size: 3.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__eng {
    top: 0rem;
    font-size: 2.125rem;
  }
}

.p-reason-trusted__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__title {
    font-size: 1.25rem;
  }
}
.p-reason-trusted__title::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #082357;
  margin-top: 0.125rem;
}

.p-reason-trusted__text {
  max-width: 36.6875rem;
  line-height: 2.3125;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__text {
    max-width: 100%;
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}

.p-reason-trusted__group {
  width: 100%;
  max-width: 39.625rem;
  padding: 1.1875rem 5rem 2.0625rem 2.8125rem;
  background: #fff;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__group {
    max-width: 100%;
    padding: 1.25rem;
  }
}

.p-reason-trusted__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-reason-trusted__subTitle {
    font-size: 1.25rem;
  }
}
.p-reason-trusted__subTitle::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background: #082357;
  margin-top: 0.125rem;
}

.p-reason-trusted__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8125rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1400px) {
  .p-reason-trusted__lists {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
}

.p-reason-trusted__list {
  width: 12.8125rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #082357;
}
@media screen and (max-width: 1400px) {
  .p-reason-trusted__list {
    width: auto;
    font-size: 0.875rem;
    padding: 0 0.625rem;
  }
}
.p-reason-trusted__list:nth-of-type(3) {
  width: 17.6875rem;
}
@media screen and (max-width: 1400px) {
  .p-reason-trusted__list:nth-of-type(3) {
    width: auto;
  }
}

.p-reason-info {
  width: 100%;
}

.p-reason-info__inner {
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 6.25rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-info__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-reason-info__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason-info__title {
    font-size: 1.125rem;
  }
}
.p-reason-info__title span {
  color: #082357;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-info__title span {
    font-size: 1.3125rem;
  }
}

.p-reason-info__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.375rem;
  margin-top: 4.375rem;
}
@media screen and (max-width: 1400px) {
  .p-reason-info__wrapper {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    margin-top: 3.125rem;
  }
}

.p-reason-info__img {
  width: 100%;
  max-width: 43.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .p-reason-info__img {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason-info__img {
    max-width: 100%;
  }
}

.p-reason-info__box {
  width: 100%;
  padding-top: 0.625rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason-info__box {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-reason-info__text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}
.p-reason-info__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 204, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 204, 0, 0.3) 60%);
}

.p-reason-info__link {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-reason-info__link {
    margin: 2.5rem auto 0 auto;
  }
}

.p-about {
  width: 100%;
}

.p-about__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 7.25rem 2.5rem 8.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-about__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.p-about__imgBox {
  width: 100%;
  max-width: 43.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 1400px) {
  .p-about__imgBox {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__imgBox {
    max-width: 100%;
    gap: 0.9375rem;
  }
}

.p-about__img {
  width: 100%;
}
.p-about__img:nth-of-type(2) {
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about__img:nth-of-type(2) {
    margin-top: 1.875rem;
  }
}

.p-about__box {
  width: 100%;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__box {
    margin-top: 1.875rem;
  }
}

.p-about__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}
.p-about__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 204, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 204, 0, 0.3) 60%);
}

.p-aboutVideo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
  background: #EBEFF5;
  padding: 1.6875rem 2.0625rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-aboutVideo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding: 1.875rem 1.25rem;
    margin-top: 3.125rem;
  }
}

.p-aboutVideo__move {
  position: relative;
  width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-aboutVideo__move {
    width: 100%;
  }
}

.p-aboutVideo__moveIn {
  position: relative;
  padding-top: 56.25%;
}
.p-aboutVideo__moveIn iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-aboutVideo__box {
  width: 100%;
}

.p-aboutVideo__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-aboutVideo__title {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
  }
}

.p-aboutVideo__text {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-aboutVideo__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}

.p-about-feature {
  width: 100%;
  background: #EBEFF5;
}

.p-about-feature__inner {
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 4.375rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-about-feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  padding-right: 1.5rem;
  margin-top: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-about-feature__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6.25rem;
    padding-right: 0.75rem;
    margin-top: 5rem;
  }
}

.p-about-featureCard {
  position: relative;
  width: 100%;
  max-width: 24.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureCard {
    max-width: 100%;
  }
}
.p-about-featureCard:nth-of-type(2) {
  margin-top: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureCard:nth-of-type(2) {
    margin-top: 0rem;
  }
}

.p-about-featureCard__number {
  position: absolute;
  z-index: 2;
  right: -1.5rem;
  bottom: calc(100% - 0.3125rem);
  color: #02102B;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-featureCard__number {
    right: -0.75rem;
    font-size: 2rem;
  }
}
.p-about-featureCard__number span {
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureCard__number span {
    font-size: 3.75rem;
    margin-left: 0.75rem;
  }
}

.p-about-featureCard__img {
  position: relative;
  z-index: 1;
}
.p-about-featureCard__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -2.125rem;
  left: 0.875rem;
  width: calc(100% + 0.625rem);
  height: calc(100% + 0.875rem);
  background: rgba(8, 35, 87, 0.36);
}
@media screen and (max-width: 767px) {
  .p-about-featureCard__img::before {
    top: -0.625rem;
    left: 0.625rem;
    width: 100%;
    height: 100%;
  }
}

.p-about-featureCard__box {
  padding-top: 0.75rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureCard__box {
    padding: 0;
    margin-top: 1.25rem;
  }
}

.p-about-featureCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about-featureCard__title {
    font-size: 1.25rem;
  }
}
.p-about-featureCard__title span {
  color: #FF8C00;
}

.p-about-featureCard__text {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureCard__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.25rem;
  }
}

.p-about-featureItem {
  width: 100%;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureItem {
    margin-top: 5rem;
  }
}

.p-about-featureItem__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-featureItem__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-about-featureItem__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureItem__lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem 1rem;
    margin-top: 2.5rem;
  }
}

.p-about-featureItem__list {
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 1.8125rem 1.25rem 1.8125rem 6.375rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-about-featureItem__list {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 1.25rem 0.9375rem 1.25rem 3.875rem;
    background: #fff;
  }
}
.p-about-featureItem__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.8125rem;
  width: 3.0625rem;
  height: 3rem;
  background-image: url(../imgs/pc/feature_item_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about-featureItem__list::before {
    left: 0.9375rem;
    width: 2.1875rem;
    height: 2.125rem;
  }
}

.p-about-featureBtn {
  width: 100%;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-featureBtn {
    margin-top: 2.5rem;
  }
}

.p-about-featureBtn__label {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}
.p-about-featureBtn__label span {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-about-featureBtn__label span.box {
  position: relative;
}
.p-about-featureBtn__label span.box::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  width: 1px;
  height: 1.1875rem;
  background: #002260;
  margin-right: 1.5rem;
}
.p-about-featureBtn__label span.box::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  width: 1px;
  height: 1.1875rem;
  background: #002260;
  margin-left: 1.5rem;
}
.p-about-featureBtn__label span.big {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-right: 0.15625rem;
}
.p-about-featureBtn__label span.min {
  font-size: 0.875rem;
}

.p-about-featureBtn__link {
  margin: 0.125rem auto 0rem auto;
}

.p-about-building {
  width: 100%;
}

.p-about-building__inner {
  width: 100%;
  max-width: 87.5rem;
  margin: 0rem auto;
  padding: 5.625rem 2.5rem 0rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-building__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-about-building__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about-building__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0.9375rem;
    margin-top: 2.5rem;
  }
}

.p-about-building__img {
  width: 100%;
}
.p-about-building__img figcaption {
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-building__img figcaption {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.p-about-flow {
  width: 100%;
}

.p-about-flow__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 11.25rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-flow__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-about-flow__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 6rem;
  margin-top: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-flow__wrapper {
    gap: 5rem;
    margin-top: 4.375rem;
  }
}

.p-about-flow__link {
  margin: 5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-about-flow__link {
    margin-top: 2.5rem;
  }
}

.p-about-flowCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.p-about-flowCard__img {
  position: relative;
  width: 100%;
  max-width: 24.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard__img {
    max-width: 100%;
  }
}

.p-about-flowCard__step {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(100% - 0.3125rem);
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard__step {
    font-size: 1.6875rem;
  }
}
.p-about-flowCard__step span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  margin-left: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard__step span {
    font-size: 2.5rem;
    margin-left: 0.5rem;
  }
}

.p-about-flowCard__box {
  padding-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard__box {
    padding-top: 0rem;
  }
}

.p-about-flowCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard__title {
    font-size: 1.25rem;
  }
}

.p-about-flowCard__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}
.p-about-flowCard__text.mt20 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about-flowCard__text.mt20 {
    margin-top: 1.5rem;
  }
}

.p-balloon {
  width: 100%;
}

.p-balloon__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 7.6875rem 2.5rem 5.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-balloon__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-balloon__text {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-balloon__text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    margin-top: 1.875rem;
  }
}
.p-balloon__text span {
  color: #082357;
  font-size: 1.125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 204, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 204, 0, 0.3) 60%);
}
@media screen and (max-width: 767px) {
  .p-balloon__text span {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-balloon__wrapper {
  position: relative;
  background: #F5F7F9;
  padding-top: 1.875rem;
  padding-left: 1rem;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-balloon__wrapper {
    width: 100vw;
    margin: 3.75rem calc(50% - 50vw) 0 calc(50% - 50vw);
    padding-top: 1.875rem;
    padding-left: 0rem;
  }
}

.p-balloon__label {
  position: absolute;
  bottom: calc(100% - 1.875rem);
  right: 0rem;
  display: inline-block;
  color: rgba(221, 228, 239, 0.4);
  font-family: "Shippori Mincho B1", serif;
  font-size: 6.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-balloon__label {
    bottom: calc(100% - 1.25rem);
    font-size: 4rem;
  }
}

.p-balloon__img {
  width: 100%;
  max-width: 79.9375rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-balloon__img {
    max-width: 100%;
    padding-left: 1rem;
    overflow-x: auto;
  }
  .p-balloon__img img {
    width: 50.3125rem;
    min-width: 50.3125rem;
    margin: 0 auto;
  }
}

.p-balloon-about {
  width: 100%;
  background: #EBEFF5;
  margin-bottom: 7.5rem;
  padding: 4.875rem 2.5rem 5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-balloon-about {
    padding: 4.375rem 1.25rem 3.125rem 1.25rem;
    margin-bottom: 3.125rem;
  }
}

.p-balloon-about__inner {
  width: 100%;
  max-width: 85.375rem;
  margin: 0rem auto;
}

.p-balloon-about__wrapper {
  position: relative;
  left: -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-balloon-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    left: 0;
  }
}

.p-balloon-about__img {
  position: relative;
  width: 100%;
  max-width: 50.7320644217%;
  padding-top: 3.375rem;
  padding-left: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-balloon-about__img {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
.p-balloon-about__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21.25rem;
  height: 27.8125rem;
  background: #204B94;
}
@media screen and (max-width: 767px) {
  .p-balloon-about__img::before {
    top: -0.9375rem;
    left: -0.9375rem;
    width: 100%;
    height: 100%;
  }
}
.p-balloon-about__img img {
  position: relative;
  z-index: 2;
}

.p-balloon-about__box {
  width: 100%;
  max-width: 42.972181552%;
  padding-top: 12.1875rem;
}
@media screen and (max-width: 767px) {
  .p-balloon-about__box {
    max-width: 100%;
    padding-top: 1.875rem;
  }
}

.p-balloon-about__text {
  line-height: 2.3125;
}
@media screen and (max-width: 767px) {
  .p-balloon-about__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-balloon-about__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 204, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 204, 0, 0.3) 60%);
}

.p-balloon-about__link {
  margin: 4rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-balloon-about__link {
    margin-top: 2.5rem;
  }
}

.p-balloon-aboutCard {
  width: 100%;
  max-width: 69.5rem;
  margin: 4rem auto 0rem auto;
  background: #fff;
  padding: 1.875rem 4rem 2.375rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-balloon-aboutCard {
    padding: 1.875rem 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-balloon-aboutCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-balloon-aboutCard__title {
    font-size: 1.25rem;
  }
}

.p-balloon-aboutCard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-balloon-aboutCard__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 0.9375rem;
    margin-top: 1.875rem;
  }
}

.p-balloon-aboutCard__box {
  width: 100%;
}

.p-balloon-aboutCard__img {
  width: 100%;
}

.p-balloon-aboutCard__text {
  line-height: 1.5;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-balloon-aboutCard__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.625rem;
  }
}

.p-service-nav {
  width: 100%;
  max-width: 92.125rem;
  margin: 6.25rem auto 0rem auto;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-nav {
    padding: 0rem 0.625rem;
    margin: 3.75rem auto 0rem auto;
  }
}

.p-service-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-service-nav__lists {
    gap: 0.125rem;
  }
}

.p-service-nav__list {
  width: 100%;
}

.p-service-nav__link {
  position: relative;
  width: 100%;
  color: #8394AE;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-align: center;
  padding: 0.625rem;
  background: #EBEFF5;
}
@media screen and (max-width: 767px) {
  .p-service-nav__link {
    font-size: 0.75rem;
    padding: 0.5rem 0.25rem;
  }
}
.p-service-nav__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0.6875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8125rem 1.78125rem 0 1.78125rem;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-nav__link::before {
    bottom: -0.5rem;
    border-width: 0.5625rem 0.875rem 0 0.875rem;
  }
}
.p-service-nav__link:hover {
  color: #fff;
  background: #204B94;
}
.p-service-nav__link:hover::before {
  border-color: #204B94 transparent transparent transparent;
}
.p-service-nav__link.on {
  color: #fff;
  background: #204B94;
}
.p-service-nav__link.on::before {
  border-color: #204B94 transparent transparent transparent;
}

.p-service {
  width: 100%;
}

.p-service__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 6.25rem 2.5rem 10rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    padding: 4.375rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-service__text {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.875rem;
  }
}

.p-service__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8.125rem;
  margin-top: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service__wrapper {
    gap: 6.25rem;
    margin-top: 5.625rem;
  }
}

.p-serviceCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.75rem;
  padding-left: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding-left: 0rem;
  }
}
.p-serviceCard.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  padding-left: 0rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-right: 0rem;
  }
}
.p-serviceCard.reverse .p-serviceCard__number {
  left: auto;
  right: 0;
}

.p-serviceCard__img {
  position: relative;
  width: 100%;
  max-width: 38.5625rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__img {
    max-width: 100%;
  }
}

.p-serviceCard__number {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(100% - 0.3125rem);
  color: #02102B;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__number {
    right: -0.75rem;
    font-size: 1.6875rem;
  }
}
.p-serviceCard__number span {
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__number span {
    font-size: 2.5rem;
    margin-left: 0.75rem;
  }
}

.p-serviceCard__box {
  width: 100%;
  max-width: 41.25rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__box {
    max-width: 100%;
  }
}

.p-serviceCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #082357;
  padding-left: 1.375rem;
  padding-bottom: 2.125rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__title {
    font-size: 1.25rem;
    padding-left: 0rem;
    padding-bottom: 1.25rem;
  }
}

.p-serviceCard__text {
  padding-left: 1.375rem;
  padding-right: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-serviceCard__text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    padding: 0;
  }
}

.p-serviceItem {
  padding-left: 1.375rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-serviceItem {
    padding-left: 0rem;
    margin-top: 1.25rem;
  }
}
.p-serviceItem.mt70 {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-serviceItem.mt70 {
    margin-top: 1.25rem;
  }
}

.p-serviceItem__title {
  position: relative;
  z-index: 2;
  width: 12.8125rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-left: 2.1875rem;
  background-image: url(../imgs/pc/service_item_bg.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-serviceItem__title {
    width: 9.625rem;
    height: 1.875rem;
    font-size: 0.875rem;
    padding-left: 1.125rem;
  }
}

.p-serviceItem__lists {
  width: 100%;
  max-width: 37.6875rem;
  margin-top: -1.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.875rem;
  background: #EBEFF5;
  padding: 2.375rem 4.75rem 1.25rem 3.25rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-serviceItem__lists {
    gap: 1rem;
    max-width: calc(100% - 1.25rem);
    padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
  }
}
.p-serviceItem__lists.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.p-serviceItem__list {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-serviceItem__list {
    font-size: 0.875rem;
  }
}

.p-service-cost {
  width: 100%;
  background: #EBEFF5;
  padding-top: 7.8125rem;
  padding-bottom: 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-cost {
    padding: 3.125rem 1.25rem;
  }
}

.p-service-cost__inner {
  width: 100%;
  max-width: 69.625rem;
  margin: 0rem auto;
}

.p-service-costTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-service-costTag {
    margin-top: 2.5rem;
  }
}

.p-service-costTag__list {
  cursor: pointer;
  width: 13.75rem;
  height: 2.5rem;
  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: #485E81;
  background: #8394AE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-costTag__list {
    width: 100%;
    height: 1.875rem;
    font-size: 0.875rem;
  }
}
.p-service-costTag__list:hover {
  color: #fff;
  background: #204B94;
}
.p-service-costTag__list.on {
  color: #fff;
  background: #204B94;
}

.p-service-costCard {
  display: none;
  width: 100%;
  background: #fff;
}
.p-service-costCard.on {
  display: block;
}

.p-service-costCard__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  padding: 2.5rem 3.125rem 2.5rem 4.625rem;
}
@media screen and (max-width: 767px) {
  .p-service-costCard__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }
}

.p-service-costCard__img {
  width: 100%;
  max-width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-costCard__img {
    max-width: 60%;
    margin: 0 auto;
  }
}

.p-service-costCard__box {
  width: 100%;
  max-width: 31.5rem;
  padding-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-service-costCard__box {
    max-width: 100%;
    padding-top: 1rem;
  }
}

.p-service-costCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #082357;
  padding-left: 1.25rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-costCard__title {
    font-size: 1.25rem;
    padding-left: 0.625rem;
    padding-bottom: 1rem;
  }
}

.p-service-costCard__table {
  width: 100%;
  max-width: 28.75rem;
  margin-top: 1.5rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-costCard__table {
    max-width: 100%;
    margin-left: 0rem;
  }
}
.p-service-costCard__table dt {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0rem 1.625rem;
  background: #204B94;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-service-costCard__table dt {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.625rem 1.25rem;
  }
}
.p-service-costCard__table dt:first-of-type {
  margin-top: 0rem;
}
.p-service-costCard__table dd {
  display: block;
  width: 100%;
  line-height: 1.5;
  background: #EBEFF5;
  padding: 0.625rem 1.5rem 0.8125rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-costCard__table dd {
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
  }
}

.p-service-flow {
  width: 100%;
}

.p-service-flow__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 7.125rem 2.5rem 8.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-service-flow__text {
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-service-flow__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 6rem;
  margin-top: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flow__wrapper {
    gap: 5rem;
    margin-top: 4.375rem;
  }
}

.p-service-flowCard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
}

.p-service-flowCard__img {
  position: relative;
  width: 100%;
  max-width: 24.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__img {
    max-width: 100%;
  }
}

.p-service-flowCard__step {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(100% - 0.3125rem);
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__step {
    font-size: 1.6875rem;
  }
}
.p-service-flowCard__step span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  margin-left: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__step span {
    font-size: 2.5rem;
    margin-left: 0.5rem;
  }
}

.p-service-flowCard__box {
  padding-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__box {
    padding-top: 0rem;
  }
}

.p-service-flowCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__title {
    font-size: 1.25rem;
  }
}

.p-service-flowCard__text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
}
.p-service-flowCard__text.mt20 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__text.mt20 {
    margin-top: 1.5rem;
  }
}

.p-service-flowCard__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
    padding: 0 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-service-flowCard__group::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18rem;
  width: 1px;
  height: 3.75rem;
  background: #082357;
}
@media screen and (max-width: 767px) {
  .p-service-flowCard__group::after {
    display: none;
  }
}

.p-service-flowTel {
  position: relative;
  display: block;
  padding-left: 2.75rem;
  margin-left: 0.3125rem;
}
.p-service-flowTel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-service-flowTel:hover {
  opacity: 0.7;
}

.p-service-flowTel__number {
  display: block;
  color: #141414;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
}

.p-service-flowTel__time {
  display: block;
  color: #141414;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.1875rem;
  margin-left: -0.375rem;
}

.p-service-flowMail {
  color: #fff;
  position: relative;
  z-index: 1;
  display: block;
  width: 25rem;
  height: 4.375rem;
  text-align: center;
  border: 1px solid #E57F09;
  background: #E57F09;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service-flowMail {
    width: 100%;
    max-width: 20rem;
    height: 3.75rem;
  }
}
.p-service-flowMail::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #CF6A05;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-service-flowMail:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-service-flowMail:hover .p-service-flowMail__box::after {
  right: 0.625rem;
}

.p-service-flowMail__box {
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  padding-top: 0.625rem;
}
.p-service-flowMail__box::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 1.375rem;
  left: 3.125rem;
  width: 2.3125rem;
  height: 1.6875rem;
  background-image: url(../imgs/pc/mail_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-flowMail__box::before {
    top: 1.125rem;
    left: 1.25rem;
    width: 1.875rem;
    height: 1.375rem;
  }
}
.p-service-flowMail__box::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 2rem;
  right: 1.0625rem;
  width: 1.1875rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-service-flowMail__box::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.9375rem;
  }
}

.p-service-flowMail__title {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowMail__title {
    font-size: 1rem;
  }
}

.p-service-flowMail__text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-flowMail__text {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

.p-service-banner {
  margin-top: 9.375rem;
  margin-bottom: 7.75rem;
}
@media screen and (max-width: 767px) {
  .p-service-banner {
    margin: 0;
    padding: 3.125rem 1.25rem;
  }
}

.p-company-about {
  width: 100%;
}

.p-company-about__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 6.375rem 2.5rem 10.875rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 3.125rem 1.25rem;
  }
}

.p-company-about__imgBox {
  position: relative;
  width: 100%;
  max-width: 43.4720229555%;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1400px) {
  .p-company-about__imgBox {
    max-width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .p-company-about__imgBox {
    max-width: 31.25rem;
    margin: 0rem auto;
    padding-bottom: 0rem;
  }
}
.p-company-about__imgBox::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63.5313531353%;
  height: 40rem;
  background: #204B94;
}
@media screen and (max-width: 767px) {
  .p-company-about__imgBox::before {
    bottom: -3.125rem;
    width: calc(100% - 1.875rem);
    height: calc(100% - 1.875rem);
  }
}

.p-company-about__img {
  position: relative;
  z-index: 2;
  max-width: 81.1881188119%;
}
@media screen and (max-width: 767px) {
  .p-company-about__img {
    max-width: calc(100% - 4.375rem);
  }
}

.p-company-about__title {
  position: absolute;
  right: -0.9375rem;
  bottom: -0.3125rem;
  z-index: 3;
  color: #082357;
  font-family: "Shippori Mincho B1", serif;
  font-size: 5.3125rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-company-about__title {
    right: -0.625rem;
    bottom: -3.4375rem;
    font-size: 3.75rem;
  }
}

.p-company-about__box {
  width: 100%;
  max-width: 46.1262553802%;
  padding-top: 2.8125rem;
  padding-right: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__box {
    max-width: 100%;
    padding-right: 0rem;
    padding-top: 5rem;
  }
}

.p-company-about__label {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-about__label {
    font-size: 1.75rem;
  }
}

.p-company-about__text {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__text {
    font-size: 0.875rem;
    margin-top: 1.875rem;
  }
}

.p-company-about__name {
  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: 1.5rem;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: 1.875rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__name {
    gap: 1.25rem;
    font-size: 1rem;
  }
}
.p-company-about__name span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-company-about__name span {
    font-size: 1.75rem;
  }
}

.p-company-info {
  width: 100%;
  background: #EBEFF5;
  padding: 7.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-info {
    padding: 3.75rem 1.25rem;
  }
}

.p-company-info__inner {
  width: 100%;
  max-width: 87.125rem;
  margin: 0rem auto;
  padding: 5rem 2.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-info__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-company-info__table {
  width: 100%;
  max-width: 69.5rem;
  margin: 4.625rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-company-info__table {
    margin-top: 2.5rem;
  }
}
.p-company-info__table th {
  width: 16.625rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  padding: 1.75rem 1.25rem 1.75rem 2.625rem;
  border-bottom: 1px solid #082357;
}
@media screen and (max-width: 767px) {
  .p-company-info__table th {
    display: block;
    width: 100%;
    padding: 1.5rem 0.625rem 0rem 0.625rem;
    border-bottom: none;
  }
}
.p-company-info__table td {
  width: calc(100% - 16.625rem);
  padding: 1.75rem 1.25rem 1.75rem 3.125rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #D7D9DC;
}
@media screen and (max-width: 767px) {
  .p-company-info__table td {
    display: block;
    width: 100%;
    padding: 0.75rem 0.625rem 1.25rem 0.625rem;
  }
}
.p-company-info__table td a {
  color: #127BC7;
  text-decoration: underline;
}
.p-company-info__table td a:hover {
  opacity: 0.7;
}
.p-company-info__table tr:first-of-type th,
.p-company-info__table tr:first-of-type td {
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-company-info__table tr:first-of-type td {
    padding-top: 0.75rem;
  }
}

.p-company-infoCard {
  width: 100%;
  max-width: 69.5rem;
  margin: 4rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #EBEFF5;
  padding: 2rem 3.5rem 3.375rem 5.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company-infoCard {
    -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-flow: column;
            flex-flow: column;
    padding: 2.5rem 1.25rem;
    margin: 2.5rem auto 0rem auto;
  }
}

.p-company-infoCard__img {
  width: 100%;
  max-width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-infoCard__img {
    max-width: 7.5rem;
  }
}

.p-company-infoCard__box {
  width: 100%;
  max-width: 45.625rem;
  padding-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-infoCard__box {
    max-width: 100%;
    padding-top: 2.25rem;
  }
}

.p-company-infoCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-left: 0.9375rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #082357;
}
@media screen and (max-width: 767px) {
  .p-company-infoCard__title {
    font-size: 1.25rem;
    padding-left: 0.3125rem;
    padding-bottom: 1rem;
  }
}

.p-company-infoCard__text {
  padding-top: 1.25rem;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-company-infoCard__text {
    font-size: 0.875rem;
    padding-left: 0rem;
  }
}

.p-company-access {
  width: 100%;
}

.p-company-access__inner {
  width: 100%;
  max-width: 69.5rem;
  margin: 0rem auto;
  padding-top: 9rem;
  padding-bottom: 8.25rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__inner {
    padding: 3.75rem 1.25rem;
  }
}

.p-company-access__text {
  margin-top: 2.1875rem;
}

.p-company-access__map {
  position: relative;
  padding-top: 41.3669064748%;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-company-access__map {
    padding-top: 71.9424460432%;
  }
}
.p-company-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-faq {
  width: 100%;
}

.p-faq__inner {
  width: 100%;
  max-width: 74.5rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  padding: 6.25rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding: 3.75rem 1.25rem;
  }
}

.p-faq__column {
  width: 100%;
}

.p-faq__ques {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.75rem 5.4375rem 1.75rem 6.6875rem;
  background: #EBEFF5;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ques {
    min-height: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    padding: 0.875rem 3.125rem 0.875rem 3.875rem;
  }
}
.p-faq__ques::before {
  content: "Q";
  position: absolute;
  top: 1.4375rem;
  left: 2.25rem;
  display: inline-block;
  color: #082357;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__ques::before {
    top: calc(50% - 0.125rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1rem;
    font-size: 1.75rem;
  }
}
.p-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 2.1875rem;
  height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ques span {
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-faq__ques span::before, .p-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.1875rem;
  height: 0.1875rem;
  background: #082357;
}
@media screen and (max-width: 767px) {
  .p-faq__ques span::before, .p-faq__ques span::after {
    width: 1.25rem;
  }
}
.p-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__box {
  display: none;
  width: 100%;
  padding: 1.25rem 3.9375rem 1.25rem 0rem;
  border: 1px solid #EBEFF5;
  border-radius: 0.625rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    padding: 1rem 1.25rem 0.625rem 0rem;
  }
}
.p-faq__box.open {
  display: block;
}

.p-faq__ans {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding-left: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__ans {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-left: 3.875rem;
  }
}
.p-faq__ans::before {
  content: "A";
  position: absolute;
  top: 0.625rem;
  left: 2.25rem;
  display: inline-block;
  color: #082357;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__ans::before {
    top: 0;
    left: 1.125rem;
    font-size: 1.5rem;
  }
}

.p-contact {
  width: 100%;
}

.p-contact__inner {
  width: 100%;
  max-width: 74.5rem;
  margin: 0rem auto;
  padding: 8rem 2.5rem 8.75rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.75rem 1.25rem;
  }
}
.p-contact__inner.confirmation {
  padding-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner.confirmation {
    padding-top: 3.75rem;
  }
}

.p-contact__editor {
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__editor {
    margin-top: 2.5rem;
  }
}
.p-contact__editor.confirmation {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__editor.confirmation {
    margin-top: 3.75rem;
  }
}

.p-contact-select.none {
  display: none;
}

/* デフォルト＝入力画面だけ表示 */
.only-confirm {
  display: none;
}

/* 確認モード時（bodyにフラグ）で入れ替え */
body.is-contact-confirm .only-input {
  display: none;
}

body.is-contact-confirm .only-confirm {
  display: block;
}

/* 初期は確認ボタンのみ表示（競合対策で !important） */
.js-cf7-confirmation .js-cf7-send,
.js-cf7-confirmation .js-cf7-back,
.js-cf7-confirmation .p-cf7__confirmValue {
  display: none !important;
}

/* 確認中は送信・戻る・確認値を表示（競合保険） */
.js-cf7-confirmation.is-confirm .js-cf7-send,
.js-cf7-confirmation.is-confirm .js-cf7-back,
.js-cf7-confirmation.is-confirm .p-cf7__confirmValue {
  display: inline-block !important;
}

/* 確認中は入力UIをオフスクリーンへ（送信用にDOMは残す） */
.js-cf7-confirmation.is-confirm .p-cf7__input,
.js-cf7-confirmation.is-confirm .p-cf7__radio,
.js-cf7-confirmation.is-confirm .p-cf7__textarea,
.js-cf7-confirmation.is-confirm .p-cf7__file {
  position: absolute;
  left: -9999px;
}

/* 念のため送信ボタンは操作可に */
.js-cf7-confirmation.is-confirm .js-cf7-send,
.js-cf7-confirmation.is-confirm .js-cf7-back {
  pointer-events: auto !important;
}

.p-cf7 {
  width: 100%;
}
.p-cf7 input::-webkit-input-placeholder, .p-cf7 textarea::-webkit-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::-moz-placeholder, .p-cf7 textarea::-moz-placeholder {
  color: #D7D9DC;
}
.p-cf7 input:-ms-input-placeholder, .p-cf7 textarea:-ms-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::-ms-input-placeholder, .p-cf7 textarea::-ms-input-placeholder {
  color: #D7D9DC;
}
.p-cf7 input::placeholder,
.p-cf7 textarea::placeholder {
  color: #D7D9DC;
}
.p-cf7 input:focus,
.p-cf7 textarea:focus,
.p-cf7 select:focus {
  outline: 0.125rem solid #E57F09;
}

.p-cf7__lists {
  width: 100%;
}

.p-cf7__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.9375rem 0rem;
  border-bottom: 1px solid #D7D9DC;
}
@media screen and (max-width: 767px) {
  .p-cf7__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 1.5rem 0.625rem 1.875rem 0.625rem;
  }
}
.p-cf7__list:first-of-type {
  padding-top: 0rem;
}
.p-cf7__list::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  width: 17.5rem;
  height: 1px;
  background: #082357;
}
@media screen and (max-width: 767px) {
  .p-cf7__list::before {
    display: none;
  }
}

.p-cf7__title {
  width: 17.5rem;
  min-width: 17.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding-top: 0.3125rem;
  padding-left: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__title {
    width: 100%;
    min-width: auto;
    padding-top: 0rem;
    padding-left: 0rem;
  }
}
.p-cf7__title label {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cf7__title label {
    font-size: 1rem;
  }
}
.p-cf7__title span {
  display: inline-block;
  color: #FF004E;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  font-weight: 500;
}

.p-cf7__radio {
  width: 100%;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__radio .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5625rem;
}
.p-cf7__radio .wpcf7-list-item {
  margin: 0;
}
.p-cf7__radio label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cf7__radio label {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.p-cf7__radio label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border: 1px solid #313131;
  background: #ffffff;
}
.p-cf7__radio input {
  display: none;
}
.p-cf7__radio input:checked ~ span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #313131;
}

.p-cf7__input {
  width: 100%;
  max-width: 30.9375rem;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__input input {
  width: 100%;
  height: 2.5rem;
  padding: 0 1.375rem;
  outline: 1px solid #D7D9DC;
  border-radius: 0.3125rem;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__input input {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
}

.p-cf7__file {
  position: relative;
  padding-top: 0.8125rem;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__file {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__file input {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__file input {
    font-size: 0.875rem;
  }
}

.p-cf7__fileBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.3125rem;
}

.p-cf7__fileComment {
  color: #FF004E;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 0.3125rem;
}

.p-cf7__textarea {
  position: relative;
  width: 100%;
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.p-cf7__textarea textarea {
  width: 100%;
  max-width: 30.9375rem;
  height: 10.25rem;
  outline: 1px solid #D7D9DC;
  border-radius: 0.3125rem;
  font-size: 1rem;
  padding: 1.125rem 1.375rem;
  resize: vertical; /* 縦方向のみリサイズ可能 */
}
@media screen and (max-width: 767px) {
  .p-cf7__textarea textarea {
    height: 11.25rem;
    font-size: 0.875rem;
    padding: 1.125rem 1rem;
  }
}

.p-cf7__acceptance {
  width: 100%;
  max-width: 31.25rem;
  margin: 5rem auto 0rem auto;
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance {
    padding-left: 0.625rem;
    margin-top: 3.125rem;
  }
}
.p-cf7__acceptance .wpcf7-form-control-wrap,
.p-cf7__acceptance .wpcf7-form-control {
  display: block;
  height: 1.5rem;
}
.p-cf7__acceptance .wpcf7-list-item {
  margin: 0;
}
.p-cf7__acceptance label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance label {
    font-size: 0.75rem;
  }
}
.p-cf7__acceptance label::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #707070;
  border-radius: 0.1875rem;
  background: #ffffff;
}
.p-cf7__acceptance label a {
  color: #0F96DC;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-cf7__acceptance label a {
    font-size: 0.875rem;
  }
}
.p-cf7__acceptance input {
  display: none;
}
.p-cf7__acceptance input:checked ~ span::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 0.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 0.5rem;
  height: 0.8125rem;
  border: solid #030C1C;
  border-width: 0 0.125rem 0.125rem 0;
}

.p-cf7__confirmValue {
  padding: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__confirmValue {
    padding: 0;
    margin-top: 1.25rem;
  }
}

.p-cf7__submitBox {
  width: 100%;
  max-width: 25rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-cf7__submitBox {
    max-width: 22.5rem;
  }
}

.p-cf7__submit {
  position: relative;
  width: 100%;
  height: 4.375rem;
  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: 2.5rem;
  background: #E57F09;
  overflow: hidden;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit {
    height: 3.125rem;
  }
}
.p-cf7__submit::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #CF6A05;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1875rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-cf7__submit:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-cf7__submit:hover::after {
  right: 0.625rem;
}

.p-cf7__submit input,
.p-cf7__submit button {
  position: relative;
  z-index: 4;
  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;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #E57F09;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input,
  .p-cf7__submit button {
    font-size: 1rem;
  }
}
.p-cf7__submit input:focus,
.p-cf7__submit button:focus {
  outline: none;
}
.p-cf7__submit input:disabled,
.p-cf7__submit button:disabled {
  color: #fff;
  background: #707070;
  border: 1px solid #707070;
}

.p-cf7__submit input {
  position: relative;
  z-index: 4;
  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;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  border: 1px solid #E57F09;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cf7__submit input {
    font-size: 1rem;
  }
}
.p-cf7__submit input:focus {
  outline: none;
}
.p-cf7__submit input:disabled {
  color: #fff;
  background: #707070;
  border: 1px solid #707070;
}

.p-cf7__submit.on {
  margin-top: 5rem;
}

.p-cf7__back {
  width: 100%;
  text-align: center;
  margin-top: 2.5rem;
}
.p-cf7__back button {
  text-decoration: underline;
}
.p-cf7__back button:hover {
  color: #E57F09;
}

.wpcf7-spinner {
  display: none;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-privacy {
  width: 100%;
}

.p-privacy__inner {
  width: 100%;
  max-width: 74.625rem;
  margin: 0rem auto;
  padding: 5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-privacy__exp {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__exp {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 1.875rem;
  }
}

.p-privacy__box {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__box {
    margin-top: 1.25rem;
  }
}

.p-privacy__group {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__group {
    margin-top: 1.25rem;
  }
}

.p-privacy__title {
  color: #082357;
  font-size: 1.125rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy__label {
    font-size: 0.875rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-privacy__lists {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__lists {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy__list {
    font-size: 0.875rem;
    line-height: 2;
    text-indent: -1.6em;
    padding-left: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy__link {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.p-privacy__link:hover {
  color: #204B94;
  text-decoration: underline;
}

.p-thanks {
  width: 100%;
}

.p-thanks__inner {
  width: 100%;
  max-width: 74.5rem;
  margin: 0rem auto;
  padding: 5.5rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 3.75rem 1.25rem;
  }
}

.p-thanks__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.5rem;
  }
}

.p-thanks__text {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1rem;
    line-height: 2;
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-thanks__comment {
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__comment {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 1.875rem;
  }
}

.p-thanks__link {
  margin: 5rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__link {
    margin-top: 2.5rem;
  }
}

.p-fv {
  position: relative;
}
.p-fv .slider {
  width: 100%;
  overflow: hidden;
}
.p-fv .slick-img img {
  width: 100%;
}

.p-fv__box {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 87.1875vw;
  margin: 0rem auto;
  padding: 2.6041666667vw 2.0833333333vw 0rem 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    max-width: 100%;
    height: 100%;
    padding: 17.2093023256vw 6.976744186vw 0rem 6.976744186vw;
  }
}

.p-fv__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.2291666667vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 6.976744186vw;
    line-height: 1.4;
  }
}
.p-fv__title .band {
  display: inline-block;
  font-size: 1.4583333333vw;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0rem 0.5208333333vw 0.8333333333vw 0.5208333333vw;
  border-bottom: 1px solid #030C1C;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title .band {
    font-size: 3.023255814vw;
    padding: 0rem 2.3255813953vw 1.8604651163vw 1.1627906977vw;
    border-bottom: 1px solid #030C1C;
    margin-bottom: 2.3255813953vw;
  }
}
.p-fv__title .min {
  font-size: 2.8125vw;
}
@media screen and (max-width: 767px) {
  .p-fv__title .min {
    font-size: 6.0465116279vw;
  }
}
.p-fv__title .blue {
  color: #082357;
  letter-spacing: -0.04em;
}

.p-fv__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
  padding-left: 0.3645833333vw;
  margin-top: 0.7291666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__lists {
    gap: 3.7209302326vw;
    padding-left: 0.9302325581vw;
    margin-top: 2.3255813953vw;
  }
}

.p-fv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5208333333vw;
  color: #082357;
  font-size: 1.4583333333vw;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-fv__list {
    gap: 1.1627906977vw;
    font-size: 3.2558139535vw;
  }
}
.p-fv__list::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.40625vw;
  height: 1.25vw;
  background-image: url(../imgs/pc/check_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv__list::before {
    width: 3.023255814vw;
    height: 2.7906976744vw;
    background-image: url(../imgs/sp/check_icon.svg);
  }
}

.p-fv__item {
  width: 21.875vw;
  margin-left: 0.8854166667vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .p-fv__item {
    width: 42.0930232558vw;
    margin-left: 0;
    margin-top: 2.3255813953vw;
  }
}

.p-fv-btn {
  width: 100%;
  max-width: 23.8541666667vw;
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 6.976744186vw;
    max-width: 83.7209302326vw;
  }
}

@media screen and (max-width: 767px) {
  .p-fv-btn__label {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
.p-fv-btn__label span {
  color: #002260;
  font-size: 0.9375vw;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__label span {
    font-size: 3.488372093vw;
  }
}
.p-fv-btn__label span.box {
  position: relative;
}
.p-fv-btn__label span.box::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.15625vw;
  -webkit-transform: rotate(-28deg);
          transform: rotate(-28deg);
  width: 1px;
  height: 1.4583333333vw;
  background: #002260;
  margin-right: 1.25vw;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__label span.box::before {
    top: 0.6976744186vw;
    height: 6.0465116279vw;
    margin-right: 5.5813953488vw;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
            box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
.p-fv-btn__label span.box::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.15625vw;
  -webkit-transform: rotate(28deg);
          transform: rotate(28deg);
  width: 1px;
  height: 1.4583333333vw;
  background: #002260;
  margin-left: 1.25vw;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__label span.box::after {
    top: 0.6976744186vw;
    height: 6.0465116279vw;
    margin-left: 5.5813953488vw;
    -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
            box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
.p-fv-btn__label span.big {
  position: relative;
  top: 0.1041666667vw;
  display: inline-block;
  font-size: 2.2395833333vw;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-right: 0.2604166667vw;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__label span.big {
    top: 0.4651162791vw;
    font-size: 8.6046511628vw;
    margin-right: 0;
  }
}
.p-fv-btn__label span.min {
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__label span.min {
    font-size: 3.023255814vw;
  }
}

.p-fv-btn__link {
  position: relative;
  width: 100%;
  height: 4.1666666667vw;
  margin-top: 0.3645833333vw;
  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: 1px solid #E57F09;
  background: #E57F09;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__link {
    height: 11.6279069767vw;
    margin-top: 1.6279069767vw;
  }
}
.p-fv-btn__link::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #CF6A05;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-btn__link::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0.8854166667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.9895833333vw;
  height: 0.4166666667vw;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__link::after {
    right: 3.488372093vw;
    width: 4.4186046512vw;
    height: 1.8604651163vw;
  }
}
.p-fv-btn__link span {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 1.0416666667vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__link span {
    font-size: 3.488372093vw;
  }
}
.p-fv-btn__link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-fv-btn__link:hover::after {
  right: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .p-fv-btn__link:hover::after {
    right: 2.3255813953vw;
  }
}

.p-fv-worries {
  width: 100%;
  background: #F5F7F9;
}

.p-fv-worries__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 6.25rem 2.5rem 6.4375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__inner {
    padding: 2.1875rem 1.25rem 2.5rem 1.25rem;
  }
}

.p-fv-worries__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title {
    font-size: 1.25rem;
    line-height: 1.75;
  }
}
.p-fv-worries__title span {
  color: #082357;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__title span {
    font-size: 1.5rem;
  }
}

.p-fv-worries__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__lists {
    width: 100%;
    max-width: 31.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.5rem;
    margin: 1.5625rem auto 0 auto;
  }
}

.p-fv-worries__list {
  width: 100%;
  min-height: 16.9375rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #082357;
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  background: #fff;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worries__list {
    min-height: 6.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    font-size: 0.875rem;
    line-height: 1.7142857143;
    text-align: left;
    padding-bottom: 0rem;
  }
}

.fv-worries__img {
  width: 6.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .fv-worries__img {
    width: 8.375rem;
    margin: 0;
  }
  .fv-worries__img img {
    width: 4.8125rem;
    margin-left: 2.3125rem;
  }
}

.fv-worries__img02 {
  width: 5.875rem;
  margin-bottom: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .fv-worries__img02 {
    width: 8.375rem;
    margin: 0;
  }
  .fv-worries__img02 img {
    width: 4rem;
    margin-left: 2.75rem;
  }
}

.fv-worries__img03 {
  width: 5.4375rem;
  margin-left: 0.875rem;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .fv-worries__img03 {
    width: 8.375rem;
    margin: 0;
  }
  .fv-worries__img03 img {
    width: 3.625rem;
    margin-left: 3.25rem;
  }
}

.p-fv-solve {
  width: 100%;
  background-image: url(../imgs/pc/fv_solve_bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-solve {
    background-image: url(../imgs/sp/fv_solve_bg.webp);
  }
}

.p-fv-solve__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 4.125rem 2.5rem 4.375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solve__inner {
    padding: 2.5rem 1.25rem 3.5rem 1.25rem;
  }
}

.p-fv-solve__title {
  width: 100%;
  max-width: 57.5rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-solve__title {
    max-width: 20.25rem;
  }
}

.p-fv-solve__text {
  color: #fff;
  line-height: 2.3125;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solve__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-fv-solve__img {
  position: relative;
  left: -0.9375rem;
  width: 100%;
  max-width: 5.4375rem;
  margin: -0.9375rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-solve__img {
    left: -0.5rem;
    max-width: 3.9375rem;
    margin: -0.375rem auto 0rem auto;
  }
}

.p-fv-solve__block {
  width: 100%;
  background: #fff;
  padding: 4rem 5.75rem 4.875rem 5.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solve__block {
    position: relative;
    z-index: 2;
    padding: 1.5625rem 0rem 2.25rem 0rem;
    margin-top: -0.5rem;
  }
}

.p-fv-solve__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solve__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    padding: 0 1.25rem;
  }
}

.p-fv-solveCard {
  position: relative;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solveCard {
    padding: 1.5rem 0rem;
    border-bottom: 1px solid #BAC7D5;
  }
  .p-fv-solveCard:first-of-type {
    padding-top: 0rem;
  }
}
.p-fv-solveCard::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2.9375rem;
  width: 1px;
  height: 100%;
  background: #BAC7D5;
}
@media screen and (max-width: 767px) {
  .p-fv-solveCard::before {
    display: none;
  }
}
.p-fv-solveCard:last-of-type::before {
  display: none;
}

.p-fv-solveCard__img {
  width: 100%;
  max-width: 17.125rem;
  margin: 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-fv-solveCard__img {
    position: relative;
    left: -0.625rem;
    max-width: 10.1875rem;
  }
}

.p-fv-solveCard__title {
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 2.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solveCard__title {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.p-fv-solveCard__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solveCard__text {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

.p-fv-solveItem {
  width: 100%;
}

.p-fv-solveItem__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solveItem__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2.625rem;
  }
}

.p-fv-solveItem__wrapper {
  width: 100%;
  max-width: 61.375rem;
  margin: 2.5rem auto 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solveItem__wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5625rem auto 0rem auto;
    padding: 0 0.9375rem;
  }
}

.p-fv-solveItem__img {
  width: 100%;
}
.p-fv-solveItem__img figcaption {
  font-size: 1rem;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solveItem__img figcaption {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-fv-solveBtn {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-solveBtn {
    padding: 0 0.9375rem;
    margin-top: 1.875rem;
  }
}

.p-fv-solveBtn__label {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
}
.p-fv-solveBtn__label span {
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-fv-solveBtn__label span {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
  }
}
.p-fv-solveBtn__label span.box {
  position: relative;
}
.p-fv-solveBtn__label span.box::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.375rem;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  width: 1px;
  height: 1.1875rem;
  background: #002260;
  margin-right: 0.9375rem;
}
.p-fv-solveBtn__label span.box::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.375rem;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  width: 1px;
  height: 1.1875rem;
  background: #002260;
  margin-left: 0.9375rem;
}

.p-fv-solveBtn__link {
  margin: 0.3125rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-solveBtn__link {
    margin: 0.5rem auto 0 auto;
  }
}

.p-fv-solveBanner {
  display: block;
  width: 100%;
  max-width: 51.875rem;
  margin: 4rem auto 0rem auto;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-fv-solveBanner {
    max-width: calc(100% - 1.875rem);
    margin-top: 1.75rem;
  }
}
.p-fv-solveBanner:hover {
  opacity: 0.7;
}

.p-fv-reason {
  width: 100%;
  padding: 5rem 3.125rem 8.125rem 3.125rem;
}
@media screen and (max-width: 1560px) {
  .p-fv-reason {
    padding: 5rem 2.5rem 8.125rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-reason {
    padding: 0rem;
    padding-top: 2.5rem;
  }
}

.p-fv-reason__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.625rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1560px) {
  .p-fv-reason__inner {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-reason__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0rem;
    padding: 0;
  }
}
.p-fv-reason__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 72.3125rem;
  height: 100%;
  background: #F5F7F9;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__inner::before {
    display: none;
  }
}

.p-fv-reason__img {
  width: 100%;
  max-width: 53.2967032967%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1560px) {
  .p-fv-reason__img {
    max-width: 46.1538461538%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-reason__img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    padding: 0 1.25rem;
  }
}

.p-fv-reason__box {
  width: 100%;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__box {
    padding: 8.875rem 1.25rem 3rem 1.25rem;
    background: #F5F7F9;
    margin-top: -6.375rem;
  }
}

.p-fv-reason__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__title {
    font-size: 1.125rem;
    padding-top: 0rem;
  }
}
.p-fv-reason__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #204B94;
  font-size: 4.5rem;
  letter-spacing: 0em;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__title::before {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-fv-reason__text {
  line-height: 2.3125;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.5625rem;
  }
}
.p-fv-reason__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 204, 0, 0.3)));
  background: linear-gradient(transparent 60%, rgba(255, 204, 0, 0.3) 60%);
}

.p-fv-reason__link {
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-reason__link {
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-service {
  width: 100%;
  border: 1px solid #E3E6EB;
  border-bottom: none;
}

.p-fv-service__inner {
  width: 100%;
  max-width: 109.625rem;
  margin: 0rem auto;
  padding: 5.375rem 2.5rem 9.375rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.375rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    padding: 2.8125rem 1.25rem 3.5rem 1.25rem;
  }
}

.p-fv-service__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-service__box {
    padding-bottom: 0.9375rem;
  }
}

.p-fv-service__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-service__title {
    font-size: 1rem;
  }
}
.p-fv-service__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #204B94;
  font-size: 4.5rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__title::before {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-fv-service__text {
  line-height: 2.3125;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.625rem;
  }
}

.p-fv-service__link {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-service__link {
    margin: 2.1875rem auto 0 auto;
  }
}

.p-fv-serviceCard {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard {
    margin-top: 1.25rem;
  }
}

.p-fv-serviceCard__img {
  width: 100%;
}

.p-fv-serviceCard__box {
  padding: 0.375rem 0.625rem 0rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__box {
    padding: 0rem 0.3125rem 0rem 0.3125rem;
  }
}

.p-fv-serviceCard__number {
  color: #082357;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCard__number {
    font-size: 0.75rem;
    padding-left: 0.125rem;
  }
}

.p-fv-serviceCar__title {
  color: #141414;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.0625rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCar__title {
    font-size: 1.125rem;
  }
}

.p-fv-serviceCar__text {
  line-height: 2.3125;
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-serviceCar__text {
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.875rem;
  }
}

.p-fv-flow {
  width: 100%;
  border-bottom: 1px solid #E3E6EB;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow {
    border-bottom: none;
    margin-bottom: 0rem;
  }
}

.p-fv-flow__inner {
  width: 100%;
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 5rem 2.5rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__inner {
    padding: 2.1875rem 0rem 3.125rem 0rem;
  }
}

.p-fv-flow__text {
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__text {
    font-size: 0.875rem;
    letter-spacing: 0em;
    margin-top: 1.25rem;
  }
}

.p-fv-flow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.0625rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 6.5rem;
    margin-top: 4.625rem;
    padding: 0 1.25rem;
  }
}

.p-fv-flowCard {
  position: relative;
  width: 100%;
  max-width: 26.25rem;
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  -webkit-box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard {
    max-width: 100%;
    padding: 1.25rem 1.4375rem;
  }
}
.p-fv-flowCard::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -3.625rem;
  width: 2.75rem;
  height: 3.6875rem;
  background-image: url(../imgs/pc/fv_triangle_icon.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard::before {
    top: calc(100% + 0.625rem);
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    right: auto;
  }
}
.p-fv-flowCard:last-of-type::before {
  display: none;
}

.p-fv-flowCard__img {
  width: 100%;
}

.p-fv-flowCard__step {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: calc(100% - 0.3125rem);
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard__step {
    font-size: 1.75rem;
  }
}
.p-fv-flowCard__step span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  margin-left: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard__step span {
    font-size: 3rem;
    margin-left: 0.4375rem;
  }
}

.p-fv-flowCard__box {
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard__box {
    margin-top: 1.25rem;
  }
}

.p-fv-flowCard__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard__title {
    font-size: 1.125rem;
  }
}

.p-fv-flowCard__text {
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard__text {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}

.p-fv-flowTel {
  position: relative;
  display: block;
  width: 100%;
  max-width: 16.25rem;
  margin: 0.625rem auto 0rem auto;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowTel {
    width: auto;
    max-width: none;
    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-flow: column;
            flex-flow: column;
    padding-left: 2.5rem;
  }
}
.p-fv-flowTel::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../imgs/pc/tel_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-flowTel::before {
    display: none;
  }
}
.p-fv-flowTel:hover {
  opacity: 0.7;
}

.p-fv-flowTel__number {
  display: block;
  color: #141414;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-flowTel__number {
    position: relative;
  }
  .p-fv-flowTel__number::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0.25rem;
    left: -3.125rem;
    width: 2.3125rem;
    height: 2.3125rem;
    background-image: url(../imgs/pc/tel_white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.p-fv-flowTel__time {
  display: block;
  color: #141414;
  font-size: 0.6875rem;
  line-height: 1.4166666667;
  margin-top: 0.625rem;
  margin-left: -0.1875rem;
}

.p-fv-flowMail {
  position: relative;
  z-index: 1;
  display: block;
  width: 21.6875rem;
  height: 4.375rem;
  margin: 0.9375rem auto 0 auto;
  color: #fff;
  text-align: center;
  border: 1px solid #E57F09;
  background: #E57F09;
  overflow: hidden;
}
.p-fv-flowMail::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #CF6A05;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-flowMail:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-fv-flowMail:hover .p-fv-flowMail__box::after {
  right: 0.625rem;
}

.p-fv-flowMail__box {
  position: relative;
  z-index: 3;
  display: block;
  text-align: center;
  padding-top: 0.625rem;
}
.p-fv-flowMail__box::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 1.375rem;
  left: 1.875rem;
  width: 2.3125rem;
  height: 1.6875rem;
  background-image: url(../imgs/pc/mail_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-flowMail__box::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 2rem;
  right: 1.0625rem;
  width: 1.1875rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-flowMail__title {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-left: 1.25rem;
}

.p-fv-flowMail__text {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 0.5rem;
}

.p-fv-flowCard__dl {
  width: 100%;
  background: #EBEFF5;
  padding: 0.6875rem 0.875rem 0.875rem 0.875rem;
  margin-top: 0.875rem;
}
.p-fv-flowCard__dl dt {
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  font-weight: 500;
}
.p-fv-flowCard__dl dd {
  font-size: 0.9375rem;
  line-height: 1.7466666667;
  font-weight: 500;
}

.p-fv-flowCard__comment {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-flowCard__comment {
    font-size: 0.6875rem;
    margin-top: 1.25rem;
  }
}

.p-fv-works {
  width: 100%;
  background: #204B94;
}

.p-fv-works__inner {
  width: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-works__inner {
    padding-bottom: 3rem;
  }
}

.p-fv-works__box {
  width: 100%;
  max-width: 110rem;
  margin: 0rem auto;
  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;
  padding: 5.25rem 2.5rem 4.0625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-works__box {
    padding: 3.25rem 1.25rem 2.8125rem 1.25rem;
  }
}

.p-fv-works__title {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-works__title {
    font-size: 1rem;
  }
}
.p-fv-works__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #fff;
  font-size: 4.5rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-works__title::before {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}

.p-fv-works__text {
  color: #fff;
  line-height: 2.3125;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-works__text {
    font-size: 0.875rem;
    line-height: 2;
    white-space: nowrap;
  }
}

.p-fv-works__link {
  position: relative;
  z-index: 2;
  margin: -5.625rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-works__link {
    margin: 2.5rem auto 0 auto;
  }
}

.p-fv-worksPots {
  position: relative;
  width: 100%;
}

.p-fv-worksPots__link {
  position: relative;
  display: block;
}
.p-fv-worksPots__link:first-of-type .p-fv-worksPots__thumbnail {
  border-left: none;
}

.p-fv-worksPots__category {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px solid #FFFFFF;
  border-right: none;
  padding: 0.1875rem 1rem;
  background: #030C1C;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots__category {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 0rem 0.625rem;
  }
}

.p-fv-worksPots__thumbnail {
  position: relative;
  width: 100%;
  border-left: 2px solid #fff;
  overflow: hidden;
}

.p-fv-worksPots__img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-fv-worksPots__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fv-worksPots__box {
  width: 100%;
  padding: 0 2.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots__box {
    margin-top: 0.75rem;
    padding: 0 1.25rem;
  }
}

.p-fv-worksPots__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-fv-worksPots__time {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots__time {
    font-size: 0.875rem;
  }
}

.p-fv-worksPots__area {
  position: relative;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
  padding-left: 0.75rem;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots__area {
    font-size: 0.875rem;
  }
}
.p-fv-worksPots__area::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 0.9375rem;
  background: #fff;
}

.p-fv-worksPots__title {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots__title {
    font-size: 1rem;
  }
}

.p-fv-worksPots-item {
  width: 100%;
  max-width: 110rem;
  margin: 0rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 3.4375rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots-item {
    padding: 1.875rem 1.25rem 0 1.25rem;
  }
}

.p-fv-worksPots-pagination {
  color: #fff;
  margin-right: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots-pagination {
    font-size: 0.75rem;
    margin-right: 1rem;
  }
}

.p-fv-worksPots-prev,
.p-fv-worksPots-next {
  display: block;
  width: 5.0625rem;
  height: 5.0625rem;
  background-image: url(../imgs/pc/fv_works_arrow.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots-prev,
  .p-fv-worksPots-next {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.p-fv-worksPots-prev:hover,
.p-fv-worksPots-next:hover {
  opacity: 0.7;
}

.p-fv-worksPots-prev {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-worksPots-prev {
    margin-right: 0.6875rem;
  }
}

.p-fv-faq {
  width: 100%;
}

.p-fv-faq__inner {
  width: 100%;
  max-width: 74.5rem;
  margin: 0rem auto;
  padding: 6rem 2.5rem 5.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__inner {
    padding: 2.8125rem 1.25rem 3rem 1.25rem;
  }
}

.p-fv-faq__eng {
  color: #082357;
  font-family: "Shippori Mincho B1", serif;
  font-size: 4.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__eng {
    font-size: 4.25rem;
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-fv-faq__eng {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
  }
}
.p-fv-faq__eng span {
  font-size: 2.375rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__eng span {
    font-size: 1.375rem;
  }
}

.p-fv-faq__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__title {
    font-size: 1rem;
  }
}

.p-fv-faq__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__wrapper {
    margin-top: 3.125rem;
  }
}

.p-fv-faq__column {
  width: 100%;
}

.p-fv-faq__ques {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1.75rem 5.4375rem 1.75rem 6.6875rem;
  background: #F5F7F9;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques {
    min-height: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem;
    padding: 0.875rem 3.125rem 0.875rem 3.875rem;
  }
}
.p-fv-faq__ques::before {
  content: "Q.";
  position: absolute;
  top: 1.4375rem;
  left: 3.125rem;
  display: inline-block;
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques::before {
    top: calc(50% - 0.125rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1rem;
    font-size: 1.75rem;
  }
}
.p-fv-faq__ques span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.1875rem;
  width: 1.9375rem;
  height: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span {
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-fv-faq__ques span::before, .p-fv-faq__ques span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.9375rem;
  height: 0.1875rem;
  background: #082357;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ques span::before, .p-fv-faq__ques span::after {
    width: 1.25rem;
  }
}
.p-fv-faq__ques span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-faq__ques.open span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-fv-faq__box {
  display: none;
  width: 100%;
  padding: 1.25rem 3.9375rem 1.25rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__box {
    padding: 1rem 1.25rem 0.625rem 0rem;
  }
}
.p-fv-faq__box.open {
  display: block;
}

.p-fv-faq__ans {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding-left: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-left: 3.875rem;
  }
}
.p-fv-faq__ans::before {
  content: "A.";
  position: absolute;
  top: 0rem;
  left: 3.125rem;
  display: inline-block;
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__ans::before {
    top: 0;
    left: 1.125rem;
    font-size: 1.5rem;
  }
}

.p-fv-faq__link {
  margin: 2.5rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-fv-faq__link {
    margin: 1.875rem auto 0 auto;
  }
}

.p-fv-news {
  width: 100%;
  background: #F5F7F9;
}

.p-fv-news__inner {
  max-width: 92.125rem;
  margin: 0rem auto;
  padding: 4.6875rem 2.5rem 6.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__inner {
    padding: 3.125rem 1.25rem 3.125rem 1.25rem;
  }
}

.p-fv-news__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title {
    font-size: 1rem;
    padding-top: 0rem;
  }
}
.p-fv-news__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #204B94;
  font-size: 4.1875rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__title::before {
    font-size: 2.5rem;
    margin-bottom: 0.9375rem;
  }
}

.p-fv-news__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.75rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1400px) {
  .p-fv-news__wrapper {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv-news__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 2.125rem;
  }
}

.p-fv-news__column {
  width: 100%;
}

.p-fv-news__subTitle {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  background: #BAC7D5;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__subTitle {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.p-fv-news__subTitle.blue {
  color: #fff;
  background: #204B94;
}

.p-fv-news__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-news__lists {
    gap: 0;
    padding: 0 0.5625rem;
    margin-top: 0rem;
  }
}

.p-fv-news__link {
  position: relative;
  width: 100%;
  max-width: 11.625rem;
  height: 2.125rem;
  margin-top: 1.125rem;
  margin-left: auto;
  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: 1px solid #E57F09;
  background: #E57F09;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link {
    max-width: 22.5rem;
    height: 3.125rem;
    margin: 1.5rem auto 0 auto;
  }
}
.p-fv-news__link::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #CF6A05;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-fv-news__link::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8125rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/btn_arrow_white-min.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link::after {
    right: 0.9375rem;
    width: 1.0625rem;
    height: 0.5rem;
  }
}
.p-fv-news__link span {
  position: relative;
  z-index: 4;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-news__link span {
    font-size: 0.9375rem;
  }
}
.p-fv-news__link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-fv-news__link:hover::after {
  right: 0.625rem;
}

.p-fv-newsPost {
  width: 100%;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #C9CCD2;
}

.p-fv-newsPost__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__link {
    gap: 1.125rem;
  }
}
.p-fv-newsPost__link:hover .p-fv-newsPost__title {
  color: #082357;
}
.p-fv-newsPost__link:hover .p-fv-newsPost__arrow {
  background-image: url(../imgs/pc/news_arrow_white.webp);
}

.p-fv-newsPost__thumbnail {
  width: 100%;
  max-width: 8.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__thumbnail {
    max-width: 8.75rem;
  }
}

.p-fv-newsPost__img {
  position: relative;
  width: 100%;
  padding-top: 71.3178294574%;
}
.p-fv-newsPost__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv-newsPost__box {
  width: 100%;
}

.p-fv-newsPost__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.p-fv-newsPost__category {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.6;
  padding: 0.125rem 0.625rem;
  background: #204B94;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__category {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 0rem 0.9375rem;
  }
}

.p-fv-newsPost__time {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__time {
    font-size: 0.875rem;
  }
}

.p-fv-newsPost__title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  padding-right: 2.5rem;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-right: 0rem;
    margin-top: 0.3125rem;
  }
}

.p-fv-newsPost__arrow {
  position: absolute;
  right: 0rem;
  bottom: 0rem;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/news_arrow_blue.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fv-newsPost__arrow {
    width: 1.375rem;
    height: 1.375rem;
  }
}

.p-fv-cont {
  width: 100%;
}

.p-fv-cont__inner {
  width: 100%;
  max-width: 74.5rem;
  margin: 0rem auto;
  padding: 3.75rem 2.5rem 6.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cont__inner {
    padding: 1.5625rem 0rem 6.25rem 0rem;
  }
}

.p-fv-cont__label {
  text-align: center;
}
.p-fv-cont__label span {
  color: #002260;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv-cont__label span {
    font-size: 0.9375rem;
  }
}
.p-fv-cont__label span.box {
  position: relative;
}
.p-fv-cont__label span.box::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  width: 1px;
  height: 2rem;
  background: #002260;
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cont__label span.box::before {
    height: 1.625rem;
    margin-right: 1.25rem;
  }
}
.p-fv-cont__label span.box::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  width: 1px;
  height: 2rem;
  background: #002260;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cont__label span.box::after {
    height: 1.625rem;
    margin-left: 1.25rem;
  }
}
.p-fv-cont__label span.big {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  font-size: 3.0625rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cont__label span.big {
    font-size: 2.3125rem;
  }
}
.p-fv-cont__label span.min {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv-cont__label span.min {
    font-size: 0.8125rem;
  }
}

.p-fv-cont__link {
  display: block;
  width: 100%;
  max-width: 51.875rem;
  margin: 1.125rem auto 0rem auto;
  -webkit-box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-fv-cont__link {
    max-width: 22.5rem;
    margin: 0.625rem auto 0rem auto;
  }
}
.p-fv-cont__link:hover {
  opacity: 0.7;
}

.p-fv-banner {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-fv-banner {
    margin-top: 2rem;
  }
}

.p-fv-insta {
  width: 100%;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-insta {
    padding: 0 1.25rem;
    margin-top: 2.8125rem;
  }
}

.p-fv-insta__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv-insta__title {
    font-size: 1rem;
  }
}
.p-fv-insta__title::before {
  content: attr(data-en);
  display: block;
  position: relative;
  color: #204B94;
  font-size: 4.3125rem;
  letter-spacing: 0em;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-insta__title::before {
    font-size: 2.5rem;
    margin-bottom: 1.5625rem;
  }
}

.p-fv-insta__wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-fv-insta__wrapper {
    margin-top: 2.25rem;
  }
}

.p-single {
  width: 100%;
}

.p-single__inner {
  max-width: 74.5rem;
  margin: 0rem auto;
  padding: 8.125rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-single__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-single__category {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.6;
  padding: 0.125rem 0.625rem;
  background: #204B94;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 0rem 0.9375rem;
  }
}

.p-single__time {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single__time {
    font-size: 0.875rem;
  }
}

.p-single__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.p-single__img {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__img {
    margin-top: 1.25rem;
  }
}
.p-single__img img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.p-single__content {
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single__content {
    margin-top: 1.875rem;
  }
}
.p-single__content.mt {
  margin-top: 4.0625rem;
}
.p-single__content h2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 0.9375rem;
  padding-bottom: 2.375rem;
  border-bottom: 1px solid #082357;
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    font-size: 1.5rem;
    padding-left: 0.625rem;
    padding-bottom: 1rem;
  }
}
.p-single__content h3 {
  color: #204B94;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #204B94;
  margin-top: 1.875rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}
.p-single__content h4 {
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  border-left: 0.25rem solid #204B94;
  padding-left: 0.375rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content h4 {
    margin-top: 1.25rem;
  }
}
.p-single__content h5 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content h6 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
}
.p-single__content p {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.p-single__content .wp-block-columns .wp-block-column {
  margin: 0 auto;
}
.p-single__content .wp-block-table {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single__content .wp-block-table figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table table {
    min-width: 37.5rem;
  }
}
.p-single__content .wp-block-table table tbody td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  border: 1px solid #EC866B;
}
.p-single__content .wp-block-table table tbody td:first-child {
  min-width: 12.5rem;
  color: #EC866B;
  background: rgba(236, 134, 107, 0.2);
}
.p-single__content .wp-block-table.head {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table.head {
    padding-bottom: 0.5rem;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.p-single__content .wp-block-table.head figcaption {
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
.p-single__content .wp-block-table.head table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.25rem;
  border: 1px solid #EC866B;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-table.head table {
    min-width: 37.5rem;
  }
}
.p-single__content .wp-block-table.head table thead {
  background: rgba(236, 134, 107, 0.2);
  border-bottom: none;
}
.p-single__content .wp-block-table.head table thead th {
  color: #EC866B;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-weight: 700;
  text-align: center;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #EC866B;
  border-bottom: 1px solid #EC866B;
}
.p-single__content .wp-block-table.head table thead th:last-of-type {
  border-right: none;
}
.p-single__content .wp-block-table.head table tbody tr:last-of-type td {
  border-bottom: none;
}
.p-single__content .wp-block-table.head table tbody td {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem;
  border: none;
  border-right: 1px solid #EC866B;
  border-bottom: 1px solid #EC866B;
}
.p-single__content .wp-block-table.head table tbody td:last-of-type {
  border-right: none;
}
.p-single__content .wp-block-table.head table tbody td:first-child {
  min-width: auto;
  color: initial;
  background: initial;
}
.p-single__content ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content ul li {
  font-size: 1rem;
  line-height: 1.5;
}
.p-single__content ul li ul {
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content ol li {
  font-size: 1rem;
  line-height: 1.5;
}
.p-single__content ol li ul {
  list-style: decimal;
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content ol li ol {
  padding-left: 1rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content blockquote {
  position: relative;
  padding: 1.875rem 1.25rem;
  background: #F8F8F8;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__content blockquote {
    padding: 1.875rem 0.9375rem;
  }
}
.p-single__content blockquote p {
  color: #EC866B;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content a {
  color: #346ED2;
  text-decoration: underline;
}
.p-single__content a:hover {
  opacity: 0.7;
}
.p-single__content div {
  max-width: 100%;
}
.p-single__content img {
  width: auto;
  max-width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.p-single__content figure img {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.p-single__content .wp-block-cover {
  padding-bottom: 1.25rem;
}
.p-single__content .wp-block-cover img {
  margin-bottom: 1.25rem;
}
.p-single__content mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #ffffff), color-stop(70%, rgba(255, 255, 255, 0)));
  background: linear-gradient(#ffffff 70%, rgba(255, 255, 255, 0) 70%);
}

.p-single-related {
  width: 100%;
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-related {
    margin-top: 5rem;
  }
}
.p-single-related.mt {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-related.mt {
    margin-top: 3.125rem;
  }
}

.p-single-related__label {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 0.9375rem;
  padding-bottom: 2.375rem;
  border-bottom: 1px solid #082357;
}
@media screen and (max-width: 767px) {
  .p-single-related__label {
    font-size: 1.5rem;
    padding-left: 0.625rem;
    padding-bottom: 1rem;
  }
}

.p-single-related__lists {
  width: 100%;
  margin-top: 0.625rem;
}

.p-single-related__list {
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid #C9CCD2;
}
@media screen and (max-width: 767px) {
  .p-single-related__list {
    padding: 0.875rem 0.5625rem;
  }
}

.p-single-related__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__link {
    gap: 1.125rem;
    padding-right: 0rem;
  }
}
.p-single-related__link:hover .p-single-related__title {
  color: #082357;
}
.p-single-related__link:hover .p-single-related__arrow {
  background-image: url(../imgs/pc/news_arrow_white.webp);
}

.p-single-related__thumbnail {
  width: 100%;
  max-width: 8.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single-related__thumbnail {
    max-width: 8.75rem;
  }
}

.p-single-related__img {
  position: relative;
  width: 100%;
  padding-top: 74.0740740741%;
}
.p-single-related__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-single-related__box {
  width: 100%;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__box {
    margin-top: 0rem;
  }
}

.p-single-related__group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-single-related__category {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.6;
  padding: 0.125rem 0.625rem;
  background: #204B94;
}
@media screen and (max-width: 767px) {
  .p-single-related__category {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 0rem 0.9375rem;
  }
}

.p-single-related__time {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-single-related__time {
    font-size: 0.875rem;
  }
}

.p-single-related__title {
  font-family: "Shippori Mincho B1", serif;
  margin-top: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single-related__title {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 0.3125rem;
  }
}

.p-single-related__arrow {
  position: absolute;
  right: 0rem;
  bottom: 1.25rem;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url(../imgs/pc/news_arrow_blue.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single-related__arrow {
    bottom: 0rem;
    width: 1.375rem;
    height: 1.375rem;
  }
}

.p-single-related__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3125rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-related__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.875rem;
  }
}

.p-single-pagination {
  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;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single-pagination {
    margin-top: 3.125rem;
  }
}

.p-single-pagination__all {
  position: relative;
  width: 100%;
  max-width: 25rem;
  height: 4.375rem;
  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: 1px solid #082357;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__all {
    max-width: 11.25rem;
    height: 2.5rem;
  }
}
.p-single-pagination__all::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background-color: #082357;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-pagination__all::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 1.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.1875rem;
  height: 0.5rem;
  background-image: url(../imgs/pc/btn_arrow_blue.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__all::after {
    right: 0.9375rem;
    width: 1.0625rem;
    height: 0.5rem;
  }
}
.p-single-pagination__all span {
  position: relative;
  z-index: 4;
  color: #082357;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__all span {
    font-size: 0.875rem;
  }
}
.p-single-pagination__all:hover span {
  color: #fff;
}
.p-single-pagination__all:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-single-pagination__all:hover::after {
  right: 0.625rem;
  background-image: url(../imgs/pc/btn_arrow_white.svg);
}

.p-single-pagination__box {
  min-width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__box {
    min-width: 5.625rem;
  }
}

.p-single-pagination__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__prev {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
}
.p-single-pagination__prev::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-image: url(../imgs/pc/pagination_arrow_h.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__prev::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-single-pagination__prev:hover {
  opacity: 0.7;
}

.p-single-pagination__next {
  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: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__next {
    font-size: 0.875rem;
    gap: 0.5rem;
  }
}
.p-single-pagination__next::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  background-image: url(../imgs/pc/pagination_arrow_h.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-single-pagination__next::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-single-pagination__next:hover {
  opacity: 0.7;
}

.p-single-btn {
  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-flow: column;
          flex-flow: column;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single-btn {
    margin-top: 2.5rem;
  }
}

.p-single-btn__label {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  margin-bottom: 0.125rem;
}
.p-single-btn__label span {
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.p-single-btn__label span.box {
  position: relative;
}
.p-single-btn__label span.box::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  -webkit-transform: rotate(-38deg);
          transform: rotate(-38deg);
  width: 1px;
  height: 1.1875rem;
  background: #002260;
  margin-right: 1.5rem;
}
.p-single-btn__label span.box::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.1875rem;
  -webkit-transform: rotate(38deg);
          transform: rotate(38deg);
  width: 1px;
  height: 1.1875rem;
  background: #002260;
  margin-left: 1.5rem;
}
.p-single-btn__label span.big {
  position: relative;
  top: 0.125rem;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-right: 0.15625rem;
}
.p-single-btn__label span.min {
  font-size: 0.875rem;
}

.p-single-works {
  width: 100%;
}

.p-single-works__inner {
  max-width: 74.5rem;
  margin: 0rem auto;
  padding: 6.75rem 2.5rem 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__inner {
    padding: 3.125rem 1.25rem;
  }
}

.p-single-works__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-single-works__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

.p-single-works__imgBox {
  width: 100%;
  max-width: 33.75rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__imgBox {
    max-width: 100%;
    margin-top: 1.875rem;
  }
}

.p-single-works__img {
  position: relative;
  width: 100%;
}
.p-single-works__img {
  position: relative;
  width: 100%;
}
.p-single-works__img img {
  width: auto;
  max-width: 100%;
}

.p-single-works__thumbBox {
  position: relative;
}

.p-single-works__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  margin-top: 1.25rem;
}
.p-single-works__thumb.open::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 9.5rem;
  height: calc(100% - 0.625rem);
  background-image: url(../imgs/pc/thumbnail_item.webp);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-single-works__thumbImg {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-single-works__thumbImg img {
  width: 9rem;
  height: 7rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-works__box {
  width: 100%;
  max-width: 32.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__box {
    max-width: 100%;
  }
}

.p-single-works__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-single-works__category {
  color: #082357;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
  white-space: nowrap;
  padding: 0.25rem 1rem;
  border: 1px solid #082357;
}
@media screen and (max-width: 767px) {
  .p-single-works__category {
    font-size: 0.8125rem;
    padding: 0.1875rem 0.625rem;
  }
}

.p-single-works__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
  line-height: 1.9166666667;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__title {
    font-size: 1.125rem;
  }
}

.p-single-works__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.p-single-works__tag {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: 0.3125rem 1rem;
  background: #204B94;
}
@media screen and (max-width: 767px) {
  .p-single-works__tag {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 0.125rem 0.625rem;
  }
}

.p-single-works__name {
  color: #828282;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__name {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-single-works__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #D7D9DC;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single-works__dl {
    margin-top: 1.875rem;
  }
}
.p-single-works__dl dt {
  width: 13.625rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 2rem 0rem 2rem 2.3125rem;
  border-bottom: 1px solid #D7D9DC;
}
@media screen and (max-width: 767px) {
  .p-single-works__dl dt {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.9375rem;
    padding-bottom: 0rem;
    border-bottom: none;
  }
}
.p-single-works__dl dd {
  width: calc(100% - 13.625rem);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 2rem 0rem 2rem 0rem;
  border-bottom: 1px solid #D7D9DC;
}
@media screen and (max-width: 767px) {
  .p-single-works__dl dd {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.9375rem;
    padding-top: 0.625rem;
  }
}

.p-404 {
  width: 100%;
}

.p-404__inner {
  width: 100%;
  max-width: 74.625rem;
  margin: 0rem auto;
  padding: 7.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 5rem 1.25rem;
  }
}

.p-404__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.p-404__link {
  margin: 3.125rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-404__link {
    margin: 1.875rem auto 0rem auto;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}/*# sourceMappingURL=style.css.map */