@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

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

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  outline-width: 0;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

html {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

table th {
  font-weight: normal;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
}

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

dl, dt, dd {
  margin: 0;
}

p {
  margin-top: 0;
}

figure {
  margin: 0;
}

/*---------------------------------------
 * Print
 ---------------------------------------*/
@media print {
  body {
    zoom: 65%;
    -webkit-print-color-adjust: exact;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
/*---------------------------------------
 * Layout Common
 ---------------------------------------*/
.l-container {
  width: 92%;
  margin: 0 auto;
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .l-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: block;
    position: fixed;
    top: 0;
  }
}
.l-header__inner {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__site-info {
    background: #fff;
    height: 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__site-info {
    width: 26%;
  }
}
.l-header__logo {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    height: 50px;
    padding-top: 5px;
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__logo {
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__logo {
    padding-left: 60px;
  }
}
.l-header__logo:before {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 44px;
  height: 40px;
  background: url(../images/common/icon_logo.png) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .l-header__logo:before {
    width: 44px;
    height: 40px;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__logo-icon {
  width: 44px;
  flex-shrink: 0;
}
.l-header__logo-text {
  padding-left: 5px;
}
.l-header__logo-link {
  display: flex;
}
.l-header__button {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-header__button {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 24px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__button {
    display: none;
  }
}
.l-header__button span {
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000f68;
  z-index: 9999;
  transition: all 0.3s ease-in;
}
.l-header__button span:nth-of-type(1) {
  top: 0;
}
.l-header__button span:nth-of-type(2) {
  width: 21px;
  top: 50%;
  transform: translateY(-50%);
}
.l-header__button span:nth-of-type(3) {
  bottom: 0;
}
.l-header__button.is-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.l-header__button.is-active span:nth-of-type(2) {
  opacity: 0;
  transform: translateX(100%) translateY(-50%);
}
.l-header__button.is-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    position: fixed;
    z-index: 0;
    top: 50px;
    width: 100%;
    transform: translateY(-100%);
    transition: transform 0.6s ease-in-out;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu.is-active {
    transform: translateX(0);
  }
}
.l-header__menu-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__menu-list {
    flex-direction: column;
    background-color: #fff;
    margin: 0;
    box-shadow: 0px 10px 16px -6px rgba(0, 15, 104, 0.1) inset;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-list {
    align-items: center;
    justify-content: center;
  }
}
.l-header__menu-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__menu-item {
    border-bottom: 1px solid #a4a4a4;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-item {
    margin: 0 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-item {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-item {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-item--about {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-item--service {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-item--recruit {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-item--tuiseki {
    order: 5;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-item--tuiseki {
    padding-left: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-item--tuiseki {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-item--e-request {
    order: 6;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-item--e-request {
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-item--e-request {
    padding-right: 10px;
  }
}
.l-header__menu-item--contact {
  margin-right: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-header__menu-item--contact {
    order: 4;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-item--about, .l-header__menu-item--service, .l-header__menu-item--recruit {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-item.is-active {
    background-color: rgba(1, 79, 161, 0.9);
  }
}
.l-header__menu-link {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  color: #2f2f2f;
  line-height: 2;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__menu-link {
    display: flex;
    align-items: center;
    padding: 10px 0;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-link::after {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    width: 10px;
    height: 10px;
    transform: rotate(45deg) translateY(-50%);
    border-right: 1px solid #022C66;
    border-top: 1px solid #022C66;
    transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-link.is-active::after {
    top: 30%;
    transform: rotate(135deg) translateY(-50%);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--about, .l-header__menu-link--service, .l-header__menu-link--recruit {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-link--about::before, .l-header__menu-link--service::before, .l-header__menu-link--recruit::before, .l-header__menu-link--contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-45deg);
    transform-origin: top right;
    z-index: 0;
    width: 55%;
    height: 100%;
    background: #000f68;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-link--arrow {
    padding: 10px;
    justify-content: center;
    font-size: 3.0666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--arrow {
    padding-right: 30px;
  }
}
.l-header__menu-link--arrow::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 42%;
  width: 14px;
  height: 4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header__menu-link--arrow::after {
    width: 28px;
    height: 8px;
    right: 15px;
    border: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--tuiseki {
    border-bottom: 1px solid #022C66;
  }
}
.l-header__menu-link--tuiseki::after {
  background: url(../images/common/arrow_blue.svg) center center/100% no-repeat;
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--tuiseki:hover::after {
    animation: migi_arrow 0.9s;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--e-request {
    border-bottom: 1px solid #a29100;
  }
}
.l-header__menu-link--e-request::after {
  background: url(../images/common/arrow_gold.svg) center center/100% no-repeat;
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--e-request:hover::after {
    animation: migi_arrow 0.9s;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 30px;
    height: 100%;
    background: #004ea1;
    color: #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .l-header__menu-link--contact {
    width: 140px;
    padding: 50px 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .l-header__menu-link--contact {
    padding: 50px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link--disabled {
    pointer-events: none;
  }
}
.l-header__menu-link:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-link.is-active {
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu-sp-en {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    padding-left: 10px;
    color: #fff;
    width: 55%;
    height: 55px;
    font-size: 5.0666666667vw;
    font-weight: 300;
    z-index: 1;
  }
}
@media screen and (max-width: 374px) {
  .l-header__menu-sp-en {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__menu-sp-en {
    display: none;
  }
}
.l-header__menu-sp-en::before, .l-header__menu-sp-en::after {
  display: block;
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
}
.l-header__menu-sp-en::before {
  background-color: #fff;
  right: 28px;
}
.l-header__menu-sp-en::after {
  background-color: #000f68;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .l-header__menu-sp-ja {
    padding: 0 20px;
    font-size: 3.0666666667vw;
    color: #000f68;
  }
}
.l-header__dropdown {
  display: none;
  background-color: rgba(1, 79, 161, 0.9);
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown {
    width: 100%;
    min-height: 570px;
    position: fixed;
    justify-content: space-between;
    top: 70px;
    left: 0;
    z-index: 9999;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown.is-active {
    display: block;
  }
}
.l-header__dropdown-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown-wrap {
    max-width: 1000px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header__dropdown-title {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    line-height: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown-title-ja {
    font-size: 36px;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown-title-en {
    font-weight: 200;
    font-size: 18px;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-header__dropdown-image {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown-item {
    margin-bottom: 30px;
  }
}
.l-header__dropdown-link {
  color: #fff;
  position: relative;
  display: block;
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  line-height: 2;
}
.l-header__dropdown-link::before {
  content: "〉";
  font-size: 14px;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
}
.l-header__dropdown-link:hover {
  text-decoration: underline;
}
.l-header__dropdown-link--sub::before {
  content: "・";
}
.l-header__dropdown-label {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.l-header__dropdown-sub-list {
  padding-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-header__dropdown-sub-list--other-top {
    margin-bottom: 20px;
  }
}

@keyframes migi_arrow {
  0% {
    transform: translate(0px, -50%) rotateZ(0deg);
  }
  25% {
    transform: translate(4px, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(0px, -50%) rotateZ(0deg);
  }
  75% {
    transform: translate(4px, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(0px, -50%) rotateZ(0deg);
  }
}
/*---------------------------------------
 * Layout Footer
 ---------------------------------------*/
.l-footer {
  background: #000 url(../images/common/bg_footer.jpg) center bottom/contain no-repeat;
}
@media print, screen and (min-width: 768px) {
  .l-footer {
    background: url(../images/common/bg_footer.jpg) center center/cover no-repeat;
  }
}
.l-footer__inner {
  margin-top: 100px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-wrap {
    display: flex;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -2px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-column {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-column {
    width: calc(25% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-column--wide {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-column--company-recruit {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-column-inner-sp {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.l-footer__menu-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
}
.l-footer__menu-list {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-list--privacy {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-list--minor {
    margin-bottom: 10px;
  }
}
.l-footer__menu-item {
  color: #fff;
  font-size: 14px;
}
.l-footer__menu-link {
  position: relative;
  display: block;
  color: #fff;
  padding-left: 12px;
  font-size: 14px;
  letter-spacing: 0;
}
.l-footer__menu-link::before {
  font-size: 14px;
  color: #fff;
  display: block;
  position: absolute;
  left: 0;
}
.l-footer__menu-link:hover {
  text-decoration: underline;
}
.l-footer__menu-link:hover::before {
  text-decoration: none;
}
.l-footer__menu-link--lv02::before {
  padding-left: 2px;
  content: "〉";
}
.l-footer__menu-link--lv03 {
  padding-left: 26px;
}
.l-footer__menu-link--lv03::before {
  left: 14px;
  content: "〉";
}
@media screen and (max-width: 767px) {
  .l-footer__menu-link--lv03-sp {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-link--lv03-sp::before {
    padding-left: 10px;
  }
}
.l-footer__menu-link--anchor {
  padding-left: 20px;
}
.l-footer__menu-link--anchor::before {
  left: 6px;
  content: "・";
}
.l-footer__menu-link--nolink::before {
  content: "・";
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-inner-wrap {
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-inner-half {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.l-footer__logo {
  margin-top: 50px;
}
.l-footer__info {
  color: #fff;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    margin-top: 25px;
  }
}

.p-home-fv {
  position: relative;
}
.p-home-fv__inner {
  padding: 100px 0 0;
}
.p-home-fv__image {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.p-home-fv__site-title {
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-home-fv__site-title {
    margin-top: 40px;
    width: 80%;
  }
}
.p-home-fv__lead {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-home-fv__lead {
    letter-spacing: 0.05em;
    margin-top: 40px;
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-fv__lead {
    font-weight: bold;
    margin-top: 60px;
    font-size: 30px;
  }
}
.p-home-fv__text {
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-home-fv__text {
    font-size: 3.2vw;
  }
}

.p-home-project__inner {
  padding: 0;
}
.p-home-project__title {
  width: 100%;
  color: #fff;
  font-family: "Hiragino Sans", "MS Gothic", sans-serif;
  padding: 5px 15px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-project__title {
    margin-top: 100px;
  }
}
.p-home-project__title--blue {
  background: #036eb7;
}
.p-home-project__title--red {
  background: #c30d23;
}
.p-home-project__title--orange {
  background: #f7931e;
}
.p-home-project__title--green {
  background: #006934;
}
.p-home-project__note {
  font-family: "Hiragino Sans", "MS Gothic", sans-serif;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .p-home-project__grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
  }
}
.p-home-project__grid-item {
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-home-project__grid-item {
    margin-bottom: 20px;
  }
}
.p-home-project__lemon-box {
  display: flex;
  align-items: center;
  height: auto;
  padding: 20px;
  border: 1px solid #ccc;
}
.p-home-project__lemon-image {
  width: 100px;
}
.p-home-project__lemon-text {
  font-family: "Hiragino Sans", "MS Gothic", sans-serif;
  font-size: 14px;
  margin-left: 20px;
  margin-bottom: 0;
  line-height: 1.6;
}
.p-home-project figure img {
  width: 100%;
  height: auto;
}
.p-home-project figcaption {
  margin-top: 8px;
  font-size: 12px;
}
.p-home-project__lemon-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 20px;
}
.p-home-project__lemon-row figure img {
  width: auto;
  max-height: 167px;
  margin-left: 0;
}
.p-home-project__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 20px;
}
.p-home-project__button {
  display: block;
  margin: 10px auto;
  width: 100%;
  max-width: 300px;
  height: 60px;
  border-radius: 30px;
  padding: 12px 0;
  color: #fff;
  font-weight: bold;
  font-family: "Hiragino Sans", "MS Gothic", sans-serif;
  text-align: center;
  font-size: 18px;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
@media print, screen and (min-width: 768px) {
  .p-home-project__button {
    margin: 30px auto;
  }
}
.p-home-project__button:hover {
  background-color: #fff;
}
.p-home-project__button--blue {
  border: 2px solid #2e3192;
  background-color: #2e3192;
}
.p-home-project__button--blue:hover {
  color: #2e3192;
}
.p-home-project__button--red {
  border: 2px solid #ed1c24;
  background-color: #ed1c24;
}
.p-home-project__button--red:hover {
  color: #ed1c24;
}

.p-home-address {
  border-top: 1px solid #000;
  margin-top: 100px;
}
.p-home-address__inner {
  padding: 60px 0 0;
}
@media print, screen and (min-width: 1024px) {
  .p-home-address__row {
    display: flex;
  }
}
.p-home-address__logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .p-home-address__logo {
    margin-right: 50px;
  }
}
.p-home-address__list {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-address__list {
    display: flex;
  }
}
.p-home-address__title {
  margin-bottom: 0;
}
.p-home-address__title-sub {
  margin-bottom: 0;
}
.p-home-address__title-sub:before {
  content: "◎";
}
.p-home-address__text {
  margin-bottom: 20px;
}
.p-home-address__info {
  margin-left: 16px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-dn-md-max {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .u-dn-pc {
    display: none;
  }
}

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

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}