@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | 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;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}
html.is-active {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: #3B4043;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--secondary {
  position: relative;
  display: block;
  line-height: 1.35;
  color: #4B7746;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 0 0 1.8em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary {
    font-size: 2.6rem;
  }
}
.c-heading--secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/pages/topics/icon-donguri.png) no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary::before {
    width: 24px;
    height: 27px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary::before {
    width: 34px;
    height: 37px;
  }
}
.c-heading--detail {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 2.3rem;
  display: block;
  color: #3B4043;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 5px solid #DFE5BE;
  padding: 0 0 0.7em 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: min(30 * var(--vw1100), 26px);
    margin: 0 auto 4rem;
    letter-spacing: 0.05em;
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40%;
  height: 5px;
  background-color: #A6B64E;
  z-index: 1;
}
.c-heading--detail::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  background-color: #527F32;
  z-index: 1;
}
.c-heading--common {
  color: #F5EEE1;
}
.c-heading--common.__small .en {
  font-size: min(70 * var(--vw768), 70px);
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common.__small .en {
    font-size: min(96 * var(--vw1440), 96px);
    margin-bottom: 0.5rem;
  }
}
.c-heading--common .en {
  display: block;
  font-family: "Gabarito", sans-serif;
  font-weight: 700;
  font-size: min(86 * var(--vw768), 86px);
}
@media screen and (min-width: 768px), print {
  .c-heading--common .en {
    font-size: min(96 * var(--vw1440), 96px);
  }
}
.c-heading--common .jp {
  display: block;
  font-weight: 400;
  font-size: min(13 * var(--vw375), 13px);
  letter-spacing: 0.12em;
}
@media screen and (min-width: 480px), print {
  .c-heading--common .jp {
    font-size: min(20 * var(--vw768), 20px);
  }
}
@media screen and (min-width: 768px), print {
  .c-heading--common .jp {
    font-size: min(20 * var(--vw1440), 20px);
  }
}

/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #F5EEE1;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
  border: 1px solid #F5EEE1;
  padding: 1.3rem 2rem 1.3rem 2rem;
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 10em;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 360px), print {
  .c-link-button {
    font-size: 1.4rem;
    padding: 1.5rem 3rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: 1.7rem;
    padding: 1.5rem 4rem 1.5rem 4rem;
  }
}
.c-link-button span {
  position: relative;
  display: block;
  padding: 0 1em 0 0;
}
.c-link-button span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button span::before {
    width: 9px;
    height: 9px;
  }
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.c-button--contact {
  width: 170px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 0 0 1rem;
  background-color: #F5EEE1;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact {
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 1.2rem;
    border-radius: 1rem 1rem 0 0;
  }
}
@media (hover: hover) {
  .c-button--contact:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #F5EEE1;
  }
  .c-button--contact:where(:any-link, :enabled, summary):hover {
    background-color: #F5EEE1;
  }
}
.c-button--contact span {
  position: relative;
  display: block;
  text-align: center;
  padding: 2.5em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span {
    padding: 2.4em 0 0 0;
  }
}
.c-button--contact span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 32px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span::before {
    width: 30px;
    height: 24px;
  }
}
.c-button--contact span .u-br--pc {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span .u-br--pc {
    display: none;
  }
}

/* テキストの色 */
.u-color-base {
  color: #F5EEE1;
}

.u-color-main {
  color: #F5EEE1;
}

.u-color-sub1 {
  color: #4B7746;
}

.u-color-sub2 {
  color: #814016;
}

.u-color-sub3 {
  color: #AE7557;
}

.u-color-sub4 {
  color: #75A5A8;
}

.u-color-sub5 {
  color: #FB9C33;
}

.u-color-sub6 {
  color: #E2536D;
}

.u-color-sub7 {
  color: #DFE5BE;
}

.u-color-sub8 {
  color: #E1C760;
}

.u-color-sub9 {
  color: #FEC2DB;
}

.u-color-sub10 {
  color: #E36761;
}

.u-color-sub11 {
  color: #6B8D6A;
}

.u-bgcolor-sub1 {
  background-color: #4B7746;
}

.u-bgcolor-sub2 {
  background-color: #814016;
}

.u-bgcolor-sub3 {
  background-color: #AE7557;
}

.u-bgcolor-sub4 {
  background-color: #75A5A8;
}

.u-bgcolor-sub5 {
  background-color: #FB9C33;
}

.u-bgcolor-sub6 {
  background-color: #E2536D;
}

.u-bgcolor-sub8 {
  background-color: #E1C760;
}

.u-bgcolor-sub10 {
  background-color: #E36761;
}

.u-bgcolor-sub11 {
  background-color: #6B8D6A;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

/* 注釈（※）用インデント */
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
}
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -41px;
  margin-bottom: 80px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: -131px;
    margin-bottom: 130px;
  }
}

.scroll-down-point {
  display: block;
}
.scroll-down-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .scroll-down-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

/* flex1 */
.u-flex-1 {
  flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0 0 0 1.3em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

@media screen and (min-width: 1100px), print {
  .global-contact {
    display: flex;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact {
    max-width: 400px;
    margin: 0 auto;
  }
}
.global-contact-item {
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item {
    width: 50%;
    height: 220px;
  }
}
.global-contact-item.mail a {
  background-color: #FBA4A4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #ffffff;
  border-radius: 1rem;
  transition: opacity 0.3s ease;
  padding: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.mail a {
    padding: 2rem;
  }
}
@media (hover: hover) {
  .global-contact-item.mail a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .global-contact-item.mail a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.global-contact-item.mail .mail-text {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.mail .mail-text {
    font-size: 2.4rem;
  }
}
.global-contact-item.mail .mail-title {
  display: block;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.mail .mail-title {
    font-size: 5rem;
  }
}
.global-contact-item.tel {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel {
    margin: 0 3rem 0 0;
  }
}
.global-contact-item.tel .tel-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  color: #ffffff;
  background-color: #ECB665;
  padding: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel .tel-link {
    padding: 2rem;
  }
}
.global-contact-item.tel .tel-text {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel .tel-text {
    font-size: 2rem;
  }
}
.global-contact-item.tel .tel-time {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel .tel-time {
    font-size: 2.4rem;
  }
}
.global-contact-item.tel .tel-num {
  display: block;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-item.tel .tel-num {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .global-contact-item.tel .tel-num {
    font-size: 5.7rem;
  }
}

@media screen and (max-width: 767.98px) {
  .c-gmapWrap {
    position: relative;
    padding-top: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.c-youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtubeWrap iframe, .c-youtubeWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.c-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 0;
}
.c-table th, .c-table td {
  font-weight: 400;
  padding: 1rem 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .c-table th, .c-table td {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-table th, .c-table td {
    display: block;
  }
}
.c-table th {
  border-bottom: 1px solid #81A7D2;
}
@media screen and (min-width: 768px), print {
  .c-table th {
    width: 155px;
  }
}
@media screen and (min-width: 768px), print {
  .c-table td {
    border-bottom: 1px solid #E9E9E9;
  }
}
@media screen and (max-width: 767.98px) {
  .c-table td {
    padding-left: 1rem;
  }
}
.c-table td dl dt {
  font-weight: 700;
  margin-bottom: 1rem;
}

.u-link-underline {
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .u-link-underline:where(:-moz-any-link, :enabled, summary):hover {
    color: #F5EEE1;
  }
  .u-link-underline:where(:any-link, :enabled, summary):hover {
    color: #F5EEE1;
  }
}

.nuts-box h3 {
  position: relative;
  display: block;
  line-height: 1.35;
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 0 0 2em;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .nuts-box h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .nuts-box h3 {
    font-size: 2.5rem;
  }
}

.nuts-box h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/pages/topics/icon-donguri.png) no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .nuts-box h3:before {
    width: 24px;
    height: 27px;
  }
}
@media screen and (min-width: 1100px), print {
  .nuts-box h3:before {
    width: 34px;
    height: 37px;
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
  background: #4B7746;
}
@media screen and (min-width: 1100px), print {
  .l-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1010;
  }
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
.l-header__logo {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 100%;
    z-index: 900;
    padding: 0 0 0 1.2rem;
    justify-content: flex-start;
    background: linear-gradient(180deg, rgba(5, 35, 70, 0.6) 0%, rgba(5, 35, 70, 0) 100%);
    transition: background-color 0.2s ease;
  }
}
/* --------------------------------

  c-logo

-------------------------------- */
.c-logo img {
  height: auto;
}
.c-logo__title {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: min(64 * var(--vw768), 64px);
  letter-spacing: 0.05em;
  color: #4B7746;
}
@media screen and (min-width: 1100px), print {
  .c-logo__title {
    font-size: min(64 * var(--vw1440), 64px);
    letter-spacing: 0.05em;
  }
}
.c-logo__title span {
  display: block;
  color: #585858;
  font-size: min(20 * var(--vw768), 20px);
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-logo__title span {
    font-size: min(20 * var(--vw1440), 20px);
    letter-spacing: 0.05em;
  }
}
.c-logo__img {
  display: block;
  text-align: center;
  margin-bottom: min(30 * var(--vw1100), 30px);
}
@media screen and (min-width: 1100px), print {
  .c-logo__img {
    margin-bottom: min(30 * var(--vw1440), 30px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-logo__img {
    width: min(462 * var(--vw768), 462px);
  }
}

/* --------------------------------

  l-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .l-nav {
    position: relative;
  }
  .is-active .l-nav {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    background-color: #4B7746;
    width: 300px;
    height: 100svh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: auto;
    padding: 6rem 0 3rem;
    z-index: 1011;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1011;
  }
}
.l-nav__container {
  position: relative;
  display: none;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .is-active .l-nav__container {
    display: block;
  }
}
.l-nav__contact {
  position: fixed;
  z-index: 101;
}
.is-active .l-nav__contact {
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .l-nav__contact {
    transform: translateY(-50%);
    right: 0;
    top: 50%;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__contact {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.l-nav__contact a {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  background-color: #FB9C33;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.3rem 2.5rem;
  border-radius: 1rem 1rem 0 0;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .l-nav__contact a {
    writing-mode: vertical-rl;
    border-radius: 1rem 0 0 1rem;
    font-size: 2rem;
    padding: 2rem;
  }
}
@media (hover: hover) {
  .l-nav__contact a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #4B7746;
  }
  .l-nav__contact a:where(:any-link, :enabled, summary):hover {
    background-color: #4B7746;
  }
}
.l-nav__contact a span {
  position: relative;
  display: block;
  padding: 1.5em 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .l-nav__contact a span {
    padding: 1.7em 0 0 0;
  }
}
.l-nav__contact a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 18px;
  background: url("../img/base/icon-mail_wht.png") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .l-nav__contact a span::before {
    width: 36px;
    height: 23px;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__info {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__info {
    padding: 3rem 1rem 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 479.98px) {
  .l-nav__info {
    padding: 2.5rem 1rem 0 1rem;
  }
}
.l-nav__define dt, .l-nav__define dd {
  color: #ffffff;
  text-align: center;
}
.l-nav__define dt {
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099.98px) {
  .l-nav__define dt {
    font-size: 1.5rem;
  }
}
.l-nav__define dd {
  line-height: 1.6;
  margin-top: 1rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1099.98px) {
  .l-nav__define dd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .l-nav__define dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__logo {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 1.2rem;
    z-index: 0;
    background-color: #F5EEE1;
  }
}
.l-nav__logo img {
  width: 170px;
  height: auto;
}
@media screen and (min-width: 360px), print {
  .l-nav__logo img {
    width: 225px;
  }
}
@media screen and (min-width: 480px), print {
  .l-nav__logo img {
    width: 250px;
  }
}

/* --------------------------------

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .is-active .c-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-nav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:not(:last-child) {
    margin-right: min(40 * var(--vw1440), 40px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item a.c-nav__link::before {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    color: #4B7746;
  }
  .c-nav__item.is-active .c-nav__link::after {
    border-color: #4B7746;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__link {
    color: #4B7746;
  }
  .c-nav__item.is-active .c-nav__link::before {
    border-color: #4B7746;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  font-feature-settings: "palt";
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    letter-spacing: inherit;
    padding: 0 2rem;
    color: #fff;
    background-color: #4B7746;
    height: 70px;
    transition-property: color, background-color;
  }
}
@media screen and (hover: hover) and (max-width: 1099.98px) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #814016;
    color: #fff;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    background-color: #814016;
    color: #fff;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #E1C760;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #E1C760;
  }
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover .jp {
    border-color: #ffffff;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover .jp {
    border-color: #ffffff;
  }
}
.c-nav__link .jp {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link .jp {
    font-size: min(18 * var(--vw1440), 18px);
    padding: 0 1rem 1rem 1rem;
    margin: 0 0 1rem 0;
    border-bottom: 3px solid #E1E1E1;
    transition: border-color 0.3s ease;
  }
}
.c-nav__link .en {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link .en {
    font-size: min(14 * var(--vw1440), 14px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link .en {
    margin-top: 0.5rem;
  }
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
    background-color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 10;
    opacity: 0;
    transform: translateX(-50%) translateY(100%);
    transition-property: opacity;
    transition-duration: 0.2s;
  }
}
.c-nav__submenu--trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger {
    position: relative;
    width: 100%;
    height: 120px;
    margin-bottom: -120px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    transform: rotate(90deg);
    border-radius: 10em;
    background-color: #ffffff;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 10em;
    background-color: #ffffff;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    color: #E1C760;
  }
  .c-nav__submenu--trigger:hover + .c-nav__link .jp {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #E1C760;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    background-color: #814016;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #E1C760;
  }
  .c-nav__submenu--trigger.is-active + .c-nav__link .jp {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    border-color: #E1C760;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::before {
    background-color: transparent;
  }
}
.c-nav__submenu.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu.is-active {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-inner {
    position: relative;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-inner {
    margin: 0 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
}
.c-nav__submenu-list li {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-list li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
  .c-nav__submenu-list li:first-child a {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .c-nav__submenu-list li:last-child a {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
.c-nav__submenu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #4B7746;
  text-align: center;
  font-size: 1.6rem;
  height: 60px;
  line-height: 1.2;
  padding: 0.5em 2.2em 0.5em 2.2em;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link {
    background-color: #4B7746;
    color: #fff;
    font-size: 1.5rem;
    height: 53px;
    padding: 0.35em 0.5em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link:hover {
    background-color: #E1C760;
    color: #3B4043;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link:hover {
    background-color: #E1C760;
    color: #3B4043;
  }
}
.c-nav__submenu-text {
  display: block;
  margin: 0 0 0 1rem;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-text {
    flex: 1;
    min-width: 0;
  }
}
.c-nav__submenu-text .text01 {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
}
.c-nav__submenu-text .text01 span {
  font-size: 2.5rem;
  font-weight: 700;
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: #4B7746;
  cursor: pointer;
  z-index: 1011;
}
.is-active .c-nav__button {
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button .c-nav__button-icon {
  width: 30px;
  background-color: transparent;
}
.is-active .c-nav__button .c-nav__button-icon::before, .is-active .c-nav__button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.is-active .c-nav__button .c-nav__button-icon::before {
  transform: rotate(45deg);
}
.is-active .c-nav__button .c-nav__button-icon::after {
  transform: rotate(-45deg);
}
.is-active .c-nav__button::after {
  content: "CLOSE";
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.c-nav__button-icon::before, .c-nav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.c-nav__button-icon::before {
  margin-top: -8px;
}
.c-nav__button-icon::after {
  margin-top: 8px;
}
.c-nav__button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}

/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  z-index: 101;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  flex: 1;
  background: #F5EEE1;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .l-main__inner {
    padding: 6rem 0 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  #top .l-main__inner {
    padding: 3rem 0 0 0;
  }
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  background: url("../img/base/renga.png") bottom right repeat-x #DFE5BE;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .l-footer__container {
    display: flex;
  }
}
.l-footer__main {
  padding: 3rem 2rem 7rem 2rem;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .l-footer__main {
    padding: 3rem 3rem 7rem 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__main {
    width: 60%;
    padding: min(55 * var(--vw1440), 55px);
  }
}
.l-footer__map {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .l-footer__map {
    width: 40%;
  }
}
.l-footer__map iframe {
  height: 380px;
}
@media screen and (min-width: 1100px), print {
  .l-footer__map iframe {
    height: 100%;
  }
}
.l-footer__logo {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    margin-bottom: 3rem;
  }
}
.l-footer__logo .logo-title {
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3rem;
  color: #4B7746;
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo .logo-title {
    font-size: min(50 * var(--vw1440), 50px);
  }
}
.l-footer__logo .logo-title span {
  display: block;
  color: #3B4043;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__logo .logo-title span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo .logo-title span {
    font-size: min(18 * var(--vw1440), 18px);
  }
}
.l-footer__info {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__info {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem min(70 * var(--vw1600), 70px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__info {
    max-width: 260px;
    margin: 0 auto;
  }
}
.l-footer__info dl {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .l-footer__info dl:nth-child(2n) dt {
    width: 90px;
  }
}
.l-footer__info dl dt {
  color: #4B7746;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info dl dt {
    width: 75px;
  }
}
.l-footer__info dl dd {
  flex: 1;
}
.l-footer__info dl dt, .l-footer__info dl dd {
  font-weight: 500;
  line-height: 1.35;
  font-size: 1.4rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__info dl dt, .l-footer__info dl dd {
    font-size: min(18 * var(--vw1440), 18px);
  }
}
.l-footer__nav {
  padding: 1.6rem;
  background-color: #ffffff;
  border-radius: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav {
    padding: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav {
    margin-top: 3rem;
    border-radius: 2rem;
    padding: min(25 * var(--vw1440), 25px) min(40 * var(--vw1440), 40px);
  }
}
.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}
.l-footer__nav-list li {
  position: relative;
}
.l-footer__nav-list li a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0 0 0 1.5em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 480px), print {
  .l-footer__nav-list li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav-list li a {
    font-size: min(18 * var(--vw1440), 18px);
  }
}
@media (hover: hover) {
  .l-footer__nav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #4B7746;
  }
  .l-footer__nav-list li a:where(:any-link, :enabled, summary):hover {
    color: #4B7746;
  }
}
.l-footer__nav-list li a::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #4B7746;
}
@media screen and (min-width: 480px), print {
  .l-footer__nav-list li a::before {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav-list li a::before {
    font-size: min(18 * var(--vw1440), 18px);
  }
}

.c-footer__copy {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 3em;
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy {
    padding: 2em 0;
    margin-bottom: 3.5em;
  }
}
.c-footer__copy small {
  color: #3B4043;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 25px;
    bottom: 25px;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #4B7746;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #FB9C33;
}
.c-footer__pagetop a:hover::before {
  border-color: #fff;
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition-property: border-color;
  transition-duration: 0.2s;
}

/* --------------------------------

  スライダー

-------------------------------- */
.carousel-swiper-img {
  position: relative;
  overflow: hidden;
  border-radius: 0 1rem 0 0;
}
.carousel-swiper-img::before {
  content: "";
  display: block;
  padding-top: 76%;
}
.carousel-swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  transition: scale 0.3s ease;
}
.carousel-swiper-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #E9E9E9;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 3rem 0 2rem;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .carousel-swiper-title {
    font-size: min(20 * var(--vw1440), 20px);
    height: min(100 * var(--vw1440), 100px);
    padding: 0 min(50 * var(--vw1440), 50px) 0 min(30 * var(--vw1440), 30px);
  }
}
.carousel-swiper-title span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.carousel-swiper-title::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.8rem;
  transform: rotate(135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #F5EEE1;
  border-left: 1px solid #F5EEE1;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .carousel-swiper-title::before {
    right: min(26 * var(--vw1440), 26px);
    bottom: min(20 * var(--vw1440), 20px);
    width: 8px;
    height: 8px;
  }
}

.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
.swiper-container.mv-swiper {
  max-width: min(810 * var(--vw1100), 810px);
  height: auto;
}
@media screen and (min-width: 1100px), print {
  .swiper-container.mv-swiper {
    max-width: min(675 * var(--vw1600), 675px);
  }
}
@media screen and (min-width: 1600px), print {
  .swiper-container.mv-swiper {
    max-width: min(710 * var(--vw1600), 710px);
  }
}
.swiper-container.carousel-swiper {
  overflow: visible;
}
.carousel-swiper .swiper-slide {
  width: 280px;
  flex-shrink: 0;
  border-radius: 0 1.1rem 0 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1100px), print {
  .carousel-swiper .swiper-slide {
    width: min(410 * var(--vw1440), 410px);
  }
}
.swiper-img {
  width: 100%;
  aspect-ratio: 709.785/620.137;
  overflow: hidden;
}
.swiper-img svg.defs-only {
  position: absolute;
  width: 0;
  height: 0;
}
.swiper-img .clipped-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: url(#clip-path);
  -webkit-clip-path: url(#clip-path);
}
.swiper-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-controller {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36px;
}
@media screen and (min-width: 1100px), print {
  .swiper-controller {
    position: absolute;
    top: min(165 * var(--vw1440), -165px);
    right: 0;
    width: 100px;
    height: 40px;
    z-index: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .swiper-controller {
    justify-content: center;
    padding: 0;
    gap: 1.8rem;
    margin-top: 3rem;
  }
}

.swiper-button-prev {
  position: static;
  inset: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #F5EEE1;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
}
.swiper-button-prev:hover {
  background-color: #F5EEE1;
}
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-prev::after {
  color: #F5EEE1;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 0 0.155em 0 0;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-prev::after {
    font-size: 1.4rem;
  }
}
.swiper-button-next {
  position: static;
  inset: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #F5EEE1;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.swiper-button-next:hover {
  background-color: #F5EEE1;
}
.swiper-button-next:hover::after {
  color: #ffffff;
}
.swiper-button-next::after {
  color: #F5EEE1;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 0 0 0 0.155em;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .swiper-button-next::after {
    font-size: 1.4rem;
  }
}

.swiper-pagination {
  position: absolute !important;
  right: 0 !important;
  bottom: 3rem !important;
  transform: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  z-index: 101;
}
@media screen and (min-width: 480px), print {
  .swiper-pagination {
    bottom: 5rem !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
  cursor: pointer;
  margin: 0 !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
.swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 12px 0 0 !important;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 16px 0 0 !important;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 23px 0 0 !important;
  }
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FB9C33;
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: relative;
  display: block;
  height: 230px;
  z-index: 105;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .c-page-title {
    height: 310px;
  }
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5em 1em 1em 1em;
  background-image: url("../img/base/page-title.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner {
    padding: 3.5em 1em 1em 1em;
  }
}
.c-page-title__name {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-page-title__name .en {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 480px), print {
  .c-page-title__name .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .en {
    margin-bottom: 1rem;
    font-size: min(70 * var(--vw1440), 70px);
  }
}
.c-page-title__name .jp {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 480px), print {
  .c-page-title__name .jp {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .jp {
    font-size: min(20 * var(--vw1440), 20px);
    letter-spacing: 0.15em;
  }
}

.c-logo-secondary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DFE5BE;
  height: 140px;
}
@media screen and (max-width: 1099.98px) {
  .c-logo-secondary {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    justify-content: flex-start;
    padding: 0.3rem 0 0 1.5rem;
    z-index: 101;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-logo-secondary .secondary_logo {
    width: 250px;
  }
}
.c-logo-secondary .secondary_logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1099.98px) {
  .c-logo-secondary__decoration {
    display: none;
  }
}
.c-logo-secondary__decoration--01 {
  position: absolute;
  left: 0.5em;
  bottom: -0.7em;
  z-index: 1011;
}
.c-logo-secondary__decoration--02 {
  position: absolute;
  right: 0;
  bottom: -1em;
  z-index: 1011;
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
.js-anime.fadein-anime.delay_01 {
  transition-delay: 0.7s;
}
.js-anime.fadein-anime.delay_02 {
  transition-delay: 0.9s;
}
.js-anime.fadein-anime.delay_03 {
  transition-delay: 1.1s;
}
.js-anime.is-active.fadein-anime {
  opacity: 1;
  transform: translateY(0);
}
.js-anime.is-active .anime-wrap {
  opacity: 1;
}
.js-anime.is-active .anime-inner {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.anime-wrap {
  overflow: hidden;
  opacity: 0;
}

.anime-inner {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: transform 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.form-table {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-top: 1px solid #F5EEE1;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #F5EEE1;
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
  }
}
.form-table th {
  vertical-align: middle;
  width: 16em;
  padding: 2rem 0 2rem 2rem;
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .form-table th {
    display: block;
    width: auto;
    padding: 1.5rem 0;
  }
}
.form-table td {
  vertical-align: middle;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0 0 1.5rem;
  }
}

.form-control, .form-select {
  padding: 1rem 1.5rem;
  font-size: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: #999;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-control, .form-select {
    padding: 1.75rem 1.5rem;
  }
}
.form-control:hover, .form-control:active, .form-control:focus, .form-select:hover, .form-select:active, .form-select:focus {
  outline: none;
  text-decoration: none;
}
.form-control:active, .form-control:focus, .form-select:active, .form-select:focus {
  box-shadow: none;
  border-color: #F5EEE1;
  background-color: #fff;
}
.form-control-sm {
  width: 10em;
}
.form-control:-moz-read-only {
  background-color: #fff;
}
.form-control:disabled, .form-control:read-only {
  background-color: #fff;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-select {
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 7rem;
}
.form-select::-ms-expand {
  display: none;
}
.form-select-wrap {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-select-wrap {
    max-width: 42rem;
    min-width: 42rem;
  }
}
.form-select-arrow {
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  pointer-events: none;
  transform: rotate(45deg);
}
@media screen and (min-width: 1100px), print {
  .form-select-arrow {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 10em;
  max-height: 10em;
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .form-textarea {
    height: 18em;
    max-height: 18em;
    padding: 1.75rem 1.5rem 0;
  }
}
.form-textarea-sm {
  height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea-sm {
    height: 4em;
  }
}
.form-textarea.form-control {
  min-height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea.form-control {
    min-height: 4em;
  }
}
.form-icon {
  float: left;
  display: block;
  width: 6.2rem;
  margin: -0.1rem 1.5rem 0 0;
  padding: 0.5rem 0 0.75rem;
  line-height: 1em;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 10em;
  border: 1px solid currentColor;
}
@media screen and (min-width: 1100px), print {
  .form-icon {
    font-size: 1.6rem;
  }
}
.form-icon::before {
  content: attr(data-label);
}
.form-icon-required {
  color: #c00;
}
.form-icon-free {
  color: #999;
}
@media screen and (min-width: 768px), print {
  .form-icon-free {
    color: transparent;
  }
}
.form-check-label {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  position: relative;
  margin: 0.75rem 3rem 0.75rem 0;
  cursor: pointer;
}
.form-check-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #fff;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-icon {
    width: 32px;
    height: 32px;
  }
}
.form-check-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transform: rotate(35deg);
}
.form-check-radio {
  border-radius: 100%;
}
.form-check-radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-radio::before {
    width: 22px;
    height: 22px;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=checkbox]:checked + .form-check-icon {
  border-color: #F5EEE1;
  background-color: #F5EEE1;
}
.form-check-input[type=checkbox]:checked + .form-check-icon::before {
  border-color: #fff;
}
.form-check-input[type=radio]:checked + .form-check-icon::before {
  background-color: #F5EEE1;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon, .form-check-input[type=radio].validate-error + .form-check-icon {
  border-color: #B20000;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin: 4rem -0.5rem -0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .form-buttons {
    margin-top: 5rem;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  position: relative;
  padding: 1.8rem 3rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: 2px solid currentColor;
  background: transparent;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .form-button {
    padding: 2rem 4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    border-width: 3px;
  }
}
.form-button:hover {
  text-decoration: none;
}
.form-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0.1rem 2rem 0 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transition: border-color 0.3s;
  transform: rotate(135deg);
}
@media screen and (min-width: 768px), print {
  .form-button::before {
    width: 10px;
    height: 10px;
  }
}
.form-button-send {
  color: #F5EEE1;
  border-color: #AE7557;
}
.form-button-send:disabled {
  color: #999;
  border-color: #ccc;
  background-color: #f5f5f5;
}
.form-button-send:not(:disabled):hover {
  color: #fff;
  background-color: #4B7746;
}
.form-button-back {
  color: #333;
}
.form-button-back:hover {
  color: #fff;
  border-color: #999;
  background-color: #999;
}
.job-section {
  padding: 2.5em 1em 2.5em 1em !important;
}
@media screen and (min-width: 1100px), print {
  .job-section {
    padding: 5em 2em 5em 2em !important;
  }
}

.privacy-check-agree {
  margin-top: 3rem;
}

:root {
  --myhp-color1: #ccc;
  --myhp-color2: #f7f8f9;
  --myhp-grid: 8px;
  --myhp-white: #fff;
  --myhp-black: #4f4e69;
  --myhp-blue: #FA8B13;
  --myhp-red: #ff5c76;
  --myhp-focus: #edf1fe;
  --myhp-placeholder: #b2b7d2;
  --myhp-error: #ffebee;
  --myhp-border: #e1e2eb;
  --myhp-background: #f5f5fb;
  --myhp-transition: 0.3s;
}

/* 新メールフォーム テンプレ */
.myhp-form__items {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .myhp-form__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #F5F5F5;
    padding: 2rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .myhp-form__items:first-of-type {
    border-top: 1px solid #F5F5F5;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__items:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.myhp-form__title {
  position: relative;
  display: block;
  padding: 1rem 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__title {
    width: 16em;
    padding: 1.8rem 0 1.8rem 7.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__title {
    border-bottom: 1px solid #F5EEE1;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.myhp-form__required {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 5rem;
  height: 2.5rem;
  border-radius: 10em;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  background-color: #FA8B13;
  border: 1px solid #fff;
  margin: 0 1rem 0 0;
  padding: 0.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__required {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6.2rem;
    height: 3rem;
    font-size: 1.6rem;
    margin: 0 1.5rem 0 0;
  }
}
.myhp-form__label {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__label {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__label {
    flex: 1;
    min-width: 0;
  }
}
.myhp-form__content {
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .myhp-form__content {
    flex: 1;
    min-width: 0;
  }
}
.myhp-form__radio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.8rem 0 0;
  padding: 0.3em 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio {
    margin: 0 -2rem 0 0;
  }
}
.myhp-form__radio-col {
  padding: 0 1.8rem 0 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-col {
    padding: 0 2rem 0 0;
  }
}
.myhp-form__radio-input {
  display: none;
}
.myhp-form__radio-input:checked + .myhp-form__radio-button::after {
  opacity: 1;
}
.myhp-form__radio-button {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.7em 0 0.7em 2.8em;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button {
    font-size: 1.8rem;
    padding: 0.7em 0 0.7em 2.8em;
  }
}
.myhp-form__radio-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button::before {
    width: 4rem;
    height: 4rem;
  }
}
.myhp-form__radio-button::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
  background-color: #F5EEE1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .myhp-form__radio-button::after {
    width: 2.4rem;
    height: 2.4rem;
    left: 0.8rem;
  }
}
.myhp-form__select {
  position: relative;
  max-width: 300px;
}
.myhp-form__select::before {
  content: "";
  position: absolute;
  right: 2.3rem;
  top: 2.3rem;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  pointer-events: none;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px), print {
  .myhp-form__select {
    max-width: 300px;
  }
}
.myhp-form__select-input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  padding: 1rem 5rem 1rem 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 768px), print {
  .myhp-form__select-input {
    padding: 1.75rem 5rem 1.75rem 1.5rem;
  }
}
.myhp-form__select-input:hover, .myhp-form__select-input:active, .myhp-form__select-input:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__select-input:active, .myhp-form__select-input:focus {
  box-shadow: none;
  border-color: #F5EEE1;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .myhp-form__name {
    display: flex;
  }
}
.myhp-form__name-col:first-child {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__name-col:first-child {
    margin: 0 2rem 0 0;
  }
}
.myhp-form__textfield {
  display: block;
  width: 100%;
  height: 60px;
  padding: 1.75rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myhp-form__textfield:hover, .myhp-form__textfield:active, .myhp-form__textfield:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__textfield:active, .myhp-form__textfield:focus {
  box-shadow: none;
  border-color: #F5EEE1;
  background-color: #fff;
}
.myhp-form__mail-row:first-child {
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__mail-row:first-child {
    margin: 0 0 1.5rem 0;
  }
}
.myhp-form__mail-title {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__mail-title {
    font-size: 1.4rem;
  }
}
.myhp-form__textarea {
  height: 18em;
  max-height: 18em;
  min-height: 4em;
  padding: 1.75rem 1.5rem 0;
  display: block;
  width: 100%;
  padding: 1.75rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.myhp-form__textarea:hover, .myhp-form__textarea:active, .myhp-form__textarea:focus {
  outline: none;
  text-decoration: none;
}
.myhp-form__textarea:active, .myhp-form__textarea:focus {
  box-shadow: none;
  border-color: #F5EEE1;
  background-color: #fff;
}
.myhp-form__privacypolicy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
@media screen and (min-width: 768px), print {
  .myhp-form__privacypolicy {
    margin: 40px 0 0 0;
  }
}
.myhp-form__privacypolicy-label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.myhp-form__privacypolicy-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.myhp-form__privacypolicy-input:checked + .myhp-form__privacypolicy-button:before {
  background: url(../img/base/aikon-check.svg) no-repeat center var(--myhp-blue);
  background-size: cover;
  border-color: var(--myhp-blue);
}
.myhp-form__privacypolicy-button {
  cursor: pointer;
}
.myhp-form__privacypolicy-button:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1rem 0 0;
  background: var(--myhp-background);
  border-radius: 0;
  border: 1px solid var(--myhp-border);
  transition: var(--myhp-transition);
}
@media screen and (min-width: 768px), print {
  .myhp-form__privacypolicy-button:before {
    width: 3rem;
    height: 3rem;
    margin-right: 1.5rem;
  }
}
.myhp-form__privacypolicy-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__privacypolicy-text {
    flex-direction: column;
  }
}
.myhp-form__privacypolicy-link {
  color: var(--myhp-blue);
}
.myhp-form__button {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__button {
    flex-direction: column;
    align-items: center;
    margin-top: 3.5rem;
  }
}
.myhp-form__button-back {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #F5EEE1;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-back {
    font-size: 1.6rem;
  }
}
.myhp-form__button-back:hover {
  text-decoration: none;
  color: #fff;
  background-color: #F5EEE1;
}
.myhp-form__button-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #F5EEE1;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-submit {
    font-size: 1.6rem;
  }
}
.myhp-form__button-submit:hover {
  text-decoration: none;
  color: #fff;
  background-color: #F5EEE1;
}
.myhp-form__button-item:first-child {
  margin: 0 1.6rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__button-item:first-child {
    margin: 0 0 1.5rem 0;
  }
}
.myhp-form__button-confirm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  border-radius: 10em;
  color: #fff;
  background-color: #4B7746;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px), print {
  .myhp-form__button-confirm {
    font-size: 1.6rem;
  }
}
.myhp-form__button-confirm:hover {
  text-decoration: none;
}
.myhp-form__button-confirm:not(:disabled):hover {
  color: #fff;
  background-color: #718d6e;
}
.myhp-form__confirm .g-recaptcha {
  margin-top: 3rem !important;
}
.myhp-form__confirm .myhp-form__title {
  padding: 0 2rem;
  width: 13em;
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__title {
    padding: 1rem 0 1.5rem 0;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__label {
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .myhp-form__confirm .myhp-form__content {
    padding: 0 0 0 0.5rem;
  }
}
.myhp-form__confirm .myhp-form__label, .myhp-form__confirm .myhp-form__content {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__confirm .myhp-form__label, .myhp-form__confirm .myhp-form__content {
    font-size: 1.6rem;
  }
}
.myhp-form__note {
  line-height: 2;
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__note {
    font-size: 1.4rem;
    padding: 0 0 0 18.4em;
  }
}
.myhp-form__error {
  line-height: 2;
  display: block;
  width: 100%;
  color: #c00;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .myhp-form__error {
    font-size: 1.4rem;
    padding: 0 0 0 18.4em;
  }
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #F5EEE1;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo .c-logo__title {
  white-space: nowrap;
}

/* Loading アイコンの大きさ設定　*/
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  background-color: #F5EEE1;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .top-hero__inner {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.top-hero__bg {
  position: absolute;
  inset: 0;
  text-align: center;
  place-content: center;
  background-image: url("../img/top/mv_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1100px), print {
  .top-hero__bg {
    background-size: contain;
  }
}
.top-hero__slider {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-hero__slider {
    padding: min(120 * var(--vw1600), 120px) min(50 * var(--vw1600), 50px) min(50 * var(--vw1600), 50px) min(50 * var(--vw1600), 50px);
  }
}
.top-hero__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(70 * var(--vw768), 70px) 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-hero__main {
    padding: min(50 * var(--vw1600), 50px);
    padding-right: 0;
  }
}
.top-hero__logo {
  margin-bottom: min(60 * var(--vw768), 60px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__logo {
    margin-bottom: min(40 * var(--vw1600), 40px);
  }
}
@media screen and (min-width: 1600px), print {
  .top-hero__logo {
    margin-bottom: min(60 * var(--vw1600), 60px);
  }
}
.top-hero__text {
  font-weight: 400;
  line-height: 1.9;
  font-size: min(24 * var(--vw768), 24px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__text {
    font-size: min(24 * var(--vw1600), 24px);
  }
}
.top-hero__text span {
  font-weight: 900;
  line-height: 1.4615384615;
  padding: 0 0.5rem 0 0;
  font-size: min(36 * var(--vw768), 36px);
}
@media screen and (min-width: 1100px), print {
  .top-hero__text span {
    font-size: min(39 * var(--vw1600), 39px);
    padding: 0 0.5rem 0 0;
  }
}

/* イントロダクション */
.top-intro {
  position: relative;
  padding: 7rem 1em 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-intro {
    padding: 9rem 2em;
  }
}
.top-intro__decoration--01 {
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .top-intro__decoration--01 {
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    z-index: 0;
    width: min(93 * var(--vw1440), 93px);
    left: min(60 * var(--vw1440), -60px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-intro__decoration--01 {
    top: 0;
    left: 0.5rem;
    transform: translateY(-80%);
    width: 35px;
  }
}
.top-intro__decoration--02 {
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .top-intro__decoration--02 {
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    z-index: 0;
    width: min(142 * var(--vw1440), 142px);
    right: min(45 * var(--vw1440), -45px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-intro__decoration--02 {
    top: 0;
    right: 0;
    transform: translateY(-80%);
    width: 55px;
  }
}
.top-intro__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 3px dashed #E2536D;
}
@media screen and (min-width: 768px), print {
  .top-intro__inner {
    padding: 4rem;
    max-width: min(1000 * var(--vw1440), 1000px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-intro__inner {
    position: relative;
  }
}
.top-intro__heading {
  display: block;
  color: #E2536D;
  line-height: 1.35;
  font-weight: 900;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .top-intro__heading {
    font-size: min(32 * var(--vw1440), 28px);
    margin-bottom: 2rem;
  }
}
.top-intro__text {
  display: block;
  line-height: 1.35;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .top-intro__text {
    font-size: min(24 * var(--vw1440), 24px);
  }
}

/* NEWS */
.top-news {
  position: relative;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-news {
    padding: 7rem 2em;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #DFE5BE;
  z-index: -1;
}
@media screen and (min-width: 1100px), print {
  .top-news::before {
    width: 90%;
  }
}
.top-news__inner {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px), print {
  .top-news__inner {
    max-width: 1100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: min(1100 * var(--vw1440), 1100px);
  }
}
.top-news__main {
  width: 100%;
}
@media screen and (min-width: 1100px), print {
  .top-news__main {
    margin: 0 2rem 0 0;
    max-width: 530px;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__img {
    text-align: center;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__img {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
.top-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 1100px), print {
  .top-news__header {
    margin: 0 0 4rem 0;
  }
}
.top-news__more {
  margin: 2em auto 0 auto;
  text-align: center;
}
.top-news__heading {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 0 3rem 0;
}
.top-news__heading small {
  font-size: 17px;
}
.top-news__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 23px;
  background: url("../img/top/marker_01.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-news__heading::before {
    width: min(193 * var(--vw1440), 193px);
    height: 33px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__heading {
    font-size: min(36 * var(--vw1440), 36px);
    padding: 0 0 min(40 * var(--vw1440), 40px) 0;
  }
}

/* menu */
.top-menu {
  position: relative;
  padding: 11rem 1em;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .top-menu {
    padding: 13rem 2em;
  }
}
.top-menu__decoration--01 {
  position: absolute;
  left: -3vw;
  top: 1vw;
  z-index: 0;
  width: 100px;
}
@media screen and (min-width: 768px), print {
  .top-menu__decoration--01 {
    width: min(332 * var(--vw1600), 332px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__decoration--01 {
    top: 10vw;
  }
}
.top-menu__decoration--02 {
  position: absolute;
  left: -1vw;
  bottom: 1vw;
  z-index: 0;
  width: 70px;
}
@media screen and (min-width: 768px), print {
  .top-menu__decoration--02 {
    width: min(208 * var(--vw1600), 208px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__decoration--02 {
    bottom: 3vw;
  }
}
.top-menu__decoration--03 {
  position: absolute;
  right: 4vw;
  top: 6vw;
  z-index: 0;
  width: 70px;
}
@media screen and (min-width: 768px), print {
  .top-menu__decoration--03 {
    width: min(151 * var(--vw1600), 151px);
    top: 6vw;
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__decoration--03 {
    top: 10vw;
    right: 1.5vw;
  }
}
.top-menu__decoration--04 {
  position: absolute;
  right: -1vw;
  z-index: 0;
  width: 60px;
}
@media screen and (min-width: 768px), print {
  .top-menu__decoration--04 {
    width: min(191 * var(--vw1600), 191px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__decoration--04 {
    top: 30vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-menu__decoration--04 {
    bottom: 1vw;
  }
}
.top-menu__container {
  display: grid;
  gap: 8rem 0;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .top-menu__container {
    max-width: 630px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10rem 3rem;
    max-width: 1200px;
  }
}
.top-menu__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 4rem 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px), print {
  .top-menu__item {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__item {
    padding: 4rem 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__item.full {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1100px), print {
  .top-menu__item.full .top-menu__img {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-menu__item.full .top-menu__img {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  .top-menu__item-inner {
    display: flex;
  }
}
.top-menu__num {
  position: absolute;
  top: 0;
  left: 1rem;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-menu__num {
    left: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-menu__num {
    max-width: 95px;
  }
}
.top-menu__num-img {
  position: relative;
}
.top-menu__num-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 1.9em 0;
  font-size: 1.6rem;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 1100px), print {
  .top-menu__num-text {
    font-size: 2rem;
  }
}
.top-menu__num-text span {
  font-size: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-menu__num-text span {
    font-size: 2.5rem;
  }
}
.top-menu__heading {
  display: block;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .top-menu__heading {
    letter-spacing: 0.02em;
    font-size: min(30 * var(--vw1440), 30px);
  }
}
.top-menu__heading .small {
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .top-menu__heading .small {
    font-size: min(16 * var(--vw1440), 16px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-menu__heading .small {
    display: block;
    margin-top: 1rem;
  }
}
.top-menu__text {
  font-size: 1.4rem;
  line-height: 2.0625;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1100px), print {
  .top-menu__text {
    font-size: min(16 * var(--vw1440), 16px);
  }
}
.top-menu__more {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.top-menu__content {
  flex: 1;
  margin: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .top-menu__content {
    margin: 0 1.5rem 0 0;
    padding: 1.5rem 0;
  }
}
.top-menu__img {
  text-align: center;
  place-content: center;
}
.top-menu__img ul {
  display: flex;
  gap: 20px;
}
.top-menu__img ul a:hover {
  opacity: 0.7;
}
.top-menu__img img {
  border-radius: 1rem;
}

.top-carousel {
  padding: 1em 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .top-carousel {
    padding: 2em 0 0 0;
  }
}
.top-carousel__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.top-carousel__slider .swiper-slide img {
  height: auto;
  width: 100%;
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .top-carousel__slider .swiper-slide img {
    border-radius: 2rem;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 10rem 2em;
  }
}
.l-section__block:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin-bottom: 15rem;
  }
}

.p-contact {
  padding: 6rem 1em;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .p-contact {
    padding: 10rem 9em;
  }
}
@media screen and (max-width: 1099.98px) {
  .p-contact__decoration {
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 3rem;
  }
}
.p-contact__decoration--01 {
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-contact__decoration--01 {
    position: absolute;
    top: 50%;
    left: -2em;
    transform: translateX(-100%) translateY(-50%);
  }
}
.p-contact__decoration--02 {
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .p-contact__decoration--02 {
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateX(100%) translateY(-50%);
  }
}
.p-contact__inner {
  position: relative;
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-box {
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.news-box::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  display: block;
  width: 100px;
  height: 47px;
  background: url("../img/pages/topics/decoration01.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .news-box::before {
    width: 183px;
    height: 87px;
  }
}
@media screen and (min-width: 768px), print {
  .news-box {
    padding: 5rem;
  }
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-list.news-list-archive .news-topics {
  border-bottom: 1px solid #F6F6F6;
  margin: 0;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .news-list.news-list-archive .news-topics {
    padding: 2.5rem 3rem;
  }
}
.news-list.news-list-archive .news-topics:first-child {
  border-top: 1px solid #F6F6F6;
}
@media screen and (min-width: 768px), print {
  .news-topics {
    display: flex;
  }
}
.news-topics:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.news-date {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  width: 90px;
  margin: 0 0 0.45rem 0;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    margin: 0 4rem 0 0;
    width: 90px;
    font-size: 1.8rem;
  }
}
.news-title {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-title {
    font-size: 1.8rem;
  }
}
.news-link {
  color: #3B4043;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #4B7746;
    text-decoration: underline;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #4B7746;
    text-decoration: underline;
  }
}

.news-thumb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem -2rem 0;
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    margin: 0 -2rem -2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list {
    margin: 0 -4rem -3rem 0;
  }
}
.news-thumb-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-title {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-thumb-date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  text-align: center;
  color: #000000;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .news-thumb-date {
    letter-spacing: 0.03em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #F5EEE1;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
}
.news-thumb-topics {
  padding: 0 1rem 2rem 0;
  width: 50%;
}
@media screen and (min-width: 480px), print {
  .news-thumb-topics {
    width: 50%;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-topics {
    padding: 0 2rem 2rem 0;
    width: 33.33333%;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-topics {
    padding: 0 4rem 3rem 0;
    width: 33.33333%;
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    margin-bottom: 1.5rem;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.result-detail .swap-gallery {
  margin: 0;
}
.result-detail-gallery {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .result-detail-gallery {
    margin-bottom: 4rem;
  }
}
.result-detail-title {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  margin-bottom: 0.6em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .result-detail-title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.8em;
  }
}
.result-detail-body {
  display: block;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .result-detail-body {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.membership-topics {
  padding: 1.6rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.membership-title {
  position: relative;
  display: block;
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0 0 0 1em;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .membership-title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.4rem;
  }
}
.membership-title::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #1550A8;
}
.membership-body {
  padding: 0 0 0 1em;
  line-height: 1.5;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .membership-body {
    font-size: 1.6rem;
  }
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: flex;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0081BF;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */