@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;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@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: "Zen Maru Gothic", 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;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  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 {
  background: #282828;
  color: #fff;
  padding-bottom: 6rem;
}
.l-footer .img {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding: 20rem 0;
  background: url(../../assets/img/top/bg-2.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .l-footer .img {
    font-size: 3.2rem;
    padding: 6rem 0;
  }
}
.l-footer .wrap {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .l-footer .wrap {
    padding-top: 8rem;
  }
}
.l-footer .wrap .logo {
  max-width: 12rem;
  margin: auto;
  display: block;
}
.l-footer .wrap .menu {
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5rem;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .wrap .menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2rem;
  }
}
.l-footer .wrap .menu li {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer .wrap .menu li {
    font-size: 1.3rem;
  }
}
.l-footer .wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer .wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
  }
}
.l-footer .wrap .box__desc {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer .wrap .box__desc {
    width: 100%;
  }
}
.l-footer .wrap .box__desc .area {
  letter-spacing: 0.1em;
  max-width: 50rem;
}
.l-footer .wrap .box__desc .area:not(:last-child) {
  margin-bottom: 4rem;
}
.l-footer .wrap .box__desc .area .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.l-footer .wrap .box__desc .area .ttl::before {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #fff;
}
.l-footer .wrap .box__desc .area .txt {
  font-size: 1.4rem;
  line-height: 2;
}
.l-footer .wrap .box__cta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer .wrap .box__cta a {
  font-family: "Poppins", sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer .wrap .box__cta a {
    font-size: 3rem;
  }
}
.l-footer .wrap .box__cta a small {
  font-size: 2rem;
  margin-right: 1rem;
}
.l-footer .wrap .box__cta .note {
  font-size: 1.6rem;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
}
.l-footer .wrap .box__cta .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2.5rem;
  letter-spacing: 0.1em;
}
.l-footer .copy {
  margin-top: 12rem;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
}
.l-footer .return {
  width: 8rem;
  position: fixed;
  right: 4rem;
  bottom: 4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-footer .return {
    width: 4.5rem;
  }
}
.l-footer .return.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header {
  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;
  padding: 2rem 3rem;
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header .l-hamburger span {
    background: #222;
  }
}
.l-header.is-home {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  color: #fff;
  background: unset;
}
.l-header.is-home.is-active {
  background: #222;
}
.l-header.is-home .logo {
  color: #fff;
  position: relative;
  z-index: 120;
}
.l-header.is-home .logo img {
  opacity: 1;
}
.l-header.is-home .l-hamburger span {
  background: #fff;
}
.l-header .logo {
  position: relative;
  z-index: 120;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    background: url(../../assets/img/logo-b.webp) no-repeat center/contain;
  }
}
.l-header .logo h1 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo h1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .logo img {
    opacity: 0;
  }
}
.l-header .logo a {
  display: block;
  max-width: 8rem;
}
@media screen and (max-width: 767px) {
  .l-header .logo a {
    max-width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header .logo.is-active {
    background: url(../../assets/img/logo-w.webp) no-repeat center/contain;
  }
}

.l-gNav {
  position: absolute;
  right: 3rem;
  top: 7rem;
  z-index: 120;
}
.l-gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  gap: 3.5rem;
}
.l-gNav ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #222;
    color: #fff;
  }
  .l-gNav ul {
    -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;
    height: 100%;
  }
  .l-gNav.is-active {
    left: 0;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    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;
    width: 5rem;
    height: 5rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #fff;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -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%;
    -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%;
    -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) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    background: #fff;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
    background: #fff;
  }
}
.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en {
  font-family: "Poppins", sans-serif;
}

.btn .pr {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  border-bottom: solid 1px #333;
  padding-bottom: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn .pr img {
  width: 2rem;
}
.btn .se {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn .se img {
  width: 2rem;
}
.btn .se.arw::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1rem;
  background: url(../../assets/img/ico/arw-2.webp) no-repeat center/contain;
}

.t_view {
  background: url(../../assets/img/top/fv.webp) no-repeat center/cover;
  padding: 21rem 0 30rem;
  min-height: 90rem;
}
@media screen and (max-width: 767px) {
  .t_view {
    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;
    background-image: url(../../assets/img/top/fv_sp.webp);
  }
}
.t_view .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .t_view .desc {
    -webkit-transform: unset;
            transform: unset;
    position: static;
  }
}
.t_view .desc h1 {
  font-size: 14.4rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .t_view .desc h1 {
    font-size: 9.6rem;
  }
}
.t_view .desc .sub {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .t_view .desc .sub {
    font-size: 1.2rem;
  }
}
.t_view .desc .main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .t_view .desc .main {
    font-size: 2.4rem;
    margin: 1.5rem 0;
  }
}
.t_view .desc .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .t_view .desc .small {
    line-height: 1.65;
  }
}

