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

body, html {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", "Zen Maru Gothic", serif;
  position: relative;
  color: var(--color-black);
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--color-bg);
}

html {
  scroll-behavior: smooth;
}

p, h1, h2, h3, h4 {
  margin: 0;
}

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
}

a:active, a:hover {
  opacity: 0.9;
}

ul, li, a {
  text-decoration: none;
  list-style: none;
}

img {
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ib {
  display: inline-block;
}

.block {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.visibility-h {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .visibility-h {
    display: none;
  }
}
/*========================
  text
========================*/
.text.list {
  padding-left: 1em;
  position: relative;
}
.text.list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.text.list.kome::before {
  content: "※";
}

/*========================
  layout
========================*/
.container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-t {
  padding-top: 120px;
}

.container-b {
  padding-bottom: 120px;
}

.inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner,
  .inner-s {
    width: 92%;
  }
  .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .container-t {
    padding-top: 90px;
  }
  .container-b {
    padding-bottom: 90px;
  }
}
/*===================================================================
    map
===================================================================*/
.map {
  position: relative;
  height: 0;
  padding-top: 27%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .map {
    padding-top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 90%;
  }
}
/*===================================================================
    movie
===================================================================*/
.movie {
  aspect-ratio: 16/9;
}

/*========================
    アニメーション
========================*/
.js-fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

/*===================================================================
  カスタムプロパティ
===================================================================*/
:root {
  --color-black: #293241;
  --color-main: #7FCCE3;
  --color-orange: #FFC16E;
  --color-green: #8AC683;
  --color-pink: #F09DB4;
  --color-gray: #EDEDED;
  --color-bg: #FFF8DD;
  --font-en: "Montserrat", sans-serif;
  /****************
  font-size  Min Viewport:350px(21.875rem) Max Viewport:1920px 
  *****************/
  --fs124: clamp(4rem, 3.1640127388535033rem + 3.821656050955414vw, 7.75rem);
  --fs100: clamp(4rem, 3.498407643312102rem + 2.2929936305732483vw, 6.25rem);
  --fs80: clamp(3.5rem, 3.1656050955414012rem + 1.5286624203821657vw, 5rem);
  --fs70: clamp(3rem, 2.6934713375796178rem + 1.4012738853503184vw, 4.375rem);
  --fs64: clamp(3rem, 2.7770700636942673rem + 1.019108280254777vw, 4rem);
  --fs56: clamp(2.5rem, 2.2770700636942673rem + 1.019108280254777vw, 3.5rem);
  --fs48: clamp(2rem, 1.7770700636942676rem + 1.019108280254777vw, 3rem);
  --fs40: clamp(1.5rem, 1.2770700636942676rem + 1.019108280254777vw, 2.5rem);
  --fs36: clamp(1.5rem, 1.3328025477707006rem + 0.7643312101910829vw, 2.25rem);
  --fs32: clamp(1.25rem, 1.3885350318471337rem + 0.5095541401273885vw, 2rem);
  --fs24: clamp(1.125rem, 1.0414012738853504rem + 0.3821656050955414vw, 1.5rem);
  --fs20: clamp(1.125rem, 1.0971337579617835rem + 0.12738853503184713vw, 1.25rem);
  --fs18: clamp(1rem, 0.9721337579617835rem + 0.12738853503184713vw, 1.125rem);
  --fs14: 14px;
  --outline-item-before: 95%;
}

/*===================================================================
    sec-tit
===================================================================*/
.sec-tit-wrap {
  margin-bottom: 40px;
  margin-bottom: 40px;
}

.sec-tit {
  text-align: center;
  font-size: var(--fs32);
  font-weight: 700;
}

.sec-tit-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: var(--fs18);
  color: var(--color-main);
  line-height: 1.4;
  font-weight: 700;
}
.sec-tit-lead::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-main);
  position: absolute;
  left: 0px;
  top: 12px;
}
.sec-tit-lead::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--color-main);
  position: absolute;
  right: 0px;
  top: 12px;
}

.feature .sec-tit-lead {
  color: var(--color-pink);
}
.feature .sec-tit-lead::before, .feature .sec-tit-lead::after {
  background-color: var(--color-pink);
}

.guide .sec-tit-lead {
  color: var(--color-green);
}
.guide .sec-tit-lead::before, .guide .sec-tit-lead::after {
  background-color: var(--color-green);
}

.service .sec-tit-wrap {
  margin-bottom: 70px;
}
.service .sec-tit-lead {
  color: var(--color-orange);
}
.service .sec-tit-lead::before, .service .sec-tit-lead::after {
  background-color: var(--color-orange);
}

.contact .sec-tit {
  text-align: left;
}
.contact .sec-tit-lead {
  color: var(--color-black);
  margin: 0;
}
.contact .sec-tit-lead::before, .contact .sec-tit-lead::after {
  background-color: var(--color-black);
}

/*===================================================================
    btn
===================================================================*/
.btn {
  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: 300px;
  height: 56px;
  position: relative;
  border-radius: 3px;
  padding-right: 60px;
  margin-top: 40px;
  line-height: 1;
  background-image: linear-gradient(to right, var(--color-black) 8px, transparent 8px), linear-gradient(to bottom, var(--color-black) 8px, transparent 8px), linear-gradient(to left, var(--color-black) 8px, transparent 8px), linear-gradient(to top, var(--color-black) 8px, transparent 8px);
  background-size: 11px 2px, 2px 11px, 11px 2px, 2px 11px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--color-black);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(calc(-50% + 0.5px));
          transform: translateY(calc(-50% + 0.5px));
  background-color: var(--color-black);
  border-radius: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn:hover {
  background-color: var(--color-black);
  color: #fff;
}
.btn:hover::before {
  background-color: #fff;
}
.btn:hover::after {
  -webkit-transform: translateY(calc(-50% + 0.5px)) translateX(10px);
          transform: translateY(calc(-50% + 0.5px)) translateX(10px);
  background-color: #fff;
}

/*========================
    cta-btn
========================*/
.cta-btn {
  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;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--color-orange);
  height: 50px;
  color: #fff;
  max-width: 300px;
  margin: 0 auto;
}
.cta-btn img {
  width: 40px;
  margin-right: 8px;
}

.cta-btn--into {
  margin-top: 30px;
}

/*========================
    img-mask
========================*/
.img-mask {
  z-index: 0;
  -webkit-mask-image: url(/common/img/mask.webp);
          mask-image: url(/common/img/mask.webp);
  mask-mode: alpha;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}
.img-mask.active {
  -webkit-animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
          animation: 2.3s mask-animation cubic-bezier(0.115, 0.405, 0.24, 1) 0s forwards;
}

@-webkit-keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes mask-animation {
  0% {
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: center 0%;
    -webkit-mask-size: auto 500%;
    mask-position: center 0%;
    mask-size: auto 500%;
    opacity: 1;
  }
}
/*========================
    floating-y
========================*/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
/*========================
	totop
========================*/
.totop {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

/*===================================================================
    header
===================================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
}

.header-position {
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 120px 20px 60px 60px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: auto;
  margin-top: auto;
  background-color: #fff;
  border-radius: 120px 120px 0 0;
  position: relative;
}

.header-logo {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -30px;
}

.header-menu {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header-list {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: var(--fs18);
  position: relative;
}
.header-item span {
  display: block;
  font-size: var(--fs14);
  line-height: 1;
}

.header-item--about span,
.header-item--staff span {
  color: var(--color-main);
}

.header-item--feature span {
  color: var(--color-pink);
}

.header-item--guide span {
  color: var(--color-green);
}

.header-item--service span {
  color: var(--color-orange);
}

@media screen and (max-width: 990px) {
  header {
    width: 100%;
    height: 80px;
  }
  .header-wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    padding: 0;
    border-radius: 0 0 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: inherit;
  }
  .header-logo {
    width: 70px;
    height: 70px;
    margin-top: 20px;
    margin-left: 20px;
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-menu {
    position: fixed;
    top: 60px;
    right: -100%;
    background-color: var(--color-beige);
    width: 100%;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow-y: scroll;
    height: 110vh;
    height: 110dvh;
    z-index: 11;
    display: block;
    text-align: center;
  }
  .header-menu.open {
    right: 0;
  }
  .header-item {
    padding-bottom: 5px;
    margin: 0 auto 20px;
  }
}
/*===================================================================
　mobmenu
===================================================================*/
.mobmenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50px;
  height: 50px;
  background-color: var(--color-pink);
  border-radius: 100%;
  margin-top: 30px;
  margin-right: 20px;
}

@media screen and (min-width: 991px) {
  .mobmenu-wrap {
    display: none;
  }
}
.mobmenu-overlay {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: none;
  height: 100%;
  backdrop-filter: blur(10px);
}

.mobmenu-fixed {
  position: fixed;
  z-index: 20;
  top: 50px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 350px;
}

.mobmenu-fixed.open {
  opacity: 1;
  pointer-events: all;
}

.mobmenu-bg {
  width: 0px;
  opacity: 0;
  height: 100vh;
  height: 100dvh;
  margin-top: 75px;
  padding-bottom: 100px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  margin-left: auto;
  overflow: auto;
}

.mobmenu-bg.open {
  width: 100%;
  opacity: 1;
}

.mobmenu-btn {
  z-index: 12;
}

/* openbtn */
.openbtn {
  position: relative;
  z-index: 10;
  cursor: pointer;
  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: 50px;
  height: 50px;
}

/* ボタン内側 */
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 2px;
  width: 24px;
  background-color: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 16px;
}

.openbtn span:nth-of-type(2) {
  top: 24px;
}

.openbtn span:nth-of-type(3) {
  top: 32px;
}

/* active */
.openbtn.active span:nth-of-type(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*========================
  mob-contact
========================*/
.mob-contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  margin-right: 30px;
}

/*===================================================================
    footer
===================================================================*/
footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--color-black);
  color: #fff;
}

.footer-contents {
  padding-bottom: 30px;
}

.footer-tit {
  font-size: var(--fs20);
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-text {
  margin-bottom: 20px;
}

.footer-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 200px;
  padding: 12px 10px 10px;
  background-image: linear-gradient(to right, #fff 8px, transparent 8px), linear-gradient(to bottom, #fff 8px, transparent 8px), linear-gradient(to left, #fff 8px, transparent 8px), linear-gradient(to top, #fff 8px, transparent 8px);
  background-size: 11px 2px, 2px 11px, 11px 2px, 2px 11px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}
.footer-btn img {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 10px;
}
.footer-btn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.copy-right {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--fs14);
  padding-top: 20px;
  border-top: 1px solid var(--color-bg);
}

/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 90px;
}

.crumb-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.crumb-wrap a {
  display: block;
  font-size: 12px;
}
.crumb-wrap span {
  font-size: 12px;
}

/*===================================================================
  decoration
===================================================================*/
.decoration {
  position: fixed;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  width: 8vw;
  height: 8vw;
  animation: anim-deco 4s ease-in-out infinite alternate-reverse;
}

.deco01 {
  background: var(--color-main);
  bottom: 10%;
  right: 20px;
  width: 12vw;
  height: 12vw;
  opacity: 0.2;
}

.deco02 {
  background-color: var(--color-orange);
  top: 5%;
  left: 15px;
  width: 12vw;
  height: 12vw;
  animation: anim-deco 5s ease-in-out infinite alternate-reverse;
}

.deco03 {
  background-color: var(--color-pink);
  top: 12%;
  left: 10px;
  width: 6vw;
  height: 6vw;
}

.deco04 {
  background-color: var(--color-green);
  top: 35%;
  left: 15%;
  width: 15vw;
  height: 15vw;
  opacity: 0.2;
  animation: anim-deco 6s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes anim-deco {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}

@keyframes anim-deco {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@media screen and (max-width: 767px) {
  .deco01 {
    bottom: auto;
    top: 50%;
    right: 10px;
    width: 80px;
    height: 80px;
  }
  .deco02 {
    top: 12%;
    left: 15px;
    width: 60px;
    height: 60px;
  }
  .deco03 {
    top: 20%;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .deco04 {
    top: 22%;
    left: auto;
    right: 0;
    width: 60px;
    height: 60px;
    opacity: 0.2;
  }
}
/*===================================================================
    トップページ
===================================================================*/
.site {
  padding: 60px 60px 60px 300px;
}

.site-body {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 990px) {
  .site {
    padding: 0;
  }
}
/*========================
  mv
========================*/
.mv {
  position: relative;
  padding: 60px;
  overflow: hidden;
}

.movie {
  border-radius: 30px;
  overflow: hidden;
}
.movie video {
  width: 100%;
  height: 100%;
}

.mv-copy {
  font-size: var(--fs40);
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  border-radius: 0 0 0 30px;
  padding: 20px 30px;
  z-index: 2;
}

.mv-irast {
  width: 50%;
  height: auto;
  position: absolute;
  bottom: -8px;
  right: -20%;
  opacity: 0.4;
}

@media screen and (max-width: 990px) {
  .mv {
    padding: 90px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie {
    border-radius: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mv-copy {
    position: static;
    background-color: inherit;
    border-radius: 0;
  }
}
/*========================
  about
========================*/
.about-heading {
  font-size: var(--fs24);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.about-heading span.blue {
  display: block;
  border-radius: 50%;
  background: var(--color-main);
  bottom: -5px;
  left: -2em;
  position: absolute;
  width: 4em;
  height: 4em;
  z-index: -1;
  opacity: 0.3;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.about-heading span.pink {
  display: block;
  border-radius: 50%;
  background: var(--color-pink);
  top: -5px;
  right: -1.5em;
  position: absolute;
  width: 3em;
  height: 3em;
  z-index: -1;
  opacity: 0.3;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
}

.about-text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.2;
}

.about-img {
  width: calc(33.333% - 10px);
  overflow: hidden;
  margin-bottom: 10px;
}
.about-img:first-child {
  border-radius: 0 10px 10px 0;
}
.about-img:nth-child(2) {
  border-radius: 10px;
}
.about-img:last-child {
  border-radius: 10px 0 0 10px;
}

/*========================
  feature
========================*/
.feature-wrap {
  margin-top: 30px;
}

.feature-list {
  width: calc(33.333% - 10px);
  overflow: hidden;
  margin-bottom: 10px;
  padding: 20px 15px;
  color: #fff;
  border-radius: 10px;
}
.feature-list:first-child {
  background-color: var(--color-pink);
}
.feature-list:nth-child(2) {
  background-color: var(--color-green);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.feature-list:last-child {
  background-color: var(--color-orange);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.feature-number {
  text-align: center;
  font-size: var(--fs40);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.2;
}
.feature-number span {
  font-size: var(--fs14);
  letter-spacing: 0.02em;
  padding-right: 5px;
  display: block;
  line-height: 1.1;
}

.feature-tit {
  font-size: var(--fs20);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.feature-main {
  font-size: var(--fs18);
  line-height: 2;
  padding: 30px;
  background-color: #3f762e;
  color: #fff;
  border-radius: 10px;
  margin-top: 120px;
  position: relative;
}
.feature-main strong {
  font-size: var(--fs24);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.feature-main::before {
  content: "";
  display: block;
  width: 92px;
  height: 100px;
  background-image: url(../img/mark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .feature-list {
    width: 100%;
  }
  .feature-main {
    padding: 20px 15px;
  }
}
/*========================
  guide
========================*/
.sun006-list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 70px 24px;
  background-color: #f4fff2;
  margin-bottom: 30px;
  border-radius: 10px;
}
.sun006-list:last-child {
  margin-bottom: 0;
}

.sun006-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
  margin-right: 60px;
  font-weight: 700;
  border-right: 1px solid var(--color-green);
  color: var(--color-green);
}
.sun006-step span {
  display: block;
  margin-left: 30px;
  font-size: clamp(1.5rem, 1.2770700637rem + 1.0191082803vw, 2.5rem);
}

.sun006-tit {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  font-weight: 700;
  margin-bottom: 4px;
}

@media screen and (max-width: 900px) {
  .sun006-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sun006-step {
    padding-right: 30px;
    margin-right: 30px;
  }
  .sun006-step span {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sun006-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 20px 16px;
  }
  .sun006-step {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px solid var(--color-green);
    border-right: none;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .sun006-step span {
    margin-left: 12px;
    margin-bottom: 4px;
  }
}
/*===================================================================
  service
===================================================================*/
/*===================================================================
    sun003
===================================================================*/
.sun003-list {
  margin-bottom: 40px;
  position: relative;
}
.sun003-list:last-child {
  margin-bottom: 0;
}
.sun003-list::after {
  content: "";
  display: block;
  width: 40%;
  height: 60%;
  background: linear-gradient(45deg, var(--color-orange) 0%, #fff6eb 180%);
  position: absolute;
  left: 0;
  top: -10%;
  z-index: 0;
  border-radius: 0 10px;
}
.sun003-list:nth-child(2n)::after {
  left: auto;
  right: 0;
  height: 70%;
  top: -20%;
  border-radius: 10px 0;
}
.sun003-list:nth-child(3)::after {
  height: 70%;
  top: -20%;
}

.sun003-item {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 60px 80px 60px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.sun003-img {
  width: 36%;
  max-width: 360px;
}

.sun003-contents {
  width: 60%;
}

.sun003-number {
  color: var(--color-orange);
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: clamp(2.5rem, 2.2770700637rem + 1.0191082803vw, 3.5rem);
  text-decoration: none;
}
.sun003-number span {
  font-size: clamp(1.125rem, 1.097133758rem + 0.127388535vw, 1.25rem);
  border-bottom: 2px solid var(--color-orange);
  padding-bottom: 6px;
  margin-right: 12px;
  position: relative;
  bottom: 10px;
}

.sun003-tit {
  font-size: clamp(1.5rem, 1.3885350318rem + 0.5095541401vw, 2rem);
  font-weight: 500;
  margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
  .sun003-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sun003-img {
    width: 100%;
    max-width: 300px;
  }
  .sun003-contents {
    width: 100%;
  }
  .sun003-list {
    margin-bottom: 30px;
  }
  .sun003-list::after {
    height: 150px;
    top: -50px;
  }
  .sun003-list:nth-child(2)::after {
    height: 200px;
    top: -80px;
  }
  .sun003-list:nth-child(3)::after {
    height: 200px;
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .sun003-item {
    padding: 40px 20px 60px 20px;
  }
  .sun003-img {
    max-width: 240px;
  }
}
.dx-box {
  background-color: var(--color-bg);
  border: 3px solid var(--color-orange);
  border-radius: 10px;
  padding: 30px;
  line-height: 2;
  width: 90%;
  margin: 60px auto 0;
}

.dx-tit {
  font-size: var(--fs24);
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

/*========================
    staff
========================*/
.sun009-item {
  position: relative;
  margin-bottom: 240px;
}

.sun009-img {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  overflow: hidden;
}

.sun009-contents {
  position: absolute;
  right: -5%;
  top: 60%;
  width: 80%;
  background-color: rgba(127, 204, 227, 0.8);
  color: #fff;
  padding: 40px 30px 30px;
  border-radius: 10px;
}

.sun009-lead {
  font-size: clamp(1rem, 0.972133758rem + 0.127388535vw, 1.125rem);
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 30px 0;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.sun009-tit {
  font-size: clamp(1.125rem, 1.0414012739rem + 0.3821656051vw, 1.5rem);
  margin-bottom: 5px;
}

.sun009-item.reverse .sun009-img {
  margin-left: auto;
}
.sun009-item.reverse .sun009-contents {
  right: auto;
  left: -5%;
}

.kango-box {
  padding: 20px 30px;
  border-radius: 10px;
  border: 2px solid var(--color-main);
}

@media screen and (max-width: 1200px) {
  .sun009-img {
    max-width: 70vw;
  }
  .sun009-contents {
    height: auto;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .sun009-item {
    margin-bottom: 60px;
  }
  .sun009-img {
    max-width: 90%;
  }
  .sun009-contents {
    position: relative;
    top: -30px;
    width: 90%;
    margin-left: auto;
    padding: 40px 20px;
  }
  .sun009-item.reverse .sun009-contents {
    margin-left: 0;
    margin-right: auto;
  }
}
/*========================
  public
========================*/
.public-box {
  padding: 30px 20px;
  border: 2px solid var(--color-black);
  border-radius: 10px;
  margin-bottom: 30px;
}
.public-box.last {
  margin-bottom: 120px;
}

.public-tit {
  font-size: var(--fs20);
  margin-bottom: 10px;
  font-weight: 700;
}

.public-list {
  margin-bottom: 10px;
}

.public-item {
  -webkit-text-decoration: underline 1px var(--color-black);
          text-decoration: underline 1px var(--color-black);
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.public-item:hover {
  -webkit-text-decoration: underline 1px var(--color-main);
          text-decoration: underline 1px var(--color-main);
  opacity: 0.8;
}

/*===================================================================
    contact
===================================================================*/
.contact .sec-tit-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
}

.contact-heading {
  font-size: var(--fs18);
  padding: 5px 30px;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-black);
  color: #fff;
  position: relative;
  margin: 0 auto 30px;
  border-radius: 10px;
}
.contact-heading::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--color-black);
  width: 0;
  height: 0;
}

.contact-tel {
  margin-bottom: 40px;
}

.contact-icon {
  width: 36px;
  margin-right: 10px;
}

.tel {
  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;
  font-size: var(--fs32);
  font-weight: 700;
  border: 2px solid var(--color-black);
  padding: 8px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  border-radius: 10px;
}

.tel-text {
  text-align: center;
}

.contact-step {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 80px;
}
.contact-step:after {
  content: "";
  position: absolute;
  top: 28px;
  left: 10%;
  width: 80%;
  height: 3px;
  background-color: var(--color-black);
  z-index: 1;
}

.contact-step-item {
  margin-right: 80px;
}
.contact-step-item:last-child {
  margin-right: 0;
}

.contact-step-number {
  font-size: 12px;
  font-weight: 700px;
  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: 60px;
  height: 60px;
  border: 1px solid var(--color-black);
  border-radius: 100%;
  color: var(--color-black);
  background-color: #fff;
  margin-bottom: 5px;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  z-index: 2;
}
.contact-step-number.active {
  color: #fff;
  background-color: var(--color-black);
}

.contact-step-lead {
  color: var(--color-black);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-wrapL {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-wrapR {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 420px) {
  .contact-step-item {
    margin-right: 40px;
  }
}
/*========================
  form
========================*/
.form-wrap {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #F2F2F2;
}
.form-list:last-child {
  border-bottom: 1px solid #F2F2F2;
}

.form-listL {
  width: 200px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

.form-listR {
  width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
  .form-list {
    padding: 15px 20px;
  }
  .form-listL {
    width: 100%;
    padding-top: 0;
  }
  .form-listR {
    width: 100%;
  }
}
/*========================
  input
========================*/
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  background-color: #F2F2F2;
  width: 100%;
  padding: 10px 30px;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--main-color) !important;
}

/*========================
  submit
========================*/
.form-submit {
  margin: 60px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*========================
  prrivacy-policy
========================*/
.form-list.pp {
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.privacy-area {
  height: 180px;
  overflow-y: auto;
  border: 1px solid var(--color-black);
  background-color: var(--color-brown);
  padding: 20px;
  margin-bottom: 20px;
}

.pp-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.pp-text a {
  display: inline;
  color: #DE5D8F;
  -webkit-text-decoration: underline #DE5D8F;
          text-decoration: underline #DE5D8F;
}

.checkbox-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  background-color: var(--gray-color);
}
input[type=checkbox] + label {
  font-weight: 500;
}

#privacy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--gray-color);
  padding: 5px 10px;
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}

.contact-form label.error {
  display: block;
  margin-top: 5px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--main-color);
  color: #a92f40;
  font-size: 14px;
  font-weight: 500;
}

#privacy-check {
  position: relative;
  margin-bottom: 35px;
}

#privacy-check label.error {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
}

/*========================
    thanks
========================*/
.thanks .inner {
  max-width: 800px;
}

.thanks-contents {
  margin-bottom: 60px;
  text-align: center;
}

.thanks .btn-wrap {
  width: 300px;
  margin: 40px auto 0;
}
.thanks .btn-wrap .btn-inner {
  padding-top: 3px;
}

/*========================
  fv
========================*/
.fv {
  margin-top: 160px;
  text-align: center;
}

.fv-tit {
  font-size: var(--fs32);
}

/*===================================================================
  pdf
===================================================================*/
.pdf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}

.pdf-list {
  width: calc(50% - 15px);
}

.pdf-btn {
  height: 50px;
  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: 2px solid var(--color-black);
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pdf-btn:hover {
  background-color: var(--color-black);
  color: #fff;
}

@media screen and (max-width: 600px) {
  .pdf-list {
    width: calc(50% - 8px);
  }
}