@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 190%;
  font-feature-settings: "palt";
  color: #595757;
}

a {
  color: #0041c3;
}

a:hover {
  color: #0041c3;
}

/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

.inner {
  width: 960px;
  margin: auto;
}

.top_btn {
  width: 960px;
  margin: 24px auto;
}
.top_btn a {
  display: block;
  background: #ea5514;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 20px;
  border-radius: 100px;
}
.top_btn a:hover {
  opacity: 0.6;
}

header {
  text-align: center;
}

.sec1 {
  margin: 40px 0 60px;
  font-size: 20px;
}

.sec2 {
  margin: 40px 0 60px;
}
.sec2 h2 {
  background: #d7eff2;
  border-top: #35adbe solid 4px;
  padding: 8px 0 11px;
  color: #35adbe;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.sec2 dl {
  display: flex;
}
.sec2 dl dt {
  width: 12%;
}
.sec2 dl dd {
  width: 88%;
}

.sec3 {
  margin: 40px 0 60px;
}
.sec3 h2 {
  background: #d7eff2;
  border-top: #35adbe solid 4px;
  padding: 8px 0 11px;
  color: #35adbe;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}

.sec4 {
  margin: 40px 0 60px;
}
.sec4 .inner {
  border-bottom: #35adbe solid 4px;
  padding-bottom: 24px;
}
.sec4 h2 {
  background: #e5f2d4;
  border-top: #7fbe26 solid 4px;
  padding: 8px 0 11px;
  color: #7fbe26;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.sec4 .base {
  display: flex;
  gap: 2%;
}
.sec4 .base .blk {
  width: 20%;
}
.sec4 .base .blk h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
}
.sec4 .base .blk p {
  font-size: 14px;
}

.sec5 {
  margin: 40px 0 60px;
}
.sec5 .base1 {
  border: #7fbe26 solid 3px;
}
.sec5 .base1 h2 {
  background: #7fbe26;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  font-size: 24px;
}
.sec5 .base1 h3 {
  background: #e5f2d4;
  color: #7fbe26;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  font-size: 20px;
}
.sec5 .base1 .sch {
  padding: 16px 24px 24px;
  display: flex;
  gap: 3%;
}
.sec5 .base1 .sch .day {
  width: 250px;
}
.sec5 .base1 .sch .detail {
  width: 640px;
}
.sec5 .base1 .sch .detail dl {
  display: flex;
  margin-bottom: 8px;
}
.sec5 .base1 .sch .detail dl dt {
  width: 80px;
}
.sec5 .base1 .sch .detail dl dt span {
  background: #7fbe26;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  padding: 2px 16px 3px;
}
.sec5 .base1 .sch .detail dl dd {
  width: 85%;
}
.sec5 .base1 .sch .detail dl dd .names {
  font-size: 20px;
  font-weight: bold;
}
.sec5 .base1 .sch .photo {
  width: 0;
}
.sec5 .base1 .sch.photoarea .day {
  width: 250px;
}
.sec5 .base1 .sch.photoarea .detail {
  width: 450px;
}
.sec5 .base1 .sch.photoarea .photo {
  width: 10px;
}
.sec5 .base2 {
  border: #35adbe solid 3px;
  margin: 40px 0 0 0;
}
.sec5 .base2 h2 {
  background: #35adbe;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  font-size: 24px;
}
.sec5 .base2 h3 {
  background: #d7eff2;
  color: #35adbe;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  font-size: 20px;
}
.sec5 .base2 .sch {
  padding: 16px 24px 24px;
  display: flex;
  gap: 3%;
}
.sec5 .base2 .sch .day {
  width: 250px;
}
.sec5 .base2 .sch .detail {
  width: 640px;
}
.sec5 .base2 .sch .detail dl {
  display: flex;
  margin-bottom: 8px;
}
.sec5 .base2 .sch .detail dl dt {
  width: 80px;
}
.sec5 .base2 .sch .detail dl dt span {
  background: #35adbe;
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  padding: 2px 16px 3px;
}
.sec5 .base2 .sch .detail dl dd {
  width: 85%;
}
.sec5 .base2 .sch .detail dl dd .names {
  font-size: 20px;
  font-weight: bold;
}
.sec5 .base2 .sch .photo {
  width: 0;
}
.sec5 .base2 .sch.photoarea .day {
  width: 250px;
}
.sec5 .base2 .sch.photoarea .detail {
  width: 450px;
}
.sec5 .base2 .sch.photoarea .photo {
  width: 10px;
}

.sec6 {
  margin: 40px 0 60px;
}
.sec6 .box {
  background: #eeeeef;
  border: #9e9e9f dotted 3px;
  padding: 40px;
}
.sec6 .box h2 {
  width: 40%;
  margin: auto;
}
.sec6 .box .base {
  background: #fff;
  padding: 24px 24px 32px;
  text-align: center;
  margin-top: 24px;
}
.sec6 .box .base h3 {
  font-weight: bold;
  color: #1eaa39;
  margin-bottom: 16px;
  font-size: 20px;
}
.sec6 .btn {
  width: 960px;
  margin: 40px auto;
}
.sec6 .btn a {
  display: block;
  background: #ea5514;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 24px;
  border-radius: 100px;
}
.sec6 .btn a:hover {
  opacity: 0.6;
}
.sec6 p.t_c {
  text-align: center;
  color: #1eaa39;
  padding-bottom: 8px;
  font-weight: bold;
}
.sec6 .link a {
  display: block;
  border: #1eaa39 solid 3px;
  color: #1eaa39;
  font-size: 12px;
  background: url(/assets/images/SVG/13.svg) no-repeat calc(100% - 16px) 50%/15px;
  padding: 12px 12px 18px;
  font-weight: bold;
  text-align: center;
}
.sec6 .link a span {
  font-size: 22px;
  display: block;
}
.sec6 .link a:hover {
  opacity: 0.6;
}
.sec6 .group {
  background: #35adbe;
  color: #fff;
  padding: 40px 40px;
  margin: 60px 0;
}
.sec6 .group dl {
  display: flex;
  gap: 2%;
  margin-bottom: 16px;
}
.sec6 .group dl dt {
  width: 15%;
}
.sec6 .group dl dd {
  width: 90%;
}

.copy {
  border-top: #1eaa39 solid 3px;
  text-align: center;
  padding: 16px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .inner {
    width: auto;
    margin: auto;
    padding: 0 16px;
  }
  .top_btn {
    width: auto;
    margin: 24px auto;
    padding: 0 16px;
  }
  .top_btn a {
    display: block;
    background: #ea5514;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    border-radius: 100px;
  }
  .top_btn a:hover {
    opacity: 0.6;
  }
  header {
    text-align: center;
  }
  header img {
    width: 100%;
    height: auto;
  }
  .sec1 {
    margin: 40px 0 60px;
    font-size: 15px;
  }
  .sec2 {
    margin: 40px 0 60px;
  }
  .sec2 h2 {
    background: #d7eff2;
    border-top: #35adbe solid 4px;
    padding: 8px 0 11px;
    color: #35adbe;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .sec2 dl {
    display: block;
    margin-bottom: 16px;
  }
  .sec2 dl dt {
    width: 100%;
  }
  .sec2 dl dd {
    width: 100%;
  }
  .sec3 {
    margin: 40px 0 60px;
  }
  .sec3 h2 {
    background: #d7eff2;
    border-top: #35adbe solid 4px;
    padding: 8px 0 11px;
    color: #35adbe;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .sec4 {
    margin: 40px 0 60px;
  }
  .sec4 .inner {
    border-bottom: #35adbe solid 4px;
    padding-bottom: 24px;
  }
  .sec4 h2 {
    background: #e5f2d4;
    border-top: #7fbe26 solid 4px;
    padding: 8px 24px 11px;
    color: #7fbe26;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
  }
  .sec4 .base {
    display: block;
    gap: 2%;
  }
  .sec4 .base .blk {
    width: 80%;
    margin: 0 auto 30px;
  }
  .sec4 .base .blk .thum {
    width: 50%;
    margin: auto;
  }
  .sec4 .base .blk h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 8px 0;
    text-align: center;
  }
  .sec4 .base .blk p {
    font-size: 14px;
    text-align: center;
  }
  .sec5 {
    margin: 40px 0 60px;
  }
  .sec5 .base1 {
    border: #7fbe26 solid 3px;
  }
  .sec5 .base1 h2 {
    background: #7fbe26;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    font-size: 20px;
  }
  .sec5 .base1 h3 {
    background: #e5f2d4;
    color: #7fbe26;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    font-size: 18px;
  }
  .sec5 .base1 .sch {
    padding: 16px 24px 24px;
    display: block;
    gap: 3%;
  }
  .sec5 .base1 .sch .day {
    width: 100%;
    margin-bottom: 24px;
  }
  .sec5 .base1 .sch .detail {
    width: 100%;
  }
  .sec5 .base1 .sch .detail dl {
    display: block;
    margin-bottom: 8px;
  }
  .sec5 .base1 .sch .detail dl dt {
    width: 80px;
  }
  .sec5 .base1 .sch .detail dl dt span {
    background: #7fbe26;
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 2px 16px 3px;
  }
  .sec5 .base1 .sch .detail dl dd {
    width: 100%;
  }
  .sec5 .base1 .sch .detail dl dd .names {
    font-size: 20px;
    font-weight: bold;
  }
  .sec5 .base1 .sch .photo {
    width: 0;
  }
  .sec5 .base1 .sch.photoarea .day {
    width: 100%;
  }
  .sec5 .base1 .sch.photoarea .detail {
    width: 100%;
  }
  .sec5 .base1 .sch.photoarea .photo {
    width: 100%;
  }
  .sec5 .base2 {
    border: #35adbe solid 3px;
    margin: 40px 0 0 0;
  }
  .sec5 .base2 h2 {
    background: #35adbe;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    font-size: 20px;
  }
  .sec5 .base2 h3 {
    background: #d7eff2;
    color: #35adbe;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    font-size: 18px;
  }
  .sec5 .base2 .sch {
    padding: 16px 24px 24px;
    display: block;
    gap: 3%;
  }
  .sec5 .base2 .sch .day {
    width: 100%;
    margin-bottom: 24px;
  }
  .sec5 .base2 .sch .detail {
    width: 100%;
  }
  .sec5 .base2 .sch .detail dl {
    display: block;
    margin-bottom: 8px;
  }
  .sec5 .base2 .sch .detail dl dt {
    width: 80px;
  }
  .sec5 .base2 .sch .detail dl dt span {
    background: #35adbe;
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
    padding: 2px 16px 3px;
  }
  .sec5 .base2 .sch .detail dl dd {
    width: 85%;
  }
  .sec5 .base2 .sch .detail dl dd .names {
    font-size: 20px;
    font-weight: bold;
  }
  .sec5 .base2 .sch .photo {
    width: 0;
  }
  .sec5 .base2 .sch.photoarea .day {
    width: 100%;
  }
  .sec5 .base2 .sch.photoarea .detail {
    width: 100%;
  }
  .sec5 .base2 .sch.photoarea .photo {
    width: 100%;
  }
  .sec6 {
    margin: 40px 0 60px;
  }
  .sec6 .box {
    background: #eeeeef;
    border: #9e9e9f dotted 3px;
    padding: 32px 16px 16px;
  }
  .sec6 .box h2 {
    width: 90%;
    margin: auto;
  }
  .sec6 .box .base {
    background: #fff;
    padding: 24px 24px 32px;
    text-align: center;
    margin-top: 24px;
  }
  .sec6 .box .base h3 {
    font-weight: bold;
    color: #1eaa39;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .sec6 .btn {
    width: 100%;
    margin: 40px auto;
  }
  .sec6 .btn a {
    display: block;
    background: #ea5514;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 20px;
    border-radius: 100px;
  }
  .sec6 .btn a:hover {
    opacity: 0.6;
  }
  .sec6 .link {
    display: block;
    gap: 2%;
  }
  .sec6 .link li {
    width: 100%;
    margin-bottom: 8px;
  }
  .sec6 .link a {
    display: block;
    border: #1eaa39 solid 3px;
    color: #1eaa39;
    font-size: 10px;
    background: url(/assets/images/SVG/13.svg) no-repeat calc(100% - 16px) 50%/15px;
    padding: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 140%;
  }
  .sec6 .link a span {
    font-size: 18px;
    display: block;
    padding-top: 8px;
    line-height: 150%;
  }
  .sec6 .link a:hover {
    opacity: 0.6;
  }
  .sec6 .group {
    background: #35adbe;
    color: #fff;
    padding: 24px;
    margin: 60px 0;
  }
  .sec6 .group dl {
    display: block;
    gap: 2%;
    margin-bottom: 16px;
  }
  .sec6 .group dl dt {
    width: 30%;
    margin-bottom: 8px;
  }
  .sec6 .group dl dd {
    width: 100%;
  }
  .copy {
    border-top: #1eaa39 solid 3px;
    text-align: center;
    padding: 16px;
    font-size: 10px;
  }
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #942D2F;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

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

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */