@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 0.65vw;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
@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;
  letter-spacing: 0.08em;
}
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 {
  padding: 15rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 3rem 12rem;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.l-footer__detail-logo {
  font-size: 2rem;
  font-weight: 600;
}
.l-footer__detail-add {
  margin-top: 5rem;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    margin-top: 5rem;
  }
}
.l-footer__menu-item:not(:last-child) {
  margin-bottom: 2rem;
}
.l-footer__menu-link {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
.l-footer__menu-link::before {
  content: "";
  position: absolute;
  right: calc(100% + 2rem);
  top: 50%;
  width: 3rem;
  height: 1px;
  background: #00b9b2;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-link::before {
    right: 50%;
    top: -150%;
    width: 1px;
    height: 2rem;
  }
}
.l-footer__copy {
  font-size: 1.2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    margin-top: 6rem;
    text-align: center;
  }
}
.l-footer__btn {
  text-align: center;
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  padding: 3rem 4rem;
  z-index: 100;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 1.5rem;
    border-radius: 0;
  }
}
.l-footer__btn.is-active {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer__btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.l-footer__btn-link {
  background: #00b9b2;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.5rem 3rem;
  border-radius: 5rem;
  margin-top: 2rem;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-footer__btn-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .l-footer__btn-link {
    padding: 1rem 3rem;
    margin-top: 0;
    width: 65%;
  }
}
.l-footer__btn-ttl {
  color: #00b9b2;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btn-ttl {
    margin-bottom: 0;
  }
}
.l-footer__btn-txt {
  font-size: 1.2rem;
}
.l-footer__btn button {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(-20%, 20%);
          transform: translate(-20%, 20%);
  width: 2.4rem;
  height: 2.4rem;
  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: #0cb59b;
  color: #fff;
  border-radius: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btn button {
    -webkit-transform: translate(-30%, 30%);
            transform: translate(-30%, 30%);
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 1rem 1rem 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
  }
}

.l-logo {
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
  max-width: 26rem;
}
@media screen and (max-width: 767px) {
  .l-logo {
    font-size: 1.6rem;
    position: relative;
    z-index: 110;
    max-width: 16rem;
  }
}

.l-gNav {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: #ffffff;
    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-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
  }
  .l-gNav.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.l-gNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .l-gNav__list {
    -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;
    gap: 3rem;
  }
}
.l-gNav__list-link {
  font-size: 1.6rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-gNav__list-link {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.l-gNav__list-link::before {
  content: "";
  display: block;
  width: 1px;
  height: 10rem;
  background: #00b9b2;
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 2rem);
}
@media screen and (max-width: 767px) {
  .l-gNav__list-link::before {
    height: 1px;
    width: 1rem;
    left: calc(100% + 1rem);
    bottom: 42%;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav__list-link::after {
    content: "";
    display: block;
    background: #00b9b2;
    position: absolute;
    height: 1px;
    width: 1rem;
    right: calc(100% + 1rem);
    bottom: 42%;
    opacity: 0;
  }
}
.l-gNav__list-link.is-active {
  color: #00b9b2;
}
.l-gNav__list-link.is-active::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .l-gNav__list-link.is-active::after {
    opacity: 1;
  }
}

.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 110;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00b9b2;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00b9b2;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00b9b2;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-topView {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topView {
    margin-top: 12rem;
  }
}
.p-topView__desc {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 7%;
  -webkit-transform: translate(0, -20%);
          transform: translate(0, -20%);
}
@media screen and (max-width: 767px) {
  .p-topView__desc {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
}
.p-topView__desc-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topView__desc-ttl {
    font-size: 2rem;
  }
}
.p-topView__img {
  display: block;
  width: 100%;
  aspect-ratio: 2.5/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .p-topView__img {
    aspect-ratio: 2/1.5;
    -o-object-position: right;
       object-position: right;
  }
}

.p-topNews {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding: 8rem 3rem 8rem;
    position: relative;
  }
}
.p-topNews__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12rem;
  margin: auto;
  max-width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-topNews__head {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topNews__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-topNews__head .c-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__head .c-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 4rem auto 0;
  }
}
.p-topNews__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-topNews__list-item {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 3rem;
}
.p-topNews__list-item:not(:last-child) {
  margin-bottom: 3rem;
}
.p-topNews__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.p-topNews__list-ttl {
  font-size: 1.5rem;
}
.p-topNews__list-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-topLead {
    margin: 8rem 3rem;
  }
}
.p-topLead__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) {
  .p-topLead__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-topLead__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topLead__img {
    width: 100%;
  }
}
.p-topLead__img img {
  width: 100%;
}
.p-topLead__desc {
  padding-right: 15rem;
}
@media screen and (max-width: 767px) {
  .p-topLead__desc {
    padding-right: 0;
  }
}
.p-topLead__desc-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topLead__desc-ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.p-topLead__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topLead__desc-txt {
    font-size: 1.4rem;
  }
}
.p-topLead__desc-txt:not(:last-child) {
  margin-bottom: 2rem;
}

.p-topAbout {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-topAbout {
    margin: 8rem 3rem;
  }
}
.p-topAbout__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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-topAbout__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topAbout__img {
    width: 100%;
  }
}
.p-topAbout__img span:nth-of-type(1) {
  display: block;
  width: 100%;
}
.p-topAbout__img span:nth-of-type(2) {
  position: absolute;
  top: 100%;
  left: 0;
  width: 60%;
  z-index: 10;
  background: #000000;
  -webkit-transform: translate(50%, 50%);
  transform: translate(25%, -40%);
}
@media screen and (max-width: 767px) {
  .p-topAbout__img span:nth-of-type(2) {
    display: none;
  }
}
.p-topAbout__img span:nth-of-type(2) img {
  opacity: 0.8;
}
.p-topAbout__img img {
  width: 100%;
}
.p-topAbout__desc {
  padding-left: 15rem;
}
@media screen and (max-width: 767px) {
  .p-topAbout__desc {
    padding-left: 0;
  }
}
.p-topAbout__desc-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.p-topAbout__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topAbout__desc-txt {
    font-size: 1.4rem;
  }
}
.p-topAbout__desc-txt:not(:last-child) {
  margin-bottom: 2rem;
}
.p-topAbout .c-btn {
  margin-top: 5rem;
}

.p-topRecruit {
  margin: 22rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit {
    margin: 8rem 3rem;
  }
}
.p-topRecruit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__list {
    gap: 0.3rem;
  }
}
.p-topRecruit .c-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit .c-btn {
    margin-top: 4rem;
  }
}

.p-topWorks__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) {
  .p-topWorks__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 0 3rem;
  }
}
.p-topWorks__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-topWorks__img {
    width: 100%;
  }
}
.p-topWorks__img img {
  width: 100%;
}
.p-topWorks__desc {
  padding-right: 15rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-topWorks__desc {
    padding-right: 0;
  }
}
.p-topWorks__desc-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-topWorks__desc-ttl {
    font-size: 2rem;
  }
}
.p-topWorks__desc-txt {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topWorks__desc-txt {
    font-size: 1.4rem;
  }
}
.p-topWorks__desc-txt:not(:last-child) {
  margin-bottom: 2rem;
}
.p-topWorks .c-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topWorks .c-btn {
    margin-top: 4rem;
  }
}

.p-topCompany {
  color: #ffffff;
  padding: 12rem 0;
  margin: 12rem 0 0;
  position: relative;
  z-index: 10;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .p-topCompany {
    margin: 8rem 0 0;
    padding: 8rem 3rem;
  }
}
.p-topCompany::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../../assets/img/top/view_img01.png) no-repeat center/cover;
  opacity: 0.3;
}
.p-topCompany__desc {
  text-align: center;
}
.p-topCompany__desc-txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-topCompany__desc-txt {
    font-size: 1.4rem;
    margin-bottom: 4rem;
  }
}

.p-pageView__desc {
  position: relative;
  z-index: 10;
  padding: 14rem 5rem;
  text-align: center;
  color: #ffffff;
  background: #000000;
}
.p-pageView__desc-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 3.8rem;
  text-transform: uppercase;
}
.p-pageView__desc-sub {
  font-size: 1.3rem;
  margin-top: 2rem;
}
.p-pageView__desc-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.6;
}

.p-pageSec--type01 {
  margin: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-pageSec--type01 {
    margin: 8rem 3rem;
  }
}
.p-pageSec--type02 {
  margin: 10rem 15rem;
}
@media screen and (max-width: 767px) {
  .p-pageSec--type02 {
    margin: 8rem 3rem;
  }
}

.p-pageLead {
  text-align: center;
}
.p-pageLead__ttl {
  font-size: 2.2rem;
  font-weight: 500;
}
.p-pageLead__ttl:not(:last-child) {
  margin-bottom: 3rem;
}
.p-pageLead__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.p-pageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-pageBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 4rem;
  }
}
.p-pageBox__img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-pageBox__img {
    width: 100%;
  }
}
.p-pageBox__img img {
  width: 100%;
}
.p-pageBox__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 28rem;
  padding-left: 28rem;
}
@media screen and (max-width: 767px) {
  .p-pageBox__desc {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-pageBox__desc-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pageBox__desc-ttl {
    font-size: 2rem;
  }
}
.p-pageBox__desc-txt {
  font-size: 1.4rem;
  line-height: 2;
}
.p-pageBox__desc-txt:not(:last-child) {
  margin-bottom: 2rem;
}
.p-pageBox__desc-name {
  font-family: "Noto Serif JP", serif;
  text-align: right;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pageBox__desc-name {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}

.p-pageTable {
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
.p-pageTable:not(:last-child) {
  margin-bottom: 4rem;
}
.p-pageTable tbody tr:not(:last-child) {
  border-bottom: solid 1px #dddddd;
}
.p-pageTable tbody tr th {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 3rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-pageTable tbody tr th {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.p-pageTable tbody tr td {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 3rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-pageTable tbody tr td {
    padding: 3rem 2rem;
    font-size: 1rem;
  }
}

.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__table {
  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 label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}

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

@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-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.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-head--type01 {
  text-align: left;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-head--type01 {
    text-align: center;
  }
}
.c-head--type02 {
  text-align: center;
  margin-bottom: 4rem;
}
.c-head__main {
  font-family: "Poppins", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: capitalize;
}
.c-head__sub {
  font-size: 1.3rem;
  margin-top: 2rem;
}
.c-head__desc {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-head__desc {
    font-size: 1.4rem;
    text-align: left;
  }
}

.c-btn {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #00b9b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border: solid 1px #00b9b2;
  border-radius: 5rem;
  padding: 1rem 2rem 1rem 4rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-btn::after {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../assets/img/ico/r-arrow-g.svg) no-repeat center/contain;
}
.c-btn:hover {
  background: #00b9b2;
  color: #ffffff;
}
.c-btn:hover::after {
  background: url(../../assets/img/ico/r-arrow-w.svg) no-repeat center/contain;
}
.c-btn--type01 {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .c-btn--type01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-btn--type02 {
  margin-right: 0;
}

.c-cta {
  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;
  gap: 10rem;
  background: #f8f8f8;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .c-cta {
    gap: 0;
    padding: 8rem 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-cta__wrap {
  background: #ffffff;
  padding: 5rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .c-cta__wrap {
    padding: 3rem;
    width: 100%;
  }
}
.c-cta__app {
  border-bottom: solid 1px #f8f8f8;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-cta__app {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.c-cta__app-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__app-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-cta__app-ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-cta__app-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-cta__app-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-cta__app-txt {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
  }
}
.c-cta__app-btn {
  background: #00b9b2 url(/assets/img/ico/r-arrow-w.svg) no-repeat right 1.5rem center/2rem;
  color: #ffffff;
  border-radius: 5rem;
  padding: 1.5rem 5rem 1.6rem 3rem;
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-cta__app-btn:hover {
  opacity: 0.8;
}
.c-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.c-cta__list-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-cta__list-item {
    width: 100%;
  }
}
.c-cta__list-link {
  background: #00b9b2;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 2.5rem 2rem;
  border-radius: 1rem;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-cta__list-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-cta__list-link {
    padding: 1.5rem;
  }
}

.c-map iframe {
  width: 100%;
  height: 32rem;
}

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

.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;
  max-width: 90rem;
  margin: 8rem auto 0;
  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: #000000;
  border: solid 1px #000000;
  -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: #000000;
}
.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: #000000;
  border: solid 1px #000000;
  -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: #000000;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postHead {
  max-width: 90rem;
  margin: auto;
}
.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #00b9b2;
  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: #00b9b2;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap {
  max-width: 90rem;
  margin: auto;
}
.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #00b9b2;
  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: #00b9b2;
}
@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 #00b9b2;
  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 #00b9b2;
  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: #00b9b2;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #00b9b2;
}
@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: #00b9b2;
  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: #000000;
  border: solid 1px #000000;
}
.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: #000000;
}
@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: #000000;
  border: solid 1px #000000;
}
.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: #000000;
}
@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-thumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem;
}
.c-thumbList__item {
  width: calc((100% - 10rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-thumbList__item {
    width: 100%;
  }
}
.c-thumbList__item-link {
  position: relative;
  display: block;
}
.c-thumbList__item-img img {
  width: 100%;
  height: 38rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .c-thumbList__item-img img {
    height: 22rem;
  }
}
.c-thumbList__item-desc {
  position: relative;
  z-index: 10;
  margin-top: -6rem;
  margin-left: 8rem;
  padding: 3rem;
  background: #ffffff;
  border-top: solid 0.2rem #00b9b2;
}
@media screen and (max-width: 767px) {
  .c-thumbList__item-desc {
    padding: 2rem;
  }
}
.c-thumbList__item-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-thumbList__item-date {
    font-size: 1.2rem;
  }
}
.c-thumbList__item-txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-thumbList__item-txt {
    font-size: 1.2rem;
  }
}
.c-thumbList__item-more {
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 4rem;
  padding-right: 2.5rem;
  text-align: right;
  text-transform: uppercase;
  background: url(../../assets/img/ico/r-arrow-g.svg) no-repeat right center/1.6rem;
}
@media screen and (max-width: 767px) {
  .c-thumbList__item-more {
    margin-top: 2rem;
    padding-right: 1.8rem;
    font-size: 1rem;
    background-size: 1.2rem;
  }
}

.c-newsList {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-newsList__item {
  border-bottom: solid 1px #dddddd;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-newsList__item {
    padding-bottom: 2rem;
  }
}
.c-newsList__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-newsList__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-newsList__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-newsList__item-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.c-newsList__item-ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-newsList__item-ttl {
    font-size: 1.2rem;
  }
}
.c-newsList__item-date {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-newsList__item-date {
    font-size: 1.1rem;
  }
}

.c-breadcrumb {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 2rem 3rem;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.c-breadcrumb__item {
  font-size: 1.2rem;
  color: #000000;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 1rem;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-child)::after {
    margin-bottom: 0.3rem;
  }
}/*# sourceMappingURL=style.css.map */