@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Lato:wght@100;400&family=Noto+Sans+JP:wght@300;500&family=Parisienne&family=Shippori+Mincho:wght@400;600&display=swap");
/***reset***/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

body {
  position: relative;
  padding: 0 0 0;
  line-height: 1;
  text-align: center;
  color: #2b2d29;
  background: white;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
  font-weight: 300;
  scroll-behavior: smooth; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0; }

a:hover {
  color: #2ba3a3; }

a:hover img {
  opacity: 0.5; }

a:focus, *:focus {
  outline: none; }

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

:root {
  font-size: 13px !important; }

/* wrapper
--------------------------- */
#wrapper {
  padding: 4rem 0 0 0;
  min-height: 100%; }

/* stage
--------------------------- */
.stage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* panel
--------------------------- */
.panel1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px; }

.panel, .panel2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px; }

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* タイトルスタイル
--------------------------- */
.ttl-type01 {
  padding: 3.5em 0.5em 1em;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* toTop
--------------------------- */
#toTop {
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887; }

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1; }

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }

.to-top-on #toTop a {
  cursor: pointer; }

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8); }

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0; }

  #wrapper {
    padding: 0; } }
body {
  background: rgba(41, 49, 47, 0.2); }

header {
  display: block;
  padding: 1.6rem;
  width: 100%;
  background: white;
  overflow: hidden; }
  header h1 {
    position: relative;
    padding: 0 5rem;
    font-size: 1.6rem;
    line-height: 3rem;
    text-align: left;
    font-weight: 300;
    white-space: nowrap; }
    header h1 a {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      margin: 0 1rem 0 0;
      padding: 0;
      height: 3rem; }
      header h1 a img {
        width: 3rem;
        height: auto; }
    header h1 span {
      padding-left: 2em;
      font-size: 0.6em;
      white-space: nowrap; }

main {
  display: block;
  width: 100%; }

section.dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 3rem 0;
  width: 96%; }
  section.dl dl {
    position: relative;
    margin: 1rem;
    padding: 0 0 4rem;
    width: 100%;
    max-width: 30rem;
    background: white;
    box-shadow: 0 0.3rem 0.8rem rgba(41, 49, 47, 0.2);
    border-radius: 0.8rem;
    overflow: hidden; }
  section.dl dt {
    position: relative;
    padding: calc(54.54% + 1.6rem) 1.6rem 1.6rem;
    text-align: left; }
    section.dl dt figure {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      width: 100%; }
      section.dl dt figure img {
        width: 100%;
        height: auto; }
    section.dl dt span {
      display: block;
      font-size: 1.4rem; }
    section.dl dt strong {
      display: block;
      padding: 0.5em 0;
      font-size: 1.4rem;
      line-height: 1.3em; }
    section.dl dt em {
      display: block;
      font-size: 1rem;
      line-height: 1.5em;
      font-style: normal; }
  section.dl dd {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem; }
    section.dl dd a, section.dl dd span {
      display: block;
      padding: 0.8rem;
      width: 100%;
      font-size: 1.4rem;
      font-weight: 300;
      color: white;
      border-radius: 0.5rem; }
    section.dl dd a {
      color: white;
      background: #86ad43;
      transition: color 0.2s ease-in-out;
      transition: font-weight 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      section.dl dd a:hover {
        color: white;
        font-weight: 500;
        background: rgba(134, 173, 67, 0.7); }
    section.dl dd span {
      background: rgba(41, 49, 47, 0.2); }
    section.dl dd a + span {
      display: none; }

section.table {
  display: block;
  margin: 0 auto;
  padding: 3rem 0 6rem;
  width: 96%;
  max-width: 1200px; }
  section.table table {
    margin: 0 auto;
    width: 100%; }
    section.table table tr {
      border-top: 1px solid rgba(41, 49, 47, 0.2);
      background: white; }
      section.table table tr:first-child {
        border-top: none; }
      section.table table tr.thum th {
        padding: 1.6rem 1.6rem 1.6rem 12rem !important; }
        section.table table tr.thum th figure {
          display: block;
          position: absolute;
          margin: auto;
          top: 1rem;
          left: 1rem;
          width: auto;
          height: 7rem; }
          section.table table tr.thum th figure img {
            width: auto;
            height: 100%; }
  section.table th {
    display: block;
    position: relative;
    padding: 1.6rem;
    text-align: left;
    vertical-align: middle; }
    section.table th figure {
      display: none; }
    section.table th span {
      display: block;
      font-size: 1.4rem;
      font-weight: 300; }
    section.table th strong {
      display: block;
      padding: 0.5em 0;
      font-size: 1.4rem;
      line-height: 1.3em; }
    section.table th em {
      display: block;
      font-size: 1rem;
      line-height: 1.5em;
      font-style: normal;
      font-weight: 300; }
  section.table td {
    display: block;
    width: 100%;
    padding: 0 1.6rem 1.6rem;
    vertical-align: middle; }
    section.table td a {
      display: block;
      padding: 0.8rem;
      width: 100%;
      font-size: 1.2rem;
      font-weight: 300;
      color: white;
      border-radius: 0.5rem;
      color: white;
      background: #86ad43;
      transition: color 0.2s ease-in-out;
      transition: font-weight 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      section.table td a:hover {
        color: white;
        font-weight: 500;
        background: rgba(134, 173, 67, 0.7); }

footer {
  display: block;
  margin: 6rem 0 0;
  padding: 1.6rem;
  background: white; }
  footer p {
    font-size: 0.8rem; }

/*タブレットに適用するスタイル*/
@media screen and (min-width: 760px) {
  section.table table tr.thum th figure {
    top: 0; }
  section.table th {
    display: table-cell; }
    section.table th figure {
      top: 0;
      bottom: 0; }
  section.table td {
    display: table-cell;
    width: 18rem;
    padding: 1.6rem; }
    section.table td a {
      display: block;
      padding: 1.6rem 0.8rem; } }
/*PCに適用するスタイル*/
