@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 {
  font-size: 2em;
  margin: 0.67em 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 */
}

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

/* 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

html {
  font-size: 62.5%;
}

.bodyWrap {
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article {
  position: relative;
}

em,
i {
  font-style: normal;
}

sup {
  font-size: 0.7em;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

video {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

.stopScroll {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .gl_show_pc {
    display: none;
  }
}

.gl_show_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .gl_show_sp {
    display: block;
  }
}

.gl_tac {
  text-align: center;
}

.gl_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gl_tx p + p {
  margin-top: 1em;
}

.gl_tx p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gl_group01 + .gl_group01,
.gl_group02 + .gl_group01,
.gl_group03 + .gl_group01 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .gl_group01 + .gl_group01,
  .gl_group02 + .gl_group01,
  .gl_group03 + .gl_group01 {
    margin-top: 30px;
  }
}

.gl_group01 + .gl_group02,
.gl_group02 + .gl_group02,
.gl_group03 + .gl_group02 {
  margin-top: 80px;
}

.gl_group01 + .gl_group03,
.gl_group02 + .gl_group03,
.gl_group03 + .gl_group03 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .gl_group01 + .gl_group03,
  .gl_group02 + .gl_group03,
  .gl_group03 + .gl_group03 {
    margin-top: 60px;
  }
}

ul.gl_ul {
  padding: 0;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  ul.gl_ul {
    padding-left: 7px;
  }
}

ul.gl_ul li {
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  ul.gl_ul li {
    font-size: 1.4rem;
  }
}

ul.gl_ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -15px;
  width: 0.3em;
  height: 0.3em;
  background-color: #aaa;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  ul.gl_ul li::after {
    left: -7px;
  }
}

.gl_externalEmbedded {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gl_externalEmbedded iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gl_heightRatio {
  width: 177vh;
  height: 100vh;
  max-width: 100vw;
}

html {
  scroll-padding-top: 90px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  line-height: 1.6;
  color: #333;
  font-size: 1rem;
}

p {
  line-height: 1.6;
  font-size: 1.6rem;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.5;
  }
}

.gl_img,
.gl_img_np {
  position: relative;
  overflow: hidden;
  padding-top: calc(700 / 1500 * 100%);
  width: 100%;
  height: 0;
}

@media screen and (max-width: 767px) {
  .gl_img,
  .gl_img_np {
    padding-top: 80%;
  }
}

.gl_img img,
.gl_img_np img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .gl_img_np {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}

.container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_S {
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_W {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .container_W {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.np,
  .container_S.np,
  .container_W.np {
    padding: 0;
  }
}

.sc_p0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .sc_p0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.sc_p1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sc_p1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sc_p2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sc_p2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sc_p3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sc_p3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.cm_tx01,
.cm_tx01c {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cm_tx01c p {
  text-align: center;
}

.cm_tx02 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cm_img {
  text-align: center;
}

.headerWrap {
  background-color: #eaf4eb;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .headerWrap {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.header_logo_01 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width: 700px;
}

.header_logo_02 .lc_logo_02 {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .header_logo_02 .lc_logo_02 {
    max-width: 200px;
  }
}

.header_logo_02 .lc_logo_03 {
  width: 100%;
  max-width: 600px;
}

footer {
  background-color: #e9e4e2;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer a {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer a:hover {
  opacity: 0.7;
}

.footer_logo_01 {
  margin-right: auto;
  margin-left: auto;
  max-width: 270px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .footer_logo_01 {
    max-width: 60%;
  }
}

.footer_logoFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.footer_logoFB_boxA {
  width: 40%;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer_logoFB_boxA {
    margin-right: 15px;
  }
}

.footer_logoFB_boxB {
  width: 60%;
}

.page_home .sc_01 {
  background-color: #f7e0ba;
}

.page_home .ttl_02 {
  font-size: 3.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  color: #00833f;
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 299px) {
  .page_home .ttl_02 span {
    display: inline-block;
  }
}

.page_home .ttl_02 .lc_small {
  font-size: 0.7em;
  color: #333;
}

@media screen and (max-width: 767px) {
  .page_home .ttl_02 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.page_home .eventbnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page_home .eventbnWrap {
    display: block;
  }
}

.page_home .eventbnWrap_box {
  width: 48%;
  margin-bottom: 20px;
}

.page_home .eventbnWrap_box img {
  border-radius: 10px;
}

.page_home .eventbnWrap_box a {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page_home .eventbnWrap_box a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .page_home .eventbnWrap_box {
    width: 100%;
    text-align: center;
  }
}

.page_home .tokutenWrap {
  background-color: #fff;
}

.page_home .tokutenWrap_inner {
  padding: 20px;
}

.page_home .tokuten_tx_01 {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 299px) {
  .page_home .tokuten_tx_01 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_home .tokuten_tx_01 {
    font-size: 1.8rem;
  }
}

.page_home .tokuten_bnFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.page_home .tokuten_bnFB a {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.page_home .tokuten_bnFB a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .page_home .tokuten_bnFB {
    display: block;
    max-width: 90%;
  }
}

.page_home .tokuten_bnFB_boxA {
  text-align: center;
}

.page_home .tokuten_bnFB_boxA_tx {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .page_home .tokuten_bnFB_boxA_tx {
    font-size: 1.6rem;
    text-align: center;
  }
}

.page_home .tokuten_bnFB_boxB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_home .tokuten_bnFB_boxB {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.page_home .tokuten_bnFB_boxB_tx {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_home .tokuten_bnFB_boxB_tx {
    font-size: 1.6rem;
  }
}

.page_home .tokuten_bnFB_boxC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

.page_kumiaiin .sc_01 {
  background-color: #f7e0ba;
}

.page_kumiaiin .ttl_02 {
  font-size: 3.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  color: #e56915;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (min-width: 299px) {
  .page_kumiaiin .ttl_02 span {
    display: inline-block;
  }
}

.page_kumiaiin .ttl_02 .lc_small {
  font-size: 0.7em;
  color: #333;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .ttl_02 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

.page_kumiaiin .kumiaiin_comWrap + .kumiaiin_comWrap {
  margin-top: 50px;
}

.page_kumiaiin .comWrap_inner {
  background-color: #fff;
  padding: 30px 50px;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_inner {
    padding: 20px 15px;
  }
}

.page_kumiaiin .comWrap_ttl_01 {
  background-color: #e56915;
  color: #fff;
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_ttl_01 {
    font-size: 2.6rem;
  }
}

.page_kumiaiin .comWrap_ttl_03 {
  background-color: #e6e6e6;
  font-size: 2.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_ttl_03 {
    font-size: 2.3rem;
  }
}

.page_kumiaiin .comWrap_ttl_02 {
  color: #893e21;
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 299px) {
  .page_kumiaiin .comWrap_ttl_02 span.lc_br {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_ttl_02 {
    font-size: 2.4rem;
  }
}

.page_kumiaiin .comWrap_ttl_02 .lc_large {
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_ttl_02 .lc_large {
    font-size: 1.5em;
  }
}

.page_kumiaiin .comWrap_ttl_02_sub {
  color: #893e21;
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  text-align: center;
}

.page_kumiaiin .comWrap_tx_01 {
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 299px) {
  .page_kumiaiin .comWrap_tx_01 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_tx_01 {
    font-size: 1.6rem;
  }
}

.page_kumiaiin .comWrap_tx_02 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (min-width: 299px) {
  .page_kumiaiin .comWrap_tx_02 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_tx_02 {
    font-size: 2.2rem;
  }
}

.page_kumiaiin .comWrap_endCapTx_01 {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .comWrap_endCapTx_01 {
    font-size: 1.2rem;
  }
}

.page_kumiaiin .gr_shoutai_event {
  margin-top: -20px;
}

.page_kumiaiin .gr_shoutai_event .lc_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(229, 105, 21, 0.5);
  padding: 10px 10px;
}

.page_kumiaiin .gr_shoutai_event .lc_box:last-child {
  border-bottom: 1px solid rgba(229, 105, 21, 0.5);
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .gr_shoutai_event .lc_box {
    display: block;
    padding: 10px 0px;
  }
}

.page_kumiaiin .gr_shoutai_event .lc_title {
  color: #e56915;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (min-width: 299px) {
  .page_kumiaiin .gr_shoutai_event .lc_title span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .gr_shoutai_event .lc_title {
    text-align: center;
    margin-bottom: 5px;
  }
}

.page_kumiaiin .gr_shoutai_event .lc_goukei {
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .gr_shoutai_event .lc_goukei {
    text-align: center;
  }
}

.page_kumiaiin .gr_shoutai_event .lc_goukei_B {
  display: inline-block;
  text-align: right;
  width: 5em;
}

.page_kumiaiin .btn_01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  min-width: 250px;
  padding: 15px 30px;
  margin-bottom: 10px;
}

.page_kumiaiin .btn_01 p {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .btn_01 p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page_kumiaiin .btn_01 {
    width: 100%;
    min-width: 200px;
  }
}

.page_kumiaiin .btn_01 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.page_kumiaiin .btn_01 span {
  display: inline-block;
}

.page_kumiaiin .btn_01 {
  color: #fff;
  border-radius: 999px;
  background-color: #db5351;
  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;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page_kumiaiin .btn_01 p {
  color: #fff;
  padding-left: 20px;
}

.page_kumiaiin .btn_01::after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  border: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

.page_kumiaiin .btn_01:hover {
  background-color: #b92826;
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

.page_kumiaiin .mainBtn {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.page_kumiaiin .mainBtn a {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}

.page_kumiaiin .mainBtn a:hover {
  opacity: 0.7;
}

.page_kumiaiin .mainBtn a:hover {
  -webkit-transform: translate(0px, -5px);
          transform: translate(0px, -5px);
}

.page_form .sc_01 {
  background-color: #f7e0ba;
}

@media screen and (max-width: 767px) {
  .page_form .sc_01 {
    background-color: #fff;
  }
}

.page_form .ttl_02 {
  font-size: 3.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  color: #e56915;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (min-width: 299px) {
  .page_form .ttl_02 span {
    display: inline-block;
  }
}

.page_form .ttl_02 .lc_small {
  font-size: 0.7em;
  color: #333;
}

@media screen and (max-width: 767px) {
  .page_form .ttl_02 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.page_form .formWrap {
  background-color: #fff;
  padding: 30px 0;
}

.page_form .form_wrap {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page_form .form_wrap {
    margin-bottom: 30px;
    margin-top: 0px;
  }
}

.page_form .form_body {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page_form .form_body {
    margin-bottom: 50px;
  }
}

.page_form .form_sec {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page_form .form_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page_form .form_sec p {
  margin-bottom: 0;
}

.page_form .form_ttl,
.page_form .form_input {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .page_form .form_ttl,
  .page_form .form_input {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_form .form_ttl,
  .page_form .form_input {
    width: 100%;
    padding: 20px 0px;
    padding-bottom: 0;
  }
}

.page_form .form_ttl {
  background-color: transparent;
  border: none;
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .page_form .form_ttl {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .page_form .form_ttl {
    border-bottom: none;
    width: 100%;
  }
}

.page_form .form_ttl > div {
  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;
  font-size: 1.4rem;
}

.page_form .form_input {
  border: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page_form .form_input {
    border-bottom: none;
    padding-top: 10px;
  }
}

.page_form div.hissu,
.page_form div.hissu2 {
  display: block;
  padding: 2px 10px;
  background-color: #e56915;
  color: #fff;
  font-size: 1rem;
  margin-left: 1em;
  text-align: center;
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page_form div.u2 {
  margin-left: auto;
  margin-top: 5px;
}

.page_form input,
.page_form textarea,
.page_form select {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 15px 15px;
}

.page_form .form_select_cstm {
  position: relative;
}

.page_form .form_select_cstm::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  margin: auto;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #777;
  pointer-events: none;
}

.page_form textarea {
  resize: none;
}

.page_form .form_item_name .form_input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_form .form_item2 input,
.page_form .form_item2 .form_select_cstm {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .page_form .form_input_radio {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page_form .form_input_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_form .form_input_radio .radioText {
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  margin-left: 10px;
}

.page_form .form_input_radio .radioBtn {
  position: relative;
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
}

.page_form .form_input_radio .radioBtn::before,
.page_form .form_input_radio .radioBtn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page_form .form_input_radio .radioBtn::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.page_form .form_input_radio .radioBtn::after {
  background-color: #333;
  background-color: #00833f;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%) scale(0.05);
          transform: translate(-50%, -50%) scale(0.05);
}

.page_form .form_input_radio input:checked + .radioBtn::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.page_form .form_input_radio .radioBtnItem_cstm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_form .form_input_radio .radioBtnItem_cstm1 label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_form .form_input_radio .radioBtnItem_cstm1 label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page_form .form_input_radio .radioBtnItem_cstm1 {
    display: block;
  }
}

.page_form .checkboxItem,
.page_form .radioBtnItem {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .page_form .form_input_checkBox {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page_form .form_input_checkBox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_form .form_input_checkBox .checkText {
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  margin-left: 10px;
}

.page_form .form_input_checkBox .checkBtn {
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.page_form .form_input_checkBox .checkBtn::before,
.page_form .form_input_checkBox .checkBtn::after {
  content: "";
  display: block;
  position: absolute;
}

.page_form .form_input_checkBox .checkBtn::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.page_form .form_input_checkBox .checkBtn::after {
  border-bottom: 2px solid #00833f;
  border-left: 2px solid #00833f;
  opacity: 0;
  height: 5px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  left: 5px;
}

.page_form .form_input_checkBox input:checked + .checkBtn::after {
  opacity: 1;
}

.page_form .gl_visually_hidden input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.page_form .form_bottomText {
  margin-top: 20px;
  margin-bottom: 50px;
}

.page_form .form_btnWrap input {
  all: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

.page_form .form_btnWrap {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.page_form .btn_form01,
.page_form .btn_form02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px 25px;
  background-color: #e56915;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_form .btn_form01 p,
.page_form .btn_form02 p {
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.page_form .btn_form01:hover,
.page_form .btn_form02:hover {
  background-color: #db5351;
}

.page_form .btn_form02 {
  margin-top: 0;
  background-color: #777;
}

.page_form .btn_form02:hover {
  background-color: #555;
  color: #fff;
}

.page_form .form_info {
  padding-top: 50px;
}

.page_form .form_info p {
  font-size: 1.4rem;
  margin-bottom: 3px;
  padding-left: calc(1em + 0.8em);
}

.page_form .form_info p::before {
  display: inline-block;
  content: "※";
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: calc(-1em - 0.8em);
  margin-right: 0.8em;
}

.page_form .form_info a {
  color: #e56915;
  text-decoration: underline;
}

.page_form p.form_input_cap {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.page_form .form_input strong.form_confirm {
  color: #00833f;
}

.page_form .form_thanks {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .page_form .form_thanks {
    display: block;
  }
}

.page_form .form_thanks p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_form .form_thanks p {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */