@charset "UTF-8";
/* ================================================================================
共通パーツ
================================================================================ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ================================================================================
ブレークポイント定義
================================================================================ */
/* ================================================================================
変数定義
================================================================================ */
:root {
  --font-ja: "Zen Maru Gothic", sans-serif;
  --black: #0D0D0D;
  --org: #D14F29;
  --light-org: #F6DBD3;
  --masterd: #D9B343;
  --beige: #FAF4EC;
  --bg-base: #F5EFE9;
  --bg-white: #fff;
  --bg-beige: #FFFBF6;
  --base-width: 1000px;
  --sml-width: 875px;
  --lrg-width: 1100px;
  --sp-pdinline: 15px;
  --pc-pdinline: 30px;
  --sp-sectop: 80px;
  --pc-sectop: 120px;
  --hover-trans: all .4s;
  --hover-opacity: 0.6;
}

/* body
--------------------------------------------------- */
html {
  font-size: 0.625em;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: var(--black);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: var(--font-ja);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background: var(--bg-base);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a[href*="tel:"] {
  color: var(--black);
  text-decoration: none;
}

@media screen and (min-width : 768px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ================================================================================
header
================================================================================ */
.header {
  z-index: 99999;
  position: relative;
  background: #fff;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 65px;
}

.header-logo {
  background: #fff;
}
.header-logo a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.header-logo-img {
  width: 178px;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-contact {
  width: 77px;
  border-top-left-radius: 10px;
  background-image: url(/assets/images/common/icon-mail.svg);
  background-position: 50% 12px;
  background-size: 30px 24px;
  background-repeat: no-repeat;
  background-color: var(--org);
}
.header-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-inline: 5px;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
}
.header-contact span {
  padding-bottom: 5px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77px;
  height: 100%;
  padding-inline: 15px;
  border: none;
  background: var(--bg-base);
  text-align: center;
  cursor: pointer;
}
.header-menu .menu-bar {
  display: block;
  width: 30px;
  height: 2px;
  margin: 4px 0;
  margin-inline: auto;
  background-color: var(--black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-menu.is-open .menu-bar:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(45deg);
  transform: translateY(14px) rotate(45deg);
}
.header-menu.is-open .menu-bar:nth-child(2) {
  opacity: 0;
}
.header-menu.is-open .menu-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.header-menu .menu-txt {
  margin-top: 6px;
  color: var(--black);
  font-size: 1.1rem;
}

@media screen and (min-width : 768px) {
  .header-logo-img {
    width: 210px;
  }
}
@media screen and (min-width : 1024px) {
  .header {
    background: var(--bg-beige);
  }
  .header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: min(100%, var(--wide-width));
    height: 80px;
    margin-inline: auto;
    padding-right: var(--pc-pdinline);
    padding-left: var(--pc-pdinline);
  }
  .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: min(40vw, 360px);
    padding: 2px 0 2px 2px;
    border-bottom-right-radius: 20px;
  }
  .header-logo a {
    display: block;
    padding: 22px 0 22px 28px;
  }
  .header-logo-img {
    width: min(80%, 289px);
  }
  .header-contact {
    display: none;
  }
  .header-menu {
    display: none;
  }
}
/* global-nav-wrap 
------------------------------------------------------*/
.global-nav-wrap {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100vh - 65px);
  padding: 30px 20px;
  overflow-y: scroll;
  background: var(--bg-beige);
}

.global-nav-box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
}
.global-nav-box .nav-list {
  padding-left: 0;
}
.global-nav-box .nav-item {
  border-bottom: 1px dashed #C9C9C9;
  list-style-type: none;
}
.global-nav-box .nav-item > .nav-link {
  padding: 18px 10px;
}
.global-nav-box .nav-link {
  display: block;
  background-image: url(/assets/images/common/icon-arrow-right.svg);
  background-position: 96% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}
.global-nav-box a {
  color: var(--black);
  text-decoration: none;
}
.global-nav-box .subnav-anchor {
  display: block;
  position: relative;
  padding: 18px 10px;
}
.global-nav-box .subnav-anchor:before, .global-nav-box .subnav-anchor:after {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--org);
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.global-nav-box .subnav-anchor:before {
  left: calc(95% - 10px);
  width: 14px;
  height: 2px;
}
.global-nav-box .subnav-anchor:after {
  left: calc(95% - 4px);
  width: 2px;
  height: 14px;
}
.global-nav-box .subnav-anchor.is-open:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.global-nav-box .subnav-list {
  display: none;
  padding-bottom: 20px;
  padding-left: 25px;
  list-style-type: none;
}
.global-nav-box .subnav-item > .nav-link {
  padding: 15px 0;
}
.global-nav-box .btn-line {
  width: 90px;
  margin: 30px auto 0;
}

@media screen and (min-width : 1024px) {
  .global-nav-wrap {
    display: block;
    position: static;
    height: auto;
    padding: 0;
    overflow-y: initial;
    background: transparent;
  }
  .global-nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 15px;
    background: transparent;
  }
  .global-nav-box .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .global-nav-box .nav-item {
    position: relative;
    border-bottom: 0;
  }
  .global-nav-box .nav-item > .nav-link {
    padding: 0 10px;
  }
  .global-nav-box .nav-link {
    background: none;
  }
  .global-nav-box .subnav-anchor {
    padding: 0 10px;
  }
  .global-nav-box .subnav-anchor:before, .global-nav-box .subnav-anchor:after {
    display: none;
  }
  .global-nav-box .subnav-list {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 300px;
    padding: 30px 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px;
    background: var(--bg-white);
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
  }
  .global-nav-box .subnav-list:before {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 40px;
    height: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--bg-white);
    content: "";
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
  .global-nav-box .subnav-item > .nav-link {
    display: inline-block;
    position: relative;
    padding: 4px 0;
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .global-nav-box .subnav-item > .nav-link:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--org);
    content: "";
    opacity: 0;
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .global-nav-box .subnav-item > .nav-link:hover {
    color: var(--org);
  }
  .global-nav-box .subnav-item > .nav-link:hover:after {
    opacity: 1;
  }
  .global-nav-box .btn-line {
    margin-top: 6px;
  }
}
@media screen and (min-width : 1200px) {
  .global-nav-box .nav-list {
    gap: 30px;
  }
}
/* ================================================================================
footer
================================================================================ */
.footer {
  margin-top: calc(var(--sp-sectop) * 2);
}

@media screen and (min-width : 768px) {
  .footer {
    margin-top: var(--pc-sectop);
  }
}
@media screen and (min-width : 1024px) {
  .footer {
    margin-top: calc(var(--pc-sectop) * 2);
  }
}
/* footer-content
------------------------------------------------------*/
.footer-content {
  position: relative;
  padding-block: 30px 10px;
  background: #CCDFC5;
}
.footer-content:before {
  z-index: -1;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url(/assets/images/common/footer-bg.svg);
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.footer-logo {
  width: 257px;
}

.footer-info {
  margin-top: 10px;
  font-size: 1.4rem;
}
.footer-info p {
  margin-top: 0;
  margin-bottom: 0.3em;
}
.footer-info .mail {
  padding-left: 20px;
  background-image: url(/assets/images/common/icon-mail-bk.svg);
  background-position: 0 50%;
  background-size: 15px auto;
  background-repeat: no-repeat;
}
.footer-info .mail a {
  color: var(--black);
  text-decoration: none;
}

.footer-link {
  position: relative;
  padding-left: 0;
  list-style: none;
}
.footer-link::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 50px;
  background-image: url(/assets/images/common/footer-wood01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.footer-link .link-item {
  margin-top: 0.5em;
  padding-left: 20px;
  background-image: url(/assets/images/common/icon-arrow-circle-right.png);
  background-position: 0 50%;
  background-size: 15px auto;
  background-repeat: no-repeat;
  font-weight: 400;
  font-size: 1.2rem;
}
.footer-link a {
  color: var(--black);
  text-decoration: none;
}

@media screen and (min-width : 768px) {
  .footer-content {
    margin-top: var(--pc-sectop);
    padding-block: 50px;
  }
  .footer-content:before {
    top: -88px;
    height: 90px;
  }
  .footer-content .inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .footer-logo {
    grid-area: 1/1/2/2;
  }
  .footer-info {
    grid-area: 2/1/3/2;
  }
  .footer-link {
    grid-area: 1/2/3/3;
  }
  .footer-info {
    position: relative;
    font-size: 1.6rem;
  }
  .footer-info:before {
    position: absolute;
    right: -100px;
    bottom: 0;
    width: 100px;
    height: 82px;
    background-image: url(/assets/images/common/footer-wood03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
  }
  .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-left: 40px;
    gap: 10px;
  }
  .footer-link:before {
    right: 30px;
    bottom: -80px;
    width: 55px;
    height: 65px;
  }
  .footer-link .link-item {
    padding-left: 0;
    background-image: none;
    font-weight: 500;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .footer-link .link-item:not(:first-child):before {
    padding-right: 10px;
    content: "|";
  }
}
@media screen and (min-width : 1400px) {
  .footer-info:after {
    position: absolute;
    bottom: 10px;
    left: -100px;
    width: 53px;
    height: 72px;
    background-image: url(/assets/images/common/footer-woor02.svg);
    background-size: contain;
    content: "";
  }
}
/* footer-copy
------------------------------------------------------*/
.footer-copy {
  position: relative;
  text-align: center;
}
.footer-copy:before {
  position: absolute;
  top: -40px;
  right: 60px;
  width: 48px;
  height: 44px;
  background-image: url(/assets/images/common/icon-helpy.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.footer-copy .copyright-txt {
  font-size: 1rem;
}

@media screen and (min-width : 768px) {
  .footer-copy:before {
    right: var(--pc-pdinline);
    width: 74px;
    height: 67px;
  }
  .footer-copy .copyright-txt {
    font-size: 1.4rem;
  }
}
/* pagetop
------------------------------------------------------*/
.pagetop {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: fixed;
  right: 10px;
  bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--org);
}

.pagetop-arrow {
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(20%) rotate(-45deg);
  transform: translateY(20%) rotate(-45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media screen and (min-width : 768px) {
  .pagetop {
    right: 30px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width : 1024px) {
  .pagetop {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .pagetop:hover {
    cursor: pointer;
    opacity: var(--hover-opacity);
  }
}
/* ================================================================================
ページタイトル
================================================================================ */
.page-head-wrap {
  padding-bottom: 1px;
  background: var(--bg-base);
}

.page-head {
  position: relative;
  height: 160px;
}
.page-head .head {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-block: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 3rem;
  text-align: center;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.55);
}
.page-head .page-head-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1240px;
  margin-inline: auto;
  padding-right: var(--sp-pdinline);
  padding-left: var(--sp-pdinline);
  gap: 5px;
  list-style: none;
}
.breadcrumb li {
  color: #555;
  font-size: 1.2rem;
}
.breadcrumb a {
  position: relative;
  padding-right: 10px;
  color: #555;
  text-decoration: none;
}
.breadcrumb a:before, .breadcrumb a:after {
  position: absolute;
  top: calc(50% + 0.5px);
  right: 0;
  width: 4px;
  height: 1px;
  -webkit-transform-origin: calc(100% + 0.5px) 50%;
  transform-origin: calc(100% + 0.5px) 50%;
  border-radius: 9999px;
  background-color: #555;
  content: "";
}
.breadcrumb a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width : 768px) {
  .page-head {
    height: 200px;
  }
  .page-head .head {
    font-size: 3.4rem;
  }
}
@media screen and (min-width : 1024px) {
  .page-head {
    height: 320px;
  }
  .page-head .head {
    font-size: 4rem;
  }
  .page-head .page-head-img {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .breadcrumb li {
    font-size: 1.6rem;
  }
  .breadcrumb a {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .breadcrumb a:hover {
    text-decoration: underline;
    opacity: var(--hover-opacity);
  }
}
/* ================================================================================
section 見出し
================================================================================ */
.section-head01 {
  margin-bottom: 20px;
  text-align: center;
}
.section-head01 .head-en {
  color: #D9B343;
  font-weight: 400;
  font-size: 1.5rem;
}
.section-head01 .head-jp {
  margin-top: 0;
  font-weight: 600;
  font-size: 2.4rem;
}

@media screen and (min-width : 768px) {
  .section-head01 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width : 1024px) {
  .section-head01 .head-jp {
    margin-top: 10px;
    font-size: 3.6rem;
  }
}
.section-head02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  gap: 10px;
  text-align: center;
}
.section-head02 .num {
  padding-top: 2px;
  border-bottom: 2px solid var(--org);
  color: #989898;
  font-weight: 600;
  font-size: 1.7rem;
}
.section-head02 .head-jp {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 2.4rem;
}

@media screen and (min-width : 1024px) {
  .section-head02 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
    gap: 20px;
  }
  .section-head02 .num {
    padding-top: 0;
    font-size: 2rem;
  }
  .section-head02 .head-jp {
    font-size: 4rem;
  }
}
.section-head03 {
  margin-bottom: 50px;
  text-align: center;
}
.section-head03 .head {
  display: inline-block;
  padding-left: 10px;
  border-left: 4px solid var(--org);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (min-width : 1024px) {
  .section-head03 {
    margin-bottom: 100px;
  }
  .section-head03 .head {
    padding-left: 15px;
    font-size: 4rem;
  }
}
.section-head04 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 1px;
}
.section-head04:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--masterd);
  content: "";
}
.section-head04 .head {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
.section-head04.outside-right:before {
  width: calc(100% - (50% - 50vw));
  margin-right: calc(50% - 50vw);
}
.section-head04.outside-left:before {
  width: calc(100% - (50% - 50vw));
  margin-left: calc(50% - 50vw);
}
.section-head04.outside-left.w60:before {
  width: calc(80% - (50% - 50vw));
}

@media screen and (min-width : 768px) {
  .section-head04 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width : 1024px) {
  .section-head04 {
    margin-bottom: 40px;
  }
  .section-head04 .head {
    font-size: 2.6rem;
  }
  .section-head04.outside-left.w60:before {
    width: calc(38% - 70px - (50% - 50vw) - (50% - 50vw));
  }
}
@media screen and (max-width : 767px) {
  .section-head04.outside-left.sp-w60:before {
    width: calc(80% - (50% - 50vw));
  }
}
.section-head05 {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 15px;
  border-radius: 10px;
  background: #FDF1ED;
  text-align: center;
}
.section-head05:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--org);
  content: "";
}
.section-head05 .head {
  color: var(--org);
  font-size: 2.2rem;
}

@media screen and (min-width : 768px) {
  .section-head05 {
    margin-bottom: 30px;
  }
  .section-head05:before {
    height: 60px;
  }
  .section-head05 .head {
    font-size: 2.8rem;
  }
}
.section-head06 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width : 1024px) {
  .section-head06 {
    margin-bottom: 100px;
  }
}
/* ================================================================================
見出し
================================================================================ */
.head-primary {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.8rem;
}

.head-lf-line {
  display: inline-block;
  padding-left: 8px;
  border-left: 4px solid;
  line-height: 1.1;
}
.head-lf-line.org {
  border-left-color: var(--org);
}
.head-lf-line.yel {
  border-left-color: var(--masterd);
}
.head-lf-line.fz-lrg {
  font-size: 1.8rem;
}

@media screen and (min-width : 1024px) {
  .head-lf-line.fz-lrg {
    font-size: 2rem;
  }
}
.head-num {
  margin-left: 1em;
  font-weight: 600;
  font-size: 1.8rem;
  text-indent: -1em;
}

@media screen and (min-width : 1024px) {
  .head-num {
    font-size: 1.8rem;
  }
}
/* ================================================================================
block
================================================================================ */
/* section
--------------------------------------------------- */
section {
  padding-top: var(--sp-sectop);
}
section.no-mgt {
  padding-top: 0;
}
section.sml-pt {
  padding-top: calc(var(--sp-sectop) / 4);
}

@media screen and (min-width : 768px) {
  section {
    padding-top: var(--pc-sectop);
  }
  section.sml-pt {
    padding-top: calc(var(--pc-sectop) / 2);
  }
}
/* inner
--------------------------------------------------- */
.inner,
.lrg-inner,
.sml-inner {
  padding-inline: var(--sp-pdinline);
}

@media screen and (min-width : 768px) {
  .inner {
    max-width: calc(var(--base-width) + var(--pc-pdinline) * 2);
    margin-inline: auto;
    padding-right: var(--pc-pdinline);
    padding-left: var(--pc-pdinline);
  }
  .lrg-inner {
    max-width: calc(var(--lrg-width) + var(--pc-pdinline) * 2);
    margin-inline: auto;
    padding-right: var(--pc-pdinline);
    padding-left: var(--pc-pdinline);
  }
}
/* contents-wrap
--------------------------------------------------- */
.contents-wrap {
  padding-top: 30px;
}
.contents-wrap.bg-white {
  padding-bottom: 30px;
}
.contents-wrap section:first-child {
  padding-top: 0;
}

@media screen and (min-width : 768px) {
  .contents-wrap {
    padding-top: 50px;
  }
  .contents-wrap.bg-white {
    padding-bottom: 50px;
  }
}
@media screen and (min-width : 1024px) {
  .contents-wrap {
    padding-top: 100px;
  }
  .contents-wrap.bg-white {
    padding-bottom: 100px;
  }
}
/* content
--------------------------------------------------- */
.round-content {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #fff;
}

.sub-content {
  margin-top: 20px;
}

@media screen and (min-width : 1024px) {
  .sub-content {
    margin-top: 40px;
  }
}
/* media-block
--------------------------------------------------- */
.media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.media-img.outside_right {
  margin-right: calc(50% - 50vw);
}
.media-img.outside_left {
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width : 768px) {
  .media-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .media-img {
    width: 62%;
  }
  .media-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width : 1024px) {
  .media-block {
    gap: 70px;
  }
}
/* キャッチコピー
--------------------------------------------------- */
.catch-block {
  margin-top: 60px;
  text-align: center;
}
.catch-block .txt-catch {
  color: var(--org);
  font-weight: 600;
  font-size: 2rem;
  line-height: 2;
}

@media screen and (min-width : 768px) {
  .catch-block {
    margin-top: 80px;
  }
  .catch-block .txt-catch {
    font-size: 2.8rem;
  }
}
/* リード文
--------------------------------------------------- */
.lead-block {
  margin-bottom: 60px;
  text-align: center;
}
.lead-block p {
  line-height: 1.8;
}

@media screen and (min-width : 768px) {
  .lead-block {
    margin-bottom: 100px;
  }
  .lead-block p {
    font-size: 2rem;
  }
}
/* in-pagelink-wrap
--------------------------------------------------- */
.in-pagelink-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.in-pagelink-item {
  position: relative;
}
.in-pagelink-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  gap: 8px 20px;
  list-style: none;
}
.in-pagelink-item .item-head {
  position: relative;
  padding: 5px 28px 6px 8px;
  border: 1px solid var(--org);
  border-radius: 6px;
  background-color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}
.in-pagelink-item .item-head:before, .in-pagelink-item .item-head:after {
  position: absolute;
  top: 50%;
  content: "";
}
.in-pagelink-item .item-head:before {
  right: 6px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--org);
}
.in-pagelink-item .item-head:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 11px;
  width: 4px;
  height: 4px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border: 0;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.in-pagelink-item .item-head.is-open {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.in-pagelink-item .item-body {
  display: none;
  z-index: 20;
  position: absolute;
  top: 100%;
  width: calc(100vw - var(--sp-pdinline) * 2);
  padding: 17px 20px;
  border-right: 1px solid var(--org);
  border-bottom: 1px solid var(--org);
  border-left: 1px solid var(--org);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #fff;
}
.in-pagelink-item:nth-child(odd) .item-body {
  left: 0;
}
.in-pagelink-item:nth-child(even) .item-body, .in-pagelink-item.is-even .item-body {
  right: 0;
  left: auto;
}
.in-pagelink-item .item-link {
  width: calc((100% - 30px) / 2);
  color: var(--black);
  font-size: 1.4rem;
  text-decoration: none;
}

@media screen and (min-width : 768px) {
  .in-pagelink-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .in-pagelink-item .item-head {
    display: inline-block;
    padding: 0 40px 0 13px;
    border: 0;
    border-left: 4px solid var(--org);
    border-radius: 0;
    background-color: transparent;
    font-size: 2rem;
    cursor: default;
  }
  .in-pagelink-item .item-head:before {
    right: 0;
    width: 22px;
    height: 22px;
  }
  .in-pagelink-item .item-head:after {
    right: 7px;
    width: 6px;
    height: 6px;
  }
  .in-pagelink-item.no-head .item-head {
    display: none;
  }
  .in-pagelink-item .item-body {
    display: block;
    position: static;
    width: auto;
    padding: 0 0 0 13px;
    border: 0;
    border-left: 4px solid var(--org);
    border-radius: 0;
    background: transparent;
  }
  .in-pagelink-item.no-head .item-body {
    padding-top: calc(1.8rem + 13px);
  }
  .in-pagelink-item .item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding-top: 10px;
    gap: 5px;
  }
  .in-pagelink-item .item-link {
    width: auto;
  }
}
/* ================================================================================
button
================================================================================ */
.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
  text-align: center;
}

@media screen and (min-width : 768px) {
  .btn-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
/* オレンジボタン
--------------------------------------------------- */
.btn-org {
  display: inline-block;
  position: relative;
  padding: 11px 54px;
  border: 1px solid var(--org);
  border-radius: 9999px;
  background: var(--org);
  color: #fff;
  text-decoration: none;
}
.btn-org:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (min-width : 1024px) {
  .btn-org {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .btn-org:hover {
    background: var(--white);
    color: var(--org);
  }
  .btn-org:hover:after {
    border-top: 2px solid var(--org);
    border-right: 2px solid var(--org);
  }
}
/* グレーボタン
--------------------------------------------------- */
.btn-gry {
  display: inline-block;
  position: relative;
  padding: 11px 54px;
  border: 1px solid #C9C9C9;
  border-radius: 9999px;
  background: #C9C9C9;
  color: #fff;
  text-decoration: none;
}
.btn-gry:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (min-width : 1024px) {
  .btn-gry {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .btn-gry:hover {
    background: var(--white);
    color: #C9C9C9;
  }
  .btn-gry:hover:after {
    border-top: 2px solid #C9C9C9;
    border-right: 2px solid #C9C9C9;
  }
}
/* ================================================================================
form
================================================================================ */
.form-area input,
.form-area button,
.form-area select,
.form-area textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}
.form-area input::-webkit-input-placeholder, .form-area button::-webkit-input-placeholder, .form-area select::-webkit-input-placeholder, .form-area textarea::-webkit-input-placeholder {
  color: #989898;
  font-weight: 400;
}
.form-area input::-moz-placeholder, .form-area button::-moz-placeholder, .form-area select::-moz-placeholder, .form-area textarea::-moz-placeholder {
  color: #989898;
  font-weight: 400;
}
.form-area input:-ms-input-placeholder, .form-area button:-ms-input-placeholder, .form-area select:-ms-input-placeholder, .form-area textarea:-ms-input-placeholder {
  color: #989898;
  font-weight: 400;
}
.form-area input::-ms-input-placeholder, .form-area button::-ms-input-placeholder, .form-area select::-ms-input-placeholder, .form-area textarea::-ms-input-placeholder {
  color: #989898;
  font-weight: 400;
}
.form-area input::placeholder,
.form-area button::placeholder,
.form-area select::placeholder,
.form-area textarea::placeholder {
  color: #989898;
  font-weight: 400;
}
.form-area input[type=text],
.form-area input[type=tel],
.form-area input[type=email] {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background: #fff;
}
.form-area textarea {
  width: 100%;
  height: 160px;
  padding: 0.5em;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background: #fff;
}
.form-area input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.form-area input[type=checkbox]:checked:before {
  position: absolute;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid var(--org);
  border-bottom: 2px solid var(--org);
  content: "";
}
.form-area .form-agree {
  margin-top: 20px;
  text-align: center;
}
.form-area .form-agree a {
  color: var(--org);
}
.form-area .submit-btn {
  min-width: 250px;
  padding: 0;
}
.form-area .submit-btn .btn-submit {
  padding: 11px 54px;
  color: #fff;
}
.form-area .back-btn {
  min-width: 250px;
  padding: 0;
}
.form-area .back-btn .btn-back,
.form-area .back-btn .wpcf7-previous {
  padding: 11px 54px;
  color: #fff;
}
.form-area .txt-note {
  margin-bottom: 30px;
}
.form-area .wpcf7-spinner {
  display: none;
}

@media screen and (min-width : 768px) {
  .form-area .form-agree {
    margin-top: 40px;
  }
}
@media screen and (min-width : 1024px) {
  .form-area .submit-btn .btn-submit {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .form-area .submit-btn:hover {
    cursor: pointer;
  }
  .form-area .submit-btn:hover .btn-submit {
    color: var(--org);
    cursor: pointer;
  }
  .form-area .back-btn .btn-back,
  .form-area .back-btn .wpcf7-previous {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .form-area .back-btn:hover {
    cursor: pointer;
  }
  .form-area .back-btn:hover .btn-back,
  .form-area .back-btn:hover .wpcf7-previous {
    color: #c9c9c9;
    cursor: pointer;
  }
}
/* ================================================================================
リスト
================================================================================ */
.list-disc {
  padding-left: 0;
}
.list-disc > li {
  position: relative;
  margin-left: 1em;
  list-style: none;
  text-indent: -1em;
}
.list-disc > li:before {
  content: "・";
}
.list-disc.mgt {
  margin-top: 2em;
}

.list-circle {
  font-weight: 600;
}
.list-circle > li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 20px;
}
.list-circle > li:last-child {
  margin-bottom: 0;
}
.list-circle > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--grade-key);
  content: "";
}

.list-normal {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-normal > li:not(:last-child) {
  padding-bottom: 10px;
}

.list-org {
  padding-left: 0;
  font-weight: 500;
}
.list-org > li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 24px;
  color: var(--org);
  list-style: none;
}
.list-org > li:last-child {
  margin-bottom: 0;
}
.list-org > li:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--light-org);
  content: "";
}
.list-org:not(:last-child) {
  margin-bottom: 40px;
}

.list-decimal {
  margin-left: 1.5em;
  padding-left: 0;
}

.list-num {
  padding: 0;
  list-style: none;
  counter-reset: my-badass-counter;
}
.list-num > li {
  position: relative;
  padding-left: 40px;
  counter-increment: my-badass-counter;
}
.list-num > li:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  content: counter(my-badass-counter);
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.list-num > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--org);
  content: "";
}
.list-num > li:not(:last-child) {
  margin-bottom: 20px;
}
.list-num ul {
  margin-top: 10px;
}

.indent-list {
  margin-left: 20px;
}

@media screen and (min-width : 1024px) {
  .indent-list {
    margin-left: 80px;
  }
}
/* ================================================================================
カードリスト
================================================================================ */
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  gap: 15px;
  list-style: none;
}
.card img {
  vertical-align: top;
}

@media screen and (min-width : 768px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 30px;
  }
  .card.col1 .card-item {
    width: 100%;
  }
  .card.col2 .card-item {
    width: calc((100% - 30px) / 2);
  }
  .card.col3 .card-item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width : 1024px) {
  .card {
    gap: 60px 50px;
  }
  .card.col2 .card-item {
    width: calc((100% - 50px) / 2);
  }
  .card.col3 .card-item {
    width: calc((100% - 100px) / 3);
  }
}
/* ================================================================================
テーブル
================================================================================ */
/* .tbl-def */
.tbl-def .tbl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-block: 15px;
  gap: 10px;
}
.tbl-def .tbl-head {
  font-weight: 600;
}
.tbl-def .label {
  padding: 6px 15px;
  border-radius: 10px;
  background: var(--light-org);
  font-weight: 500;
}

@media screen and (min-width : 768px) {
  .tbl-def .tbl-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-block: 20px;
    gap: 20px;
  }
  .tbl-def .tbl-head {
    width: min(20%, 200px);
    margin-bottom: 0;
  }
  .tbl-def .tbl-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width : 1024px) {
  .tbl-def .tbl-item {
    gap: 40px;
  }
}
/* .tbl-round */
.tbl-round {
  padding: 20px;
  border-radius: 30px;
  background: #FDF1ED;
}
.tbl-round .tbl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}
.tbl-round .tbl-item:not(:last-child) {
  padding-bottom: 20px;
}
.tbl-round .tbl-head {
  position: relative;
  padding-left: 20px;
  color: var(--org);
}
.tbl-round .tbl-head:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 2px solid var(--masterd);
  border-radius: 50%;
  content: "";
}
.tbl-round .tbl-body {
  margin-top: 0.5em;
}
.tbl-round .list-disc {
  margin-top: 0;
}

@media screen and (min-width : 768px) {
  .tbl-round {
    padding: 30px;
  }
  .tbl-round .tbl-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 30px;
  }
  .tbl-round .tbl-item:not(:last-child) {
    padding-bottom: 30px;
  }
  .tbl-round .tbl-head {
    width: min(24%, 210px);
  }
  .tbl-round .tbl-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
  .tbl-round.head-nowrap .tbl-head {
    width: auto;
    white-space: nowrap;
  }
}
@media screen and (min-width : 1024px) {
  .tbl-round {
    padding: 50px;
  }
  .tbl-round .tbl-item {
    gap: 20px;
  }
  .tbl-round .tbl-head {
    font-size: 2rem;
  }
}
/* tbl-line */
.tbl-line {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-top: 1px solid var(--masterd);
  background: #FFFBF6;
}
.tbl-line .tbl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  gap: 20px;
  border-bottom: 1px solid var(--masterd);
}
.tbl-line .tbl-head {
  width: 20%;
  text-align: center;
}
.tbl-line .tbl-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tbl-line .list-org {
  margin: 0;
}
.tbl-line .list-org li {
  margin: 0;
}

@media screen and (min-width : 768px) {
  .tbl-line .tbl-item {
    padding: 30px 80px;
  }
  .tbl-line .tbl-head {
    width: auto;
    padding-right: 80px;
  }
}
/* tbl-form */
@media screen and (min-width : 768px) {
  .tbl-form .tbl-head {
    width: min(22%, 160px);
    padding-top: 0.4em;
    text-align: right;
  }
}
/* tbl-cloum */
.tbl-cloumn {
  display: inline-block;
  width: auto;
  text-align: left;
}

@media screen and (min-width : 768px) {
  .tbl-cloumn .tbl-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tbl-cloumn .tbl-head {
    width: 100%;
  }
}
@media screen and (min-width : 1024px) {
  .tbl-cloumn .tbl-item {
    gap: 10px;
  }
}
/* row-block */
.row-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.row-block .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

@media screen and (min-width : 768px) {
  .row-block {
    gap: 50px;
  }
}
/* テキスト装飾等
--------------------------------------------------- */
.txt-sml {
  font-size: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem);
}

.txt-normal {
  font-weight: 400;
}

.txt-bold {
  font-weight: 600;
}

.txt-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.txt-vert {
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.txt-blue {
  background-image: var(--grade-key);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.txt-org {
  color: var(--org);
}

.txt-bk {
  color: var(--black) !important;
}

.txt-lead {
  line-height: 2;
}

.txt-marker {
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 209, 204, 0.2)), color-stop(75%, rgba(0, 100, 194, 0.2)), to(rgba(4, 54, 135, 0.2)));
  background: linear-gradient(90deg, rgba(48, 209, 204, 0.2) 0%, rgba(0, 100, 194, 0.2) 75%, rgba(4, 54, 135, 0.2) 100%);
  background-position: left bottom;
  background-size: 100% 30%;
  background-repeat: no-repeat;
}

.txt-en {
  font-family: var(--font-en);
}

.lh-2 {
  line-height: 2;
}

/* ================================================================================
element
================================================================================ */
.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

@media screen and (min-width : 768px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
/* text-align
--------------------------------------------------- */
.item-center {
  text-align: center;
}

.item-left {
  text-align: left;
}

.item-right {
  text-align: right;
}

/* 背景色
--------------------------------------------------- */
.bg-beige {
  background-color: var(--bg-base);
}

.bg-white {
  background-color: var(--bg-white);
}

.bg-org {
  background-color: #FDF1ED;
}

/* 背景角丸
--------------------------------------------------- */
.br-toplf {
  border-top-left-radius: 30px;
}

.br-topri {
  border-top-right-radius: 30px;
}

.br-btmlf {
  border-bottom-left-radius: 30px;
}

.br-btmri {
  border-bottom-right-radius: 30px;
}

.br-all {
  padding: 30px 0;
  border-radius: 30px;
}

@media screen and (min-width : 768px) {
  .br-toplf {
    border-top-left-radius: 90px;
  }
  .br-topri {
    border-top-right-radius: 90px;
  }
  .br-btmlf {
    border-bottom-left-radius: 90px;
  }
  .br-btmri {
    border-bottom-right-radius: 90px;
  }
  .br-all {
    padding: 80px 0;
    border-radius: 50px;
  }
}
/* リンク
--------------------------------------------------- */
.link-bk {
  color: var(--black);
  text-decoration: none;
  overflow-wrap: anywhere;
}

@media screen and (min-width : 1024px) {
  .link-bk:hover {
    text-decoration: underline;
    opacity: var(--hover-opacity);
  }
}
.link-org {
  color: var(--org);
  text-decoration: underline;
  overflow-wrap: anywhere;
}

@media screen and (min-width : 1024px) {
  .link-org:hover {
    text-decoration: underline;
    opacity: var(--hover-opacity);
  }
}
.link-pdf {
  padding-right: 30px;
  background-image: url(/assets/images/common/icon-file-pdf.webp);
  background-position: right 50%;
  background-size: 17px auto;
  background-repeat: no-repeat;
  color: var(--org);
}

@media screen and (min-width : 1024px) {
  .link-pdf:hover {
    text-decoration: underline;
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width : 1024px) {
  .link-bnr:hover {
    opacity: var(--hover-opacity);
  }
}
.is-disabled {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

/* マージン等
--------------------------------------------------- */
.pdt0 {
  padding-top: 0;
}

.mgt0 {
  margin-top: 0;
}

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

.mgb-primary {
  margin-bottom: var(--sp-sectop);
}

.mgt30 {
  margin-top: 30px;
}

.mgt-primary {
  margin-top: var(--sp-sectop);
}

@media screen and (min-width : 1024px) {
  .mgb-primary {
    margin-bottom: var(--pc-sectop);
  }
}
/* slick共通
--------------------------------------------------- */
.slick-area {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  /* dots */
  /* slick-arrow */
}
.slick-area .dots-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-left: calc(-1 * var(--sp-pdinline));
  padding-left: 0;
}
.slick-area .dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #AAA5A5;
  list-style-type: none;
  cursor: pointer;
}
.slick-area .dots-wrap li.slick-active {
  background: var(--org);
}
.slick-area .dots-wrap button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
}
.slick-area .slick-arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid var(--org);
  border-radius: 50%;
  outline: none;
  background: #fff;
  color: transparent;
  cursor: pointer;
}
.slick-area .slick-arrow:before {
  content: "";
}
.slick-area .slick-prev {
  left: -10px;
}
.slick-area .slick-prev:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 52%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  border-top: 2px solid var(--org);
  border-left: 2px solid var(--org);
  content: "";
}
.slick-area .slick-next {
  right: -10px;
}
.slick-area .slick-next:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 48%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  border-top: 2px solid var(--org);
  border-right: 2px solid var(--org);
  content: "";
}

@media screen and (min-width : 768px) {
  .slick-area .dots-wrap {
    gap: 8px;
  }
  .slick-area .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slick-area .slick-prev {
    left: -25px;
  }
  .slick-area .slick-next {
    right: -25px;
  }
}
/* アコーディオン
--------------------------------------------------- */
.accordion-head {
  position: relative;
  cursor: pointer;
}

.accordion-content {
  display: none;
}

/* 開閉を示すアイコン */
.accordion-head::after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0;
  border-right: solid 2px var(--org);
  border-bottom: solid 2px var(--org);
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion-head.is-open::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (min-width : 1024px) {
  .accordion-head::after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
}
/* アニメーション
--------------------------------------------------- */
.fade_up {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.fade_up.animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.slide_right {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.slide_right.animated {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.slide_left {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.slide_left.animated {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.slide_left_card {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.slide_left_card.animated {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.fede_up_card {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.fede_up_card.animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ================================================================================
各ページ
================================================================================ */
/* ================================================================================
トップページ
================================================================================ */
/* top-mv
--------------------------------------------------- */
.top-mv {
  position: relative;
  padding-bottom: 20px;
}

.top-mv-catch {
  z-index: 10;
  position: absolute;
  top: 25%;
  left: 5px;
}
.top-mv-catch .catch-line {
  display: inline-block;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(246, 219, 211);
  box-shadow: 5px 5px 0px 0px rgb(246, 219, 211);
  font-weight: 600;
  font-size: 2.2rem;
  white-space: nowrap;
}

.top-mv-slick {
  padding-left: 30px;
}

.top-mv-map {
  display: none;
}

@media screen and (min-width : 768px) {
  .top-mv {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .top-mv-inner {
    position: relative;
    max-width: calc(var(--lrg-width) + var(--pc-pdinline) * 2);
    margin-inline: auto;
    padding-inline: var(--pc-pdinline);
  }
  .top-mv-catch {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top-mv-catch .catch-line {
    margin-bottom: 10px;
    padding: 3px 20px;
    font-size: 3rem;
    line-height: 1.6;
  }
  .top-mv-catch .catch-line.line02 {
    margin-left: 50%;
  }
  .top-mv-slick {
    margin-right: calc(50% - 50vw);
  }
  .top-mv-slick .dots-wrap {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width : 1024px) {
  .top-mv-catch .catch-line {
    font-size: 4rem;
  }
}
@media screen and (min-width : 1200px) {
  .top-mv-map {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 292px;
  }
}
@media screen and (min-width : 1400px) {
  .top-mv-catch {
    top: 25%;
  }
  .top-mv-catch .catch-txt {
    font-size: 4rem;
  }
  .top-mv-map {
    bottom: 0;
    left: max(-8vw, -260px);
    width: 413px;
  }
}
/* top-news
--------------------------------------------------- */
@media screen and (min-width : 768px) {
  .top-news .inner {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }
  .top-news .news-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: 1/1/2/2;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-news .news-list {
    grid-area: 1/2/3/3;
  }
  .top-news .btn-area {
    grid-area: 2/1/3/2;
    margin-top: 0;
  }
}
@media screen and (min-width : 768px) {
  .top-news .section-head01 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width : 1024px) {
  .top-news .inner {
    grid-column-gap: 50px;
  }
}
/* top-search
--------------------------------------------------- */
.top-search {
  margin-top: var(--sp-sectop);
  padding-bottom: var(--sp-sectop);
}

.top-search-block {
  width: 98%;
  margin-inline: auto;
}
.top-search-block .search-head,
.top-search-block .r-tabs-accordion-title {
  position: relative;
}
.top-search-block .search-head:before,
.top-search-block .r-tabs-accordion-title:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
.top-search-block .search-head:not(:first-child),
.top-search-block .r-tabs-accordion-title:not(:first-child) {
  margin-top: 15px;
}
.top-search-block .search-head a,
.top-search-block .r-tabs-accordion-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding-inline: 50px 80px;
  gap: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: var(--org);
  color: #fff;
  text-decoration: none;
}
.top-search-block .search-head .icon,
.top-search-block .r-tabs-accordion-title .icon {
  width: 40px;
}
.top-search-block .search-head .icon img,
.top-search-block .r-tabs-accordion-title .icon img {
  vertical-align: bottom;
}
.top-search-block .search-head .txt,
.top-search-block .r-tabs-accordion-title .txt {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
}
.top-search-block .search-content {
  padding: 30px 10px;
  background: var(--bg-beige);
}
.top-search-block .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-block: 0;
  padding-left: 0;
  gap: 10px;
  list-style: none;
}
.top-search-block .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 10px) / 2);
  border: 3px solid var(--org);
  border-radius: 30px;
  background: var(--bg-base);
  font-size: 1.4rem;
  text-align: center;
}
.top-search-block .search-link {
  display: grid;
  position: relative;
  grid-template-rows: auto auto;
  -ms-flex-line-pack: start;
  align-content: start;
  justify-items: center;
  aspect-ratio: 1/0.9;
  width: 100%;
  min-height: 0;
  padding: 10px 7px;
  color: var(--black);
  line-height: 1.2;
  text-decoration: none;
}
.top-search-block .search-link.is-disabled {
  border-radius: 27px;
  background: #ddd;
  opacity: 0.6;
}
.top-search-block .search-icon {
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width : 768px) {
  .top-search {
    margin-top: var(--pc-sectop);
    padding-bottom: var(--pc-sectop);
  }
  .top-search-block .search-list {
    gap: 20px;
  }
  .top-search-block .search-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: calc((100% - 40px) / 3);
    font-size: 1.8rem;
    text-align: center;
  }
  .top-search-block .search-link {
    aspect-ratio: 1/1;
  }
  .top-search-block .search-icon {
    display: inline-block;
    width: 75px;
  }
  .top-search-block .search-txt {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (min-width : 1024px) {
  .top-search .inner {
    max-width: 1200px;
  }
  .top-search-block {
    width: 100%;
  }
  .top-search-block .search-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .top-search-block .search-head {
    width: calc((100% - 30px) / 4);
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .top-search-block .search-head:hover a {
    background: var(--org);
    color: #fff;
  }
  .top-search-block .search-head:hover .icon img {
    opacity: 1;
  }
  .top-search-block .search-head:before {
    display: none;
  }
  .top-search-block .search-head:not(:first-child) {
    margin-top: 0;
  }
  .top-search-block .search-head a {
    padding-inline: 15px;
    border: 3px solid var(--org);
    border-bottom: none;
    background: var(--bg-white);
    color: var(--org);
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .top-search-block .search-head .icon {
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
  }
  .top-search-block .search-head .icon img {
    opacity: 0;
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .top-search-block .search-head .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .top-search-block .search-head.r-tabs-state-active a {
    background: var(--org);
    color: #fff;
  }
  .top-search-block .search-head.r-tabs-state-active .icon {
    background-image: none;
  }
  .top-search-block .search-head.r-tabs-state-active .icon img {
    opacity: 1;
  }
  .top-search-block .search-head:nth-child(1) .icon {
    background-image: url(/assets/images/top/search-know-org.webp);
  }
  .top-search-block .search-head:nth-child(2) .icon {
    background-image: url(/assets/images/top/search-consult-org.webp);
  }
  .top-search-block .search-head:nth-child(3) .icon {
    background-image: url(/assets/images/top/search-utilize-org.webp);
  }
  .top-search-block .search-head:nth-child(4) .icon {
    background-image: url(/assets/images/top/search-join-org.webp);
  }
  .top-search-block .search-content {
    max-height: 535px !important;
    padding: 30px 50px !important;
    border: 3px solid var(--org);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .top-search-block .search-list {
    gap: 30px;
  }
  .top-search-block .search-item {
    width: calc((100% - 90px) / 4);
  }
  .top-search-block .search-link {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .top-search-block .search-link:hover .search-txt {
    opacity: var(--hover-opacity);
  }
  .top-search-block .search-link:hover .search-icon {
    opacity: var(--hover-opacity);
  }
  .top-search-block .search-txt,
  .top-search-block .search-icon {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
}
@media screen and (min-width : 1200px) {
  .top-search-block .search-link {
    aspect-ratio: 1/0.8;
    padding-inline: 20px;
  }
}
/* top-service
--------------------------------------------------- */
.top-service .section-head01 {
  margin-bottom: 0;
}
.top-service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-inline: 20px;
  gap: 10px;
  list-style-type: none;
}
.top-service .service-head {
  padding-block: 60px;
  background: var(--bg-base);
}
.top-service .service-head .head-jp {
  margin-bottom: 0;
}
.top-service .service-item {
  position: relative;
  border: 1px solid var(--org);
}
.top-service .service-link {
  color: var(--black);
  text-decoration: none;
}
.top-service .service-link.is-disabled:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  content: "";
  opacity: 0.6;
}
.top-service .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.top-service .service-txt {
  display: inline-block;
  position: relative;
  padding: 7px 50px 7px 0;
  font-weight: 600;
  font-size: 2rem;
}
.top-service .service-txt:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/assets/images/common/icon-arrow-circle-org.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: var(--hover-trans);
  transition: var(--hover-trans);
}

@media screen and (min-width : 768px) {
  .top-service .service-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .top-service .service-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-block: 0;
    border-top-left-radius: 50px;
  }
  .top-service .service-head,
  .top-service .service-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width : 1024px) {
  .top-service .service-list {
    gap: 10px;
  }
  .top-service .service-link {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .top-service .service-link:hover {
    opacity: var(--hover-opacity);
  }
  .top-service .service-link:hover .service-txt:before {
    right: -5px;
  }
  .top-service .service-head,
  .top-service .service-item {
    width: calc((100% - 20px) / 3);
  }
  .top-service .br-btmri {
    border-bottom-right-radius: 0;
  }
}
/* top-catch
--------------------------------------------------- */
.top-catch {
  position: relative;
}
.top-catch .catch-head {
  position: absolute;
  top: var(--sp-sectop);
  right: 0;
  width: 135px;
  padding-block: 30px;
  border-bottom-left-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
}
.top-catch .catch-head .head {
  font-size: 2.2rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.top-catch .catch-head .txt-org {
  display: block;
  font-size: 2.6rem;
  text-indent: 4em;
}
.top-catch .catch-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px;
  margin-inline: var(--sp-pdinline);
  padding: 40px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.23);
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.3em;
}
.top-catch .catch01 .txt-org {
  font-size: 2.6rem;
}
.top-catch .catch02 .num {
  text-orientation: upright;
}
.top-catch .line {
  display: block;
}
.top-catch .indent-1 {
  text-indent: 1em;
}
.top-catch .indent-2 {
  text-indent: 0;
}
.top-catch .indent-3 {
  text-indent: 5em;
}

@media screen and (min-width : 768px) {
  .top-catch .catch-head {
    top: var(--pc-sectop);
    width: 225px;
  }
  .top-catch .catch-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 330px;
    margin-inline: 0;
    padding-bottom: 0;
    border-radius: 0 10px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (min-width : 1024px) {
  .top-catch .catch-head {
    padding: 40px 20px;
    border-bottom-left-radius: 50px;
  }
  .top-catch .catch-head .head {
    font-size: 2.8rem;
  }
  .top-catch .catch-head .txt-org {
    font-size: 4rem;
  }
  .top-catch .catch-content {
    width: 614px;
    padding: 60px 80px;
    border-top-right-radius: 50px;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
  .top-catch .catch01 .txt-org {
    font-size: 4rem;
  }
}
/* top-faq
--------------------------------------------------- */
.top-faq .section-head01 {
  padding-block: 20px;
  border-radius: 30px;
  background: var(--bg-base);
}
.top-faq .faq-item {
  margin: 0;
  padding: 0 0 5px;
  border-bottom: 1px solid var(--org);
  line-height: 1.8;
}
.top-faq .faq-head {
  padding: 20px 30px 20px 15px;
  font-size: 2rem;
}
.top-faq .faq-content {
  margin-left: 0;
  padding: 0 30px 20px 15px;
}
.top-faq .faq-content p {
  margin-bottom: 0;
}
.top-faq .icon-q,
.top-faq .icon-a {
  padding-right: 5px;
  color: var(--org);
}
.top-faq p {
  margin-top: 0;
}

@media screen and (min-width : 1024px) {
  .top-faq .faq-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top-faq .faq-head {
    padding: 20px 70px 20px 20px;
    font-size: 2.4rem;
  }
  .top-faq .faq-content {
    padding-left: 20px;
  }
}
/* top-contact
--------------------------------------------------- */
.top-contact {
  margin-top: var(--sp-sectop);
  padding-bottom: var(--sp-sectop);
}
.top-contact .contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.top-contact .contact-location {
  font-size: 1.6rem;
}
.top-contact .contact-box {
  padding: 10px 10px 20px;
  border-radius: 10px;
  background: #fff;
}
.top-contact .contact-tbl {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 5px 8px;
  font-size: 1.4rem;
}
.top-contact .contact-th {
  width: 110px;
}
.top-contact .contact-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.top-contact .contact-td a {
  color: var(--black);
  text-decoration: none;
}
.top-contact .btn-area {
  font-size: 1.6rem;
}
.top-contact .btn-contact-form {
  margin-top: 40px;
}

@media screen and (min-width : 768px) {
  .top-contact {
    margin-top: var(--pc-sectop);
    padding-bottom: var(--pc-sectop);
  }
  .top-contact .contact-location {
    font-size: 2rem;
  }
  .top-contact .contact-box {
    padding: 30px;
  }
  .top-contact .contact-tbl {
    font-size: 1.8rem;
  }
  .top-contact .contact-th {
    width: 150px;
  }
  .top-contact .btn-contact-form {
    margin-top: 80px;
  }
}
@media screen and (min-width : 1024px) {
  .top-contact .contact-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px 30px;
  }
  .top-contact .contact-box {
    border-radius: 20px;
  }
  .top-contact .contact-item {
    width: calc((100% - 30px) / 2);
  }
  .top-contact .contact-item:first-child {
    width: 100%;
  }
  .top-contact .contact-item .mail-link {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .top-contact .contact-item .mail-link:hover {
    text-decoration: underline;
    opacity: var(--hover-opacity);
  }
  .top-contact .btn-contact-form {
    margin-top: 100px;
  }
}
/* ================================================================================
お知らせ
================================================================================ */
/* news-archive-year - お知らせ見出し
--------------------------------------------------- */
.news-archive-head {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.1rem;
}

@media screen and (min-width : 1024px) {
  .news-archive-head {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}
/* news-list - お知らせ一覧
--------------------------------------------------- */
.news-list {
  position: relative;
  padding-left: 0;
}
.news-list:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6DBD3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(246, 219, 211)), color-stop(20%, rgb(209, 79, 41)));
  background: linear-gradient(90deg, rgb(246, 219, 211) 20%, rgb(209, 79, 41) 20%);
  content: "";
}

.news-item {
  position: relative;
  padding-block: 18px;
  list-style-type: none;
}
.news-item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6DBD3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(246, 219, 211)), color-stop(20%, rgb(209, 79, 41)));
  background: linear-gradient(90deg, rgb(246, 219, 211) 20%, rgb(209, 79, 41) 20%);
  content: "";
}

.news-link {
  display: block;
  text-decoration: none;
}

.news-label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.news-label {
  display: inline-block;
  border: 1px solid var(--org);
  border-radius: 30px;
  color: var(--org);
  font-size: 1.4rem;
}
.news-label .label-link {
  display: inline-block;
  padding: 2px 15px;
  color: var(--org);
  text-decoration: none;
}

.news-date {
  margin-bottom: 0;
  color: #868585;
  font-size: 1.5rem;
}

.news-title {
  margin-block: 0;
  color: var(--black);
  font-size: 1.6rem;
}

@media screen and (min-width : 768px) {
  .news-item {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .news-label-box {
    grid-area: 1/2/2/3;
  }
  .news-date {
    grid-area: 1/1/2/2;
    margin-top: 0;
  }
  .news-link {
    grid-area: 2/1/3/3;
    margin-top: 10px;
  }
}
@media screen and (min-width : 1024px) {
  .news-item {
    padding-block: 28px;
  }
  .news-link:hover .news-title {
    text-decoration: underline;
    opacity: var(--hover-opacity);
  }
  .news-label {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .news-label:hover {
    background: var(--org);
  }
  .news-label .label-link {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .news-label .label-link:hover {
    color: #fff;
  }
  .news-title {
    font-size: 1.8rem;
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
}
/* wp-pagenavi
--------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi .current {
  background: var(--org);
}
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  background: #C9C9C9;
}

@media screen and (min-width : 1024px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 48px;
    height: 48px;
    font-size: 1.8rem;
    line-height: 44px;
  }
  .wp-pagenavi .page,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .wp-pagenavi .page:hover,
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .previouspostslink:hover {
    border: 1px solid #c9c9c9;
    background: #fff;
    color: #bbb;
  }
}
/* news-article - お知らせ記事
--------------------------------------------------- */
.news-article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

@media screen and (min-width : 768px) {
  .news-article-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}
.news-article .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 5px;
}
.news-article .news-date {
  margin-top: 0;
}
.news-article .news-title {
  position: relative;
  padding-block: 10px;
}
.news-article .news-title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6DBD3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(246, 219, 211)), color-stop(20%, rgb(209, 79, 41)));
  background: linear-gradient(90deg, rgb(246, 219, 211) 20%, rgb(209, 79, 41) 20%);
  content: "";
}
.news-article .news-title .head {
  margin-bottom: 10px;
  font-size: 2rem;
}

.news-contents {
  margin-top: 30px;
}
.news-contents h2 {
  font-size: 2rem;
}
.news-contents h3 {
  font-size: 1.8rem;
}
.news-contents h4, .news-contents h5, .news-contents h6 {
  margin-block: 1.33em;
  font-size: 1.7rem;
}
.news-contents .wp-block-separator {
  margin-block: 2em;
}

@media screen and (min-width : 768px) {
  .news-article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .news-article .news-title {
    margin-block: 30px;
    padding-bottom: 10px;
  }
  .news-contents h2 {
    font-size: 2.4rem;
  }
  .news-contents h3 {
    font-size: 2.2rem;
  }
  .news-contents h4 {
    font-size: 2rem;
  }
  .news-contents h5, .news-contents h6 {
    font-size: 1.8rem;
  }
  .news-contents .wp-block-separator {
    margin-block: 2.5em;
  }
}
@media screen and (min-width : 1024px) {
  .news-article .news-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
  }
  .news-article .news-label {
    font-size: 1.6rem;
  }
  .news-article .news-title {
    margin-block: 60px;
    padding-bottom: 20px;
  }
  .news-article .news-title .head {
    font-size: 2.4rem;
  }
}
.news-sidenav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.news-sidenav .nav-block + .nav-block {
  margin-top: 30px;
}
.news-sidenav .nav-head {
  font-size: 1.8rem;
}
.news-sidenav .nav-list {
  margin-top: 0;
  padding-left: 14px;
  font-size: 1.5rem;
  list-style: none;
}
.news-sidenav .nav-item {
  margin-bottom: 5px;
}
.news-sidenav .nav-item .nav-link,
.news-sidenav .nav-item a {
  color: var(--black);
  text-decoration: none;
}

@media screen and (min-width : 768px) {
  .news-sidenav {
    width: 170px;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
@media screen and (min-width : 1024px) {
  .news-sidenav {
    width: 210px;
  }
  .news-sidenav .nav-head {
    font-size: 2rem;
  }
  .news-sidenav .nav-item {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .news-sidenav .nav-item .nav-link:hover,
  .news-sidenav .nav-item a:hover {
    color: var(--org);
    text-decoration: underline;
  }
}
/* ================================================================================
イベント
================================================================================ */
/* event-list - イベント一覧
--------------------------------------------------- */
.event-list {
  position: relative;
  padding-left: 0;
}
.event-list:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6DBD3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(246, 219, 211)), color-stop(20%, rgb(209, 79, 41)));
  background: linear-gradient(90deg, rgb(246, 219, 211) 20%, rgb(209, 79, 41) 20%);
  content: "";
}

.event-item {
  position: relative;
  list-style-type: none;
}
.event-item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F6DBD3;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(246, 219, 211)), color-stop(20%, rgb(209, 79, 41)));
  background: linear-gradient(90deg, rgb(246, 219, 211) 20%, rgb(209, 79, 41) 20%);
  content: "";
}

.event-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 10px;
  color: var(--black);
  text-decoration: none;
}

.event-thumb {
  width: 80%;
  max-width: 350px;
  margin-inline: auto;
}
.event-thumb img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-title {
  margin-block: 10px 0;
  font-size: 2rem;
}

.event-info {
  margin-top: 10px;
}

.event-icon {
  margin-block: 2px;
  padding-left: 30px;
  padding-block: 2px;
  background-position: 0 0.35em;
  background-size: 23px 24px;
  background-repeat: no-repeat;
}

.event-date {
  background-image: url(/assets/images/event/icon-date.svg);
}

.event-time {
  background-image: url(/assets/images/event/icon-time.svg);
}

.event-place {
  background-image: url(/assets/images/event/icon-place.svg);
}

.event-fee {
  background-image: url(/assets/images/event/icon-fee.svg);
}

@media screen and (min-width : 768px) {
  .event-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-block: 30px;
    gap: 20px;
  }
  .event-thumb {
    width: 200px;
    max-width: 200px;
    max-height: 200px;
  }
  .event-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .event-info {
    width: 200px;
  }
}
@media screen and (min-width : 1024px) {
  .event-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 60px 40px;
    gap: 30px;
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .event-link:hover {
    opacity: var(--hover-opacity);
  }
  .event-link:hover .event-title {
    text-decoration: underline;
  }
  .event-thumb {
    width: 250px;
    max-width: 250px;
    max-height: 250px;
  }
  .event-title {
    font-size: 2.6rem;
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .event-date,
  .event-time,
  .event-fee {
    font-size: 2rem;
  }
}
/* event-article - イベント記事
--------------------------------------------------- */
.event-outline .event-img {
  height: 100%;
  max-height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.event-outline .event-desc {
  line-height: 2;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .event-outline.media-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-outline .media-img {
    width: 90%;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .event-outline .media-img {
    width: 55%;
  }
}
@media screen and (min-width : 768px) {
  .event-outline .event-img {
    max-height: 400px;
  }
}
@media screen and (min-width : 1024px) {
  .event-outline .event-img {
    max-height: 600px;
  }
}
.event-article {
  padding-top: var(--sp-sectop);
}
.event-article .event-detail .head {
  font-size: 2rem;
}
.event-article .event-free-area {
  margin-top: 40px;
}
.event-article .event-contact {
  margin-top: 40px;
}
.event-article .event-contact a {
  color: var(--org);
  text-decoration: none;
}
.event-article .event-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 7px;
  gap: 7px;
  background: #fff;
}
.event-article .event-sns,
.event-article .event-qr {
  padding: 10px 30px;
  border: 1px solid #ddd;
}
.event-article .sns-head {
  position: relative;
  padding-bottom: 15px;
  font-size: 1.8rem;
  text-align: center;
}
.event-article .sns-head:before, .event-article .sns-head:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
}
.event-article .sns-head:before {
  width: 100%;
  background: #ccc;
}
.event-article .sns-head:after {
  left: 50%;
  width: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--org);
}
.event-article .sns-list {
  width: 80%;
  margin-inline: auto;
  margin-block: 15px;
}
.event-article .event-qr {
  text-align: center;
}
.event-article .event-qr img {
  width: 80%;
}
.event-article .addtoany_shortcode {
  text-align: center;
}

@media screen and (min-width : 768px) {
  .event-article {
    padding-top: var(--pc-sectop);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .event-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .event-article .media-img {
    width: 100%;
  }
  .event-article .event-share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: min(90%, 650px);
    margin-inline: auto;
    padding: 20px;
    gap: 20px;
  }
  .event-article .event-sns {
    width: 60%;
  }
  .event-article .event-qr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (min-width : 1024px) {
  .event-article {
    gap: 80px;
  }
  .event-article .media-img {
    width: 34%;
  }
  .event-article .event-contact {
    margin-top: 60px;
  }
  .event-article .event-contact a {
    -webkit-transition: var(--hover-trans);
    transition: var(--hover-trans);
  }
  .event-article .event-contact a:hover {
    text-decoration: underline;
    opacity: var(--hover-opacity);
  }
}
/* event-entry - 参加フォーム
--------------------------------------------------- */
.event-entry {
  margin-top: var(--sp-sectop);
  padding-top: var(--sp-sectop);
  padding-bottom: var(--sp-sectop);
}

@media screen and (min-width : 768px) {
  .event-entry {
    margin-top: var(--pc-sectop);
    padding-top: var(--pc-sectop);
    padding-bottom: var(--pc-sectop);
  }
}
/* ================================================================================
お問い合わせ
================================================================================ */
/* complete-msg　完了メッセージ
--------------------------------------------------- */
.complete-msg {
  max-width: 700px;
  margin-inline: auto;
  text-align: left;
}

/* ================================================================================
個人情報保護方針
================================================================================ */
.privacy-area p, .privacy-area ul, .privacy-area ol, .privacy-area li {
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  padding: 0;
}
.privacy-area ol {
  padding-left: 1.5em;
}

@media screen and (min-width : 1200px) {
  .privacy-area ol {
    padding-left: 1em;
  }
}
/* ================================================================================
社協の事業
================================================================================ */
.jigyo-area .head-lf-line {
  margin-bottom: -1em;
  font-size: 2rem;
}

.jigyo-img {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width : 1024px) {
  .jigyo-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.jigyo-contant {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  gap: 0;
}
.jigyo-contant:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width : 1024px) {
  .jigyo-contant {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .jigyo-contant:not(:first-child) {
    margin-top: 0;
  }
}
/* slick */
.jigyo-img-slick > li {
  border-radius: 20px;
}
.jigyo-img-slick .img-bdr {
  border-radius: 20px;
}
.jigyo-img-slick .dots-wrap li {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  border: 1px solid var(--org);
  background: #fff;
}
.jigyo-img-slick .dots-wrap li.slick-active {
  background: var(--org);
}

@media screen and (min-width : 1024px) {
  .jigyo-img-slick > li {
    border-radius: 50px;
  }
  .jigyo-img-slick .img-bdr {
    border-radius: 50px;
  }
}
/* 赤い羽根募金
--------------------------------------------------- */
.akaihane-bnr {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.youtube-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  gap: 20px;
}
.youtube-short .youtube-short-item {
  aspect-ratio: 9/16;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.youtube-short iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width : 768px) {
  .youtube-short {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
  }
  .youtube-short .youtube-short-item {
    width: calc((80% - 50px) / 2);
  }
}
/* 介護・障害サービス等事業
--------------------------------------------------- */
.clovertown-img {
  width: 90%;
  margin: 30px auto 0;
}

@media screen and (min-width : 768px) {
  .clovertown-img {
    margin-top: var(--sp-sectop);
  }
}
@media screen and (min-width : 768px) {
  .clovertown-img {
    margin-top: var(--pc-sectop);
  }
}
/* 地域福祉活動事業
--------------------------------------------------- */
.chiiki-contents {
  margin-bottom: var(--sp-sectop);
}
.chiiki-contents .indent {
  margin-left: 0.8em;
}
.chiiki-contents .define-list {
  margin-left: 0.8em;
}
.chiiki-contents .define-list dt {
  font-weight: 600;
}
.chiiki-contents .define-list dd {
  margin-left: 0;
}
.chiiki-contents .tbl-round + .define-list {
  margin-top: 40px;
}

.chiiki-salon-link {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  text-align: left;
}
.chiiki-salon-link li:not(:last-child) {
  margin-bottom: 20px;
}

.salon-situation {
  margin-top: 30px;
}
.salon-situation .situation-head {
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
}
.salon-situation .salon-photo:not(:last-child) {
  margin-bottom: 50px;
}
.salon-situation .photo-head {
  margin: 20px 0;
  font-size: 2rem;
}
.salon-situation .salon-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  gap: 20px;
  list-style-type: none;
}
.salon-situation .salon-photo-item {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width : 768px) {
  .chiiki-salon-list {
    margin-bottom: var(--pc-sectop);
  }
  .salon-situation .salon-photo-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
  .salon-situation .salon-photo-item {
    max-width: initial;
  }
}
/* 相談支援事業
--------------------------------------------------- */
@media screen and (min-width : 768px) {
  .free-consult .tbl-head {
    width: min(34%, 250px);
  }
}
/*# sourceMappingURL=maps/style.css.map */