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

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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: 700;
}

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

sup {
  top: -0.3em;
}

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

/* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

/**
 * 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=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[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: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #F2F2F2;
  color: #2A2A2A;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  overflow-x: hidden;
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media all and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.width {
  max-width: 1350px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn {
  text-align: center;
  max-width: 400px;
  margin-inline: auto;
}
@media all and (max-width: 480px) {
  .common-btn {
    max-width: 320px;
  }
}
.common-btn > a {
  box-sizing: border-box;
  display: block;
  background: #019878;
  color: #fff;
  position: relative;
  z-index: 10;
  border-radius: 50px;
  padding: 20px 60px;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .common-btn > a {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .common-btn > a {
    padding: 16px 40px;
  }
}
@media (hover: hover) {
  .common-btn > a:hover {
    opacity: 1;
  }
  .common-btn > a:hover::after {
    width: 100%;
    border-radius: 50px;
  }
}
.common-btn > a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #2A2A2A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transition: all 0.3s ease-out;
  border-radius: 50px;
}
.common-btn > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
@media all and (max-width: 480px) {
  .common-btn > a svg {
    right: 20px;
  }
}
.common-btn.black > a {
  background: #2A2A2A;
}
.common-btn.black > a::after {
  background: #fff;
}
.common-btn.black > a:hover {
  color: #019878;
}
.common-btn.black > a:hover svg path {
  fill: #019878;
}
.common-btn.white > a {
  background: #fff;
  color: #2A2A2A;
}
.common-btn.white > a::after {
  background: #2A2A2A;
}
.common-btn.white > a:hover {
  color: #fff;
}
.common-btn.white > a:hover svg path {
  fill: #fff;
}
.common-breadcrumb {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: auto;
}
@media all and (max-width: 896px) {
  .common-breadcrumb {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}
.common-breadcrumb li {
  margin-left: 3em;
  position: relative;
  flex-shrink: 0;
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .common-breadcrumb li {
    margin-left: 2em;
  }
}
.common-breadcrumb li:first-child {
  margin-left: 0;
}
.common-breadcrumb li:last-child::after {
  content: none;
}
.common-breadcrumb li::after {
  content: "●";
  position: absolute;
  right: -4.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #019878;
  font-size: 0.5rem;
}
@media all and (max-width: 480px) {
  .common-breadcrumb li::after {
    right: -3.5em;
  }
}
.common-breadcrumb li a {
  display: block;
  color: #7a7a7a;
}
.common-breadcrumb li a:hover {
  opacity: 1;
  color: #019878;
}
.common-ttl--large {
  position: relative;
}
.common-ttl--large__lineobject {
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: -1;
  width: auto;
}
@media all and (max-width: 480px) {
  .common-ttl--large__lineobject {
    bottom: -75px;
    width: 100%;
  }
}
.common-ttl--large__lineobject svg {
  width: 100%;
}
.common-ttl--large h1 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  padding-top: 70px;
}
@media all and (max-width: 480px) {
  .common-ttl--large h1 {
    font-size: min(5.1vw, 2rem);
    padding-top: 40px;
  }
}
.common-ttl--large .common-breadcrumb {
  margin-top: 300px;
}
@media all and (max-width: 480px) {
  .common-ttl--large .common-breadcrumb {
    margin-top: 120px;
  }
}
.common-ttl--small {
  position: relative;
  min-height: 262px;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 480px) {
  .common-ttl--small {
    min-height: auto;
    height: 160px;
  }
}
.common-ttl--small__lineobject {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media all and (max-width: 1680px) {
  .common-ttl--small__lineobject {
    right: -15%;
    width: 70%;
  }
}
@media all and (max-width: 896px) {
  .common-ttl--small__lineobject {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .common-ttl--small__lineobject {
    top: -50px;
    right: -10%;
  }
}
.common-ttl--small__lineobject svg {
  width: 100%;
}
.common-ttl--small p {
  color: #019878;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  padding-left: 0.2em;
}
@media all and (max-width: 480px) {
  .common-ttl--small p {
    font-size: min(3.9vw, 1.4rem);
  }
}
.common-ttl--small h1 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-top: 20px;
}
@media all and (max-width: 480px) {
  .common-ttl--small h1 {
    font-size: min(6.2vw, 2.4rem);
    margin-top: 15px;
  }
}
.common-ttl--small .common-breadcrumb {
  margin-top: 60px;
}
@media all and (max-width: 480px) {
  .common-ttl--small .common-breadcrumb {
    margin-top: 40px;
  }
}
.common-ttl__inner {
  position: relative;
}
.common-ttl__txtobject {
  position: absolute;
  top: 150px;
  left: 0;
  font-size: 17rem;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  z-index: -1;
  line-height: 0.75;
}
@media all and (max-width: 896px) {
  .common-ttl__txtobject {
    font-size: 18vw;
  }
}
@media all and (max-width: 480px) {
  .common-ttl__txtobject {
    top: 80px;
    font-size: min(18vw, 7rem);
  }
}
.common-introtxt {
  font-size: 2rem;
}
@media all and (max-width: 480px) {
  .common-introtxt {
    font-size: min(4.3vw, 1.8rem);
  }
}
.common-headline--large {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-bottom: 18px;
  border-bottom: 1px solid #DADFDE;
  margin-top: 100px;
  width: 100%;
}
@media all and (max-width: 480px) {
  .common-headline--large {
    font-size: min(8.2vw, 3.4rem);
    padding-bottom: 15px;
    margin-top: 80px;
  }
}
.common-headline--medium {
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  padding-top: 30px;
}
@media all and (max-width: 480px) {
  .common-headline--medium {
    font-size: min(6.75vw, 2.8rem);
    padding-top: 20px;
  }
}
.common-headline--medium::before {
  position: absolute;
  content: "";
  top: 0;
  left: 2px;
  border-top: 2px solid #019878;
  width: 42px;
}
.common-txtbox {
  background: #fff;
  padding: 30px 40px;
  border-radius: 8px;
}
@media all and (max-width: 480px) {
  .common-txtbox {
    padding: 30px 25px;
  }
}
.common-txtbox__headline {
  position: relative;
  font-size: min(6vw, 2.4rem);
  font-weight: 600;
}
.common-txtbox__headline::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 2px;
  border-top: 2px solid #019878;
  width: 40px;
}
.common-txtbox__block {
  margin-bottom: 90px;
}
.common-txtbox__block .common-txtbox__txt {
  margin-top: 10px;
}
.common-txtbox__block:last-child {
  margin-bottom: 0;
}
.common-txtbox__info--item {
  display: flex;
}
@media all and (max-width: 896px) {
  .common-txtbox__info--item {
    flex-direction: column;
  }
}
.common-txtbox__info--item:first-child dt {
  border-radius: 8px 0 0 0;
}
@media all and (max-width: 896px) {
  .common-txtbox__info--item:first-child dt {
    border-radius: 8px 8px 0 0;
  }
}
.common-txtbox__info--item:first-child dd {
  border-top: 1px solid #DADFDE;
  border-radius: 0 8px 0 0;
}
@media all and (max-width: 896px) {
  .common-txtbox__info--item:first-child dd {
    border-top: none;
    border-radius: 0;
  }
}
.common-txtbox__info--item:last-child dt {
  border-radius: 0 0 0 8px;
}
@media all and (max-width: 896px) {
  .common-txtbox__info--item:last-child dt {
    border-radius: 0;
  }
}
.common-txtbox__info--item:last-child dd {
  border-radius: 0 0 8px 0;
}
@media all and (max-width: 896px) {
  .common-txtbox__info--item:last-child dd {
    border-radius: 0 0 8px 8px;
  }
}
.common-txtbox__info--item dt, .common-txtbox__info--item dd {
  border-right: 1px solid #DADFDE;
  border-bottom: 1px solid #DADFDE;
}
.common-txtbox__info--item dt {
  display: grid;
  place-content: center;
  padding: 15px 10px;
  width: 120px;
  gap: 5px 10px;
  background: #2A2A2A;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media all and (max-width: 896px) {
  .common-txtbox__info--item dt {
    padding: 10px 5px;
    width: 100%;
  }
}
.common-txtbox__info--item dd {
  flex-grow: 1;
  padding: 15px 20px;
  width: calc(100% - 120px);
}
@media all and (max-width: 896px) {
  .common-txtbox__info--item dd {
    padding: 15px;
    width: 100%;
    border-left: 1px solid #DADFDE;
  }
}
.common-txtbox__info--item dd a {
  display: inline-block;
  position: relative;
  color: #019878;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.common-txtbox__info--item dd a[href^="https://"], .common-txtbox__info--item dd a[href^="http://"] {
  padding: 0 1.2em 0 0;
}
.common-txtbox__info--item dd a[href^="https://"]::after, .common-txtbox__info--item dd a[href^="http://"]::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/icon_blank.svg) center center/cover no-repeat;
  width: 12px;
  height: 12px;
  top: 55%;
  transform: translateY(-50%);
  right: 0.2em;
}
.common-txtbox__col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.common-txtbox__col2 > div {
  width: 48%;
}
@media all and (max-width: 896px) {
  .common-txtbox__col2 > div {
    width: 100%;
  }
}
.common-list__check li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  .common-list__check li {
    padding-left: 25px;
  }
}
.common-list__check li::before {
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.3rem;
  background: url(../../assets/images/common/icon_check.svg) center center/cover no-repeat;
  width: 25px;
  height: 25px;
}
.common-list__normal li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  .common-list__normal li {
    padding-left: 25px;
  }
}
.common-list__normal li::before {
  position: absolute;
  display: block;
  content: "●";
  top: 12px;
  transform: translateY(-50%);
  left: 0;
  color: #019878;
}
.common-detail__titlearea {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}
@media all and (max-width: 896px) {
  .common-detail__titlearea {
    margin-top: 70px;
  }
}
.common-detail__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.common-detail__category li {
  display: inline-block;
  color: #fff;
  text-align: center;
  min-width: 120px;
  font-size: min(3.9vw, 1.4rem);
  padding: 3px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.common-detail__category li.place {
  border-color: #019878;
  color: #019878;
  background: #fff;
}
.common-detail__category li.west {
  background: #C67361;
}
.common-detail__category li.chubu {
  background: #C1B653;
}
.common-detail__category li.fuji {
  background: #6196C6;
}
.common-detail__category li.izu {
  background: #A988A8;
}
.common-detail__date {
  font-size: min(3.8vw, 1.4rem);
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
}
.common-detail__label {
  display: inline-block;
  color: #fff;
  background: #2A2A2A;
  text-align: center;
  min-width: 120px;
  font-size: min(3.9vw, 1.4rem);
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #2A2A2A;
}
.common-detail__slide {
  margin: 80px auto 0;
  text-align: center;
}
@media all and (max-width: 896px) {
  .common-detail__slide {
    margin: 40px auto 0;
  }
}
.common-detail .splide__arrow {
  width: 80px;
  height: 80px;
  background: #fff;
  top: 53%;
  opacity: 1;
}
@media all and (max-width: 480px) {
  .common-detail .splide__arrow {
    width: 60px;
    height: 60px;
  }
}
.common-detail .splide__arrow:disabled {
  opacity: 1;
  cursor: pointer;
}
.common-detail .splide__arrow:hover {
  opacity: 1;
  background: #019878;
}
.common-detail .splide__arrow:hover svg {
  transition: 0.5s;
}
.common-detail .splide__arrow:hover svg path {
  fill: #fff;
}
@media all and (max-width: 896px) {
  .common-detail .splide__arrow--prev {
    left: -3em;
  }
}
@media all and (max-width: 896px) {
  .common-detail .splide__arrow--prev svg {
    margin-left: 1.5em;
  }
}
.common-detail .splide__arrow--prev:hover svg {
  transform: scaleX(-1) translateX(8px);
}
@media all and (max-width: 896px) {
  .common-detail .splide__arrow--next {
    right: -3em;
  }
}
@media all and (max-width: 896px) {
  .common-detail .splide__arrow--next svg {
    margin-right: 1.5em;
  }
}
.common-detail .splide__arrow--next:hover svg {
  transform: translateX(8px);
}
.common-detail .splide__slide {
  height: auto !important;
  border: 0 solid transparent !important;
}
@media all and (max-width: 480px) {
  .common-detail .splide__slide {
    margin-right: 7px !important;
  }
}
.common-detail .splide-thumb {
  margin-top: 15px;
}
@media all and (max-width: 480px) {
  .common-detail .splide-thumb {
    margin-top: 0;
  }
}
.common-detail .splide-thumb .splide__list {
  justify-content: center;
}
.common-detail .splide-thumb .is-active {
  position: relative;
  border: none !important;
}
.common-detail .splide-thumb .is-active::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 152, 120, 0.5);
  border-radius: 8px;
}
.common-detail .splide-thumb .is-active img {
  border-color: #019878 !important;
}
.common-detail .splide-thumb .thumb-media {
  overflow: hidden;
}
.common-detail .splide-thumb .thumb-media img {
  aspect-ratio: 1.33/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 8px;
}
@media all and (max-width: 480px) {
  .common-detail .splide-thumb .thumb-media img {
    aspect-ratio: 1/1;
    border: 2px solid #fff;
  }
}
.common-detail figure div {
  overflow: hidden;
  padding: 20px;
}
@media all and (max-width: 480px) {
  .common-detail figure div {
    padding: 10px;
  }
}
.common-detail figure div img {
  aspect-ratio: 1.54/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 480px) {
  .common-detail figure div img {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  }
}
.common-detail__contents {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .common-detail__contents {
    margin-top: 40px;
  }
}
.common-detail__contents > * {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .common-detail__contents > * {
    margin-top: 24px;
  }
}
.common-detail__contents > *:first-child {
  margin-top: 0;
}
.common-detail__contents figure {
  text-align: center;
}
.common-detail__contents figure img {
  border-radius: 8px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 480px) {
  .common-detail__contents figure img {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  }
}
.common-detail__contents table {
  display: block;
  border-collapse: collapse;
  overflow: auto;
  padding-bottom: 10px;
}
.common-detail__contents table tbody {
  display: inline-block;
}
.common-detail__contents table th, .common-detail__contents table td {
  box-sizing: border-box;
  padding: 5px 15px;
  white-space: nowrap;
  border: 1px solid #ccc;
}
.common-detail__contents table th {
  background: #61C6B1;
  color: #fff;
  font-weight: 500;
}
.common-detail__contents iframe {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.common-detail__contents ul li {
  padding-left: 1.2em;
  position: relative;
}
.common-detail__contents ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #019878;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.common-detail__contents ol {
  counter-reset: item;
  list-style-type: none;
}
.common-detail__contents ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.common-detail__contents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  font-weight: 700;
  color: #019878;
}
.common-detail__contents em {
  font-style: italic;
}
.common-detail__contents a {
  display: inline-block;
  position: relative;
  color: #019878;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.common-detail__contents a[href^="https://"], .common-detail__contents a[href^="http://"] {
  padding: 0 1.2em 0 0;
}
.common-detail__contents a[href^="https://"]::after, .common-detail__contents a[href^="http://"]::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/icon_blank.svg) center center/cover no-repeat;
  width: 12px;
  height: 12px;
  top: 55%;
  transform: translateY(-50%);
  right: 0.2em;
}
.common-detail__contents a[href$=".pdf"] {
  padding: 0 1.5em 0 0;
}
.common-detail__contents a[href$=".pdf"]::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/icon_pdf.svg) center center/cover no-repeat !important;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 0.15em;
}
.common-detail__block > * {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .common-detail__block > * {
    margin-top: 12px;
  }
}
.common-detail__block > *:first-child {
  margin-top: 0;
}
.common-detail__flex {
  display: flex;
  gap: 60px;
}
@media all and (max-width: 600px) {
  .common-detail__flex {
    flex-direction: column;
    gap: 30px;
  }
}
.common-detail__flex img {
  width: 100%;
  max-width: none;
}
.common-detail__flex .detail-block {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .common-detail__flex .detail-block {
    width: 100%;
  }
}
.common-detail__flex .detail-img {
  width: 400px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .common-detail__flex .detail-img {
    width: 250px;
  }
}
@media all and (max-width: 600px) {
  .common-detail__flex .detail-img {
    width: 100%;
  }
}
.common-detail__flex.col2 {
  flex-direction: row;
  flex-wrap: wrap;
}
.common-detail__flex.col2 > * {
  width: calc((100% - 60px) / 2);
}
@media all and (max-width: 896px) {
  .common-detail__flex.col2 > * {
    width: 100%;
  }
}
.common-detail__flex.col2.reverse {
  flex-direction: row-reverse;
}
@media all and (max-width: 600px) {
  .common-detail__flex.col2.reverse {
    flex-direction: column;
  }
}
.common-detail__flex.col2 .common-detail__block {
  flex: 1 1 0%;
}
.common-detail__flex:not(:has(.common-detail__flex-img)) .common-detail__block {
  flex: 0 0 100%;
  max-width: 100%;
}
.common-detail .common-btn {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .common-detail .common-btn {
    margin-top: 40px;
  }
}
.common-link {
  margin: 100px 0;
}
@media all and (max-width: 480px) {
  .common-link {
    margin: 70px 0;
  }
}
.common-link__container {
  border-top: 1px solid #DADFDE;
  border-bottom: 1px solid #DADFDE;
  padding: 38px 0;
  background: #F2F2F2;
}
@media all and (max-width: 896px) {
  .common-link__container {
    padding: 0;
  }
}
.common-link__container.single {
  padding: 0;
  width: 100%;
  max-width: 670px;
}
@media all and (max-width: 896px) {
  .common-link__container.single {
    width: calc(100% - 30px);
  }
}
.common-link__container.single ul li {
  width: 100%;
}
.common-link__container.single ul li:first-child {
  border-right: none;
}
@media all and (max-width: 896px) {
  .common-link__container.single ul li:first-child {
    border-bottom: 1px solid #DADFDE;
  }
}
.common-link__container.single ul li:first-child a {
  padding-right: 0;
}
.common-link__container.single ul li:last-child a {
  padding-left: 0;
}
.common-link ul {
  display: flex;
  flex-wrap: wrap;
}
.common-link ul li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .common-link ul li {
    width: 100%;
  }
}
.common-link ul li:first-child {
  border-right: 1px solid #DADFDE;
}
@media all and (max-width: 896px) {
  .common-link ul li:first-child {
    border-right: none;
    border-bottom: 1px solid #DADFDE;
  }
}
.common-link ul li:first-child a {
  padding-right: 38px;
}
@media all and (max-width: 896px) {
  .common-link ul li:first-child a {
    padding-right: 0;
  }
}
.common-link ul li:last-child a {
  padding-left: 38px;
}
@media all and (max-width: 896px) {
  .common-link ul li:last-child a {
    padding-left: 0;
  }
}
.common-link ul li a {
  padding: 30px 0;
  color: #019878;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .common-link ul li a {
    font-size: min(4.3vw, 1.8rem);
  }
}
.common-link ul li a:hover {
  opacity: 1;
}
.common-link ul li a:hover svg path {
  fill: #fff;
}
.common-link ul li a:hover span {
  background: #019878;
  transition: 0.5s;
}
.common-link__arrow {
  display: grid;
  place-content: center;
  border-radius: 70px;
  width: 70px;
  height: 70px;
  border: 1px solid #019878;
  background: #fff;
}
@media all and (max-width: 480px) {
  .common-link__arrow {
    width: 60px;
    height: 60px;
  }
}
.common-link__arrow svg {
  width: 13px;
  height: 13px;
}
.common-cv {
  position: relative;
  padding: 200px 0 80px;
}
@media all and (max-width: 480px) {
  .common-cv {
    padding: 150px 0 80px;
  }
}
.common-cv__lineobject--top {
  position: absolute;
  top: 80px;
  right: -30px;
  z-index: 1;
}
@media all and (max-width: 1680px) {
  .common-cv__lineobject--top {
    top: 0;
  }
}
@media all and (max-width: 1350px) {
  .common-cv__lineobject--top {
    top: 85px;
    right: -20%;
  }
}
@media all and (max-width: 896px) {
  .common-cv__lineobject--top {
    top: 20px;
  }
}
@media all and (max-width: 480px) {
  .common-cv__lineobject--top {
    right: auto;
    left: 15%;
  }
}
.common-cv__lineobject--bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: auto;
}
@media all and (max-width: 480px) {
  .common-cv__lineobject--bottom {
    right: auto;
    left: 0;
  }
}
@media all and (max-width: 1200px) {
  .common-cv__lineobject--bottom.pconly {
    bottom: -60px;
  }
}
@media all and (max-width: 896px) {
  .common-cv__lineobject--bottom.pconly {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .common-cv__lineobject--bottom.pconly {
    display: none;
  }
}
.common-cv__lineobject svg {
  width: 100%;
}
.common-cv__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-cv__txt {
  position: relative;
  z-index: 2;
  width: 55%;
}
@media all and (max-width: 896px) {
  .common-cv__txt {
    width: 100%;
  }
}
.common-cv__copy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.common-cv__copy span {
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 5px 16px;
  color: #019878;
  letter-spacing: 0.2em;
}
@media all and (max-width: 480px) {
  .common-cv__copy span {
    font-size: 2rem;
    padding: 3px 10px;
  }
}
.common-cv h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 13px;
  letter-spacing: 0.12em;
  text-shadow: 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2, 0 0 3px #F2F2F2;
}
@media all and (max-width: 480px) {
  .common-cv h2 {
    font-size: min(7.7vw, 3rem);
  }
}
.common-cv h2 span.color {
  color: #019878;
}
.common-cv h2 br.onlytop {
  display: none;
}
@media all and (max-width: 1367px) {
  .common-cv h2 br.onlytop {
    display: block;
  }
}
.common-cv__btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 27px;
  max-width: 570px;
}
@media all and (max-width: 896px) {
  .common-cv__btn {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 45px;
  }
}
.common-cv__btn li {
  display: flex;
  flex-direction: column;
}
.common-cv__btn li a {
  display: grid;
  place-content: center;
  position: relative;
  text-align: center;
  border-radius: 8px;
  text-align: center;
  background: #019878;
  color: #fff;
  aspect-ratio: 1/1;
  padding: 35px 10px 0 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .common-cv__btn li a {
    place-content: normal;
    text-align: left;
    aspect-ratio: auto;
    padding: 20px 100px;
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .common-cv__btn li a {
    padding: 16px 16px 16px 60px;
    font-size: 1.6rem;
  }
}
.common-cv__btn li a svg, .common-cv__btn li a img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .common-cv__btn li a svg, .common-cv__btn li a img {
    left: auto;
    transform: translateX(0);
  }
}
.common-cv__btn li a svg.icon, .common-cv__btn li a img.icon {
  top: 33px;
  width: 35px;
  height: 35px;
}
@media all and (max-width: 896px) {
  .common-cv__btn li a svg.icon, .common-cv__btn li a img.icon {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
}
@media all and (max-width: 480px) {
  .common-cv__btn li a svg.icon, .common-cv__btn li a img.icon {
    width: 20px;
    height: 20px;
  }
}
.common-cv__btn li a svg.arrow, .common-cv__btn li a img.arrow {
  bottom: 24px;
}
@media all and (max-width: 896px) {
  .common-cv__btn li a svg.arrow, .common-cv__btn li a img.arrow {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}
.common-cv__btn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2A2A2A;
  border-radius: 8px;
  transition: width 0.3s ease, border-radius 0.3s ease;
  z-index: -1;
}
.common-cv__btn li a:hover {
  position: relative;
  z-index: 2;
  opacity: 1;
  color: #fff;
}
.common-cv__btn li a:hover::before {
  width: 100%;
  border-radius: 8px;
}
.common-cv__img {
  width: 32%;
  margin-top: -50px;
  margin-right: -25px;
}
@media all and (max-width: 1440px) {
  .common-cv__img {
    margin-right: 30px;
  }
}
@media all and (max-width: 896px) {
  .common-cv__img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-top: 45px;
  }
}
.common-cv__img ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .common-cv__img ul {
    max-width: 590px;
    margin: auto;
  }
}
.common-cv__img ul li {
  position: relative;
}
.common-cv__img ul li::before, .common-cv__img ul li::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/line_frame.svg) top left/auto repeat-x;
  width: 100%;
  height: 8px;
  z-index: 1;
  opacity: 0.8;
  left: 3px;
}
@media all and (max-width: 480px) {
  .common-cv__img ul li::before, .common-cv__img ul li::after {
    background: url(../../assets/images/common/line_frame.svg) top left/12px repeat-x;
  }
}
.common-cv__img ul li::before {
  top: 8px;
}
.common-cv__img ul li::after {
  bottom: 8px;
}
.common-cv__img ul li:first-child {
  margin-top: 110px;
  width: 56%;
}
@media all and (max-width: 480px) {
  .common-cv__img ul li:first-child {
    margin-top: 88px;
  }
}
.common-cv__img ul li:first-child img {
  width: 100%;
  max-width: 375px;
}
.common-cv__img ul li:last-child {
  width: 40%;
}
.common-cv__img ul li:last-child img {
  width: 100%;
  max-width: 259px;
}
.common-cv__img ul li img {
  border-radius: 4px;
}
.common-cv__object {
  position: absolute;
  right: 11.8%;
  text-align: right;
  bottom: 90px;
}
@media all and (max-width: 1680px) {
  .common-cv__object {
    right: 3%;
    bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  .common-cv__object {
    right: 13px;
    bottom: 20px;
  }
}
.common-cv__object img, .common-cv__object svg {
  width: 265px;
}
@media all and (max-width: 480px) {
  .common-cv__object img, .common-cv__object svg {
    max-width: 243px;
  }
}

.scroll-container {
  position: relative;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}

.scroll-hint {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px 0;
  border-radius: 5px;
  display: none;
  z-index: 10;
  transition: 1s;
  text-align: center;
}
.scroll-hint img {
  max-width: 100px;
}
.scroll-hint.show {
  display: block;
}

.camel_paging_sp {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .camel_paging_sp {
    margin-top: 30px;
  }
}
.camel_paging_sp ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media all and (max-width: 896px) {
  .camel_paging_sp ul {
    gap: 8px;
    font-size: 1.3rem;
  }
}
.camel_paging_sp ul > li {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
@media all and (max-width: 480px) {
  .camel_paging_sp ul > li {
    width: 40px;
    height: 40px;
  }
}
.camel_paging_sp ul > li > a, .camel_paging_sp ul > li > span {
  box-sizing: border-box;
  display: grid;
  place-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #DADFDE;
  border-radius: 48px;
  color: #2A2A2A;
  background: #fff;
}
@media all and (max-width: 480px) {
  .camel_paging_sp ul > li > a, .camel_paging_sp ul > li > span {
    width: 40px;
    height: 40px;
  }
}
.camel_paging_sp ul > li > a:hover, .camel_paging_sp ul > li > span:hover {
  opacity: 1;
  color: #019878;
}
.camel_paging_sp ul > li.active {
  border: 1px solid #2A2A2A;
  background: #2A2A2A;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
@media all and (max-width: 480px) {
  .camel_paging_sp ul > li.active {
    width: 40px;
    height: 40px;
  }
}
.camel_paging_sp ul > li.next > a, .camel_paging_sp ul > li.prev > a {
  border: none;
  background: none;
}
.camel_paging_sp ul > li.mostnext > a, .camel_paging_sp ul > li.mostnext > span {
  border: none;
  background: none;
}
.camel_paging_sp ul > li.mostnext > a:hover svg path {
  fill: #019878;
}
.camel_paging_sp ul > li.mostprev img, .camel_paging_sp ul > li.mostprev svg {
  transform: scale(-1, 1);
}
.camel_paging_sp ul > li.mostprev > a {
  border: none;
  background: none;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

/***************************************************
 * Generated by SVG Artista on 11/15/2024, 6:05:19 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
svg .common-ttl--large__lineobject1 {
  stroke-dashoffset: 4482px;
  stroke-dasharray: 4482px;
  fill: transparent;
  transition: stroke-dashoffset 1.5s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg .common-ttl--large__lineobject2 {
  stroke-dashoffset: 3172.037109375px;
  stroke-dasharray: 3172.037109375px;
  transition: stroke-dashoffset 1.5s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg .common-ttl--small__lineobject1 {
  stroke-dashoffset: 2478px;
  stroke-dasharray: 2478px;
  fill: transparent;
  transition: stroke-dashoffset 1.5s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg .common-ttl--small__lineobject2 {
  stroke-dashoffset: 2390.1796875px;
  stroke-dasharray: 2390.1796875px;
  transition: stroke-dashoffset 1.5s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .common-ttl--large__lineobject1 {
  stroke-dashoffset: 0;
  fill: rgb(204, 204, 204);
}
svg.active .common-ttl--large__lineobject2 {
  stroke-dashoffset: 0;
}
@media all and (max-width: 480px) {
  svg.active .common-ttl--large__lineobject2 {
    stroke-width: 5px;
  }
}
svg.active .common-ttl--small__lineobject1 {
  stroke-dashoffset: 0;
  fill: rgb(204, 204, 204);
}
@media all and (max-width: 480px) {
  svg.active .common-ttl--small__lineobject1 {
    stroke-width: 5px;
  }
}
svg.active .common-ttl--small__lineobject2 {
  stroke-dashoffset: 0;
}
@media all and (max-width: 480px) {
  svg.active .common-ttl--small__lineobject2 {
    stroke-width: 5px;
  }
}

.lineobject__left {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 15%;
}
@media all and (max-width: 896px) {
  .lineobject__left {
    width: 38%;
  }
}
.lineobject__left-rect {
  stroke-dashoffset: 1432px;
  stroke-dasharray: 1432px;
  transition: stroke-dashoffset 1.5s linear 0s;
}
.lineobject__left-path {
  stroke-dashoffset: 996.512878418px;
  stroke-dasharray: 996.512878418px;
  transition: stroke-dashoffset 1.5s linear 0.12s;
}
.lineobject__left svg {
  width: 100%;
  height: auto;
  stroke-width: 1.5px;
}
@media all and (max-width: 480px) {
  .lineobject__left svg {
    stroke-width: 2px;
  }
}
.lineobject__left svg.active .lineobject__left-rect, .lineobject__left svg.active .lineobject__left-path {
  stroke-dashoffset: 0;
}

.lineobject__right {
  position: absolute;
  right: 0;
  z-index: -10;
}
@media all and (max-width: 480px) {
  .lineobject__right {
    width: 100%;
  }
}
.lineobject__right-rect {
  stroke-dashoffset: 2608px;
  stroke-dasharray: 2608px;
  transition: stroke-dashoffset 1.5s linear 0s;
}
.lineobject__right-path {
  stroke-dashoffset: 1693.01953125px;
  stroke-dasharray: 1693.01953125px;
  transition: stroke-dashoffset 1.5s linear 0.12s;
}
.lineobject__right svg {
  width: 100%;
  height: auto;
  stroke-width: 1.5px;
}
@media all and (max-width: 480px) {
  .lineobject__right svg {
    stroke-width: 2px;
  }
}
.lineobject__right svg.active .lineobject__right-rect, .lineobject__right svg.active .lineobject__right-path {
  stroke-dashoffset: 0;
}

svg.moveLine .common-cv__line--top1 {
  stroke-dashoffset: 2478px !important;
  stroke-dasharray: 2478px !important;
  fill: transparent;
  transition: stroke-dashoffset 1.5s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg.moveLine .common-cv__line--top2 {
  stroke-dashoffset: 2390.1796875px;
  stroke-dasharray: 2390.1796875px;
  transition: stroke-dashoffset 1.5s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.moveLine.active .common-cv__line--top1 {
  stroke-dashoffset: 0 !important;
  fill: rgb(204, 204, 204) !important;
}
svg.moveLine.active .common-cv__line--top2 {
  stroke-dashoffset: 0;
}

svg .common-cv__line--bottom1 {
  stroke-dashoffset: 4428px;
  stroke-dasharray: 4428px;
  fill: transparent;
  transition: stroke-dashoffset 1.5s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg .common-cv__line--bottom2 {
  stroke-dashoffset: 2674.1870117188px;
  stroke-dasharray: 2674.1870117188px;
  transition: stroke-dashoffset 1.5s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .common-cv__line--bottom1 {
  stroke-dashoffset: 8856px;
  fill: rgb(51, 51, 51);
}
svg.active .common-cv__line--bottom2 {
  stroke-dashoffset: 5348.3740234375px;
}

svg .common-cv__linesp--bottom1 {
  stroke-dashoffset: 1240px;
  stroke-dasharray: 1240px;
  fill: transparent;
  transition: stroke-dashoffset 3s linear 0s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}
svg .common-cv__linesp--bottom2 {
  stroke-dashoffset: 3613.6943359375px;
  stroke-dasharray: 3613.6943359375px;
  transition: stroke-dashoffset 3s linear 0.12s, fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}
svg.active .common-cv__linesp--bottom1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}
svg.active .common-cv__linesp--bottom2 {
  stroke-dashoffset: 0;
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 110px;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .header {
    height: 60px;
  }
}
.header-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  padding: 10px 15px;
}
.header-logo img {
  max-width: 180px;
}
@media all and (max-width: 1440px) {
  .header-logo img {
    max-width: 120px;
  }
}
@media all and (max-width: 896px) {
  .header-logo img {
    max-width: none;
  }
}
@media all and (max-width: 360px) {
  .header-logo img {
    max-width: 225px;
  }
}
@media all and (max-width: 1350px) {
  .header-contents {
    display: none;
  }
}
.header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  margin: 17px 95px auto auto;
}
.header-menu > li.current {
  color: #019878;
}
.header-menu > li a:not(.lanbtn) {
  position: relative;
  display: block;
  border-radius: 60px;
  background-color: #019878;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 15px 45px 15px 25px;
  width: 200px;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .header-menu > li a:not(.lanbtn) {
    font-size: 1.6rem;
  }
}
.header-menu > li a:not(.lanbtn)::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #2A2A2A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  border-radius: 60px;
  transition: all 0.3s ease-out;
}
.header-menu > li a:not(.lanbtn) svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  z-index: 1;
}
@media (hover: hover) {
  .header-menu > li a:not(.lanbtn):hover {
    opacity: 1;
    color: #fff;
  }
  .header-menu > li a:not(.lanbtn):hover::after {
    width: 100%;
    border-radius: 60px;
  }
}
.header-menu > li.has-child {
  position: relative;
}
.header-menu > li.has-child:has(.search) span {
  padding-left: 1.5em;
}
.header-menu > li.has-child:has(.search) svg {
  left: -25px;
}
.header-menu > li.has-child:has(.search) input:focus {
  outline: none;
}
.header-menu > li.has-child:has(.search) input::-moz-placeholder {
  color: #fff;
}
.header-menu > li.has-child:has(.search) input::placeholder {
  color: #fff;
}
.header-menu > li.has-child:has(.search) .has-child__text {
  position: relative;
  display: flex;
  align-items: center;
  background: transparent;
  max-width: 240px;
}
.header-menu > li.has-child:has(.search) .has-child__text input {
  background-color: transparent !important;
}
.header-menu > li.has-child:has(.search) .has-child__text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 4px 4px 0px 4px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.header-menu > li.has-child:has(.search) .has-child__btn {
  position: relative;
  background: #2A2A2A;
  border-radius: 60px;
}
.header-menu > li.has-child:has(.search) .has-child__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #019878;
  border-radius: 60px;
  transition: width 0.3s ease, border-radius 0.3s ease;
  z-index: -1;
}
.header-menu > li.has-child:has(.search) .has-child__btn:hover {
  position: relative;
  z-index: 2;
}
.header-menu > li.has-child:has(.search) .has-child__btn:hover::before {
  background: #019878;
}
.header-menu > li.has-child:has(.search) .has-child__btn:hover input::-moz-placeholder {
  color: #fff;
  background: #2A2A2A;
}
.header-menu > li.has-child:has(.search) .has-child__btn:hover input::placeholder {
  color: #fff;
  background: #2A2A2A;
}
.header-menu > li.has-child:has(.search) .has-child__icon {
  border-radius: 60px;
  padding: 9px 25px;
}
.header-menu > li.has-child:has(.search):hover .has-child__btn {
  background: #019878;
}
.header-menu > li.has-child:has(.search) .search {
  position: relative;
  width: 380px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 35px;
  border-radius: 60px;
  background: #019878;
  overflow: hidden;
  color: #fff;
}
.header-menu > li.has-child:has(.search) .search::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #2A2A2A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  border-radius: 60px;
  transition: all 0.1s ease-out;
}
.header-menu > li.has-child:has(.search) .search_wrap {
  position: absolute;
  top: 60px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 32px 36px;
  border-radius: 4px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  width: 700px;
  background: #61C6B1;
  border: 1px solid #fff;
  color: #fff;
}
.header-menu > li.has-child:has(.search) .search_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-menu > li.has-child:has(.search) .search_genre {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-menu > li.has-child:has(.search) .search_genre p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header-menu > li.has-child:has(.search) .search_genre ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.header-menu > li.has-child:has(.search) .search_genre ul li label {
  cursor: pointer;
  display: inline-block;
}
.header-menu > li.has-child:has(.search) .search_genre ul li label span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  color: #2A2A2A;
  background: #fff;
  padding: 0 16px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  border-radius: 30px;
}
.header-menu > li.has-child:has(.search) .search_genre ul li input {
  display: none;
}
.header-menu > li.has-child:has(.search) .search_genre ul li input[type=checkbox]:checked + span {
  color: #fff;
  background: #2A2A2A;
}
.header-menu > li.has-child:has(.search) .search_area {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-menu > li.has-child:has(.search) .search_area p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.header-menu > li.has-child:has(.search) .search_map {
  position: relative;
}
.header-menu > li.has-child:has(.search) .search_map ul {
  margin-top: 20px;
}
.header-menu > li.has-child:has(.search) .search_map ul li {
  position: absolute;
}
.header-menu > li.has-child:has(.search) .search_map ul li label {
  cursor: pointer;
  display: inline-block;
}
.header-menu > li.has-child:has(.search) .search_map ul li label span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #2A2A2A;
  padding: 0 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  border-radius: 30px;
}
.header-menu > li.has-child:has(.search) .search_map ul li input {
  display: none;
}
.header-menu > li.has-child:has(.search) .search_map ul li input[type=checkbox]:checked + span {
  color: #fff;
  background: #2A2A2A;
  border-color: #2A2A2A;
}
.header-menu > li.has-child:has(.search) .search_map ul li.izu {
  bottom: 30px;
  right: 5px;
}
.header-menu > li.has-child:has(.search) .search_map ul li.izu span {
  color: #A988A8;
  border-color: #A988A8;
}
.header-menu > li.has-child:has(.search) .search_map ul li.fuji {
  top: 0;
  right: 15px;
}
.header-menu > li.has-child:has(.search) .search_map ul li.fuji span {
  color: #6196C6;
  border-color: #6196C6;
}
.header-menu > li.has-child:has(.search) .search_map ul li.chubu {
  top: 55px;
  left: 75px;
}
.header-menu > li.has-child:has(.search) .search_map ul li.chubu span {
  color: #C1B653;
  border-color: #C1B653;
}
.header-menu > li.has-child:has(.search) .search_map ul li.west {
  bottom: 40px;
  left: 3px;
}
.header-menu > li.has-child:has(.search) .search_map ul li.west span {
  color: #C67361;
  border-color: #C67361;
}
.header-menu > li.has-child:has(.search) .search_btn {
  width: 100%;
  max-width: 240px;
  text-align: center;
  margin: 15px auto 0;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
  background: #2A2A2A;
}
.header-menu > li.has-child:has(.search) .search_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: width 0.3s ease-out;
  z-index: 1;
  border-radius: 50px;
}
.header-menu > li.has-child:has(.search) .search_btn:hover::after {
  width: 100%;
}
.header-menu > li.has-child:has(.search) .search_btn input {
  display: block;
  width: 100%;
  color: #fff;
  border-radius: 50px;
  text-indent: -1em;
  background: url(../../assets/images/common/icon_search_white.svg) center right 23px/20px no-repeat;
}
.header-menu > li.has-child:has(.search) .search_btn input:hover {
  color: #019878;
  background: url(../../assets/images/common/icon_search_green.svg) center right 23px/20px no-repeat;
}
.header-menu > li.has-child:has(.search) .search_btnbg {
  position: relative;
  z-index: 2;
  width: auto;
  height: 55px;
  font-size: 1.6rem;
  background: none;
  border: none;
  color: #fff;
}
@media all and (max-width: 480px) {
  .header-menu > li.has-child:has(.search) .search_btnbg {
    height: 42px;
  }
}
.header-menu > li.has-child:has(.search) .search_btnbg:hover {
  cursor: pointer;
}
.header-menu > li.has-child.is-hover .search {
  color: #fff;
}
.header-menu > li.has-child.is-hover .search::after {
  width: 100%;
  border-radius: 60px;
  z-index: 1;
}
.header-menu > li.has-child.is-hover .search .has-child__text {
  z-index: 2;
}
.header-menu > li.has-child.is-hover .has-child__btn {
  background: #019878;
  z-index: 2;
}
.header-menu > li.contact {
  margin-left: 24px;
}
@media all and (max-width: 1440px) {
  .header-menu > li.contact {
    margin-left: 0;
  }
}
.header-menu > li.contact a {
  position: relative;
  display: block;
  background: #fff;
  color: #019878;
  width: 180px;
  padding: 15px;
  text-align: center;
  text-indent: -2em;
}
.header-menu > li.contact a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.header-menu > li.contact a::after {
  background-color: #019878;
}
.header-menu > li.contact a:hover {
  color: #fff;
}
.header-menu > li.contact a:hover svg path {
  fill: #fff;
}
.header-menu > li.language {
  margin-top: 14px;
}
@media (max-width: 1510px) {
  .header-menu > li.language {
    display: none;
  }
}
.header-menu > li.language .language-area .panel ul {
  background: #fff;
}
.header-hamburger {
  display: grid;
  place-content: center;
  width: 77px;
  height: 56px;
  background: #2A2A2A;
  border-radius: 60px;
  cursor: pointer;
  position: fixed;
  top: 27px;
  right: 15px;
  z-index: 600;
}
@media all and (max-width: 896px) {
  .header-hamburger {
    top: 10px;
    width: 65px;
    height: 50px;
  }
}
@media all and (max-width: 480px) {
  .header-hamburger {
    top: 5px;
    right: 15px;
  }
}
.header-hamburger:hover {
  background: #fff;
}
.header-hamburger:hover .header-hamburger__box > span {
  background-color: #2A2A2A;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -30deg;
  translate: 0 5px;
}
@media all and (max-width: 480px) {
  .header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
    top: 4px;
  }
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 30deg;
  translate: 0 -5px;
}
@media all and (max-width: 480px) {
  .header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
    bottom: 5px;
  }
}
.header-hamburger__box {
  width: 30px;
  height: 20px;
  position: relative;
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 2px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
@media all and (max-width: 896px) {
  .header-hamburger__box > span {
    left: 2px;
  }
}
@media all and (max-width: 480px) {
  .header-hamburger__box > span {
    height: 1px;
  }
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 3.5px;
}
@media all and (max-width: 480px) {
  .header-hamburger__box > span:nth-of-type(1) {
    top: 5px;
  }
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 8.5px;
}
@media all and (max-width: 480px) {
  .header-hamburger__box > span:nth-of-type(2) {
    top: 10px;
  }
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 4px;
}
@media all and (max-width: 480px) {
  .header-hamburger__box > span:nth-of-type(3) {
    bottom: 3px;
  }
}
.header-nav {
  width: 100%;
  max-width: 600px;
  height: 88dvh;
  padding: 30px 15px;
  background: #fff;
  border-radius: 10px 0 0 10px;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
@media all and (max-width: 896px) {
  .header-nav {
    height: 90dvh;
    top: 70px;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav .language {
  display: none;
}
@media (max-width: 1510px) {
  .header-nav .language {
    display: block;
    margin: auto auto 10px 5px;
  }
}
.header-nav .language .language-area .language-accordion {
  margin-bottom: 5px;
}
.header-nav .language .language-area .panel ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #F2F2F2;
  max-width: 420px;
  gap: 0 8px;
  box-shadow: none !important;
}
.header-nav .language .language-area .panel ul li a {
  padding: 2px 5px !important;
}
.header-nav__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-nav__btn li {
  width: calc(33.3333333333% - 5px);
  display: grid;
}
.header-nav__btn li a {
  display: grid;
  place-content: center;
  position: relative;
  text-align: center;
  border-radius: 8px;
  text-align: center;
  background: #019878;
  color: #fff;
  padding: 40px 5px 30px;
  font-size: min(3.9vw, 1.4rem);
  line-height: 1.4;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.header-nav__btn li a svg, .header-nav__btn li a img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav__btn li a svg.icon, .header-nav__btn li a img.icon {
  top: 12px;
}
.header-nav__btn li a svg.arrow, .header-nav__btn li a img.arrow {
  bottom: 5px;
}
.header-nav__btn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2A2A2A;
  border-radius: 8px;
  transition: width 0.3s ease, border-radius 0.3s ease;
  z-index: -1;
}
.header-nav__btn li a:hover {
  position: relative;
  z-index: 2;
  opacity: 1;
  color: #fff;
}
.header-nav__btn li a:hover::before {
  width: 100%;
  border-radius: 8px;
}
.header-nav__list {
  margin-top: 50px;
  background: #F2F2F2;
  border-radius: 16px;
  padding: 40px 30px 10px;
}
.header-nav__list a {
  display: block;
  position: relative;
  padding: 20px 30px 20px 0;
  font-weight: 600;
}
.header-nav__list a.normal {
  font-weight: 400;
  padding-top: 0;
}
.header-nav__list a svg, .header-nav__list a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.header-nav__list a:hover {
  opacity: 1;
  color: #019878;
}
.header-nav__list a:hover svg path {
  fill: #019878;
}
.header-nav__list > li {
  border-bottom: 1px solid #fff;
}
.header-nav__list > li:first-of-type {
  margin-top: 0;
}
.header-nav__list > li:last-child {
  border-bottom: none;
}
.header-nav__list--small {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 50px 0 0;
}
.header-nav__list--small li.width {
  width: 100%;
}
.header-nav__list--small li.width a {
  font-size: 1.2rem;
}
.header-nav__list--small li.width a svg {
  padding-left: 0.5em;
  width: 22px;
  vertical-align: bottom;
}
.header-nav__list--small li a {
  font-size: 1.4rem;
}
.header-nav__list--small li a:hover {
  opacity: 1;
  color: #019878;
}
.header-nav__list--small li a:hover svg path {
  fill: #019878;
}
.header .language .language-accordion {
  position: relative;
  color: #019878;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 2px 10px 2px 0;
  cursor: pointer;
}
.header .language .language-accordion.active::after {
  transform: scale(1, -1);
}
.header .language .language-accordion img {
  width: 20px;
  padding-right: 5px;
}
.header .language .language-accordion::after {
  position: absolute;
  content: "";
  top: 11px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #019878 transparent transparent transparent;
  border-width: 6px 4px 0px 4px;
}
.header .language .language-area .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.header .language .language-area .panel.show {
  overflow: visible;
}
.header .language .language-area .panel ul {
  color: #2A2A2A;
  border-radius: 5px;
  padding: 5px 0;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.header .language .language-area .panel ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 2px 5px 2px 13px;
  cursor: pointer;
}
.header .language .language-area .panel ul li a:hover {
  color: #019878;
  opacity: 1;
}
.header .language .language-area.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  margin: 100px 0;
  position: sticky;
  top: 100dvh;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .footer {
    margin: 100px 0 130px;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .footer {
    margin: 30px 0 130px;
  }
}
.footer-fixed {
  display: none;
}
@media all and (max-width: 896px) {
  .footer-fixed {
    transform: translateY(0);
    transition: 0.5s;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 601;
    width: 100%;
    background: #fff;
  }
}
.footer-fixed ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-fixed ul li {
  width: calc(33.3333333333% - 0.5px);
}
.footer-fixed ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #019878;
  padding: 9px 5px;
  min-height: 61px;
}
@media all and (max-width: 480px) {
  .footer-fixed ul li a {
    font-size: min(3.5vw, 1.4rem);
  }
}
.footer-fixed ul li a svg, .footer-fixed ul li a img {
  max-width: 20px;
  vertical-align: text-bottom;
  margin: auto;
}
.footer-fixed ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2A2A2A;
  transition: width 0.3s ease, border-radius 0.3s ease;
  z-index: -1;
}
.footer-fixed ul li a:hover {
  position: relative;
  z-index: 2;
  opacity: 1;
  color: #fff;
}
.footer-fixed ul li a:hover::before {
  width: 100%;
}
.footer-fixed.hide {
  transform: translateY(62px);
}
.footer-banner {
  margin: 100px auto 0;
}
@media all and (max-width: 1367px) {
  .footer-banner {
    margin: 20px auto 0;
  }
}
@media all and (max-width: 480px) {
  .footer-banner {
    max-width: 80%;
  }
}
.footer-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.footer-banner ul li img {
  width: 100%;
  max-width: 500px;
}
.footer .width {
  max-width: none;
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 1680px) {
  .footer .width {
    width: calc(100% - 30px);
  }
}
.footer__logobox {
  width: 44%;
  margin-top: -20px;
}
@media all and (max-width: 1680px) {
  .footer__logobox {
    width: 25%;
  }
}
@media all and (max-width: 1367px) {
  .footer__logobox {
    width: 30%;
  }
}
@media all and (max-width: 896px) {
  .footer__logobox {
    width: 100%;
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  .footer__logobox--logo {
    display: none;
  }
}
.footer__logobox--name {
  margin-top: 35px;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .footer__logobox--name {
    font-size: 1.6rem;
  }
}
.footer__logobox--address {
  margin-top: 15px;
  font-size: 1.4rem;
}
.footer__logobox--address a {
  pointer-events: none;
}
@media all and (max-width: 480px) {
  .footer__logobox--address a {
    pointer-events: auto;
  }
}
.footer__logobox--address a span.reading {
  display: inline-block;
}
.footer__logobox--linkbtn a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  background: #fff;
  padding: 10px 25px;
  border-radius: 50px;
  margin-top: 20px;
}
.footer__logobox--linkbtn a svg {
  margin-left: 0.5em;
}
.footer__logobox--linkbtn a:hover {
  opacity: 1;
  color: #019878;
}
.footer__logobox--linkbtn a:hover svg path {
  fill: #019878;
}
.footer__txtlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 56%;
}
@media all and (max-width: 1680px) {
  .footer__txtlink {
    width: 70%;
  }
}
@media all and (max-width: 1367px) {
  .footer__txtlink {
    width: 60%;
  }
}
@media all and (max-width: 896px) {
  .footer__txtlink {
    display: none;
  }
}
.footer__txtlink ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 18px 20px 18px 0;
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 1367px) {
  .footer__txtlink ul li a {
    font-size: 1.5rem;
  }
}
.footer__txtlink ul li a.normal {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 0;
}
@media all and (max-width: 1367px) {
  .footer__txtlink ul li a.normal {
    font-size: 1.4rem;
  }
}
.footer__txtlink ul li a.normal svg, .footer__txtlink ul li a.normal img {
  top: 30%;
}
.footer__txtlink ul li a svg, .footer__txtlink ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.footer__txtlink ul li a:hover {
  opacity: 1;
  color: #019878;
}
.footer__txtlink ul li a:hover svg path {
  fill: #019878;
}
.footer__txtlink ul:first-child {
  width: 35%;
}
@media all and (max-width: 1367px) {
  .footer__txtlink ul:first-child {
    width: 46%;
  }
}
.footer__txtlink ul:nth-child(2) {
  width: 24%;
}
@media all and (max-width: 1367px) {
  .footer__txtlink ul:nth-child(2) {
    width: 46%;
  }
}
.footer__txtlink ul:last-child {
  width: 27%;
}
@media all and (max-width: 1367px) {
  .footer__txtlink ul:last-child {
    width: 46%;
  }
}
.footer__smalllink {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 130px;
}
@media all and (max-width: 896px) {
  .footer__smalllink {
    margin-top: 40px;
    justify-content: center;
  }
}
.footer__smalllink ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .footer__smalllink ul {
    display: none;
  }
}
.footer__smalllink ul li a {
  color: #7a7a7a;
  font-size: 1.4rem;
}
.footer__smalllink ul li a:hover {
  opacity: 1;
  color: #019878;
}
.footer__smalllink--copyright {
  text-align: right;
  color: #7a7a7a;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .footer__smalllink--copyright {
    text-align: center;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 480px) {
  .footer__smalllink--copyright {
    font-size: 2.8vw;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
  background: #fff;
  width: 66px;
  height: 50px;
  border-radius: 50px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .footer .pagetop {
    right: 15px;
  }
}
.footer .pagetop svg {
  transform: rotate(-90deg);
}
.footer .pagetop:hover {
  opacity: 1;
  background: #019878;
}
.footer .pagetop:hover svg path {
  fill: #fff;
}