@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] {
  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 */
}

small {
  font-size: inherit;
}

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

button {
  outline: none;
  appearance: none;
}

/**
 * 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 {
  background: #fff;
  color: #272727;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  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;
  }
}
@media all and (max-width: 896px) {
  .sponly-inline {
    display: inline;
  }
}

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

.m0 {
  margin: 0 !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl160 {
  padding-left: 160px !important;
}

@media all and (max-width: 896px) {
  .m0-sm {
    margin: 0 !important;
  }
  .mt0-sm {
    margin-top: 0 !important;
  }
  .mt5-sm {
    margin-top: 5px !important;
  }
  .mt10-sm {
    margin-top: 10px !important;
  }
  .mt16-sm {
    margin-top: 16px !important;
  }
  .mt24-sm {
    margin-top: 24px !important;
  }
  .mt32-sm {
    margin-top: 32px !important;
  }
  .mt40-sm {
    margin-top: 40px !important;
  }
  .mt48-sm {
    margin-top: 48px !important;
  }
  .mt56-sm {
    margin-top: 56px !important;
  }
  .mt64-sm {
    margin-top: 64px !important;
  }
  .mt72-sm {
    margin-top: 72px !important;
  }
  .mt80-sm {
    margin-top: 80px !important;
  }
  .mr0-sm {
    margin-right: 0 !important;
  }
  .mr5-sm {
    margin-right: 5px !important;
  }
  .mr10-sm {
    margin-right: 10px !important;
  }
  .mr16-sm {
    margin-right: 16px !important;
  }
  .mr24-sm {
    margin-right: 24px !important;
  }
  .mr32-sm {
    margin-right: 32px !important;
  }
  .mr40-sm {
    margin-right: 40px !important;
  }
  .mr48-sm {
    margin-right: 48px !important;
  }
  .mr56-sm {
    margin-right: 56px !important;
  }
  .mr64-sm {
    margin-right: 64px !important;
  }
  .mr72-sm {
    margin-right: 72px !important;
  }
  .mr80-sm {
    margin-right: 80px !important;
  }
  .mb0-sm {
    margin-bottom: 0 !important;
  }
  .mb5-sm {
    margin-bottom: 5px !important;
  }
  .mb10-sm {
    margin-bottom: 10px !important;
  }
  .mb16-sm {
    margin-bottom: 16px !important;
  }
  .mb24-sm {
    margin-bottom: 24px !important;
  }
  .mb32-sm {
    margin-bottom: 32px !important;
  }
  .mb40-sm {
    margin-bottom: 40px !important;
  }
  .mb48-sm {
    margin-bottom: 48px !important;
  }
  .mb56-sm {
    margin-bottom: 56px !important;
  }
  .mb64-sm {
    margin-bottom: 64px !important;
  }
  .mb72-sm {
    margin-bottom: 72px !important;
  }
  .mb80-sm {
    margin-bottom: 80px !important;
  }
  .ml0-sm {
    margin-left: 0 !important;
  }
  .ml5-sm {
    margin-left: 5px !important;
  }
  .ml10-sm {
    margin-left: 10px !important;
  }
  .ml16-sm {
    margin-left: 16px !important;
  }
  .ml24-sm {
    margin-left: 24px !important;
  }
  .ml32-sm {
    margin-left: 32px !important;
  }
  .ml40-sm {
    margin-left: 40px !important;
  }
  .ml48-sm {
    margin-left: 48px !important;
  }
  .ml56-sm {
    margin-left: 56px !important;
  }
  .ml64-sm {
    margin-left: 64px !important;
  }
  .ml72-sm {
    margin-left: 72px !important;
  }
  .ml80-sm {
    margin-left: 80px !important;
  }
  .p0-sm {
    padding: 0 !important;
  }
  .pt0-sm {
    padding-top: 0 !important;
  }
  .pt5-sm {
    padding-top: 5px !important;
  }
  .pt10-sm {
    padding-top: 10px !important;
  }
  .pt16-sm {
    padding-top: 16px !important;
  }
  .pt24-sm {
    padding-top: 24px !important;
  }
  .pt32-sm {
    padding-top: 32px !important;
  }
  .pt40-sm {
    padding-top: 40px !important;
  }
  .pt48-sm {
    padding-top: 48px !important;
  }
  .pt56-sm {
    padding-top: 56px !important;
  }
  .pt64-sm {
    padding-top: 64px !important;
  }
  .pt72-sm {
    padding-top: 72px !important;
  }
  .pt80-sm {
    padding-top: 80px !important;
  }
  .pr0-sm {
    padding-right: 0 !important;
  }
  .pr5-sm {
    padding-right: 5px !important;
  }
  .pr10-sm {
    padding-right: 10px !important;
  }
  .pr16-sm {
    padding-right: 16px !important;
  }
  .pr24-sm {
    padding-right: 24px !important;
  }
  .pr32-sm {
    padding-right: 32px !important;
  }
  .pr40-sm {
    padding-right: 40px !important;
  }
  .pr48-sm {
    padding-right: 48px !important;
  }
  .pr56-sm {
    padding-right: 56px !important;
  }
  .pr64-sm {
    padding-right: 64px !important;
  }
  .pr72-sm {
    padding-right: 72px !important;
  }
  .pr80-sm {
    padding-right: 80px !important;
  }
  .pb0-sm {
    padding-bottom: 0 !important;
  }
  .pb5-sm {
    padding-bottom: 5px !important;
  }
  .pb10-sm {
    padding-bottom: 10px !important;
  }
  .pb16-sm {
    padding-bottom: 16px !important;
  }
  .pb24-sm {
    padding-bottom: 24px !important;
  }
  .pb32-sm {
    padding-bottom: 32px !important;
  }
  .pb40-sm {
    padding-bottom: 40px !important;
  }
  .pb48-sm {
    padding-bottom: 48px !important;
  }
  .pb56-sm {
    padding-bottom: 56px !important;
  }
  .pb64-sm {
    padding-bottom: 64px !important;
  }
  .pb72-sm {
    padding-bottom: 72px !important;
  }
  .pb80-sm {
    padding-bottom: 80px !important;
  }
  .pl0-sm {
    padding-left: 0 !important;
  }
  .pl5-sm {
    padding-left: 5px !important;
  }
  .pl10-sm {
    padding-left: 10px !important;
  }
  .pl16-sm {
    padding-left: 16px !important;
  }
  .pl24-sm {
    padding-left: 24px !important;
  }
  .pl32-sm {
    padding-left: 32px !important;
  }
  .pl40-sm {
    padding-left: 40px !important;
  }
  .pl48-sm {
    padding-left: 48px !important;
  }
  .pl56-sm {
    padding-left: 56px !important;
  }
  .pl64-sm {
    padding-left: 64px !important;
  }
  .pl72-sm {
    padding-left: 72px !important;
  }
  .pl80-sm {
    padding-left: 80px !important;
  }
}
.w100 {
  width: 100%;
}

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

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn {
  text-align: center;
  max-width: 320px;
  margin-top: 48px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 260px;
    margin-top: 32px;
  }
}
.common-btn > a {
  box-sizing: border-box;
  padding: 0.8em 0.5em;
  display: block;
  border: 2px solid #2b883a;
  font-size: 2rem;
  font-weight: 500;
  color: #2b883a;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .common-btn > a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .common-btn > a:hover {
    opacity: 1;
    color: #fff;
  }
  .common-btn > a:hover::after {
    width: 100%;
  }
}
.common-btn > a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #2b883a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transition: all 0.3s ease-out;
}

/* 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);
}

/* original style */
/* ============================================ */
.contents .btn::after, .contents .card-swiper .swiper-slide .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
  transition: 0.3s;
}

.title {
  position: relative;
  height: 480px;
  padding-top: 140px;
  background: url(../images/common/bg_forest.webp) no-repeat center 0/cover;
  text-align: center;
}
@media all and (max-width: 896px) {
  .title {
    height: 170px;
    padding-top: 70px;
  }
}
.title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 93.75vw;
  height: calc(100% - 140px);
  background: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 896px) {
  .title::after {
    height: calc(100% - 70px);
  }
}
.title-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.title-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 8.96vw;
  z-index: -1;
  width: 8.65vw;
  height: 9.53vw;
  background: url(../images/common/tree_02.webp) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .title-inner::before {
    left: 0;
    width: 40px;
    height: 44px;
  }
}
.title-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 20.36vw;
  height: 8.59vw;
  background: url(../images/common/tree_03.webp) no-repeat center/cover;
}
@media all and (max-width: 896px) {
  .title-inner::after {
    right: -33px;
    width: 114px;
    height: 49px;
  }
}
.title-inner h1 {
  display: -webkit-box;
  max-width: 1200px;
  padding-inline: 4vw;
  color: #3c6d5a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media all and (max-width: 896px) {
  .title-inner h1 {
    font-size: 1.4rem;
  }
}
.title-inner h1 em {
  display: block;
  margin-bottom: 24px;
  font-family: "Radley", serif;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 3px;
}
@media all and (max-width: 896px) {
  .title-inner h1 em {
    margin-bottom: 6px;
    font-size: 2.8rem;
    letter-spacing: 2px;
  }
}
.title-inner h1 strong {
  font-size: 4rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .title-inner h1 strong {
    font-size: 1.8rem;
  }
}

main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/common/bg_content.webp) no-repeat center 0/100% auto;
}
@media all and (max-width: 896px) {
  main::before {
    background-image: url(../images/common/bg_content_sp.webp);
  }
}

.topic-path {
  padding: 20px 6.25vw;
  border-top: 1px solid #dadfde;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .topic-path {
    padding-inline: 15px;
  }
}
.topic-path ol {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .topic-path ol {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.topic-path ol li {
  display: inline;
}
.topic-path ol li:not(:last-child) {
  margin-right: 40px;
}
.topic-path ol li a {
  position: relative;
  color: #929292;
  text-decoration: underline;
}
.topic-path ol li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  transform: rotate(45deg) translateY(-50%);
}
.topic-path ol li a:hover {
  text-decoration: none;
  opacity: 1;
}

.contents {
  /*padding-block: 140px 200px;
  @include g.landscape {
    padding-block: 70px;
  }*/
}
.contents img {
  border-radius: 4px;
}
.contents > section {
  padding-block: 140px;
}
@media all and (max-width: 896px) {
  .contents > section {
    padding-block: 70px;
  }
}
.contents .anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.contents .anchor li {
  width: calc((100% - 90px) / 4);
  margin: 24px 30px 0 0;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .contents .anchor li {
    width: calc((100% - 30px) / 2);
    font-size: 1.4rem;
  }
}
.contents .anchor li:nth-child(4n) {
  margin-right: 0;
}
.contents .anchor li:nth-child(-n+4) {
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .contents .anchor li:nth-child(-n+4) {
    margin-top: 24px;
  }
}
@media all and (max-width: 896px) {
  .contents .anchor li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 896px) {
  .contents .anchor li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.contents .anchor li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 50px;
  color: #272727;
  text-decoration: none;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .contents .anchor li a {
    padding-bottom: 20px;
  }
}
.contents .anchor li a span {
  margin-bottom: 10px;
  color: #3c6d5a;
  font-family: "Radley", serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .contents .anchor li a span {
    margin-bottom: 4px;
  }
}
.contents .anchor li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
  transform: rotate(135deg) skew(15deg, 15deg);
}
@media all and (max-width: 896px) {
  .contents .anchor li a::after {
    width: 18px;
    height: 18px;
  }
}
.contents .anchor li a:hover {
  opacity: 1;
  color: #3c6d5a;
  transform: translateY(5px);
}
.contents .anchor li a:hover::after {
  border-color: #3c6d5a;
}
.contents .ttl_lv2 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
  padding-top: 100px;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv2 {
    margin-bottom: 50px;
    padding-top: 50px;
    font-size: 3rem;
    line-height: 40px;
  }
}
.contents .ttl_lv2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #3c6d5a;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .contents .ttl_lv2::before {
    height: 24px;
  }
}
.contents .ttl_lv2 em {
  margin-bottom: 24px;
  color: #3c6d5a;
  font-family: "Radley", serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.contents .ttl_lv2 span {
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv2 span {
    font-size: 1.6rem;
  }
}
.contents .ttl_lv3 {
  margin-block: 90px 80px;
  padding-left: 30px;
  border-left: 3px solid #3c6d5a;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv3 {
    margin-block: 50px 40px;
    padding-left: 16px;
    font-size: 2.6rem;
  }
}
.contents .ttl_lv3 em {
  color: #3c6d5a;
  font-style: normal;
}
.contents .ttl_lv3 span {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv3 span {
    font-size: 1.4rem;
  }
}
.contents .ttl_lv4 {
  margin-block: 80px 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #3c6d5a;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv4 {
    margin-block: 40px 30px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.contents .ttl_lv4 em {
  color: #3c6d5a;
  font-style: normal;
}
.contents .ttl_lv4 span {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv4 span {
    font-size: 1.4rem;
  }
}
.contents .ttl_lv4-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 80px 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #3c6d5a;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv4-set {
    display: block;
    margin-block: 40px 30px;
  }
}
.contents .ttl_lv4-set .ttl_lv4 {
  margin-block: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv4-set .ttl_lv4 {
    margin-bottom: 10px;
  }
}
.contents .ttl_lv5 {
  margin-block: 40px 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv5 {
    margin-block: 30px 20px;
    line-height: 1.5;
  }
}
.contents .ttl_lv5 em {
  color: #3c6d5a;
  font-style: normal;
}
.contents .ttl_lv5 span {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .contents .ttl_lv5 span {
    font-size: 1.4rem;
  }
}
.contents p {
  line-height: 2;
}
.contents p + p {
  margin-top: 1em;
}
.contents a {
  color: #3c6d5a;
  text-decoration: underline;
}
.contents a:hover {
  text-decoration: none;
}
.contents a[target=_blank]::after {
  content: url(../images/common/ico_blank.svg);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-inline: 2px 4px;
}
.contents a[href$=".pdf"]::after {
  content: url(../images/common/ico_pdf.svg);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-inline: 2px 4px;
}
.contents a.map::after {
  content: url(../images/common/ico_map.svg);
}
.contents .fz48 {
  font-size: 4.8rem !important;
}
.contents .fz32 {
  font-size: 3.2rem !important;
}
.contents .fz30 {
  font-size: 3rem !important;
}
.contents .fz28 {
  font-size: 2.8rem !important;
}
.contents .fz26 {
  font-size: 2.6rem !important;
}
.contents .fz24 {
  font-size: 2.4rem !important;
}
.contents .fz22 {
  font-size: 2.2rem !important;
}
.contents .fz20 {
  font-size: 2rem !important;
}
.contents .fz18 {
  font-size: 1.8rem !important;
}
.contents .fz16 {
  font-size: 1.6rem !important;
}
.contents .fz14 {
  font-size: 1.4rem !important;
}
.contents .fz12 {
  font-size: 1.2rem !important;
}
.contents .fz10 {
  font-size: 1rem !important;
}
@media all and (max-width: 896px) {
  .contents .fz48-sm {
    font-size: 4.8rem !important;
  }
  .contents .fz32-sm {
    font-size: 3.2rem !important;
  }
  .contents .fz30-sm {
    font-size: 3rem !important;
  }
  .contents .fz28-sm {
    font-size: 2.8rem !important;
  }
  .contents .fz26-sm {
    font-size: 2.6rem !important;
  }
  .contents .fz24-sm {
    font-size: 2.4rem !important;
  }
  .contents .fz22-sm {
    font-size: 2.2rem !important;
  }
  .contents .fz20-sm {
    font-size: 2rem !important;
  }
  .contents .fz18-sm {
    font-size: 1.8rem !important;
  }
  .contents .fz16-sm {
    font-size: 1.6rem !important;
  }
  .contents .fz14-sm {
    font-size: 1.4rem !important;
  }
  .contents .fz12-sm {
    font-size: 1.2rem !important;
  }
  .contents .fz10-sm {
    font-size: 1rem !important;
  }
}
.contents .ti {
  margin-left: 1em !important;
  text-indent: -1em !important;
}
.contents .ti1-1 {
  margin-left: 1.1em !important;
  text-indent: -1.1em !important;
}
.contents .ti1-15 {
  margin-left: 1.15em !important;
  text-indent: -1.15em !important;
}
.contents .ti1-2 {
  margin-left: 1.2em !important;
  text-indent: -1.2em !important;
}
.contents .ti1-3 {
  margin-left: 1.3em !important;
  text-indent: -1.3em !important;
}
.contents .ti1-4 {
  margin-left: 1.4em !important;
  text-indent: -1.4em !important;
}
.contents .ti1-5 {
  margin-left: 1.5em !important;
  text-indent: -1.5em !important;
}
.contents .ti1-6 {
  margin-left: 1.6em !important;
  text-indent: -1.6em !important;
}
.contents .ti1-7 {
  margin-left: 1.7em !important;
  text-indent: -1.7em !important;
}
.contents .ti1-8 {
  margin-left: 1.8em !important;
  text-indent: -1.8em !important;
}
.contents .ti1-9 {
  margin-left: 1.9em !important;
  text-indent: -1.9em !important;
}
.contents .ti2 {
  margin-left: 2em !important;
  text-indent: -2em !important;
}
.contents .tal {
  text-align: left;
}
.contents .tac {
  text-align: center;
}
.contents .tar {
  text-align: right;
}
.contents .green {
  color: #3c6d5a;
}
.contents .red {
  color: #dc143c;
}
.contents .cp-title {
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  .contents .cp-title {
    font-size: 3.2rem;
  }
}
.contents .cp p {
  margin-block: 2em;
}
.contents .icon-set {
  display: inline-block;
  margin-right: 15px;
  color: #3c6d5a;
  font-size: 1.6rem;
  font-weight: 700;
}
.contents .icon-set:last-child {
  margin-right: 0;
}
.contents .icon-set i {
  margin-right: 5px;
}
.contents .col-2 {
  display: flex;
  flex-wrap: wrap;
}
.contents .col-2 > li {
  width: calc((100% - 30px) / 2);
  margin: 30px 30px 0 0;
}
@media all and (max-width: 896px) {
  .contents .col-2 > li {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
}
.contents .col-2 > li:nth-child(-n+2) {
  margin-top: 0;
}
.contents .col-2 > li:nth-child(2n) {
  margin-right: 0;
}
.contents .col-2.center {
  justify-content: center;
}
.contents .col-3 {
  display: flex;
  flex-wrap: wrap;
}
.contents .col-3 > li {
  width: calc((100% - 60px) / 3);
  margin: 30px 30px 0 0;
}
@media all and (max-width: 896px) {
  .contents .col-3 > li {
    width: calc((100% - 20px) / 3);
    margin: 10px 10px 0 0;
  }
}
.contents .col-3 > li:nth-child(-n+3) {
  margin-top: 0;
}
.contents .col-3 > li:nth-child(3n) {
  margin-right: 0;
}
.contents .col-3.center {
  justify-content: center;
}
.contents .col-4 {
  display: flex;
  flex-wrap: wrap;
}
.contents .col-4 > li {
  width: calc((100% - 90px) / 4);
  margin: 30px 30px 0 0;
}
@media all and (max-width: 896px) {
  .contents .col-4 > li {
    width: calc((100% - 30px) / 4);
    margin: 10px 10px 0 0;
  }
}
.contents .col-4 > li:nth-child(-n+4) {
  margin-top: 0;
}
.contents .col-4 > li:nth-child(4n) {
  margin-right: 0;
}
.contents .col-4.center {
  justify-content: center;
}
.contents .col-5 {
  display: flex;
  flex-wrap: wrap;
}
.contents .col-5 > li {
  width: calc((100% - 120px) / 5);
  margin: 30px 30px 0 0;
}
@media all and (max-width: 896px) {
  .contents .col-5 > li {
    width: calc((100% - 40px) / 5);
    margin: 10px 10px 0 0;
  }
}
.contents .col-5 > li:nth-child(-n+5) {
  margin-top: 0;
}
.contents .col-5 > li:nth-child(5n) {
  margin-right: 0;
}
.contents .col-5.center {
  justify-content: center;
}
.contents .col-6 {
  display: flex;
  flex-wrap: wrap;
}
.contents .col-6 > li {
  width: calc((100% - 150px) / 6);
  margin: 30px 30px 0 0;
}
@media all and (max-width: 896px) {
  .contents .col-6 > li {
    width: calc((100% - 50px) / 6);
    margin: 10px 10px 0 0;
  }
}
.contents .col-6 > li:nth-child(-n+6) {
  margin-top: 0;
}
.contents .col-6 > li:nth-child(6n) {
  margin-right: 0;
}
.contents .col-6.center {
  justify-content: center;
}
.contents .col-7 {
  display: flex;
  flex-wrap: wrap;
}
.contents .col-7 > li {
  width: calc((100% - 180px) / 7);
  margin: 30px 30px 0 0;
}
@media all and (max-width: 896px) {
  .contents .col-7 > li {
    width: calc((100% - 60px) / 7);
    margin: 10px 10px 0 0;
  }
}
.contents .col-7 > li:nth-child(-n+7) {
  margin-top: 0;
}
.contents .col-7 > li:nth-child(7n) {
  margin-right: 0;
}
.contents .col-7.center {
  justify-content: center;
}
@media all and (max-width: 896px) {
  .contents .col-1-sm {
    display: block;
  }
  .contents .col-1-sm > li {
    width: 100%;
    margin: 10px 0 0;
  }
  .contents .col-1-sm > li:nth-child(-n+2), .contents .col-1-sm > li:nth-child(-n+3), .contents .col-1-sm > li:nth-child(-n+4), .contents .col-1-sm > li:nth-child(-n+5), .contents .col-1-sm > li:nth-child(-n+6), .contents .col-1-sm > li:nth-child(-n+7) {
    margin-top: 10px;
  }
  .contents .col-1-sm > li:nth-child(2n), .contents .col-1-sm > li:nth-child(3n), .contents .col-1-sm > li:nth-child(4n), .contents .col-1-sm > li:nth-child(5n), .contents .col-1-sm > li:nth-child(6n), .contents .col-1-sm > li:nth-child(7n) {
    margin-right: 0;
  }
  .contents .col-1-sm > li:first-child {
    margin-top: 0;
  }
  .contents .col-2-sm > li {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
  .contents .col-2-sm > li:nth-child(-n+2), .contents .col-2-sm > li:nth-child(-n+3), .contents .col-2-sm > li:nth-child(-n+4), .contents .col-2-sm > li:nth-child(-n+5), .contents .col-2-sm > li:nth-child(-n+6), .contents .col-2-sm > li:nth-child(-n+7) {
    margin-top: 10px;
  }
  .contents .col-2-sm > li:nth-child(2n), .contents .col-2-sm > li:nth-child(3n), .contents .col-2-sm > li:nth-child(4n), .contents .col-2-sm > li:nth-child(5n), .contents .col-2-sm > li:nth-child(6n), .contents .col-2-sm > li:nth-child(7n) {
    margin-right: 10px;
  }
  .contents .col-2-sm > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .contents .col-2-sm > li:nth-child(2n), .contents .col-2-sm > li:last-child {
    margin-right: 0;
  }
  .contents .col-3-sm > li {
    width: calc((100% - 20px) / 3);
    margin: 10px 10px 0 0;
  }
  .contents .col-3-sm > li:nth-child(-n+2), .contents .col-3-sm > li:nth-child(-n+3), .contents .col-3-sm > li:nth-child(-n+4), .contents .col-3-sm > li:nth-child(-n+5), .contents .col-3-sm > li:nth-child(-n+6), .contents .col-3-sm > li:nth-child(-n+7) {
    margin-top: 10px;
  }
  .contents .col-3-sm > li:nth-child(2n), .contents .col-3-sm > li:nth-child(3n), .contents .col-3-sm > li:nth-child(4n), .contents .col-3-sm > li:nth-child(5n), .contents .col-3-sm > li:nth-child(6n), .contents .col-3-sm > li:nth-child(7n) {
    margin-right: 10px;
  }
  .contents .col-3-sm > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .contents .col-3-sm > li:nth-child(3n), .contents .col-3-sm > li:last-child {
    margin-right: 0;
  }
  .contents .col-3-sm.center {
    justify-content: center;
  }
}
.contents .btn, .contents .card-swiper .swiper-slide .more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 10px 54px 10px 40px;
  border-radius: 4px;
  background: #272727;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.7;
}
@media all and (max-width: 896px) {
  .contents .btn, .contents .card-swiper .swiper-slide .more {
    padding: 8px 40px 8px 20px;
  }
}
.contents .btn::after, .contents .card-swiper .swiper-slide .more::after {
  right: 30px;
  background-image: url(../images/common/ico_arrow_w.svg);
}
@media all and (max-width: 896px) {
  .contents .btn::after, .contents .card-swiper .swiper-slide .more::after {
    right: 16px;
  }
}
.contents .btn:hover, .contents .card-swiper .swiper-slide .more:hover {
  opacity: 1;
  background: #3c6d5a;
}
.contents .btn:hover::after, .contents .card-swiper .swiper-slide .more:hover::after {
  right: 25px;
}
@media all and (max-width: 896px) {
  .contents .btn:hover::after, .contents .card-swiper .swiper-slide .more:hover::after {
    right: 16px;
  }
}
.contents .btn[target=_blank]::after, .contents .card-swiper .swiper-slide [target=_blank].more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 19px;
  height: 19px;
  background-image: url(../images/common/ico_blank.svg);
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .contents .btn[target=_blank]::after, .contents .card-swiper .swiper-slide [target=_blank].more::after {
    right: 8px;
  }
}
.contents .btn[href$=".pdf"]::after, .contents .card-swiper .swiper-slide [href$=".pdf"].more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 19px;
  height: 19px;
  background-image: url(../images/common/ico_pdf.svg);
  filter: brightness(0) invert(1);
}
.contents .btn.large, .contents .card-swiper .swiper-slide .large.more {
  padding-block: 20px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contents .btn.large, .contents .card-swiper .swiper-slide .large.more {
    font-size: 1.8rem;
    padding-block: 8px;
    line-height: 1.5;
  }
}
.contents .btn.cv-o, .contents .card-swiper .swiper-slide .cv-o.more {
  background: #c1a250;
}
.contents .btn.cv-p, .contents .card-swiper .swiper-slide .cv-p.more {
  background: #e85d65;
}
.contents .btn-txt {
  color: #272727;
  text-decoration: none;
}
.contents .btn-txt::after {
  content: url(../images/common/ico_arrow.svg);
  display: inline-block;
  margin-left: 8px;
}
.contents .btn-txt[target=_blank]::after, .contents .btn-txt[href$=".pdf"]::after {
  margin-inline: 8px 0;
}
.contents .btn-txt:hover {
  opacity: 1;
  color: #3c6d5a;
  text-decoration: underline;
}
.contents .btn-txt.map::after {
  content: url(../images/common/ico_map.svg);
}
.contents .label-group {
  display: flex;
  align-items: flex-start;
  flex: none;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .contents .label-group {
    display: block;
  }
}
.contents .label-group.aic {
  align-items: center;
}
.contents .label-group label {
  display: flex;
  align-items: center;
  flex: none;
  margin-right: 8px;
  padding: 1px 16px 3px;
  border-radius: 100px;
  background: #272727;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .label-group label {
    display: block;
    margin: 0 0 4px;
    padding-block: 4px;
    text-align: center;
  }
}
.contents .dl-set {
  margin-block: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .contents .dl-set {
    margin-block: 20px;
  }
}
.contents .dl-set dt {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .contents .dl-set dt {
    font-size: 2rem;
  }
}
.contents ul.default {
  margin-block: 20px;
}
.contents ul.default li {
  position: relative;
  padding-left: 25px;
}
.contents ul.default li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #3c6d5a;
}
.contents ul.default li + li {
  margin-top: 10px;
}
.contents ol.default {
  counter-reset: num;
  margin-block: 20px;
}
.contents ol.default li {
  position: relative;
  padding-left: 25px;
}
.contents ol.default li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  top: 0;
  left: 5px;
  font-weight: 600;
}
.contents ol.default li + li {
  margin-top: 10px;
}
.contents ol.default li.zero::before {
  left: 0;
}
.contents p.note,
.contents ul.note,
.contents ul.note-range {
  margin-block: 20px;
}
.contents ul.note-range {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.contents p.note,
.contents ul.note li,
.contents ul.note-range li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: inherit;
}
.contents ul.note-range li {
  margin-top: 4px;
  margin-right: 2em;
}
.contents ul.note li + li {
  margin-top: 4px;
}
.contents .box {
  margin-block: 40px;
  border-radius: 4px;
  background: #fff;
  padding: 60px;
}
@media all and (max-width: 896px) {
  .contents .box {
    margin-block: 24px;
    padding: 32px;
  }
}
.contents .box-middle {
  margin-top: 24px;
  border-radius: 4px;
  background: #fff;
  padding: 30px;
}
@media all and (max-width: 896px) {
  .contents .box-middle {
    margin-top: 16px;
    padding: 20px;
  }
}
.contents .price-set {
  display: flex;
  align-items: center;
}
@media all and (max-width: 896px) {
  .contents .price-set {
    flex-wrap: wrap;
  }
}
.contents .price-set dt {
  padding: 2px 16px 4px;
  border-radius: 100px;
  background: #272727;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .price-set dt {
    margin-top: 5px;
  }
}
.contents .price-set dd {
  margin-inline: 8px 32px;
  padding-bottom: 2px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.07em;
}
@media all and (max-width: 896px) {
  .contents .price-set dd {
    margin-top: 5px;
  }
}
.contents .price-set dd:last-of-type {
  margin-right: 0;
}
.contents .price-set dd.price {
  color: #dc143c;
}
@media all and (max-width: 896px) {
  .contents .price-set dd.price {
    letter-spacing: -0.08em;
  }
}
.contents .price-set dd.price span {
  font-size: 1.8rem;
}
.contents .img-set {
  margin-block: 40px;
}
.contents .img-set img {
  width: 100%;
}
.contents .img-set figcaption {
  margin-top: 10px;
}
.contents .distance {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .contents .distance {
    padding: 20px;
  }
}
.contents .distance dt {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadfde;
}
@media all and (max-width: 896px) {
  .contents .distance dt {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.contents .distance.w100 dt {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media all and (max-width: 896px) {
  .contents .distance.w100 dt {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.contents .l-row {
  display: flex;
  justify-content: space-between;
  margin-block: 64px;
}
@media all and (max-width: 896px) {
  .contents .l-row {
    flex-direction: column;
    margin-block: 40px;
  }
}
.contents .l-row-left {
  width: calc(60% - 48px);
}
@media all and (max-width: 896px) {
  .contents .l-row-left {
    width: 100%;
  }
}
.contents .l-row-right {
  width: 40%;
}
@media all and (max-width: 896px) {
  .contents .l-row-right {
    width: 100%;
    margin-top: 24px;
  }
}
.contents .l-row.reverse .l-row-left {
  width: 40%;
}
@media all and (max-width: 896px) {
  .contents .l-row.reverse .l-row-left {
    order: 2;
    width: 100%;
    margin-top: 24px;
  }
}
.contents .l-row.reverse .l-row-right {
  width: calc(60% - 48px);
}
@media all and (max-width: 896px) {
  .contents .l-row.reverse .l-row-right {
    order: 1;
    width: 100%;
    margin-top: 0;
  }
}
.contents .l-row-m {
  display: flex;
  justify-content: space-between;
  margin-block: 64px;
}
@media all and (max-width: 896px) {
  .contents .l-row-m {
    flex-direction: column;
    margin-block: 40px;
  }
}
.contents .l-row-m-left {
  width: calc(68% - 32px);
}
@media all and (max-width: 896px) {
  .contents .l-row-m-left {
    width: 100%;
  }
}
.contents .l-row-m-right {
  width: 32%;
}
@media all and (max-width: 896px) {
  .contents .l-row-m-right {
    width: 100%;
  }
}
.contents .l-row-m.reverse .l-row-m-left {
  width: 32%;
}
@media all and (max-width: 896px) {
  .contents .l-row-m.reverse .l-row-m-left {
    order: 2;
    width: 100%;
    margin-top: 24px;
  }
}
.contents .l-row-m.reverse .l-row-m-right {
  width: calc(68% - 32px);
}
@media all and (max-width: 896px) {
  .contents .l-row-m.reverse .l-row-m-right {
    order: 1;
    width: 100%;
    margin-top: 0;
  }
}
.contents .l-row-s {
  display: flex;
  justify-content: space-between;
}
.contents .l-row-s-left {
  width: calc(72% - 32px);
}
.contents .l-row-s-right {
  width: 28%;
}
.contents .table01 {
  width: 100%;
}
.contents .table01 caption {
  padding-bottom: 20px;
}
.contents .table01 th {
  width: 380px;
  padding: 16px;
  border: 1px solid #dadfde;
  background: #3c6d5a;
  color: #fff;
  font-weight: 600;
  vertical-align: middle;
}
.contents .table01 td {
  padding: 16px;
  border: 1px solid #dadfde;
  vertical-align: middle;
}
.contents .table01 i {
  margin-right: 5px;
}
@media all and (max-width: 896px) {
  .contents .table01 th, .contents .table01 td {
    display: block;
    width: 100%;
  }
  .contents .scroll {
    overflow-x: auto;
  }
  .contents .scroll-inner {
    width: 1200px;
  }
  .contents .scroll-inner .table01 th, .contents .scroll-inner .table01 td {
    display: table-cell;
    width: auto;
  }
  .contents .scroll-inner .table01 th {
    width: 380px;
  }
}
.contents .table02 {
  width: 100%;
}
.contents .table02 th {
  width: 380px;
  padding: 24px 16px;
  border-bottom: 1px solid #3c6d5a;
  font-weight: 600;
  vertical-align: middle;
}
@media all and (max-width: 896px) {
  .contents .table02 th {
    width: 130px;
  }
}
.contents .table02 td {
  padding: 24px 16px;
  border-bottom: 1px solid #dadfde;
  vertical-align: middle;
}
.contents .table02 i {
  margin-right: 5px;
}
.contents .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.contents .tab > input {
  display: none;
}
.contents .tab-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #dadfde;
  background: #fff;
  text-align: center;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
  transition: 0.3s;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .contents .tab-item {
    margin-right: 4px;
    padding: 5px;
  }
}
.contents .tab-item:last-of-type {
  margin-right: 0;
}
.contents .tab-item::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #3c6d5a transparent transparent transparent;
  opacity: 0;
  transition: 0.3s;
}
.contents .tab-item:hover,
.contents .tab input:checked + .tab-item {
  border-color: #3c6d5a;
  background: #3c6d5a;
  color: #fff;
}
.contents .tab-item:hover::after,
.contents .tab input:checked + .tab-item::after {
  opacity: 1;
}
.contents .tab-box {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.contents .tab-box .tab-item {
  transform: translateY(-50%);
}
.contents .tab-content {
  display: none;
  width: 100%;
  padding-block: 90px;
  text-align: left;
}
@media all and (max-width: 896px) {
  .contents .tab-content {
    padding-block: 40px;
  }
}
.contents .tab #tab01:checked ~ #tab01-content,
.contents .tab #tab02:checked ~ #tab02-content,
.contents .tab #tab03:checked ~ #tab03-content {
  display: block;
}
.contents .faq-list > li {
  padding-block: 32px;
  border-bottom: 1px solid #dadfde;
}
.contents .faq-list .acd-faq-check {
  display: none;
}
.contents .faq-list .acd-faq-label {
  display: block;
  position: relative;
  min-height: 96px;
  font-size: 2.4rem;
  font-weight: 600;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-label {
    min-height: 48px;
    font-size: 2rem;
  }
}
.contents .faq-list .acd-faq-label::before, .contents .faq-list .acd-faq-label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 1px;
  background: #272727;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-label::before, .contents .faq-list .acd-faq-label::after {
    right: 0;
    width: 20px;
  }
}
.contents .faq-list .acd-faq-label::after {
  transform: translateY(-50%) rotate(-90deg);
}
.contents .faq-list .acd-faq-label span {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 60px 0 120px;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-label span {
    padding: 9px 30px 0 60px;
  }
}
.contents .faq-list .acd-faq-label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #f3f7f5;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-label span::before {
    width: 48px;
    height: 48px;
  }
}
.contents .faq-list .acd-faq-label span::after {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  font-family: "Radley", serif;
  font-size: 3.6rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-label span::after {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
.contents .faq-list .acd-faq-content {
  position: relative;
  height: 0;
  padding-right: 60px;
  opacity: 0;
  line-height: 2;
  transition: 0.3s;
  visibility: hidden;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-content {
    padding-right: 30px;
  }
}
.contents .faq-list .acd-faq-content::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #3c6d5a;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-content::before {
    top: 18px;
    width: 48px;
    height: 48px;
  }
}
.contents .faq-list .acd-faq-content::after {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 0;
  width: 96px;
  height: 96px;
  color: #fff;
  font-family: "Radley", serif;
  font-size: 3.6rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-content::after {
    top: 18px;
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
.contents .faq-list .acd-faq-content dt {
  padding: 24px 0 24px 120px;
  font-size: 2.4rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-content dt {
    margin-bottom: 10px;
    padding: 0 0 0 60px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.contents .faq-list .acd-faq-content dd {
  padding-left: 120px;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .contents .faq-list .acd-faq-content dd {
    padding-left: 60px;
  }
}
.contents .faq-list .acd-faq-check:checked + .acd-faq-label:after {
  transform: translateY(-50%);
}
.contents .faq-list .acd-faq-check:checked + .acd-faq-label + .acd-faq-content {
  height: auto;
  opacity: 1;
  padding-block: 24px;
  visibility: visible;
}
.contents .interview > ol {
  counter-reset: ivnum;
}
.contents .interview > ol > li {
  position: relative;
  padding: 60px;
  background: #f3f7f5;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li {
    padding: 20px 20px 48px;
  }
}
.contents .interview > ol > li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #3c6d5a;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li:after {
    width: 48px;
    height: 48px;
  }
}
.contents .interview > ol > li + li {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li + li {
    margin-top: 24px;
  }
}
.contents .interview > ol > li .outline {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .outline {
    display: block;
  }
}
.contents .interview > ol > li .outline img {
  width: 480px;
  margin-right: 32px;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .outline img {
    width: auto;
    margin-right: 0;
  }
}
.contents .interview > ol > li .outline .exp {
  display: flex;
  flex-direction: column;
  width: calc(100% - 512px);
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .outline .exp {
    width: 100%;
    margin-top: 32px;
  }
}
.contents .interview > ol > li .outline .exp h3 {
  position: relative;
  padding-bottom: 72px;
  color: #3c6d5a;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .outline .exp h3 {
    padding-bottom: 57px;
  }
}
.contents .interview > ol > li .outline .exp h3::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 4px;
  width: 1px;
  height: 40px;
  background: #3c6d5a;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .outline .exp h3::after {
    height: 25px;
  }
}
.contents .interview > ol > li .outline .exp h3 span {
  display: flex;
  position: relative;
  padding-top: 40px;
}
.contents .interview > ol > li .outline .exp h3 span::before {
  content: "Interview";
  position: absolute;
  top: 0.4em;
  left: 0;
  font-family: "Radley", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.contents .interview > ol > li .outline .exp h3 span::after {
  counter-increment: ivnum;
  content: counter(ivnum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 3em;
  font-family: "Radley", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.contents .interview > ol > li .outline .exp strong {
  margin-top: 8px;
  font-size: 2.4rem;
}
.contents .interview > ol > li .acd-iv-check {
  display: none;
}
.contents .interview > ol > li .acd-iv-label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contents .interview > ol > li .acd-iv-label::before, .contents .interview > ol > li .acd-iv-label::after {
  content: "";
  position: absolute;
  bottom: 30px;
  z-index: 1;
  right: 14px;
  width: 32px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-label::before, .contents .interview > ol > li .acd-iv-label::after {
    bottom: 25px;
    width: 20px;
  }
}
.contents .interview > ol > li .acd-iv-label::after {
  transform: translateY(-50%) rotate(-90deg);
}
.contents .interview > ol > li .acd-iv-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-content {
    display: block;
  }
}
.contents .interview > ol > li .acd-iv-content .matter {
  width: calc(100% - 496px);
  line-height: 2;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-content .matter {
    width: auto;
  }
}
.contents .interview > ol > li .acd-iv-content .matter dt {
  margin-bottom: 8px;
  color: #3c6d5a;
  font-size: 2rem;
  font-weight: 700;
}
.contents .interview > ol > li .acd-iv-content .matter dt:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dadfde;
}
.contents .interview > ol > li .acd-iv-content .flow {
  width: 464px;
  padding: 30px;
  border-radius: 4px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-content .flow {
    width: auto;
    margin-top: 32px;
    padding: 20px;
  }
}
.contents .interview > ol > li .acd-iv-content .flow h4 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #3c6d5a;
  font-size: 2.4rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-content .flow h4 {
    font-size: 2rem;
  }
}
.contents .interview > ol > li .acd-iv-content .flow h4::before {
  content: "One day";
  margin-right: 24px;
  font-family: "Radley", serif;
  font-size: 1.6rem;
  font-weight: 400;
}
.contents .interview > ol > li .acd-iv-content .flow li {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-content .flow li {
    flex-direction: column;
    padding-left: 34px;
  }
}
.contents .interview > ol > li .acd-iv-content .flow li:not(:last-child) {
  padding-bottom: 30px;
}
.contents .interview > ol > li .acd-iv-content .flow li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  width: 1px;
  height: 100%;
  background: #3c6d5a;
}
.contents .interview > ol > li .acd-iv-content .flow li time {
  flex: none;
  position: relative;
  width: 105px;
  margin-top: -10px;
  padding-left: 34px;
  color: #3c6d5a;
  font-family: "Radley", serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-content .flow li time {
    padding-left: 0;
    font-size: 2rem;
  }
}
.contents .interview > ol > li .acd-iv-content .flow li time::before {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #3c6d5a;
  box-shadow: 0 0 0 1px #3c6d5a;
  transform: translateY(-50%);
}
@media all and (max-width: 896px) {
  .contents .interview > ol > li .acd-iv-content .flow li time::before {
    top: calc(50% + 2px);
    left: -34px;
  }
}
.contents .interview > ol > li .acd-iv-check:checked + .acd-iv-label:after {
  transform: translateY(-50%);
}
.contents .interview > ol > li .acd-iv-check:checked + .acd-iv-label + .acd-iv-content {
  height: auto;
  opacity: 1;
  padding-top: 40px;
  visibility: visible;
}
.contents .form dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 896px) {
  .contents .form dl {
    display: block;
  }
}
.contents .form dl dt {
  position: relative;
  width: calc(35% - 32px);
  padding-block: 16px;
  font-size: 2rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .form dl dt {
    width: auto;
    margin-bottom: 16px;
    padding-block: 0;
  }
}
.contents .form dl dt:not(:first-of-type) {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .contents .form dl dt:not(:first-of-type) {
    margin-top: 32px;
  }
}
.contents .form dl dt::after {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 2px 16px;
  border-radius: 100px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  transform: translateY(-50%);
}
.contents .form dl dt.required::after {
  content: "必須";
  background: #dc143c;
}
.contents .form dl dt.any::after {
  content: "任意";
  background: #929292;
}
.contents .form dl dd {
  width: 65%;
}
@media all and (max-width: 896px) {
  .contents .form dl dd {
    width: auto;
  }
}
.contents .form dl dd:not(:first-of-type) {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .contents .form dl dd:not(:first-of-type) {
    margin-top: 0;
  }
}
.contents .form dl dd input,
.contents .form dl dd textarea {
  position: relative;
  width: 100%;
  padding: 16px 32px;
  border: 1px solid #dadfde;
  border-radius: 4px;
  background: #fff;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .contents .form dl dd input,
  .contents .form dl dd textarea {
    padding: 8px 16px;
  }
}
.contents .bg-whole {
  min-height: 55.42vw;
  background: url(../images/common/bg_whole.webp) no-repeat center top/cover;
}
@media all and (max-width: 896px) {
  .contents .bg-whole {
    min-height: initial;
    padding-bottom: 90vw;
    background: url(../images/common/bg_whole_sp.webp) no-repeat center bottom/100% auto;
  }
}
.contents .bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 32px;
  border-radius: 100px;
  background: #3c6d5a;
  color: #fff;
}
.contents .panorama > ol {
  counter-reset: prnum;
}
.contents .panorama > ol > li {
  display: flex;
  align-items: flex-end;
  padding-right: 14vw;
}
@media all and (max-width: 896px) {
  .contents .panorama > ol > li {
    display: block;
    padding-right: 30px;
  }
}
.contents .panorama > ol > li + li {
  margin-top: 140px;
}
@media all and (max-width: 896px) {
  .contents .panorama > ol > li + li {
    margin-top: 70px;
  }
}
.contents .panorama > ol > li figure {
  flex: none;
  width: 54.53vw;
  margin-inline: -4px 4.17vw;
  /*
  img {
    object-fit: cover;
    height: 100%;
  }
  */
}
@media all and (max-width: 896px) {
  .contents .panorama > ol > li figure {
    width: 100%;
    margin-right: 0;
  }
}
.contents .panorama > ol > li .exp {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 896px) {
  .contents .panorama > ol > li .exp {
    padding: 30px 0 0 30px;
  }
}
.contents .panorama > ol > li .exp h3 {
  position: relative;
  padding-bottom: 72px;
  color: #3c6d5a;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
}
.contents .panorama > ol > li .exp h3::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 4px;
  width: 1px;
  height: 40px;
  background: #3c6d5a;
}
.contents .panorama > ol > li .exp h3 span {
  display: flex;
  position: relative;
  padding-top: 40px;
}
.contents .panorama > ol > li .exp h3 span::before {
  content: "Point";
  position: absolute;
  top: 0.4em;
  left: 0;
  font-family: "Radley", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.contents .panorama > ol > li .exp h3 span::after {
  counter-increment: prnum;
  content: counter(prnum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 2em;
  font-family: "Radley", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.contents .panorama > ol > li .exp dl {
  line-height: 2;
}
.contents .panorama > ol > li .exp dl dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.contents .panorama > ol > li:nth-child(2n) {
  padding-inline: 14vw 0;
}
@media all and (max-width: 896px) {
  .contents .panorama > ol > li:nth-child(2n) {
    padding-left: 30px;
  }
}
.contents .panorama > ol > li:nth-child(2n) figure {
  order: 2;
  margin-inline: 4.17vw -4px;
}
@media all and (max-width: 896px) {
  .contents .panorama > ol > li:nth-child(2n) figure {
    margin-left: 0;
  }
}
.contents .panorama > ol > li:nth-child(2n) .exp {
  order: 1;
}
@media all and (max-width: 896px) {
  .contents .panorama > ol > li:nth-child(2n) .exp {
    padding: 30px 30px 0 0;
  }
}
.contents .types > ul {
  counter-reset: prnum;
}
.contents .types > ul > li + li {
  margin-top: 140px;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li + li {
    margin-top: 70px;
  }
}
.contents .types > ul > li .upper {
  display: flex;
  align-items: flex-end;
  padding-right: 14vw;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper {
    display: block;
    padding-right: 30px;
  }
}
.contents .types > ul > li .upper figure {
  flex: none;
  width: 58.5vw;
  margin-inline: -4px 4.17vw;
  /*
  img {
    object-fit: cover;
    height: 100%;
  }
  */
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper figure {
    width: auto;
    margin-right: 0;
  }
}
.contents .types > ul > li .upper .exp {
  display: flex;
  flex-direction: column;
  width: 100vw;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper .exp {
    width: auto;
    padding: 30px 0 0 30px;
  }
}
.contents .types > ul > li .upper .exp h3 {
  position: relative;
  padding-bottom: 72px;
  color: #3c6d5a;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper .exp h3 {
    padding-bottom: 54px;
    font-size: 2rem;
  }
}
.contents .types > ul > li .upper .exp h3::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 4px;
  width: 1px;
  height: 40px;
  background: #dadfde;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper .exp h3::after {
    height: 25px;
  }
}
.contents .types > ul > li .upper .exp h3 strong {
  display: block;
  margin-top: 16px;
  color: #272727;
  font-size: 3.2rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li .upper .exp h3 strong {
    margin-top: 5px;
    font-size: 2.4rem;
  }
}
.contents .types > ul > li .upper .exp h3 span {
  display: inline-block;
}
.contents .types > ul > li:nth-child(2n) .upper {
  padding-inline: 14vw 0;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li:nth-child(2n) .upper {
    padding-left: 30px;
  }
}
.contents .types > ul > li:nth-child(2n) .upper figure {
  order: 2;
  margin-inline: 4.17vw -4px;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li:nth-child(2n) .upper figure {
    margin-left: 0;
  }
}
.contents .types > ul > li:nth-child(2n) .upper .exp {
  order: 1;
}
@media all and (max-width: 896px) {
  .contents .types > ul > li:nth-child(2n) .upper .exp {
    padding: 30px 30px 0 0;
  }
}
.contents .default-swiper,
.contents .default-swiper-auto {
  padding-bottom: 90px;
}
@media all and (max-width: 896px) {
  .contents .default-swiper,
  .contents .default-swiper-auto {
    padding-bottom: 64px;
  }
}
.contents .default-swiper .swiper-slide,
.contents .default-swiper-auto .swiper-slide {
  position: relative;
}
.contents .default-swiper .swiper-slide img,
.contents .default-swiper-auto .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents .default-swiper .swiper-slide .exp,
.contents .default-swiper-auto .swiper-slide .exp {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 48px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  color: #fff;
}
@media all and (max-width: 896px) {
  .contents .default-swiper .swiper-slide .exp,
  .contents .default-swiper-auto .swiper-slide .exp {
    padding: 32px;
  }
}
.contents .default-swiper .swiper-slide .exp h3,
.contents .default-swiper-auto .swiper-slide .exp h3 {
  position: relative;
  padding-bottom: 72px;
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .contents .default-swiper .swiper-slide .exp h3,
  .contents .default-swiper-auto .swiper-slide .exp h3 {
    padding-bottom: 44px;
  }
}
.contents .default-swiper .swiper-slide .exp h3::after,
.contents .default-swiper-auto .swiper-slide .exp h3::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 4px;
  width: 1px;
  height: 40px;
  background: #fff;
}
@media all and (max-width: 896px) {
  .contents .default-swiper .swiper-slide .exp h3::after,
  .contents .default-swiper-auto .swiper-slide .exp h3::after {
    bottom: 8px;
    height: 25px;
  }
}
.contents .default-swiper .swiper-slide .exp h3 span,
.contents .default-swiper-auto .swiper-slide .exp h3 span {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  padding-left: 2em;
  font-family: "Radley", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.contents .default-swiper .swiper-slide .exp h3 span::before,
.contents .default-swiper-auto .swiper-slide .exp h3 span::before {
  content: "Point";
  position: absolute;
  top: 0.4em;
  left: 0;
  font-family: "Radley", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.contents .default-swiper .swiper-slide .exp dl,
.contents .default-swiper-auto .swiper-slide .exp dl {
  line-height: 2;
}
.contents .default-swiper .swiper-slide .exp dl dt,
.contents .default-swiper-auto .swiper-slide .exp dl dt {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.contents .default-swiper .ctrl,
.contents .default-swiper-auto .ctrl {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contents .default-swiper .ctrl-inner,
.contents .default-swiper-auto .ctrl-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents .default-swiper .ctrl-inner .swiper-button-prev,
.contents .default-swiper .ctrl-inner .swiper-pagination,
.contents .default-swiper .ctrl-inner .swiper-button-next,
.contents .default-swiper-auto .ctrl-inner .swiper-button-prev,
.contents .default-swiper-auto .ctrl-inner .swiper-pagination,
.contents .default-swiper-auto .ctrl-inner .swiper-button-next {
  position: static;
}
.contents .default-swiper .ctrl-inner .swiper-button-prev,
.contents .default-swiper .ctrl-inner .swiper-button-next,
.contents .default-swiper-auto .ctrl-inner .swiper-button-prev,
.contents .default-swiper-auto .ctrl-inner .swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: 0;
}
.contents .default-swiper .ctrl-inner .swiper-button-prev::after,
.contents .default-swiper .ctrl-inner .swiper-button-next::after,
.contents .default-swiper-auto .ctrl-inner .swiper-button-prev::after,
.contents .default-swiper-auto .ctrl-inner .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #272727 url(../images/common/ico_arrow_w.svg) no-repeat center/22px auto;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .contents .default-swiper .ctrl-inner .swiper-button-prev::after,
  .contents .default-swiper .ctrl-inner .swiper-button-next::after,
  .contents .default-swiper-auto .ctrl-inner .swiper-button-prev::after,
  .contents .default-swiper-auto .ctrl-inner .swiper-button-next::after {
    width: 40px;
    height: 40px;
    background-size: 13px auto;
  }
}
.contents .default-swiper .ctrl-inner .swiper-button-prev:hover::after,
.contents .default-swiper .ctrl-inner .swiper-button-next:hover::after,
.contents .default-swiper-auto .ctrl-inner .swiper-button-prev:hover::after,
.contents .default-swiper-auto .ctrl-inner .swiper-button-next:hover::after {
  background-color: #3c6d5a;
}
.contents .default-swiper .ctrl-inner .swiper-button-prev,
.contents .default-swiper-auto .ctrl-inner .swiper-button-prev {
  transform: scale(-1, 1);
}
.contents .default-swiper .ctrl-inner .swiper-pagination,
.contents .default-swiper-auto .ctrl-inner .swiper-pagination {
  width: auto;
  max-width: 26vw;
  margin-inline: 20px;
}
@media all and (max-width: 896px) {
  .contents .default-swiper .ctrl-inner .swiper-pagination,
  .contents .default-swiper-auto .ctrl-inner .swiper-pagination {
    max-width: initial;
    margin-inline: 10px;
  }
}
.contents .default-swiper .ctrl-inner .swiper-pagination-bullet,
.contents .default-swiper-auto .ctrl-inner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #c6c6c6;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .contents .default-swiper .ctrl-inner .swiper-pagination-bullet,
  .contents .default-swiper-auto .ctrl-inner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}
.contents .default-swiper .ctrl-inner .swiper-pagination-bullet-active,
.contents .default-swiper-auto .ctrl-inner .swiper-pagination-bullet-active {
  background: #3c6d5a;
}
.contents .card-swiper {
  padding-block: 16px 90px;
}
@media all and (max-width: 896px) {
  .contents .card-swiper {
    padding-bottom: 80px;
  }
}
.contents .card-swiper .swiper-slide {
  width: 380px;
  padding: 32px;
  border-radius: 4px;
  background: #fff;
  color: #272727;
  text-decoration: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
}
.contents .card-swiper .swiper-slide h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadfde;
  text-align: center;
  font-weight: 700;
}
.contents .card-swiper .swiper-slide h3 span {
  position: relative;
  margin-bottom: 5px;
  font-family: "Radley", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.contents .card-swiper .swiper-slide h3 span::before {
  content: "Case";
  margin-right: 1em;
  padding-bottom: 2px;
  font-family: "Radley", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.contents .card-swiper .swiper-slide h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.contents .card-swiper .swiper-slide h4 i {
  flex: none;
  margin: 0 8px 2px 0;
}
.contents .card-swiper .swiper-slide dl {
  margin-block: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents .card-swiper .swiper-slide dl dt {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 0px 24px;
  font-size: 1.4rem;
  font-weight: 600;
  border: 1px solid #dadfde;
  border-radius: 100px;
  background: #fff;
}
.contents .card-swiper .swiper-slide .more {
  height: auto;
}
.contents .card-swiper .swiper-slide.blue h3, .contents .card-swiper .swiper-slide.blue h4 {
  color: #3c556d;
}
.contents .card-swiper .swiper-slide.blue:hover {
  opacity: 1;
  background: #e9edf1;
}
.contents .card-swiper .swiper-slide.blue:hover .more {
  background: #3c556d;
}
.contents .card-swiper .swiper-slide.brown h3, .contents .card-swiper .swiper-slide.brown h4 {
  color: #ad4d5e;
}
.contents .card-swiper .swiper-slide.brown:hover {
  opacity: 1;
  background: #f5eef0;
}
.contents .card-swiper .swiper-slide.brown:hover .more {
  background: #ad4d5e;
}
.contents .card-swiper .swiper-slide.kimidori h3, .contents .card-swiper .swiper-slide.kimidori h4 {
  color: #466d3c;
}
.contents .card-swiper .swiper-slide.kimidori:hover {
  opacity: 1;
  background: #e4e7e4;
}
.contents .card-swiper .swiper-slide.kimidori:hover .more {
  background: #466d3c;
}
.contents .card-swiper .ctrl {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contents .card-swiper .ctrl-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents .card-swiper .ctrl-inner .swiper-button-prev,
.contents .card-swiper .ctrl-inner .swiper-pagination,
.contents .card-swiper .ctrl-inner .swiper-button-next {
  position: static;
}
.contents .card-swiper .ctrl-inner .swiper-button-prev,
.contents .card-swiper .ctrl-inner .swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: 0;
}
.contents .card-swiper .ctrl-inner .swiper-button-prev::after,
.contents .card-swiper .ctrl-inner .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #272727 url(../images/common/ico_arrow_w.svg) no-repeat center/22px auto;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .contents .card-swiper .ctrl-inner .swiper-button-prev::after,
  .contents .card-swiper .ctrl-inner .swiper-button-next::after {
    width: 40px;
    height: 40px;
    background-size: 13px auto;
  }
}
.contents .card-swiper .ctrl-inner .swiper-button-prev:hover::after,
.contents .card-swiper .ctrl-inner .swiper-button-next:hover::after {
  background-color: #3c6d5a;
}
.contents .card-swiper .ctrl-inner .swiper-button-prev {
  transform: scale(-1, 1);
}
.contents .card-swiper .ctrl-inner .swiper-pagination {
  width: auto;
  max-width: 26vw;
  margin-inline: 20px;
}
@media all and (max-width: 896px) {
  .contents .card-swiper .ctrl-inner .swiper-pagination {
    max-width: initial;
    margin-inline: 10px;
  }
}
.contents .card-swiper .ctrl-inner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #c6c6c6;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .contents .card-swiper .ctrl-inner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
}
.contents .card-swiper .ctrl-inner .swiper-pagination-bullet-active {
  background: #3c6d5a;
}
.contents .discount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .contents .discount {
    display: block;
  }
}
.contents .discount li {
  width: 20%;
  padding: 0 24px 32px;
}
@media all and (max-width: 896px) {
  .contents .discount li {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: auto;
    padding: 16px 0;
  }
}
.contents .discount li + li {
  border-left: 1px solid #dadfde;
}
@media all and (max-width: 896px) {
  .contents .discount li + li {
    border-top: 1px solid #dadfde;
    border-left: 0;
  }
}
.contents .discount li figure {
  text-align: center;
}
@media all and (max-width: 896px) {
  .contents .discount li figure {
    flex: none;
    display: flex;
    align-items: center;
  }
}
.contents .discount li figure img {
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}
@media all and (max-width: 896px) {
  .contents .discount li figure img {
    width: 120px;
  }
}
.contents .discount li dl {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .contents .discount li dl {
    width: calc(100% - 136px);
    margin-top: 0;
  }
}
.contents .discount li dl dt {
  margin-bottom: 10px;
  color: #3c6d5a;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .contents .discount li dl dt {
    text-align: left;
  }
}
.contents .bignum {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .contents .bignum {
    font-size: 3.2rem;
  }
}
.contents .border-box {
  margin-block: 32px;
  padding: 40px 60px;
  border-radius: 4px;
  border: 2px solid #3c6d5a;
  background: #fff;
}
@media all and (max-width: 896px) {
  .contents .border-box {
    padding: 20px;
  }
}
.contents .books {
  display: flex;
  color: #3c6d5a;
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .contents .books {
    display: block;
  }
}
.contents .books li {
  width: 33.3333333333%;
}
@media all and (max-width: 896px) {
  .contents .books li {
    width: auto;
  }
}
.contents .books li.w50 {
  width: 50%;
}
@media all and (max-width: 896px) {
  .contents .books li.w50 {
    width: auto;
  }
}
.contents .books li + li {
  border-left: 1px solid #3c6d5a;
}
@media all and (max-width: 896px) {
  .contents .books li + li {
    border-top: 1px solid #3c6d5a;
    border-left: 0;
  }
}
.contents .books li > div {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
}
@media all and (max-width: 896px) {
  .contents .books li > div {
    padding: 24px 32px;
  }
}
.contents .books li > div .bignum {
  margin-block: 24px 16px;
}
@media all and (max-width: 896px) {
  .contents .books li > div .bignum {
    margin-block: 8px 16px;
  }
}
@media all and (max-width: 896px) {
  .contents .books li:first-child > div {
    padding-top: 0;
  }
  .contents .books li:last-child > div {
    padding-bottom: 0;
  }
}
.contents .books-title {
  margin-top: 8px;
  font-size: 2.4rem;
}
@media all and (max-width: 896px) {
  .contents .books-title {
    font-size: 2.2rem;
  }
}
.contents .ex-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c6d5a;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contents .ex-plan {
    display: block;
    font-size: 1.8rem;
  }
}
.contents .ex-plan dt {
  margin-right: 14px;
  padding: 6px 16px 8px;
  border-radius: 100px;
  background: #3c6d5a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
@media all and (max-width: 896px) {
  .contents .ex-plan dt {
    margin-right: 0;
    font-size: 2.2rem;
  }
}
.contents .ex-plan dt span {
  display: inline-block;
  margin-left: 5px;
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  .contents .ex-plan dt span {
    font-size: 1.8rem;
  }
}
.contents .ex-plan dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .contents .ex-plan dd {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
.contents .ex-plan dd span {
  margin: -5px 0 0 8px;
}
@media all and (max-width: 896px) {
  .contents .ex-plan dd span {
    display: block;
    margin: 0;
    line-height: 1.25;
  }
}
.contents .ex-plan dd strong {
  font-size: 4.8rem;
  font-weight: 900;
}
@media all and (max-width: 896px) {
  .contents .ex-plan dd strong {
    font-size: 4rem;
  }
}
.contents .ex-plan dd em {
  margin-right: 8px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 900;
}
@media all and (max-width: 896px) {
  .contents .ex-plan dd em {
    margin-right: 0;
  }
}
.contents .bg-lightgreen {
  background: #f3f7f5 !important;
}
.contents .bg-lightgray {
  background: rgba(60, 109, 90, 0.05);
}
.contents .bg-gray {
  background: #ccc !important;
}
.contents .bg-green {
  background: #3c6d5a !important;
  color: #fff;
}
.contents .bg-green .ttl_lv2::before {
  background: #fff;
}
.contents .bg-green .ttl_lv2 em {
  color: #fff;
}
.contents .bg-green .ttl_lv3,
.contents .bg-green .ttl_lv4 {
  border-color: #fff;
}
.contents .bg-green .ttl_lv3 em,
.contents .bg-green .ttl_lv4 em {
  color: #fff;
}
.contents .bg-green .btn, .contents .bg-green .card-swiper .swiper-slide .more, .contents .card-swiper .swiper-slide .bg-green .more {
  background: #fff;
  color: #3c6d5a;
}
.contents .bg-green .btn::after, .contents .bg-green .card-swiper .swiper-slide .more::after, .contents .card-swiper .swiper-slide .bg-green .more::after {
  background-image: url(../images/common/ico_arrow_g.svg);
}
.contents .bg-green .btn[target=_blank]::after, .contents .bg-green .card-swiper .swiper-slide [target=_blank].more::after, .contents .card-swiper .swiper-slide .bg-green [target=_blank].more::after {
  background-image: url(../images/common/ico_blank.svg);
  filter: none;
}
.contents .bg-green .btn[href$=".pdf"]::after, .contents .bg-green .card-swiper .swiper-slide [href$=".pdf"].more::after, .contents .card-swiper .swiper-slide .bg-green [href$=".pdf"].more::after {
  background-image: url(../images/common/ico_pdf.svg);
}
.contents .bg-green .btn:hover, .contents .bg-green .card-swiper .swiper-slide .more:hover, .contents .card-swiper .swiper-slide .bg-green .more:hover {
  background: #272727;
  color: #fff;
}
.contents .bg-green .btn:hover::after, .contents .bg-green .card-swiper .swiper-slide .more:hover::after, .contents .card-swiper .swiper-slide .bg-green .more:hover::after {
  background-image: url(../images/common/ico_arrow_w.svg);
}
.contents .bg-green .btn:hover[target=_blank]::after, .contents .bg-green .card-swiper .swiper-slide .more:hover[target=_blank]::after, .contents .card-swiper .swiper-slide .bg-green .more:hover[target=_blank]::after {
  background-image: url(../images/common/ico_blank.svg);
  filter: brightness(0) invert(1);
}
.contents .bg-green .btn:hover[href$=".pdf"]::after, .contents .bg-green .card-swiper .swiper-slide .more:hover[href$=".pdf"]::after, .contents .card-swiper .swiper-slide .bg-green .more:hover[href$=".pdf"]::after {
  background-image: url(../images/common/ico_pdf.svg);
}
.contents .bg-green .btn-txt {
  color: #fff;
}
.contents .bg-green .btn-txt::after {
  filter: brightness(0) invert(1);
}
.contents .bg-family {
  background: url(../images/common/bg_family.webp) no-repeat center/cover;
  color: #fff;
}
.contents .bg-family .ttl_lv2::before {
  background: #fff;
}
.contents .bg-family .ttl_lv2 em {
  color: #fff;
}
.contents .bg-family .ttl_lv3,
.contents .bg-family .ttl_lv4 {
  border-color: #fff;
}
.contents .bg-family .ttl_lv3 em,
.contents .bg-family .ttl_lv4 em {
  color: #fff;
}
.contents .bg-family .books {
  color: #fff;
}
.contents .bg-family .books li + li {
  border-color: #fff;
}
.contents .bg-family .books li i {
  filter: brightness(0) invert(1);
}

.modal {
  height: auto !important;
  padding: 30px;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 896px) {
  .modal {
    width: calc(100% - 30px);
    height: calc(100dvh - 30px) !important;
    overflow-y: auto;
  }
}
.modal:after {
  content: none;
}
.modal .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #272727;
  cursor: pointer;
}
@media all and (max-width: 896px) {
  .modal .close-icon {
    top: -5px;
  }
}
.modal .close-icon::before, .modal .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 26px;
  height: 1px;
  background: #fff;
}
.modal .close-icon::before {
  transform: rotate(45deg);
}
.modal .close-icon::after {
  transform: rotate(-45deg);
}
.modal .detail h3 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dadfde;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.modal .detail h3 span {
  position: relative;
  margin-bottom: 5px;
  font-family: "Radley", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
.modal .detail h3 span::before {
  content: "Case";
  margin-right: 1em;
  padding-bottom: 2px;
  font-family: "Radley", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.modal .detail h4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
}
.modal .detail h4 i {
  margin: 0 8px 2px 0;
}
.modal .detail .schedule {
  counter-reset: schenum;
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .modal .detail .schedule {
    display: block;
  }
}
.modal .detail .schedule > li {
  width: calc((100% - 24px) / 2);
}
@media all and (max-width: 896px) {
  .modal .detail .schedule > li {
    width: 100%;
  }
  .modal .detail .schedule > li + li {
    margin-top: 20px;
  }
}
.modal .detail .schedule > li::before {
  counter-increment: schenum;
  content: counter(schenum) "日目のスケジュール";
  display: flex;
  justify-content: center;
  padding-inline: 24px;
  border-radius: 100px;
  border: 1px solid #dadfde;
  background: #fff;
  font-weight: 600;
  line-height: 2;
}
.modal .detail .schedule > li > ol {
  margin-top: 15px;
}
.modal .detail .schedule > li > ol > li {
  display: flex;
  margin-top: 10px;
  font-weight: 500;
}
.modal .detail .schedule > li > ol > li time {
  flex: none;
  margin-right: 24px;
  font-weight: 600;
}
.modal .detail .gp {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  padding: 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .modal .detail .gp {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 20px;
  }
}
.modal .detail .gp::before {
  content: "Good Point";
  flex: none;
  margin-right: 48px;
  font-family: "Radley", serif;
  font-size: 2.4rem;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .modal .detail .gp::before {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 1;
  }
}
.modal .detail .gp::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 175px;
  width: 1px;
  height: calc(100% - 60px);
  background: #fff;
}
@media all and (max-width: 896px) {
  .modal .detail .gp::after {
    content: none;
  }
}
.modal.blue h3, .modal.blue h4 {
  color: #3c556d;
}
.modal.blue .gp {
  background: #3c556d;
}
.modal.brown h3, .modal.brown h4 {
  color: #ad4d5e;
}
.modal.brown .gp {
  background: #ad4d5e;
}
.modal.kimidori h3, .modal.kimidori h4 {
  color: #466d3c;
}
.modal.kimidori .gp {
  background: #466d3c;
}

