@font-face {
  font-family: "JejuMyeongjo";
  src: url("../font/JejuMyeongjo-Regular.ttf") format("truetype");
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
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;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
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;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #4D4D4D;
  background: #F6F5F0;
}

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

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

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-right: 0rem;
  padding-left: 0rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5rem;
  padding: 0rem 0rem 0rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    padding: 0rem 1.25rem;
  }
}
.l-header__logo {
  font-family: "JejuMyeongjo";
  color: #4B7664;
  font-size: 1.75rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__inner {
  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: 5rem;
}
.l-header-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  text-align: center;
}
.l-header-nav__list {
  width: 100%;
  text-align: center;
  padding-top: 0.3125rem;
}
.l-header-nav__link {
  display: inline-block;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-bottom: 0.375rem;
}
.l-header-nav__link span {
  position: relative;
  display: block;
  color: #4D4D4D;
  font-size: 0.75rem;
  padding-top: 0.3125rem;
  margin-top: 0.625rem;
}
.l-header-nav__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.125rem;
  height: 0.0625rem;
  background: #4B7664;
}
.l-header-nav__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 12.1875rem;
  min-width: 12.1875rem;
  height: 5rem;
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: #4B7664;
  margin: 0 auto;
}
.l-header-nav__button span {
  position: relative;
  display: block;
  font-size: 0.75rem;
  margin-top: 0.625rem;
}

.l-main {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.l-footer {
  width: 100%;
  background: #4B7664;
  overflow: hidden;
}
.l-footer__inner {
  width: 100%;
  text-align: center;
  padding: 3.4375rem 0 2.3125rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 5rem 0 2.3125rem 0;
  }
}
.l-footer__text {
  font-family: "JejuMyeongjo";
  color: #ffffff;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .l-footer__text {
    margin-bottom: 2.5rem;
  }
}
.l-footer__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;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.5625rem;
    margin-bottom: 4.875rem;
  }
}
.l-footer__list {
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 2.8125rem;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    padding: 0 0rem;
    border-right: none;
  }
}
.l-footer__list:first-child {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .l-footer__list:first-child {
    border-left: none;
  }
}
.l-footer__link {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    font-size: 0.875rem;
  }
}
.l-footer__cope small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  line-height: 1;
}

.c-hamburger {
  display: none;
  cursor: pointer;
  position: relative;
  width: 2.1875rem;
  height: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  display: block;
  position: absolute;
  width: 2.1875rem;
  height: 0.125rem;
  left: 0rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4B7664;
}
.c-hamburger span:nth-child(1) {
  top: 0rem;
}
.c-hamburger span:nth-child(2) {
  top: 1rem;
}

.c-hamburger.active span:nth-child(1) {
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger.active span:nth-child(2) {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-hamburger-nav {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 2.625rem 0 5rem 0;
  }
}
.c-hamburger-nav__inner {
  width: 100%;
  height: 100%;
}
.c-hamburger-nav__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1.875rem;
  text-align: center;
  margin-bottom: 3rem;
}
.c-hamburger-nav__list {
  width: 100%;
  text-align: center;
}
.c-hamburger-nav__link {
  display: inline-block;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 0.375rem;
  text-align: center;
}
.c-hamburger-nav__link span {
  position: relative;
  display: block;
  color: rgba(171, 171, 171, 0.8);
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.c-hamburger-nav__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 100%;
  max-width: 15.625rem;
  height: 3.4375rem;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #4B7664;
  margin: 0 auto;
}
.c-hamburger-nav__button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.625rem;
  height: 1.0625rem;
  background-image: url(../imgs/mail_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-front {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.p-front__inner {
  position: relative;
  width: 100%;
  padding-top: 45.1388888889%;
  background-image: url(../imgs/fv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.5rem;
  border-bottom: 0.3125rem solid #4B7664;
}
@media screen and (max-width: 767px) {
  .p-front__inner {
    background-image: url(../imgs/fv_sp.webp);
    margin-bottom: 0rem;
    padding-top: 0;
    height: 35.3125rem;
  }
}
.p-front__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24.5rem;
  height: 24.5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .p-front__wrapper {
    top: 57%;
  }
}
@media screen and (max-width: 767px) {
  .p-front__wrapper {
    top: 54%;
    width: 19.375rem;
    height: 19.375rem;
  }
}
.p-front__title {
  font-family: "JejuMyeongjo";
  color: #4B7664;
  font-size: 2.125rem;
  line-height: 1;
  padding-top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .p-front__title {
    font-size: 1.6875rem;
    line-height: 1;
    padding-top: 4.375rem;
  }
}
.p-front__bar {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 5.125rem;
  height: 0.125rem;
  background: #ffffff;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-front__bar {
    max-width: 4.1875rem;
    margin-top: 0.5rem;
    margin-bottom: 1.0625rem;
  }
}
.p-front__bar::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 33.3%;
  height: 0.125rem;
  background: #1144F5;
}
.p-front__bar::after {
  content: "";
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 33.3%;
  height: 0.125rem;
  background: #F43D3D;
}
.p-front__text {
  color: rgba(75, 118, 100, 0.8);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.40625;
}
@media screen and (max-width: 767px) {
  .p-front__text {
    font-size: 1.5625rem;
    line-height: 1.44;
  }
}
.p-front__text span {
  display: inline-block;
  font-size: 2.875rem;
  line-height: 1.2173913043;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-front__text span {
    font-size: 2.25rem;
    line-height: 1.2222222222;
  }
}

.p-front-nav {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-front-nav {
    display: none;
  }
}
.p-front-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;
  gap: 4.75rem;
}
.p-front-nav__list {
  text-align: center;
}
.p-front-nav__link {
  display: inline-block;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 0.375rem;
}
.p-front-nav__link span {
  position: relative;
  display: block;
  color: #4D4D4D;
  font-size: 0.75rem;
  padding-top: 0.3125rem;
  margin-top: 0.625rem;
}
.p-front-nav__link span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.125rem;
  height: 0.0625rem;
  background: #4B7664;
}

.p-service {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 7.5rem;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-top: 6.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-service__item {
  position: absolute;
  top: 6%;
  left: 0;
  width: 19.3055555556%;
}
@media screen and (max-width: 767px) {
  .p-service__item {
    display: none;
  }
}
.p-service__item02 {
  position: absolute;
  top: 23%;
  right: 0;
  width: 15.9722222222%;
}
@media screen and (max-width: 767px) {
  .p-service__item02 {
    display: none;
  }
}
.p-service__inner {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
}
.p-service__title {
  position: relative;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.5625rem;
}
.p-service__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0625rem;
  height: 3.125rem;
  background: #4B7664;
}
.p-service__img {
  width: 100%;
  max-width: 5.9375rem;
  margin: 0 auto 0.625rem auto;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    margin: 0 auto 0.9375rem auto;
  }
}
.p-service__subTitle {
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-service__subTitle {
    font-size: 1.375rem;
    line-height: 1.2727272727;
    margin-bottom: 0.625rem;
  }
}
.p-service__text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    line-height: 1.6428571429;
  }
}
.p-service__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-service__box {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1.25rem;
  }
}

.p-products {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 2.8125rem 0 6.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-products {
    padding: 6.25rem 0 4.6875rem 0;
    margin-bottom: 0rem;
  }
}
.p-products__item {
  position: absolute;
  top: 28%;
  left: 0;
  width: 13.6111111111%;
}
@media screen and (max-width: 767px) {
  .p-products__item {
    display: none;
  }
}
.p-products__item02 {
  position: absolute;
  top: 67.5%;
  right: 0;
  width: 14.7222222222%;
}
@media screen and (max-width: 767px) {
  .p-products__item02 {
    display: none;
  }
}
.p-products__inner {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products__inner {
    padding: 0 1.25rem;
  }
}
.p-products__title {
  position: relative;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-products__title {
    margin-bottom: 2.5rem;
  }
}
.p-products__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0625rem;
  height: 3.125rem;
  background: #4B7664;
}
.p-products__column {
  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-bottom: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-products__column {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 1.875rem;
    margin-bottom: 2.6875rem;
  }
}
.p-products__column02 {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-products__column02 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 1.875rem;
    margin-bottom: 2.6875rem;
  }
}
.p-products__column03 {
  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-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-products__column03 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 1.875rem;
    margin-bottom: 2.6875rem;
  }
}
.p-products__column04 {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-products__column04 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 1.875rem;
  }
}
.p-products__imgBox {
  position: relative;
  width: 100%;
  max-width: 29.375rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-products__imgBox {
    max-width: 100%;
  }
}
.p-products__imgBox02 {
  position: relative;
  width: 100%;
  max-width: 29.6875rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-products__imgBox02 {
    max-width: 100%;
  }
}
.p-products__imgBox03 {
  position: relative;
  width: 100%;
  max-width: 29.5625rem;
}
@media screen and (max-width: 767px) {
  .p-products__imgBox03 {
    max-width: 100%;
  }
}
.p-products__imgBox04 {
  position: relative;
  width: 100%;
  max-width: 29.5625rem;
}
@media screen and (max-width: 767px) {
  .p-products__imgBox04 {
    max-width: 100%;
    background: #ffffff;
    padding: 0.9375rem 0;
  }
}
.p-products__img {
  width: 100%;
  max-width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-products__img {
    max-width: 100%;
  }
}
.p-products__img02 {
  position: absolute;
  bottom: -1.5625rem;
  right: 0rem;
  width: 100%;
  max-width: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-products__img02 {
    display: none;
  }
}
.p-products__img03 {
  width: 100%;
  max-width: 26.25rem;
}
@media screen and (max-width: 767px) {
  .p-products__img03 {
    max-width: 100%;
  }
}
.p-products__img04 {
  position: absolute;
  bottom: -3rem;
  left: 0rem;
  width: 100%;
  max-width: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-products__img04 {
    display: none;
  }
}
.p-products__img05 {
  width: 100%;
}
.p-products__img06 {
  position: absolute;
  bottom: -2.5rem;
  right: -1.25rem;
  width: 100%;
  max-width: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .p-products__img06 {
    display: none;
  }
}
.p-products__img07 {
  width: 100%;
}
.p-products__textBox {
  width: 100%;
  max-width: 29.1875rem;
}
@media screen and (max-width: 767px) {
  .p-products__textBox {
    max-width: 100%;
  }
}
.p-products__subTitle {
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-bottom: 0.75rem;
  border-bottom: 0.125rem solid #4B7664;
  margin-bottom: 1rem;
}
.p-products__subTitle span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.p-products__subTitle span::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.0625rem;
  height: 1.375rem;
  background-image: url(../imgs/products_flag.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-products__text {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .p-products__text {
    line-height: 1.6428571429;
  }
}

.p-message {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 0 2.96875rem;
  }
}
.p-message::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 50%;
  height: 100%;
  background-image: url(../imgs/message_bg_l.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message::before {
    width: 100%;
    height: 52%;
    background-image: url(../imgs/message_bg_l_sp.png);
  }
}
.p-message::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 50%;
  height: 100%;
  background-image: url(../imgs/message_bg_r.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-message::after {
    top: 51.8%;
    width: 100%;
    height: 48%;
    background-image: url(../imgs/message_bg_r_sp.webp);
  }
}
.p-message__inner {
  position: relative;
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 4.375rem 3.4375rem 6.25rem 3.4375rem;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-message__inner {
    padding: 3.75rem 1.25rem 5rem 1.25rem;
  }
}
.p-message__img {
  width: 100%;
  max-width: 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    margin: 0 auto 0.5rem auto;
  }
}
.p-message__title {
  position: relative;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-message__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    margin-bottom: 1.375rem;
  }
}
.p-message__text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    line-height: 1.6428571429;
  }
}

.p-about {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 6.875rem 0 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 4.375rem 0 1.875rem 0;
  }
}
.p-about__inner {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
  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-about__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-about__titleBox {
  width: 100%;
  max-width: 15.25rem;
}
.p-about__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    gap: 1.25rem;
  }
}
.p-about__title::before {
  position: relative;
  content: "";
  border-top: 0.0625rem solid #4B7664;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__title::before {
    max-width: 3.75rem;
  }
}
.p-about__table {
  width: 100%;
  max-width: 43.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 0.0625rem solid #D9D9D9;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-about__table {
    margin-top: 1.875rem;
    padding: 0 1.25rem;
  }
}
.p-about__table dt {
  width: 12.0625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  padding: 0.6875rem 0 0.6875rem 2.5rem;
  border-bottom: 0.0625rem solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-about__table dt {
    width: 5.625rem;
    padding: 0.6875rem 0 0.6875rem 0.625rem;
    letter-spacing: 0em;
  }
}
.p-about__table dd {
  width: calc(100% - 12.0625rem);
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  padding: 0.6875rem 0;
  border-bottom: 0.0625rem solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-about__table dd {
    width: calc(100% - 5.625rem);
    letter-spacing: 0em;
  }
}
.p-about__table dd span {
  font-size: 0.75rem;
}

.p-contact {
  width: 100%;
  padding: 2.5rem 0 8.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 6.25rem 0rem 4.6875rem 0rem;
    margin-bottom: 0rem;
  }
}
.p-contact__inner {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.p-contact__title {
  position: relative;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-bottom: 2.5rem;
  }
}
.p-contact__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0625rem;
  height: 3.125rem;
  background: #4B7664;
}
.p-contact__box {
  width: 100%;
  padding: 3.75rem 4.6875rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    padding: 3.125rem 1.25rem;
  }
}
.p-contact__button input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.8125rem;
  height: 3.125rem;
  background: #4B7664;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.formTable {
  width: 100%;
  border-top: 0.0625rem solid rgba(75, 118, 100, 0.3);
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .formTable {
    margin-bottom: 3.125rem;
  }
}
.formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 0.0625rem solid rgba(75, 118, 100, 0.3);
}
@media screen and (max-width: 767px) {
  .formTable tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.formTable th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  width: 14.75rem;
  color: rgba(75, 118, 100, 0.8);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 1.5625rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .formTable th {
    gap: 0.75rem;
    width: 100%;
    padding-top: 1.125rem;
    padding-left: 0rem;
  }
}
.formTable th span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.625rem;
  padding: 0.15625rem 0.25rem;
  background: #BA0000;
}
.formTable td {
  width: calc(100% - 14.75rem);
  padding: 0.625rem 0;
  color: rgba(75, 118, 100, 0.8);
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .formTable td {
    width: 100%;
    padding: 0.625rem 0 1.25rem 0;
  }
}
.formTable td input {
  width: 100%;
  height: 2.75rem;
  background: rgba(75, 118, 100, 0.1);
  border-radius: 0.3125rem;
  color: rgba(75, 118, 100, 0.8);
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
}
.formTable td textarea {
  width: 100%;
  height: 11.25rem;
  background: rgba(75, 118, 100, 0.1);
  border-radius: 0.3125rem;
  color: rgba(75, 118, 100, 0.8);
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.9375rem 1.25rem;
  resize: vertical;
}

.formTable-mail th {
  padding: 1.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .formTable-mail th {
    padding: 1.25rem 0rem 0.625rem 0rem;
  }
}
.formTable-mail td {
  padding: 1.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .formTable-mail td {
    padding: 0rem 0rem 1.25rem 0rem;
  }
}

.error_messe {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 1.875rem;
}

.p-thanks {
  width: 100%;
  padding: 13.4375rem 1.25rem 7.5rem 1.25rem;
}
.p-thanks__title {
  position: relative;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    margin-bottom: 2rem;
  }
}
.p-thanks__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0625rem;
  height: 3.125rem;
  background: #4B7664;
}
.p-thanks__text {
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.375rem;
  line-height: 1.5909090909;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.8125rem;
  }
}
.p-thanks__text02 {
  color: rgba(75, 118, 100, 0.8);
  font-size: 0.875rem;
  line-height: 1.7857142857;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text02 {
    letter-spacing: 0em;
    margin-bottom: 3.125rem;
  }
}
.p-thanks__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.8125rem;
  height: 3.125rem;
  color: rgba(75, 118, 100, 0.8);
  font-size: 1.125rem;
  border: 0.0625rem solid #4B7664;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .u-change_pc {
    display: none !important;
  }
}
.u-change_md {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-change_md {
    display: block !important;
  }
}/*# sourceMappingURL=style.css.map */