.news {
  background: #f5f5f5;
  padding: 10rem 2rem;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 8rem 2rem;
  }
}
.news .ttl {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #333;
  padding-bottom: 3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .news .ttl {
    font-size: 3.8rem;
  }
}
.news .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .news .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.news .wrap .list {
  width: 75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .news .wrap .list {
    width: auto;
  }
}
.news .wrap .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-bottom: solid 1px #ccc;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .news .wrap .list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.news .wrap .list .item time {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
}
.news .wrap .list .item p {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news .wrap .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .wrap .desc p {
  font-size: 1.6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .news .wrap .desc p {
    display: none;
  }
}
.news .wrap .desc .btn {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .news .wrap .desc .btn {
    margin-top: 4rem;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.t_about {
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .t_about {
    padding: 10rem 2rem;
  }
}
.t_about .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .t_about .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.t_about .wrap .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .t_about .wrap .img {
    width: 100%;
  }
}
.t_about .wrap .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.t_about .wrap .desc h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 2rem;
  text-decoration-thickness: 1px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .t_about .wrap .desc h2 {
    font-size: 3.2rem;
  }
}
.t_about .wrap .desc p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  max-width: 50rem;
}
.t_about .wrap .desc p:not(:last-child) {
  margin-bottom: 3.5rem;
}

.t_interior {
  background: url(../../assets/img/top/bg-1.webp) no-repeat center/cover;
  color: #fff;
  padding: 15rem 2rem;
  margin: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_interior {
    padding: 6rem 2rem;
    margin: auto;
  }
}
.t_interior::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  right: 8rem;
  bottom: -85rem;
  background: #f5f5f5;
  z-index: -1;
}
.t_interior .wrap .ttl h2 {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: solid 1px #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .t_interior .wrap .ttl h2 {
    font-size: 3.2rem;
  }
}
.t_interior .wrap .ttl h2::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.t_interior .wrap .ttl p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.t_interior .wrap .desc .sub {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .t_interior .wrap .desc .sub {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}
.t_interior .wrap .desc .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 3rem;
}
.t_interior .wrap .btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .t_interior .wrap .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.t_estate {
  overflow: hidden;
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .t_estate {
    padding: 8rem 2rem;
  }
}
.t_estate .wrap .ttl h2 {
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: solid 1px #333;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .t_estate .wrap .ttl h2 {
    font-size: 3.4rem;
  }
}
.t_estate .wrap .ttl h2::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #333;
}
.t_estate .wrap .ttl p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.t_estate .wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .t_estate .wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-top: 6rem;
  }
}
.t_estate .wrap .box .img {
  margin-right: calc(50% - 50vw + 3rem);
}
.t_estate .wrap .box .desc .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .t_estate .wrap .box .desc .sub {
    font-size: 2.4rem;
  }
}
.t_estate .wrap .box .desc .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 3rem;
}
.t_estate .wrap .box .btn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .t_estate .wrap .box .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.works {
  background: url(../../assets/img/top/bg-3.webp);
  padding: 10rem 3rem 15rem;
}
@media screen and (max-width: 767px) {
  .works {
    padding: 10rem 2rem;
  }
}
.works .wrap .ttl {
  text-align: center;
  color: #fff;
}
.works .wrap .ttl h2 {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: solid 1px #fff;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .works .wrap .ttl h2 {
    font-size: 3.4rem;
  }
}
.works .wrap .ttl p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
.works .wrap .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  color: #fff;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .works .wrap .desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.works .wrap .desc h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
}
.works .wrap .desc p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .works .wrap .desc p {
    font-size: 1.4rem;
  }
}
.works .wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 6rem;
}
.works .wrap .list .item {
  width: calc(50% - 1rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .works .wrap .list .item {
    width: 100%;
  }
}
.works .wrap .list .item img {
  width: 100%;
  aspect-ratio: 148/111;
  -o-object-fit: cover;
     object-fit: cover;
}
.works .wrap .list .item p {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .works .wrap .list .item p {
    font-size: 1.8rem;
    left: 2rem;
  }
}
.works .wrap .btn {
  margin-top: 8rem;
}
.works .wrap .btn.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .works .wrap .btn.center {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.why {
  position: relative;
  padding: 10rem 0 10rem 3rem;
  margin: 10rem 0;
}
@media screen and (max-width: 767px) {
  .why {
    padding: 8rem 2rem;
    margin: 8rem 0;
  }
}
.why::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 10rem;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
}
.why.bg-1 {
  background: #282828;
  color: #fff;
}
.why.bg-1::before {
  display: none;
}
.why.bg-1 .wrap .desc .ttl h2 {
  border-bottom: solid 1px #fff;
}
.why .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .why .wrap {
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.why .wrap .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .why .wrap .img {
    width: 100%;
  }
}
.why .wrap .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.why .wrap .desc .ttl h2 {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: solid 1px #222;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .why .wrap .desc .ttl h2 {
    font-size: 3.8rem;
  }
}
.why .wrap .desc .ttl p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
.why .wrap .desc .txt {
  max-width: 50rem;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .why .wrap .desc .txt:last-child {
    margin-bottom: 0;
  }
}
.why .wrap .desc .txt p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.why .wrap .desc .txt p:not(:last-child) {
  margin-bottom: 3.5rem;
}
.why .wrap .desc .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.t_recruit {
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .t_recruit {
    margin-bottom: 10rem;
  }
}
.t_recruit .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 15rem;
}
@media screen and (max-width: 767px) {
  .t_recruit .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.t_recruit .wrap .img {
  width: 37rem;
  margin-right: 11.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_recruit .wrap .img {
    margin-left: 2rem;
    width: 75%;
    margin-right: auto;
  }
}
.t_recruit .wrap .img::after {
  content: "";
  position: absolute;
  right: -11.5rem;
  bottom: -5rem;
  width: 24rem;
  height: 36rem;
  background: #e5e5e5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .t_recruit .wrap .img::after {
    right: -5rem;
  }
}
.t_recruit .wrap .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .t_recruit .wrap .desc {
    padding: 0 2rem;
    margin-top: 6rem;
  }
}
.t_recruit .wrap .desc .ttl h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #333;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_recruit .wrap .desc .ttl h2 {
    font-size: 3.8rem;
  }
}
.t_recruit .wrap .desc .ttl h2::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #333;
}
.t_recruit .wrap .desc .ttl p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
.t_recruit .wrap .desc .txt {
  margin: 6rem 0;
  max-width: 50rem;
}
.t_recruit .wrap .desc .txt p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .t_recruit .wrap .desc .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

.cta {
  background: #f7f7f7;
  text-align: center;
  padding: 12rem 3rem;
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 10rem 2rem;
  }
}
.cta .ttl {
  font-size: 12.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 3rem;
  text-decoration-thickness: 1px;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .cta .ttl {
    font-size: 3.8rem;
  }
}
.cta .sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .cta .sub {
    line-height: 1.6;
    font-size: 2rem;
  }
}
.cta .txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .cta .txt {
    font-size: 1.5rem;
  }
}
.cta__btn {
  border: solid 1px #333;
  padding: 3rem;
  border-radius: 5rem;
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 6rem auto 0;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: url(../../assets/img/ico/arw-1.webp) no-repeat right 3rem center/2rem;
}

.ttl-se h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: solid 1px #222;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ttl-se h2 {
    font-size: 3.8rem;
  }
}
.ttl-se p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
.ttl-tri h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: solid 1px #333;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ttl-tri h2 {
    font-size: 3.8rem;
  }
}
.ttl-tri h2::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #333;
}
.ttl-tri p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.ttl-qua {
  text-align: center;
  margin-bottom: 6rem;
}
.ttl-qua h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-bottom: 2rem;
  border-bottom: solid 1px #222;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ttl-qua h2 {
    font-size: 3.8rem;
  }
}
.ttl-qua p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
.ttl-qui h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: solid 1px #333;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ttl-qui h2 {
    font-size: 3.8rem;
  }
}
.ttl-qui h2::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #333;
}
.ttl-qui p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.pageView {
  position: relative;
  padding: 12rem 3rem 20rem;
}
@media screen and (max-width: 767px) {
  .pageView {
    padding: 8rem 3rem;
  }
}
.pageView img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pageView .wrap {
  color: #fff;
}
.pageView .wrap .sub {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 8rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageView .wrap .sub {
    margin-bottom: 4rem;
  }
}
.pageView .wrap .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 2rem);
  width: 100%;
  height: 1px;
  background: #fff;
}
.pageView .wrap .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .pageView .wrap .ttl {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .pageView .wrap .ttl:last-child {
    margin-bottom: 0;
  }
}
.pageView .wrap .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}

.abWhy {
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .abWhy {
    padding: 8rem 2rem;
  }
}
.abWhy + .why {
  margin-top: 0;
}
.abWhy .desc {
  max-width: 80rem;
  margin: auto;
}
.abWhy .desc p {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.abWhy .desc p:not(:last-child) {
  margin-bottom: 3.5rem;
}
.abWhy .img {
  margin-top: 8rem;
}

.phil {
  background: url(../../assets/img/about/bg-2.webp) no-repeat center/cover;
  padding: 15rem 3rem 29rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .phil {
    padding: 8rem 2rem;
  }
}
.phil .ttl-pri h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: solid 1px #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .phil .ttl-pri h2 {
    font-size: 3.8rem;
  }
}
.phil .ttl-pri h2::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.phil .ttl-pri p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .phil .ttl-pri p {
    font-size: 1.6rem;
  }
}
.phil .desc {
  margin-top: 8rem;
  color: #fff;
}
.phil .desc p {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .phil .desc p {
    font-size: 1.5rem;
  }
}
.phil .desc p:not(:last-child) {
  margin-bottom: 3.5rem;
}

.mes {
  padding: 15rem 3rem 22rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mes {
    padding: 8rem 2rem;
  }
}
.mes .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26rem;
}
@media screen and (max-width: 767px) {
  .mes .wrap {
    gap: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mes .wrap .img {
  width: 37.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mes .wrap .img {
    width: 90%;
  }
}
.mes .wrap .img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -5rem;
  right: -11.5rem;
  width: 24rem;
  height: 36rem;
  background: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .mes .wrap .img::before {
    right: -3rem;
    bottom: -5rem;
  }
}
.mes .wrap .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mes .wrap .desc .txt {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .mes .wrap .desc .txt {
    margin-top: 5rem;
  }
}
.mes .wrap .desc .txt p {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.mes .wrap .desc .txt p:not(:last-child) {
  margin-bottom: 3rem;
}

.overview {
  position: relative;
  z-index: 10;
  padding: 15rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 8rem 2rem;
  }
}
.overview::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 10rem;
  height: 100%;
  background: #f7f7f7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .overview::before {
    left: 4rem;
  }
}
.overview .wrap .detail {
  margin: 8rem auto 0;
  max-width: 90rem;
}
.overview .wrap .detail dl {
  display: grid;
  grid-template-columns: 12rem 1fr;
}
@media screen and (max-width: 767px) {
  .overview .wrap .detail dl {
    grid-template-columns: 9rem 1fr;
  }
}
.overview .wrap .detail dl dt {
  font-size: 1.6rem;
  padding: 2.5rem 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .overview .wrap .detail dl dt {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.overview .wrap .detail dl dd {
  font-size: 1.6rem;
  line-height: 2;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .overview .wrap .detail dl dd {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.overview .wrap .detail-pri {
  margin: 8rem auto 0;
  max-width: 90rem;
}
.overview .wrap .detail-pri dl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: grid;
  grid-template-columns: 16rem 1fr;
}
@media screen and (max-width: 767px) {
  .overview .wrap .detail-pri dl {
    grid-template-columns: 9rem 1fr;
  }
}
.overview .wrap .detail-pri dl dt {
  font-size: 1.6rem;
  padding: 2.5rem 0;
  line-height: 2;
  border-bottom: solid 2px #222;
}
@media screen and (max-width: 767px) {
  .overview .wrap .detail-pri dl dt {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
.overview .wrap .detail-pri dl dd {
  font-size: 1.6rem;
  line-height: 2;
  padding: 2.5rem 0;
  border-bottom: solid 2px #ccc;
}
@media screen and (max-width: 767px) {
  .overview .wrap .detail-pri dl dd {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.staff {
  padding: 15rem 3rem 6rem;
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 8rem 2rem;
  }
}
.staff .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .staff .list {
    gap: 3rem;
  }
}
.staff .list__item {
  width: calc((100% - 4rem) / 3);
  text-align: center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .staff .list__item {
    width: 100%;
  }
}
.staff .list__item img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}
.staff .list__item .name-1 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
}
.staff .list__item .name-2 {
  font-size: 2rem;
}
.staff .list__item .pos {
  font-size: 1.5rem;
  color: #999999;
}

.listSec {
  background: #282828;
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .listSec {
    padding: 8rem 2rem;
  }
}
.listSec .ttl-qua {
  color: #fff;
}
.listSec .ttl-qua h2 {
  border-color: #fff;
}
.listSec .desc {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 6rem;
}
.listSec .list-pri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .listSec .list-pri {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.listSec .list-pri__item {
  color: #fff;
  text-align: center;
  width: calc((100% - 15rem) / 3);
}
@media screen and (max-width: 767px) {
  .listSec .list-pri__item {
    width: 100%;
  }
}
.listSec .list-pri__item img {
  width: 18rem;
}
.listSec .list-pri__item .ttl {
  font-size: 2rem;
  font-weight: 600;
  margin: 3rem 0 2.5rem;
}
.listSec .list-pri__item .txt {
  font-size: 1.6rem;
  line-height: 2.5;
}
.listSec .list-se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .listSec .list-se {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.listSec .list-se__item {
  color: #fff;
  text-align: center;
  width: calc((100% - 10rem) / 2);
  position: relative;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .listSec .list-se__item {
    width: 100%;
  }
}
.listSec .list-se__item p {
  font-size: 2.4rem;
  line-height: 2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.listSec .list-se .dec__tp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
}
.listSec .list-se .dec__tp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}
.listSec .list-se .dec__btm::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
}
.listSec .list-se .dec__btm::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.listSec .list-tri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .listSec .list-tri {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.listSec .list-tri__item {
  color: #fff;
  text-align: center;
  width: calc((100% - 9rem) / 5);
}
@media screen and (max-width: 767px) {
  .listSec .list-tri__item {
    width: 100%;
  }
}
.listSec .list-tri__item img {
  width: 18rem;
}
.listSec .list-tri__item .txt {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 3rem;
}
.listSec .note {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 8rem;
}

.value {
  overflow: hidden;
  margin: 15rem 0;
}
@media screen and (max-width: 767px) {
  .value {
    margin: 8rem 2rem;
  }
}
.value .list-pri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .value .list-pri {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.value .list-pri .item {
  background: #f5f5f5;
  color: #282828;
  padding: 4rem 4rem 8rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .value .list-pri .item {
    padding: 4rem;
  }
}
.value .list-pri .item .num {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5rem;
}
@media screen and (max-width: 767px) {
  .value .list-pri .item .num {
    font-size: 3.8rem;
  }
}
.value .list-pri .item .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 5rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .value .list-pri .item .ttl {
    margin-top: 4rem;
  }
}
.value .list-se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .value .list-se {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.value .list-se .item {
  background: #f5f5f5;
  color: #282828;
  padding: 7rem 9rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .value .list-se .item {
    padding: 4rem;
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.value .list-se .item .num {
  font-size: 6.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5rem;
}
.value .list-se .item .ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.value .list-se .item .txt {
  line-height: 2;
}
.value .note {
  text-align: center;
  margin-top: 6rem;
}
.value .note p {
  font-size: 1.8rem;
  line-height: 2;
}

.sec--pri {
  margin: 15rem 0;
}
@media screen and (max-width: 767px) {
  .sec--pri {
    margin: 8rem 2rem;
  }
}
.sec--pri .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .sec--pri .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
}
.sec--pri .wrap .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10rem;
  margin-right: calc(50% - 50vw + 3rem);
}
@media screen and (max-width: 767px) {
  .sec--pri .wrap .img {
    margin-right: auto;
    margin-left: auto;
  }
}
.sec--pri .wrap .desc h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 2rem;
  text-decoration-thickness: 1px;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec--pri .wrap .desc h2 {
    font-size: 3.6rem;
  }
}
.sec--pri .wrap .desc p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  max-width: 50rem;
}
.sec--pri .wrap .desc p:not(:last-child) {
  margin-bottom: 3.5rem;
}

.eva {
  margin-top: 20rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .eva {
    margin: 8rem 2rem;
  }
}
.eva .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 15rem;
}
@media screen and (max-width: 767px) {
  .eva .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.eva .wrap .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw + 3rem);
}
@media screen and (max-width: 767px) {
  .eva .wrap .img {
    margin-right: auto;
  }
}
.eva .wrap .desc {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .eva .wrap .desc {
    width: 100%;
  }
}
.eva .wrap .desc .ttl h2 {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #333;
  padding-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .eva .wrap .desc .ttl h2 {
    font-size: 3.8rem;
  }
}
.eva .wrap .desc .ttl h2::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #333;
}
.eva .wrap .desc .ttl p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 2rem;
}
.eva .wrap .desc .txt {
  margin: 6rem 0;
  max-width: 50rem;
}
.eva .wrap .desc .txt p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.eva .wrap .desc .txt p:not(:last-child) {
  margin-bottom: 3.5rem;
}

.entry .wrap {
  background: #282828;
  padding: 15rem 3rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry .wrap {
    padding: 8rem 2rem;
  }
}
.entry p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .entry p {
    font-size: 3rem;
    line-height: 2;
  }
}
.entry a {
  font-family: "Poppins", sans-serif;
  border: solid 1px #fff;
  padding: 3rem;
  border-radius: 5rem;
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 6rem auto 0;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: url(../../assets/img/ico/arw-2.webp) no-repeat right 3rem center/2rem;
}
.entry img {
  width: 100%;
}

.p-faq__wrap {
  margin-bottom: 20rem;
}
.p-faq__list {
  border-radius: 2rem;
  padding: 2rem;
  background: #dddddd;
}
.p-faq__list:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.p-faq__summary::before {
  content: "";
  width: 1px;
  height: 2rem;
  background: #dddddd;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__summary::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__summary.open::before {
  height: 0;
}
.p-faq__summary-ico {
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
  width: 5rem;
  height: 5rem;
  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;
  border-radius: 100%;
  background: #dddddd;
}
.p-faq__summary-txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-faq__detail {
  height: 0;
  overflow: hidden;
}
.p-faq__detail-txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 3rem;
  background: #ffffff;
  border-radius: 1rem;
}
.p-faq__detail-txt img {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-bottom: 20rem;
  }
  .p-faq__list {
    border-radius: 2rem;
    padding: 2rem;
    background: #dddddd;
  }
  .p-faq__list:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-faq__summary {
    gap: 1rem;
  }
  .p-faq__summary::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 0.4rem;
  }
  .p-faq__summary::after {
    content: "";
    width: 1rem;
    height: 1px;
    right: 0;
  }
  .p-faq__summary.open::before {
    height: 0;
  }
  .p-faq__summary-ico {
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0.2rem;
  }
  .p-faq__summary-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 1rem;
  }
  .p-faq__detail-txt {
    margin-top: 2rem;
    font-size: 1.3rem;
    padding: 2rem;
  }
}
.p-form {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin: 8rem 2rem;
  }
}
.p-form__table {
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  max-width: 100rem;
  margin: 8rem auto 0;
}
.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;
  -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: 18rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 8rem 2rem;
  }
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #222;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #222;
  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__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #333333;
  border-radius: 5rem;
}

@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 {
  margin: 12rem 0;
  margin: 8rem 2rem;
}
.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: #222;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.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 #222;
  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: #222;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #ffffff;
  color: #222;
  border: solid 1px #222;
}
.c-pager .wp-pagenavi a:hover {
  background: #ffffff;
  color: #222;
  border: solid 1px #222;
  opacity: 1;
}

.c-postSec {
  margin: 13rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-postSec {
    margin: 8rem 2rem;
  }
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #333333;
  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__date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #333333;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  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: #333333;
}
@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 #333333;
  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 #333333;
  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: #333333;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #333333;
}
@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: #333333;
  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-postWrap__pager {
  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;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #222;
  border: solid 1px #222;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #222;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #222;
  border: solid 1px #222;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #222;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #222;
  border: solid 1px #222;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #222;
}
.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 {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #222;
  border: solid 1px #222;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #222;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: scroll;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 3rem;
    padding: 0.3rem;
    overflow: scroll;
    white-space: nowrap;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */