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

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

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

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

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

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

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

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

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

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

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

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

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

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

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

.span_br {
  display: inline-block;
}

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

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

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

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

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

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

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

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

.wrapper {
  overflow: hidden;
}

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

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

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

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

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

.top__ttl-wrap {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.top__ttl-wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4rem;
  margin: 10px 0;
  position: relative;
}
@media all and (max-width: 600px) {
  .top__ttl-wrap h3 {
    font-size: 2.6rem;
  }
}
.top__ttl-wrap h3::before {
  content: "";
  background-image: url(../images/top/ttl_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 60px;
}
@media all and (max-width: 600px) {
  .top__ttl-wrap h3::before {
    left: 20px;
  }
}
.top__ttl-wrap h3::after {
  content: "";
  background-image: url(../images/top/ttl_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 60px;
}
@media all and (max-width: 600px) {
  .top__ttl-wrap h3::after {
    right: 20px;
  }
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 800;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  padding: 10px 80px 10px 20px;
}
@media all and (max-width: 896px) {
  .header__contents {
    display: none;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.header__menu > li.current {
  color: #2B883A;
}
.header__hamburger {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  background: #2B883A;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 600;
}
.header__hamburger.active .header__hamburger-box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
}
.header__hamburger.active .header__hamburger-box > span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger.active .header__hamburger-box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -9px;
}
.header__hamburger-box {
  width: 30px;
  height: 20px;
  position: relative;
}
.header__hamburger-box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__hamburger-box > span:nth-of-type(1) {
  top: 0;
}
.header__hamburger-box > span:nth-of-type(2) {
  top: 9px;
}
.header__hamburger-box > span:nth-of-type(3) {
  bottom: 0;
}
.header__nav {
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  padding: 100px 30px 80px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
}
.header__nav.open {
  translate: 0 0;
}
.header__nav-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header__nav-list > li {
  border-bottom: 1px solid #CCC;
  margin-top: 10px;
}
.header__nav-list > li:first-of-type {
  margin-top: 0;
}
.header__nav-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  height: 16px;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.header__nav-icon::before, .header__nav-icon::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #434343;
  position: absolute;
}
.header__nav-icon::before {
  top: 0;
  rotate: -45deg;
}
.header__nav-icon::after {
  bottom: 0;
  rotate: 45deg;
}
.header__acc-trigger {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消去 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  cursor: pointer;
  /* Safariで表示されるデフォルトの三角形アイコンを消去 */
}
.header__acc-trigger::-webkit-details-marker {
  display: none;
}
.header__acc-ttl {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__acc-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 16px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.header__acc-icon::before, .header__acc-icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #434343;
  position: absolute;
}
.header__acc-icon::before {
  left: 0;
  rotate: 45deg;
}
.header__acc-icon::after {
  right: 0;
  rotate: -45deg;
}
.header__acc-list {
  /* -contentにpaddingを付けると崩れるため */
  padding: 10px 0;
}
.header__acc.is-opened .header__acc-icon {
  rotate: 180deg;
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#FAE8FF), to(#CFE7F5));
  background: linear-gradient(to right, #FAE8FF, #CFE7F5);
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
.footer__copyright {
  text-align: center;
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 1025px) {
  .footer__ttl {
    text-align: center;
  }
}
.footer__ttl p:first-child {
  margin-bottom: 40px;
}
.footer__ttl p:last-child {
  font-size: 1.4rem;
}
@media all and (max-width: 1025px) {
  .footer__ttl p:last-child {
    margin-bottom: 30px;
  }
}
.footer__inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1025px) {
  .footer__inner {
    -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;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
}

/* 下層共通 */
/* ============================================ */
.second__outer {
  padding: 100px 0;
}
@media all and (max-width: 896px) {
  .second__outer {
    padding: 50px 0;
  }
}

.notfound__txt {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}