.scroll-prevent {
  height: 100%;
  overflow: hidden;
}
.scroll-prevent .is-scrolled .header-logo img {
  filter: brightness(0) invert(1) !important;
}

/* header */
/* ============================================ */
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100px;
  transition: 0.2s;
}
@media all and (max-width: 896px) {
  .header {
    height: 50px;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 27px;
}
@media all and (max-width: 896px) {
  .header-wrapper {
    padding: 0 15px;
  }
}
.header-logo {
  position: relative;
  z-index: 5;
}
.header-logo a:hover {
  opacity: 1;
}
.header-logo img {
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .header-logo img {
    width: 150px;
  }
}
.header.is-scrolled {
  background: #fff;
}
.header.is-scrolled .header-logo img {
  filter: none;
}
.header .lang {
  position: fixed;
  top: 0;
  right: 100px;
  z-index: 4;
  width: 100px;
  height: 100px;
}
@media all and (max-width: 896px) {
  .header .lang {
    right: 50px;
    width: 50px;
    height: 50px;
  }
}
.header .lang .acd-lang {
  display: none;
}
.header .lang .acd-label-lang {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 63px;
  background: #fff;
  text-align: center;
  font-family: "Radley", serif;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .header .lang .acd-label-lang {
    padding-top: 0;
    font-size: 0;
  }
}
.header .lang .acd-label-lang::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(../images/common/lang.svg) no-repeat center 0/cover;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .header .lang .acd-label-lang::before {
    top: 16px;
    width: 18px;
    height: 18px;
  }
}
.header .lang .acd-label-lang:hover {
  background: #3c6d5a;
  color: #fff;
}
@media all and (max-width: 896px) {
  .header .lang .acd-label-lang:hover {
    background: #fff;
    color: #272727;
  }
}
.header .lang .acd-label-lang:hover::before {
  filter: brightness(0) invert(1);
}
@media all and (max-width: 896px) {
  .header .lang .acd-label-lang:hover::before {
    filter: none;
  }
}
.header .lang .acd-lang-content {
  height: 0;
  margin-top: 10px;
  font-size: 1.4rem;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
@media all and (max-width: 896px) {
  .header .lang .acd-lang-content {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.header .lang .acd-lang-content li {
  width: 180px;
}
@media all and (max-width: 896px) {
  .header .lang .acd-lang-content li {
    width: 100px;
  }
}
.header .lang .acd-lang-content li a {
  display: block;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(60, 109, 90, 0.9);
  color: #fff;
}
@media all and (max-width: 896px) {
  .header .lang .acd-lang-content li a {
    padding: 10px;
  }
}
.header .lang .acd-lang:checked + .acd-label-lang {
  background: #3c6d5a;
  color: #fff;
}
.header .lang .acd-lang:checked + .acd-label-lang::before {
  filter: brightness(0) invert(1);
}
.header .lang .acd-lang:checked + .acd-label-lang + .acd-lang-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.header #menu-icon {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  width: 100px;
  height: 100px;
  background: #272727;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
.header #menu-icon::after {
  content: "Menu";
  position: absolute;
  top: 63px;
  left: 50%;
  color: #fff;
  text-align: center;
  font-family: "Radley", serif;
  font-size: 1.4rem;
  font-weight: 400;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .header #menu-icon::after {
    content: none;
  }
}
.header #menu-icon:hover {
  background: #3c6d5a;
}
@media all and (max-width: 896px) {
  .header #menu-icon:hover {
    background: #272727;
  }
}
@media all and (max-width: 896px) {
  .header #menu-icon {
    width: 50px;
    height: 50px;
  }
}
.header #menu-icon span {
  display: inline-block;
  position: absolute;
  top: 38px;
  left: 37px;
  width: 26px;
  height: 1px;
  background: #fff;
  transition: all 0.4s;
}
.header #menu-icon span::before, .header #menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  transition: inherit;
}
.header #menu-icon span::before {
  top: -8px;
}
.header #menu-icon span::after {
  top: 8px;
}
@media all and (max-width: 896px) {
  .header #menu-icon span {
    top: 25px;
    left: 15px;
    width: 20px;
  }
  .header #menu-icon span::before {
    top: -7px;
  }
  .header #menu-icon span::after {
    top: 7px;
  }
}
.header #ham-menu {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 3;
  background: url(../images/common/bg_forest.webp) no-repeat center/cover;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.header #ham-menu .ham-bg {
  height: 100%;
  padding: 100px 0 0;
  background: rgba(60, 109, 90, 0.9);
}
@media all and (max-width: 896px) {
  .header #ham-menu .ham-bg {
    padding-top: 80px;
  }
}
.header #ham-menu .ham-scroll {
  height: 100%;
  overflow: auto;
}
@media all and (max-width: 896px) {
  .header #ham-menu .ham-scroll {
    padding-bottom: 50px;
  }
}
.header #ham-menu .width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.header #ham-menu nav.bnr {
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.bnr {
    padding-bottom: 30px;
    border: 0;
  }
}
.header #ham-menu nav.bnr > ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.bnr > ul {
    flex-wrap: wrap;
  }
}
.header #ham-menu nav.bnr > ul li {
  width: calc((100% - 60px) / 3);
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.bnr > ul li {
    width: calc((100% - 10px) / 2);
  }
  .header #ham-menu nav.bnr > ul li:first-child {
    width: 100%;
    margin-bottom: 16px;
  }
}
.header #ham-menu nav.bnr > ul li a:hover {
  opacity: 1;
}
.header #ham-menu nav.bnr .bnr-access a,
.header #ham-menu nav.bnr .bnr-reserve a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  border-radius: 4px;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .header #ham-menu nav.bnr .bnr-access a,
  .header #ham-menu nav.bnr .bnr-reserve a {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.bnr .bnr-access a,
  .header #ham-menu nav.bnr .bnr-reserve a {
    height: 70px;
  }
}
.header #ham-menu nav.bnr .bnr-access a::after,
.header #ham-menu nav.bnr .bnr-reserve a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_arrow_w.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.bnr .bnr-access a::after,
  .header #ham-menu nav.bnr .bnr-reserve a::after {
    right: 7px;
  }
}
.header #ham-menu nav.bnr .bnr-access a:hover,
.header #ham-menu nav.bnr .bnr-reserve a:hover {
  background: #fff;
}
.header #ham-menu nav.bnr .bnr-access a span,
.header #ham-menu nav.bnr .bnr-reserve a span {
  font-family: "Radley", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 1200px) {
  .header #ham-menu nav.bnr .bnr-access a span,
  .header #ham-menu nav.bnr .bnr-reserve a span {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.bnr .bnr-access a span,
  .header #ham-menu nav.bnr .bnr-reserve a span {
    font-size: 1.8rem;
  }
}
.header #ham-menu nav.bnr .bnr-access a {
  background: #c1a250;
}
.header #ham-menu nav.bnr .bnr-access a:hover {
  color: #c1a250;
}
.header #ham-menu nav.bnr .bnr-access a:hover::after {
  background-image: url(../images/common/ico_arrow_o.svg);
}
.header #ham-menu nav.bnr .bnr-reserve a {
  background: #e85d65;
}
.header #ham-menu nav.bnr .bnr-reserve a:hover {
  color: #e85d65;
}
.header #ham-menu nav.bnr .bnr-reserve a:hover::after {
  background-image: url(../images/common/ico_arrow_p.svg);
}
.header #ham-menu nav.menu {
  padding-top: 40px;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu {
    padding-top: 0;
  }
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu a {
    display: block;
  }
}
.header #ham-menu nav.menu a[href$=".pdf"]::after {
  content: url(../images/common/ico_pdf.svg);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  filter: brightness(0) invert(1);
}
.header #ham-menu nav.menu > ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu > ul {
    display: block;
  }
}
.header #ham-menu nav.menu > ul > li:first-child {
  width: calc((100% - 60px) / 3);
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu > ul > li:first-child {
    width: 100%;
  }
}
.header #ham-menu nav.menu > ul > li:first-child figure {
  margin-bottom: 15px;
}
.header #ham-menu nav.menu > ul > li:first-child figure:not(:first-child) {
  margin-top: 30px;
}
.header #ham-menu nav.menu > ul > li:first-child figure img {
  border-radius: 4px;
  max-height: 100px;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu > ul > li:first-child figure {
    display: none;
  }
}
.header #ham-menu nav.menu > ul > li:first-child .nav-ttl {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu > ul > li:first-child .nav-ttl {
    padding-top: 25px;
    border-top: 1px solid #fff;
    font-size: 1.8rem;
  }
  .header #ham-menu nav.menu > ul > li:first-child .nav-ttl:not(:first-of-type) {
    margin-top: 25px;
  }
}
.header #ham-menu nav.menu > ul > li:first-child .nav-list {
  display: flex;
  flex-wrap: wrap;
}
.header #ham-menu nav.menu > ul > li:first-child .nav-list > li {
  width: calc((100% - 20px) / 3);
  margin: 5px 10px 0 0;
}
.header #ham-menu nav.menu > ul > li:first-child .nav-list > li:nth-child(-n+3) {
  margin-top: 0;
}
.header #ham-menu nav.menu > ul > li:first-child .nav-list > li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu > ul > li:first-child .nav-list > li {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
  .header #ham-menu nav.menu > ul > li:first-child .nav-list > li:nth-child(-n+3) {
    margin-top: 10px;
  }
  .header #ham-menu nav.menu > ul > li:first-child .nav-list > li:nth-child(3n) {
    margin-right: 10px;
  }
  .header #ham-menu nav.menu > ul > li:first-child .nav-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .header #ham-menu nav.menu > ul > li:first-child .nav-list > li:nth-child(2n) {
    margin-right: 0;
  }
}
.header #ham-menu nav.menu > ul > li:first-child .nav-list-long > li:not(:first-child) {
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu > ul > li:first-child .nav-list-long > li:not(:first-child) {
    margin-top: 10px;
  }
}
.header #ham-menu nav.menu > ul > li:last-child {
  width: calc((100% - 60px) / 3 * 2 + 30px);
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu > ul > li:last-child {
    width: 100%;
  }
}
.header #ham-menu nav.menu .genre {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .genre {
    display: block;
  }
}
.header #ham-menu nav.menu .genre > li {
  display: flex;
  width: calc((100% - 30px) / 2);
  margin: 28px 30px 0 0;
}
.header #ham-menu nav.menu .genre > li:nth-child(-n+2) {
  margin-top: 0;
}
.header #ham-menu nav.menu .genre > li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .genre > li {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.header #ham-menu nav.menu .genre > li figure {
  width: 100px;
  margin-right: 20px;
}
.header #ham-menu nav.menu .genre > li figure img {
  border-radius: 4px;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .genre > li figure {
    display: none;
  }
}
.header #ham-menu nav.menu .genre > li .nav-list li:not(:first-child) {
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .genre > li .nav-list li:not(:first-child) {
    margin-top: 10px;
  }
}
.header #ham-menu nav.menu .genre-ttl {
  margin-block: -5px 10px;
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .genre-ttl {
    margin-block: 0;
    padding-block: 20px;
    border-top: 1px solid #fff;
    font-size: 1.8rem;
  }
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .genre-list {
    display: flex;
    flex-wrap: wrap;
  }
  .header #ham-menu nav.menu .genre-list li {
    width: calc((100% - 10px) / 2);
    margin: 10px 10px 0 0;
  }
  .header #ham-menu nav.menu .genre-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .header #ham-menu nav.menu .genre-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.header #ham-menu nav.menu .other {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .other {
    margin-top: 0;
    padding-top: 25px;
    border-top: 1px solid #fff;
  }
}
.header #ham-menu nav.menu .other > li {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .other > li {
    display: block;
  }
}
.header #ham-menu nav.menu .other > li ul {
  width: calc((100% - 30px) / 2);
}
.header #ham-menu nav.menu .other > li ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .other > li ul {
    width: 100%;
  }
  .header #ham-menu nav.menu .other > li ul + ul {
    margin-top: 12px;
  }
}
.header #ham-menu nav.menu .acd-check {
  display: none;
}
.header #ham-menu nav.menu .acd-label-menu {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .acd-label-menu {
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #fff;
    font-size: 1.8rem;
    pointer-events: auto;
  }
}
.header #ham-menu nav.menu .acd-label-menu a {
  pointer-events: auto;
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .acd-label-menu a {
    pointer-events: none;
  }
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .acd-label-menu:before, .header #ham-menu nav.menu .acd-label-menu:after {
    content: "";
    position: absolute;
    top: calc(50% + 10px);
    right: 8px;
    width: 20px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
}
.header #ham-menu nav.menu .acd-label-menu:after {
  transform: translateY(-50%) rotate(-90deg);
}
@media all and (max-width: 896px) {
  .header #ham-menu nav.menu .acd-menu-content {
    height: 0;
    opacity: 0;
    padding: 10px 0;
    transition: 0.3s;
    visibility: hidden;
  }
}
.header #ham-menu nav.menu .acd-check:checked + .acd-label-menu:after {
  transform: translateY(-50%);
}
.header #ham-menu nav.menu .acd-check:checked + .acd-label-menu + .acd-menu-content {
  height: auto;
  opacity: 1;
  padding: 20px 0;
  visibility: visible;
}
.header #menu-cb {
  display: none;
}
.header #menu-cb:checked ~ #ham-menu {
  transform: translate(-100%);
}
.header #menu-cb:checked ~ #menu-icon::after {
  content: "Close";
}
.header #menu-cb:checked ~ #menu-icon span {
  background: transparent;
}
.header #menu-cb:checked ~ #menu-icon span::before {
  background: #fff;
  transform: translateY(8px) rotate(-315deg);
}
.header #menu-cb:checked ~ #menu-icon span::after {
  background: #fff;
  transform: translateY(-8px) rotate(315deg);
}
@media all and (max-width: 896px) {
  .header #menu-cb:checked ~ #menu-icon::after {
    content: none;
  }
  .header #menu-cb:checked ~ #menu-icon span::before {
    transform: translateY(7px) rotate(-315deg);
  }
  .header #menu-cb:checked ~ #menu-icon span::after {
    transform: translateY(-7px) rotate(315deg);
  }
}

/* footer */
/* ============================================ */
.footer {
  padding-block: 80px 200px;
  background: rgba(0, 0, 0, 0.8) url(../images/common/bg_footer.webp) no-repeat center bottom/cover;
  background-blend-mode: darken;
  color: #fff;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .footer {
    padding-block: 50px 160px;
    text-align: center;
  }
}
.footer-cp {
  padding-bottom: 80px;
  background: url(../images/common/tree_01.webp) no-repeat left bottom/339px auto, url(../images/common/tree_02.webp) no-repeat right bottom/186px auto;
  text-align: center;
}
@media all and (max-width: 896px) {
  .footer-cp {
    padding-bottom: 30px;
    background: url(../images/common/tree_01.webp) no-repeat left -32px bottom 98px/74px auto, url(../images/common/tree_02.webp) no-repeat right 3px bottom 98px/52px auto;
  }
}
.footer-cp .catch {
  font-weight: 600;
  letter-spacing: 5px;
}
.footer-cp .catch strong {
  display: block;
  margin-bottom: 8px;
  text-shadow: 0 0 15px rgba(3, 3, 3, 0.2);
  font-family: "Radley", serif;
  font-weight: 400;
  font-size: 9.6rem;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .footer-cp .catch strong {
    font-size: 3.6rem;
  }
}
.footer-cp ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 11vw;
}
@media all and (max-width: 896px) {
  .footer-cp ul {
    margin-top: 20px;
    padding: 0;
  }
}
.footer-cp ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 896px) {
  .footer-cp ul li {
    width: calc((100% - 10px) / 2);
  }
}
.footer-cp ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 40px 20px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
}
@media all and (max-width: 896px) {
  .footer-cp ul li a {
    padding: 15px 25px 15px 15px;
    font-size: 1.2rem;
  }
}
.footer-cp ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url(../images/common/ico_arrow_w.svg) no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media all and (max-width: 896px) {
  .footer-cp ul li a::after {
    right: 7px;
  }
}
.footer-cp ul li a:hover {
  opacity: 1;
}
.footer-cp ul li a:hover::after {
  right: 15px;
}
.footer-cp ul li a span {
  font-family: "Radley", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}
@media all and (max-width: 896px) {
  .footer-cp ul li a span {
    font-size: 1.8rem;
  }
}
.footer-cp ul li:first-child a {
  background: #c1a250;
}
.footer-cp ul li:first-child a:hover {
  background: #fff;
  color: #c1a250;
}
.footer-cp ul li:first-child a:hover::after {
  background-image: url(../images/common/ico_arrow_o.svg);
}
.footer-cp ul li:last-child a {
  background: #e85d65;
}
.footer-cp ul li:last-child a:hover {
  background: #fff;
  color: #e85d65;
}
.footer-cp ul li:last-child a:hover::after {
  background-image: url(../images/common/ico_arrow_p.svg);
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  padding-top: 120px;
}
@media all and (max-width: 896px) {
  .footer-menu {
    display: block;
    padding-top: 30px;
  }
}
.footer-info {
  margin-right: 40px;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .footer-info {
    margin-right: 0;
  }
}
.footer-logo img {
  width: 250px;
  filter: brightness(0) invert(1);
}
.footer-sns {
  display: flex;
  align-items: center;
  margin-block: 24px 40px;
}
@media all and (max-width: 896px) {
  .footer-sns {
    justify-content: center;
    margin-block: 20px;
  }
}
.footer-sns li {
  margin-right: 30px;
}
.footer-sns li img {
  width: auto;
  height: 30px;
}
.footer-sns li:last-child {
  margin-right: 0;
}
.footer-sns li:last-child img {
  height: 26px;
}
.footer-sns li a:hover {
  opacity: 1;
}
.footer address {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .footer address {
    margin-top: 20px;
  }
}
.footer-tel {
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .footer-tel {
    margin-top: 20px;
  }
}
.footer-copyright {
  font-size: 1.2rem;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .footer-copyright {
    margin-top: 20px;
  }
}
.footer .nav {
  display: flex;
}
@media all and (max-width: 896px) {
  .footer .nav {
    display: none;
  }
}
.footer .nav-item:not(:last-child) {
  margin-right: 40px;
}
.footer .nav-ttl {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.footer .nav-ttl + .nav-ttl {
  margin-top: -8px;
}
.footer .nav-list:not(:last-child) {
  margin-bottom: 35px;
}
.footer .nav li:not(:last-child) {
  margin-bottom: 6px;
}
.footer .nav a {
  display: inline-block;
  position: relative;
}
.footer .nav a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.footer .nav a:hover {
  opacity: 1;
}
.footer .nav a:hover::before {
  opacity: 1;
}
.footer .nav a[href$=".pdf"]::after {
  content: url(../images/common/ico_pdf.svg);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  filter: brightness(0) invert(1);
}
.footer .pagetop {
  appearance: none;
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  text-align: center;
  font-family: "Radley", serif;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}
.footer .pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: 2px 0 0 3em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.footer .pagetop:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer .btn-reserve {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  width: 146px;
  height: 146px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #e85d65;
  cursor: pointer;
}
.footer .btn-reserve:hover {
  border-color: #e85d65;
  background: #fff;
  color: #e85d65;
  opacity: 1;
}
@media all and (max-width: 896px) {
  .footer .btn-reserve {
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-block: 10px;
    border: 0;
    border-radius: 0;
  }
  .footer .btn-reserve::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
}
.footer .btn-reserve span {
  margin-bottom: 5px;
  font-family: "Radley", serif;
  font-size: 2.9rem;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .footer .btn-reserve span {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
}

.talkappibot {
  position: relative;
  z-index: 9;
}
.talkappibot #talkappi-chat-greeting {
  right: 270px !important;
  bottom: 35px !important;
}
@media all and (max-width: 896px) {
  .talkappibot #talkappi-chat-greeting {
    right: 85px !important;
    bottom: 80px !important;
  }
}
.talkappibot #talkappi-chat-icon {
  right: 190px !important;
  bottom: 30px !important;
}
@media all and (max-width: 896px) {
  .talkappibot #talkappi-chat-icon {
    right: 10px !important;
    bottom: 75px !important;
  }
}
.talkappibot #live-chat {
  max-height: calc(100dvh - 100px);
}
@media all and (max-width: 896px) {
  .talkappibot #live-chat {
    max-height: initial;
    padding-top: 60px;
    background-color: #41b06b;
  }
}

/*# sourceMappingURL=layout.css.map */
