@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: "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;
  color: #444444;
}
body.is-active {
  overflow: hidden;
}

.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: #0abab5;
  padding: 6rem 2rem 3rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5rem 0 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;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo {
  max-width: 20rem;
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2901960784);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list li {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.2901960784);
    text-align: center;
  }
}
.l-footer__list li a {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-footer__list li a {
    padding: 2rem;
    display: block;
  }
}
.l-footer__list li a:hover {
  color: white;
}
.l-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  background: #fff;
  color: #0abab5;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  padding: 2rem 4rem;
}
.l-footer__btn img {
  width: 2rem;
}
.l-footer__bottom {
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    margin-top: 6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.l-footer__bottom ul li a {
  font-weight: 200;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-footer__bottom ul li a:hover {
  color: white;
}
.l-footer__bottom p {
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom p {
    margin-top: 2rem;
    font-size: 0.8rem;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-left: 2rem;
  }
  .l-header::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 6rem;
    background: #15a8a4;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 0;
  }
  .l-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 2rem;
    width: 11rem;
    height: 6rem;
    background: url(../../assets/img/logo_ft.png) no-repeat center/contain;
    opacity: 0;
    -webkit-transition: 0.3s ease 0.3s;
    transition: 0.3s ease 0.3s;
  }
}
.l-header__res {
  position: relative;
  z-index: 110;
  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: 22rem;
  height: 8rem;
  background: #0abab5;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-left: auto;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-header__res {
    height: 6rem;
    width: 18rem;
  }
}
.l-header.is-active::before {
  width: 100%;
}
.l-header.is-active::after {
  opacity: 1;
}
.l-header.is-active .l-logo {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}

.l-logo {
  max-width: 20rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .l-logo {
    max-width: 10rem;
  }
}

.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: url(../../assets/img/bg-1.jpg) no-repeat center center/cover;
}
.l-gNav.is-active {
  left: 0;
}
.l-gNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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__list li {
  margin-bottom: 4rem;
}
.l-gNav__list li a {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  color: #444444;
  text-decoration: none;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-gNav__list li a:hover {
  color: rgb(42.5, 42.5, 42.5);
}

.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: 8rem;
  height: 8rem;
  background: #444444;
}
@media screen and (max-width: 767px) {
  .l-hamburger {
    height: 6rem;
    width: 6rem;
  }
}
.l-hamburger__frame {
  position: relative;
  display: block;
  width: 3rem;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .l-hamburger__frame {
    width: 2.4rem;
  }
}
.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;
  -webkit-transform: translateY(-6px) rotate(0deg);
          transform: translateY(-6px) rotate(0deg);
}
.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(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.l-hamburger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.l-hamburger.is-active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.l-sidebar {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .l-sidebar {
    width: 100%;
    margin-top: 7rem;
  }
}
.l-sidebar__item {
  margin-bottom: 4rem;
}
.l-sidebar__item h5 {
  background: #f7f7f7;
  text-align: center;
  padding: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
.l-sidebar__item ul li {
  border-bottom: solid 1px #ddd;
}
.l-sidebar__item ul li a {
  display: block;
  padding: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.l-sidebar__item ul li .children .cat-item {
  border-top: solid 1px #eee;
}
.l-sidebar__item ul li .children .cat-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 1rem;
}
.l-sidebar__item ul li .children .cat-item a::before {
  content: "-";
  display: block;
}

.p-elmView {
  text-align: center;
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-elmView {
    padding-top: 13rem;
  }
}
.p-elmView h2 {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  color: #444444;
  margin-bottom: 8rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-elmView h2 {
    font-size: 3.4rem;
    margin-bottom: 6rem;
  }
}
.p-elmView img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-elmView img {
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-elmSec {
  padding: 12rem 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-elmSec {
    padding: 8rem 2rem;
  }
}

.p-elmWrap {
  position: relative;
  z-index: 10;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-elmWrap {
    padding-bottom: 5rem;
  }
}
.p-elmWrap:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-elmWrap:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.p-elmWrap::before {
  content: "";
  position: absolute;
  top: 5rem;
  right: 20rem;
  bottom: 0;
  width: 100vw;
  background: url(../../assets/img/bg-1.jpg) no-repeat center center/100% 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-elmWrap::before {
    right: 5rem;
  }
}
.p-elmWrap--rev {
  position: relative;
  z-index: 10;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-elmWrap--rev {
    padding-bottom: 5rem;
  }
}
.p-elmWrap--rev:not(:last-child) {
  margin-bottom: 10rem;
}
.p-elmWrap--rev::before {
  content: "";
  position: absolute;
  top: 5rem;
  left: 20rem;
  right: calc(50% - 50vw);
  bottom: 0;
  background: url(../../assets/img/bg-1.jpg) no-repeat center center/100% 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-elmWrap--rev::before {
    left: 5rem;
  }
}

.p-elmCatch {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmCatch {
    margin-bottom: 4rem;
  }
}
.p-elmCatch__num {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 8rem;
  color: #0abab5;
  letter-spacing: 0.2em;
  opacity: 0.4;
  margin-bottom: 3rem;
}
.p-elmCatch__ttl {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.p-elmCatch--rev {
  text-align: right;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmCatch--rev {
    margin-bottom: 4rem;
  }
}

.p-elmBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-elmBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmBox:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-elmBox--rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-elmBox--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmBox--rev:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox--rev:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-elmBox__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-elmBox__img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.p-elmBox__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox__desc {
    padding: 2rem;
  }
}
.p-elmBox__desc h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-elmBox__desc h3 {
    margin-bottom: 2rem;
  }
}
.p-elmBox__desc p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.p-elmDesc {
  text-align: center;
  margin-bottom: 8rem;
}
.p-elmDesc h2 {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 4rem;
}
.p-elmDesc h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #0abab5;
}
.p-elmDesc h3 span {
  font-size: 2rem;
  font-weight: 600;
  display: block;
}
.p-elmDesc p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 4rem;
}

.p-recruit__desc {
  text-align: center;
  color: #545454;
}
.p-recruit__desc h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__desc h2 {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
.p-recruit__desc h2 span {
  font-size: 1.5rem;
  display: block;
}
.p-recruit__desc p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.p-point {
  padding: 10rem 2rem;
  background: url(../../assets/img/bg-3.jpg) no-repeat center/100% 100%;
}
.p-point__catch {
  margin-bottom: 8rem;
}
.p-point__catch h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #0abab5;
  line-height: 1.65;
  letter-spacing: 0.2em;
}
.p-point__catch h2 span {
  font-size: 2rem;
  display: block;
}
.p-point__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  position: relative;
  z-index: 10;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-point__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-point__box::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: 20rem;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
.p-point__box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-point__box:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-point__box:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  right: 20rem;
  bottom: 0;
  z-index: -1;
  background: #fff;
}
.p-point__box:not(:last-child) {
  margin-bottom: 10rem;
}
.p-point__box--rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-point__box--rev:not(:last-child) {
  margin-bottom: 7rem;
}
.p-point__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-point__img {
    width: 100%;
  }
}
.p-point__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-point__desc__num {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 8rem;
  color: #0abab5;
  letter-spacing: 0.1em;
  opacity: 0.4;
  margin-bottom: 4rem;
  display: block;
}
.p-point__desc__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 4rem;
  letter-spacing: 0.2em;
}
.p-point__desc__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

.p-promotion {
  background: #f7f7f7;
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-promotion {
    padding: 8rem 2rem;
  }
}
.p-promotion__catch {
  margin-bottom: 6rem;
}
.p-promotion__catch h2 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.p-promotion__movie {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.p-recDetail {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-recDetail {
    padding: 8rem 2rem;
  }
}
.p-recDetail__box:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recDetail__box:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.p-recDetail__box h3 {
  text-align: center;
  background: #0abab5;
  color: #fff;
  padding: 1.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-recDetail__box h3 {
    font-size: 1.8rem;
  }
}
.p-recDetail__box h4 {
  text-align: center;
  font-size: 2rem;
  background: #f7f7f7;
  padding: 1.5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-recDetail__box h4 {
    font-size: 1.8rem;
  }
}
.p-recDetail__box dl {
  display: grid;
  grid-template-columns: 32rem 1fr;
  border: 1px solid #ccc;
  color: #545454;
  border-bottom: unset;
}
@media screen and (max-width: 767px) {
  .p-recDetail__box dl {
    grid-template-columns: 12rem 1fr;
  }
}
.p-recDetail__box dt,
.p-recDetail__box dd {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.65;
  padding: 3rem;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-recDetail__box dt,
  .p-recDetail__box dd {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 1.6rem;
  }
}
.p-recDetail__box dt {
  font-weight: 500;
}
.p-recDetail__box dd {
  font-weight: 400;
}
.p-recDetail__box ul {
  list-style: disc;
  margin-left: 2rem;
}

.p-elmTable {
  display: grid;
  grid-template-columns: 18rem 1fr;
  border: 1px solid #ccc;
  color: #545454;
  border-bottom: unset;
}
@media screen and (max-width: 767px) {
  .p-elmTable {
    grid-template-columns: 10rem 1fr;
  }
}
.p-elmTable dt,
.p-elmTable dd {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.65;
  padding: 3rem;
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-elmTable dt,
  .p-elmTable dd {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 1.5rem;
  }
}
.p-elmTable dt {
  font-weight: 500;
}
.p-elmTable dd {
  font-weight: 400;
}

.p-elmImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.p-elmImg:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmImg:not(:first-child) {
    margin-top: 4rem;
  }
}
.p-elmImg li {
  width: 100%;
}
.p-elmImg li img {
  width: 100%;
}

.p-elmMap {
  padding: 12rem 0 0;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-elmMap {
    padding: 8rem 0 0;
  }
  .p-elmMap .c-elmCatch {
    margin-inline: 2rem;
  }
}
.p-elmMap iframe {
  width: 100%;
  height: 40rem;
}

.p-elmArchive {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmArchive {
    padding: 8rem 2rem;
  }
}
.p-elmArchive__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmArchive__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmArchive__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-view {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-view img {
    height: 42rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.p-view video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-view video {
    height: 42rem;
  }
}

.p-concept {
  padding: 10rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding: 0 2rem;
  }
}
.p-concept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-concept__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 0;
  }
}
.p-concept__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: url("../../assets/img/bg-1.jpg") no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-concept__wrap::before {
    right: -2rem;
  }
}
.p-concept__desc {
  padding-right: 5rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept__desc {
    width: auto;
  }
}
.p-concept__desc h2 {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-concept__desc h2 {
    margin-bottom: 3rem;
    font-size: 3rem;
  }
}
.p-concept__desc h3 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-concept__desc h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-concept__desc p {
  font-size: 1.5rem;
  line-height: 2;
}
.p-concept__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    margin-right: auto;
    margin-top: 4rem;
  }
}

.p-recruit {
  padding: 8rem 2rem;
  background: url("../../assets/img/recruit_bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 2rem;
  }
}
.p-recruit__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-left: auto;
  padding: 8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 2px #d5e7e8;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-recruit__item {
    width: 100%;
    padding: 6rem 0;
  }
}
.p-recruit__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: -1;
  border: solid 2px #d5e7e8;
}
.p-recruit__item h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.p-movie {
  padding: 12rem 2rem;
  background: url("../../assets/img/bg-1.jpg") no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding: 8rem 2rem;
  }
}
.p-movie h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  margin-bottom: 6rem;
  text-align: center;
}
.p-movie__item {
  margin-top: 6rem;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  aspect-ratio: 560/315;
}
.p-movie__item iframe {
  width: 100%;
  height: 100%;
}

.p-gallery {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding: 8rem 2rem;
  }
}
.p-gallery h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  margin-bottom: 6rem;
  text-align: center;
}
.p-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.p-gallery__list li {
  width: calc((100% - 6rem) / 4);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-gallery__list li {
    width: calc(50% - 1rem);
  }
}
.p-gallery__list li img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-gallery__list li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-gallery__list li p {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-news__wrap {
  padding: 8rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    padding: 5rem 2rem 15rem;
  }
  .p-news__wrap .c-elmBtn--green {
    position: absolute;
    bottom: 5rem;
  }
}
.p-news__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20rem;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: url("../../assets/img/bg-1.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-news__wrap::before {
    right: 6rem;
  }
}
.p-news__desc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-news__desc h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__desc h2 {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.p-news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-news__list--archive .p-news__item a {
  background: #fff url(../../assets/img/ico/ico_arw-1.png) no-repeat right 2rem center/2rem;
  border-bottom: solid 1px #eee;
}
.p-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff url(../../assets/img/ico/ico_arw-1.png) no-repeat right 2rem center/2rem;
  padding: 3.5rem 6rem 3.5rem 3.5rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news__item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.5rem;
    border-bottom: solid 1px #eee;
    padding-left: 2rem;
  }
}
.p-news__item a time {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.p-news__item a span {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
  color: #0abab5;
  text-transform: uppercase;
}
.p-news__item a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__item a p {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-insta {
  padding: 10rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-insta {
    padding: 6rem 2rem;
  }
}
.p-insta__bnr {
  display: block;
}

.p-map iframe {
  width: 100%;
  height: 40rem;
}

.p-store {
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-store {
    padding: 8rem 2rem;
  }
}
.p-store__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-store__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-store__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-store__detail h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.2em;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-store__detail h2 {
    font-size: 3rem;
  }
}
.p-store__detail dl {
  display: grid;
  grid-template-columns: 15rem auto;
  grid-gap: 2rem;
  color: #545454;
}
@media screen and (max-width: 767px) {
  .p-store__detail dl {
    grid-template-columns: 8rem auto;
    border-top: solid 1px #eee;
    padding: 2rem 0;
  }
}
.p-store__detail dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1rem;
  padding-left: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-store__detail dl dt {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.p-store__detail dl dd {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-store__detail dl dd {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.p-store__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-store__img {
    width: 100%;
  }
}

.p-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-cta__item {
  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;
  position: relative;
  background: #000;
}
.p-cta__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  border: solid 2px #d5e7e8;
  opacity: 0.6;
}
.p-cta__item img {
  position: relative;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-cta__item p {
  position: absolute;
  z-index: 30;
  inset: 0;
  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;
}
.p-cta__item p img {
  max-width: 40%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-cta__item p img {
    max-width: 50%;
    aspect-ratio: unset;
  }
}
.p-cta__item:hover img {
  opacity: 0.6;
}
.p-cta__item:hover p img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.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 {
  padding: 12rem 2rem;
  background: #f7f7f7;
}
.p-form__catch {
  text-align: center;
  margin-bottom: 6rem;
}
.p-form__catch h2 {
  font-family: "Poppins", sans-serif;
  font-size: 4rem;
  color: #545454;
  letter-spacing: 0.2em;
}
.p-form__catch p {
  font-size: 1.5rem;
  line-height: 2;
  color: #545454;
  letter-spacing: 0.2em;
  margin-top: 5rem;
}
.p-form__wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.p-form__wrap dl {
  margin-bottom: 3.5rem;
}
.p-form__wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 1.5rem;
  color: #545454;
}
.p-form__wrap dl dt .req {
  color: #fff;
  background: #ff3333;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.4rem 0.6rem;
  letter-spacing: 0.1em;
}
.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: #fff;
  border: solid 1px #dddddd;
}
.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: #fff;
  background: #0abab5;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #fff;
  border: solid 1px #dddddd;
}
.p-form ::-webkit-input-placeholder {
  color: #bbbbbb;
}
.p-form ::-moz-placeholder {
  color: #bbbbbb;
}
.p-form :-ms-input-placeholder {
  color: #bbbbbb;
}
.p-form ::-ms-input-placeholder {
  color: #bbbbbb;
}
.p-form ::placeholder {
  color: #bbbbbb;
}
.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;
  padding: 5rem;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #444444;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #444444;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem;
}

@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-privacy {
  margin-top: 10rem;
  margin-bottom: 12rem;
  margin-left: 2rem;
  margin-right: 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: #444444;
}
.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;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.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;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.c-elmBtn--green {
  background: #0abab5;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding: 2rem 4rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-elmBtn--green:hover {
  background: rgb(7.3979591837, 137.6020408163, 133.9030612245);
}
.c-elmBtn--green:not(:first-child) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-elmBtn--green:not(:first-child) {
    margin-top: 4rem;
  }
}
.c-elmBtn--white {
  background: #fff;
  color: #86ccbf;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding: 2rem 4rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-elmBtn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.c-elmBtn--white:not(:first-child) {
  margin-top: 6rem;
}

.c-elmCatch {
  text-align: center;
  margin-bottom: 6rem;
  letter-spacing: 0.2em;
}
.c-elmCatch h2 {
  font-size: 3.4rem;
  font-family: "Poppins", sans-serif;
}
.c-elmCatch p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 2.5rem;
}

.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 #0abab5;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 0;
  background: #0abab5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #0abab5;
  color: #fff;
  border: solid 1px #0abab5;
}
.c-pager .wp-pagenavi a:hover {
  background: #fff;
  color: #0abab5;
  border: solid 1px #0abab5;
  opacity: 1;
}

.c-postSec {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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__detail-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__detail-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: #444444;
  border: solid 1px #444444;
}
.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: #444444;
}
@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: #444444;
  border: solid 1px #444444;
}
.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: #444444;
}
@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: #444444;
  border: solid 1px #444444;
  -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: #444444;
}
.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: #444444;
  border: solid 1px #444444;
  -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: #444444;
}
.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;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 3rem 2rem;
    padding: 0.3rem;
    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 */