@charset "UTF-8";
/*! destyle.css v4.0.0 | 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;
  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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.l-footer {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: 4rem 3rem;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    display: block;
  }
}
.l-footer__wrap:last-child {
  padding-top: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    text-align: center;
  }
}
.l-footer__logo-link {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
.l-footer__logo-add {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 3rem;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    margin-top: 4rem;
  }
}
.l-footer__menu-item {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-item {
    font-size: 1.4rem;
    border-top: solid 1px #f7f7f7;
    width: 100%;
    padding: 2rem 0;
  }
  .l-footer__menu-item::before {
    content: "•";
    display: inline;
    vertical-align: baseline;
    margin-right: 0.5rem;
    color: #ff5c00;
  }
}
.l-footer__menu-btn {
  color: #ffffff;
  padding: 1.5rem 6rem 1.5rem 4rem;
  border-radius: 10rem;
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-btn {
    display: none;
  }
}
.l-footer__menu-btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../assets/img/icon/r-arrow-3-white.svg) no-repeat center/contain;
}
.l-footer__copy {
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    letter-spacing: 0.04em;
  }
}
.l-footer__privacy {
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__privacy {
    margin: 0 auto 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 1rem 1rem 2.5rem;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  -webkit-transition: 0.7s cubic-bezier(0.9, 0.14, 0, 1);
  transition: 0.7s cubic-bezier(0.9, 0.14, 0, 1);
  opacity: 0.85;
  background: #ffffff;
}
.l-header.is-active::before {
  height: 100%;
}
.l-header__logo {
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 1.6rem;
  }
}

.l-gNav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    left: 0;
    top: 0;
    border-radius: 0 100% 100% 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.8s cubic-bezier(0.75, 0, 0, 1);
    transition: all 0.8s cubic-bezier(0.75, 0, 0, 1);
    background: #ffffff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
  .l-gNav.is-active {
    border-radius: 0 0 0 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-gNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.6rem;
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
}
.l-gNav__list-link {
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #000000;
}
.l-gNav__list-btn {
  color: #ffffff;
  padding: 1.5rem 6rem 1.5rem 4rem;
  border-radius: 10rem;
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
  position: relative;
}
.l-gNav__list-btn::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../assets/img/icon/r-arrow-3-white.svg) no-repeat center/contain;
}

.l-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    width: 5rem;
    height: 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;
    z-index: 20;
    margin-left: auto;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

.p-topView {
  position: relative;
  height: 80rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topView {
    height: 70vh;
  }
}
.p-topView::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.63)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63), rgba(255, 255, 255, 0));
}
.p-topView__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 10;
}
.p-topView__desc {
  position: absolute;
  top: 75%;
  left: 5%;
  right: 5%;
  z-index: 30;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-topView__desc-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 5rem;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-topView__desc-ttl {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.p-topView__desc-txt {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-topView__desc-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-topView__desc-en {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-topView__desc-en {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.p-topAbout {
  padding: 12rem 5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    padding: 6rem 3rem;
  }
}
.p-topAbout::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 35rem;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-topAbout::before {
    height: 42rem;
  }
}
.p-topAbout__desc-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.p-topAbout__desc-ttl::first-letter {
  color: #ff5c00;
  font-size: 140%;
}
.p-topAbout__desc-txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-topAbout__img {
  width: 100%;
  height: 50rem;
  margin-top: 12rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-topAbout__img {
    margin-top: 4rem;
    height: auto;
  }
}
.p-topAbout__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-topService {
  padding: 12rem 5rem 12rem;
  background: #f8f8f8;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topService {
    padding: 6rem 3rem;
    background: #000000;
  }
  .p-topService .c-head {
    color: #ffffff;
  }
}
.p-topService__img {
  position: absolute;
  top: 6rem;
  right: calc(50% - 25rem);
  left: 0;
  z-index: -1;
  height: 70rem;
}
@media screen and (max-width: 767px) {
  .p-topService__img {
    top: 0;
    right: 0;
    opacity: 0.7;
    height: 100%;
  }
}
.p-topService__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
.p-topService__content {
  position: relative;
  z-index: 10;
  max-width: 90rem;
  background: #ffffff;
  margin-left: auto;
}
.p-topService__item:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}
.p-topService__item-ttl {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-topService__item-ttl {
    width: 100%;
  }
}
.p-topService__item-ttl h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 3.2rem;
  position: relative;
  padding-left: 10rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-topService__item-ttl h3 {
    font-size: 2.6rem;
    padding-left: 6rem;
  }
}
.p-topService__item-ttl h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 6rem;
  height: 6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: solid 1px #ffffff;
  border-radius: 100%;
  background: #ff5c00 url(../../assets/img/icon/r-arrow-2-white.svg) no-repeat center/5rem;
}
@media screen and (max-width: 767px) {
  .p-topService__item-ttl h3::before {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.p-topService__item-ttl h3 span {
  font-size: 1.6rem;
  display: block;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-topService__item-ttl h3 span {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}
.p-topService__item-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-topService__item-txt p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topService__item-txt p {
    font-size: 1rem;
    margin-top: 2rem;
    margin-left: 6rem;
  }
}
.p-topService__item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
}
.p-topService__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-topService__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-topService__item a {
    display: block;
  }
}
.p-topService__item a:hover, .p-topService__item a:active, .p-topService__item a:focus, .p-topService__item a:focus-within {
  color: #ffffff;
}
.p-topService__item a:hover .p-topService__tem-num, .p-topService__item a:active .p-topService__tem-num, .p-topService__item a:focus .p-topService__tem-num, .p-topService__item a:focus-within .p-topService__tem-num {
  color: #ffffff;
}
.p-topService__item a:hover .p-topService__item-txt h3::before, .p-topService__item a:active .p-topService__item-txt h3::before, .p-topService__item a:focus .p-topService__item-txt h3::before, .p-topService__item a:focus-within .p-topService__item-txt h3::before {
  border: solid 1px #ffffff;
  background: transparent url(../../assets/img/icon/r-arrow-2-white.svg) no-repeat center/5rem;
}
.p-topService__item a:hover .p-topService__item-bg, .p-topService__item a:active .p-topService__item-bg, .p-topService__item a:focus .p-topService__item-bg, .p-topService__item a:focus-within .p-topService__item-bg {
  opacity: 1;
}
.p-topService .c-head {
  text-align: right;
}

.p-topNews {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding: 6rem 3rem;
  }
}
.p-topNews__wrap {
  position: relative;
}
.p-topNews .c-btn {
  position: absolute;
  right: 0;
  top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-topNews .c-btn {
    position: static;
  }
}

.p-topCompany {
  padding: 12rem 5rem;
  position: relative;
  z-index: 10;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-topCompany {
    padding: 12rem 3rem;
  }
}
.p-topCompany::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../assets/img/top/company_img01.jpg) no-repeat center/cover;
  opacity: 0.56;
  z-index: -1;
}
.p-topCompany .c-head {
  text-align: right;
  color: #ffffff;
}
.p-topCompany__list {
  max-width: 45rem;
  margin-left: auto;
}
.p-topCompany__item {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #ffffff;
}
.p-topCompany__link {
  display: block;
  padding: 3rem 0;
  color: #ffffff;
  background: url(../../assets/img/icon/r-arrow-3-white.svg) no-repeat right 2rem center/3rem;
}
.p-topCompany__en {
  font-size: 2.3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.p-topCompany__ja {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}

.p-cta {
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 8rem 3rem 0;
  }
}
.p-cta .c-head {
  margin-bottom: 0;
}
.p-cta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14rem;
  border-bottom: solid 1px #dddddd;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-cta__wrap {
    display: block;
    gap: 2rem;
    padding-bottom: 5rem;
  }
}
.p-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6rem;
  }
}
.p-cta__item {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    width: 100%;
  }
}
.p-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  height: 9rem;
  border-radius: 0.8rem;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
  position: relative;
}
.p-cta__link::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../assets/img/icon/r-arrow-3-white.svg) no-repeat center/contain;
}
.p-cta__link.tel {
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta__link.tel {
    font-size: 2rem;
  }
}
.p-cta__link.tel small {
  font-size: 1.4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cta__link.tel small {
    font-size: 1rem;
  }
}
.p-cta__link.mail {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-cta__link.mail {
    font-size: 1.3rem;
  }
}

.p-pageView__wrap {
  height: 32rem;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-pageView__wrap {
    height: 16rem;
  }
}
.p-pageView__img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-pageSec {
  margin: 12rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-pageSec {
    margin: 10rem 3rem 8rem;
  }
  .p-pageSec .c-head {
    text-align: center;
  }
}
.p-pageSec__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-pageSec__wrap {
    display: block;
  }
}

.p-aside {
  top: 12rem;
  left: 0;
  z-index: 100;
  position: sticky;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-aside {
    width: 100%;
    position: static;
    margin-bottom: 8rem;
  }
}
.p-aside__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-aside__menu {
    gap: 1rem;
  }
}
.p-aside__menu-item {
  width: 100%;
}
.p-aside__menu-link {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  padding: 3rem 2rem 3rem 0;
  text-align: center;
  border-radius: 5rem;
  display: block;
  color: #ffffff;
  background: rgb(40, 96, 230);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-aside__menu-link {
    border-radius: 0.4rem;
    padding: 2rem;
    font-size: 1.3rem;
  }
}
.p-aside__menu-link::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../../assets/img/icon/r-arrow-3-white.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-aside__menu-link::after {
    width: 1.8rem;
    height: 1.8rem;
    right: 1.5rem;
  }
}

.p-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-container {
    margin-top: 4rem;
  }
}
.p-container__wrap {
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-container__wrap {
    margin-bottom: 8rem;
  }
}
.p-container__wrap:not(:last-child) {
  padding-bottom: 10rem;
  margin-bottom: 10rem;
  border-bottom: solid 1px #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-container__wrap:not(:last-child) {
    margin-bottom: 8rem;
    padding-bottom: 8rem;
  }
}

.p-pageMessage__desc-txt {
  font-size: 1.5rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-pageMessage__desc-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-pageMessage__desc-txt:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-pageMessage__desc-txt:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-pageMessage__desc-name {
  font-family: "Yuji Mai", serif;
  font-size: 2.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-pageMessage__desc-name {
    font-size: 2rem;
  }
}

.p-pageCompany__table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pageCompany__table {
    display: block;
    border: solid 1px #f7f7f7;
  }
}
.p-pageCompany__table:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-pageCompany__table:not(:last-child) {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-pageCompany__table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-pageCompany__table tbody tr {
    display: block;
  }
}
.p-pageCompany__table tbody tr:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .p-pageCompany__table tbody tr:not(:last-child) {
    border-bottom: none;
  }
}
.p-pageCompany__table tbody tr th {
  padding: 3rem 0;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-pageCompany__table tbody tr th {
    display: block;
    background: #f8f8f8;
    padding: 2rem;
  }
}
.p-pageCompany__table tbody tr td {
  padding: 3rem;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-pageCompany__table tbody tr td {
    display: block;
    padding: 2rem;
  }
}
.p-pageCompany__table tbody tr td p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-pageCompany__table tbody tr td p b {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-pageCompany__table tbody tr td ul {
  margin-left: 2rem;
}
.p-pageCompany__table tbody tr td ul:not(:last-child) {
  margin-bottom: 2rem;
}
.p-pageCompany__table tbody tr td ul li {
  list-style: disc;
  font-size: 1.2rem;
}
.p-pageCompany__access-txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-pageCompany__access-map {
  margin-top: 6rem;
}
.p-pageCompany__access-map iframe {
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  .p-pageCompany__access-map iframe {
    height: 32rem;
  }
}

.p-pageService__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-pageService__list {
    display: block;
  }
}
.p-pageService__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-pageService__thumb {
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-pageService__thumb {
    width: 100%;
    aspect-ratio: 1.5/1;
    margin-bottom: 4rem;
  }
  .p-pageService__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-pageService__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-pageService__detail-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #dddddd;
  color: #ff5c00;
}
@media screen and (max-width: 767px) {
  .p-pageService__detail-ttl {
    font-size: 1.6rem;
  }
}
.p-pageService__detail-txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1;
}
@media screen and (max-width: 767px) {
  .p-pageService__detail-txt {
    font-size: 1.3rem;
  }
}

.p-form__table {
  width: 100%;
}
.p-form__table tbody tr {
  border-top: solid 1px #eeeeee;
}
.p-form__table tbody tr:last-child {
  border-bottom: solid 1px #eeeeee;
}
.p-form__table tbody tr th {
  font-size: 1.6rem;
  position: relative;
  width: 28rem;
  padding: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #ff4848;
}
.p-form__table tbody tr td {
  padding: 2.5rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 6rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f5f5f5;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 8rem auto 0;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 20rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
}
.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 5rem;
  margin: 0 auto;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-btn {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 1.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #333333;
  }
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-summary p {
    font-size: 1.4rem;
  }
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-detail p {
    font-size: 1.3rem;
  }
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-privacy__list-detail ul {
    font-size: 1.3rem;
  }
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.c-head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-head {
    margin-bottom: 4rem;
  }
}
.c-head__main {
  font-family: "Quicksand", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-head__main {
    font-size: 2.8rem;
  }
}
.c-head__sub {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-head__sub {
    font-size: 1.4rem;
  }
}

.c-pageHead {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-pageHead {
    margin-bottom: 5rem;
  }
}
.c-pageHead__main {
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
  padding-left: 13rem;
}
@media screen and (max-width: 767px) {
  .c-pageHead__main {
    font-size: 2.2rem;
    padding-left: 6rem;
  }
}
.c-pageHead__main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10rem;
  height: 0;
  border-bottom: solid 1px #ff5c00;
}
@media screen and (max-width: 767px) {
  .c-pageHead__main::before {
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-postNews {
    margin-bottom: 5rem;
  }
}
.c-postNews__item:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}
.c-postNews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
  padding: 4rem 2rem;
  background: url(../../assets/img/icon/r-arrow-2.svg) no-repeat right 2rem center/3.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-postNews__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0rem;
    padding: 2rem 0;
  }
}
.c-postNews__link:hover {
  background: #f8f8f8 url(../../assets/img/icon/r-arrow-2.svg) no-repeat right 1.5rem center/3.6rem;
}
.c-postNews__date {
  font-size: 1.4rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-postNews__date {
    font-size: 1.2rem;
  }
}
.c-postNews__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-postNews__desc {
    font-size: 1.4rem;
  }
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #ff5c00;
  padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__detail-date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/icon/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__detail-cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #ff5c00;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #ff5c00;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #ff5c00;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #ff5c00;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #ff5c00;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #ff5c00;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2.5rem 3rem;
  color: #ffffff;
  border: solid 1px #000000;
  border-radius: 0.6rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #000000;
}
.c-postPager a:hover, .c-postPager a:active, .c-postPager a:focus, .c-postPager a:focus-within {
  color: #000000;
  background: #ffffff;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
  letter-spacing: 0.1em;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-btn {
    text-align: center;
  }
}
.c-btn__link {
  color: #ffffff;
  padding: 1.5rem 6rem 1.5rem 4rem;
  border-radius: 10rem;
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 92, 0)), to(rgb(255, 143, 0)));
  background: linear-gradient(90deg, rgb(255, 92, 0) 0%, rgb(255, 143, 0) 100%);
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    font-size: 1.3rem;
  }
}
.c-btn__link::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../../assets/img/icon/r-arrow-3-white.svg) no-repeat center/contain;
}

.c-breadcrumb {
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 2rem 3rem;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb__list-item {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list-item {
    font-size: 1rem;
  }
}
.c-breadcrumb__list-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list-item a {
    gap: 0.8rem;
  }
}
.c-breadcrumb__list-item a::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list-item a::after {
    width: 0.3rem;
    height: 0.3rem;
  }
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #ffffff;
  letter-spacing: 0;
  background: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
}
.c-pager .wp-pagenavi a:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #000000;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */