@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 18px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #212121;
  font-size: 18px;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: #212121;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.5s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
}
header .inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  height: 80px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  header .inner {
    height: 70px;
    padding-bottom: 20px;
  }
}
header .inner h1 {
  position: relative;
  z-index: 10;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header .inner h1 {
    padding-bottom: 5px;
  }
}
header .inner h1 a {
  display: block;
}
header .inner h1 a img {
  width: auto;
  height: 18px;
}
header .inner nav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  header .inner nav {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #57c253;
    transition: left 0.5s;
  }
  header .inner nav.open {
    left: 0;
  }
}
header .inner nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  header .inner nav ul {
    display: block;
    padding: 120px 0 50px;
    text-align: center;
  }
}
header .inner nav ul li {
  line-height: 1;
}
header .inner nav ul li + li {
  margin-left: 30px;
}
@media screen and (max-width: 970px) {
  header .inner nav ul li + li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  header .inner nav ul li + li {
    margin-left: 0;
    margin-top: 40px;
  }
}
header .inner nav ul li a {
  display: block;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header .inner nav ul li a {
    color: #fff;
    font-size: 18px;
  }
}
header .inner #menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header .inner #menu {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 26px;
    overflow: hidden;
  }
  header .inner #menu:hover {
    text-decoration: none;
  }
  header .inner #menu i {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    margin: 0 auto;
  }
  header .inner #menu i + i {
    margin-top: 4px;
  }
  header .inner #menu i:before, header .inner #menu i:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 4px;
    background-color: #353535;
    transition: all 0.5s;
  }
  header .inner #menu i:before {
    left: 0;
    border-radius: 2px 0 0 2px;
  }
  header .inner #menu i:after {
    right: 0;
    border-radius: 0 2px 2px 0;
  }
  header .inner #menu.open i:nth-child(1):before {
    left: 2px;
    top: 4px;
    transform: rotate(45deg);
  }
  header .inner #menu.open i:nth-child(1):after {
    right: 2px;
    top: 4px;
    transform: rotate(-45deg);
  }
  header .inner #menu.open i:nth-child(2):before {
    left: -100%;
  }
  header .inner #menu.open i:nth-child(2):after {
    right: -100%;
  }
  header .inner #menu.open i:nth-child(3):before {
    left: 2px;
    top: -4px;
    transform: rotate(-45deg);
  }
  header .inner #menu.open i:nth-child(3):after {
    right: 2px;
    top: -4px;
    transform: rotate(45deg);
  }
}
footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@media screen and (max-width: 768px) {
  footer {
    height: 60px;
  }
}
footer small {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
}
footer small img {
  display: block;
  width: 95px;
  margin: 0 5px;
}
footer a {
  display: block;
  width: 30px;
  margin-left: 20px;
}
main {
  padding: 140px 0 250px;
}
@media screen and (max-width: 768px) {
  main {
    padding: 70px 0 140px;
  }
}
main > * > * + * {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  main > * > * + * {
    margin-top: 85px;
  }
}
main .ttl01 {
  display: block;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .ttl01 {
    font-size: 26px;
    margin-bottom: 55px;
  }
}
main .ttl01 i {
  display: block;
  margin-top: 20px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main .ttl01 i {
    font-size: 21px;
  }
}
main .ttl02 {
  display: block;
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .ttl02 {
    font-size: 21px;
  }
}
main .btn01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  main .btn01 {
    margin-top: 50px;
  }
}
main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  border: 1px #000 solid;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.5s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .btn01 a {
    width: 240px;
    height: 50px;
    font-size: 18px;
  }
}
main .btn01 a:after {
  content: "";
  display: block;
  width: 28px;
  height: 7px;
  margin-left: 10px;
  background: url(../img/icon_arrow_01.svg) no-repeat center / cover;
}
main .pager {
  margin-top: 80px;
}
main .pager ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .pager ul li {
  margin: 0 5px;
}
main .pager ul li:first-child {
  margin-left: 0;
}
main .pager ul li:last-child {
  margin-right: 0;
}
main .pager ul li * {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  background-color: #57c253;
}
main .pager ul li a {
  text-decoration: none;
  transition: opacity 0.5s;
}
main .pager ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .pager ul li a:hover {
    opacity: 1;
  }
}
main .pager ul li a:hover img {
  opacity: 1;
}
main .pager ul li a.next:after {
  content: "";
  position: relative;
  right: 2px;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  rotate: 45deg;
}
main .pager ul li a.prev:after {
  content: "";
  position: relative;
  left: 2px;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  rotate: -45deg;
}
main #top #visual {
  position: relative;
  padding-top: 46.5%;
  background: url(../img/top_visual_bg_pc_01.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main #top #visual {
    position: relative;
    left: -25px;
    width: 100vw;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  main #top #visual {
    padding-top: 178.53%;
    background-image: url(../img/top_visual_bg_sp_01.jpg);
    background-size: contain;
  }
}
main #top #visual i {
  position: absolute;
  left: 50%;
  top: 29.53%;
  width: 47.91%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  main #top #visual i {
    top: 45.23%;
    width: 72.53%;
  }
}
main #top #visual i img {
  top: -50px !important;
}
main #top #visual i img.in {
  top: 0 !important;
}
main #top #about {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main #top #issue {
    position: relative;
    left: -25px;
    width: 100vw;
    max-width: none;
  }
}
main #top #issue div {
  padding: 60px 20px 90px;
  background-color: #89d487;
}
@media screen and (max-width: 768px) {
  main #top #issue div {
    padding: 50px 20px 55px;
  }
}
main #top #issue div p {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}
main #top #issue ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #top #issue ul {
    display: block;
  }
}
main #top #issue ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main #top #issue ul li {
    width: 100%;
  }
}
main #top #information > ul {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 40px;
}
@media screen and (max-width: 768px) {
  main #top #information > ul {
    padding: 25px 0 50px;
  }
}
main #top #information > ul:before {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #top #information > ul:before {
    margin-bottom: 25px;
    font-size: 21px;
  }
}
main #top #information > ul:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  translate: -50% 0;
}
main #top #information > ul#nationwide:before {
  content: "全国大会";
}
main #top #information > ul#nationwide:after {
  background-color: rgba(49, 160, 192, 0.4);
}
main #top #information > ul li {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  border: 1px #fff solid;
}
main #top #information > ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #top #information > ul li {
    width: 100%;
    margin-right: 0;
  }
  main #top #information > ul li + * {
    margin-top: 25px;
  }
}
main #top #information > ul li a {
  display: block;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #top #information > ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #top #information > ul li a:hover {
    opacity: 1;
  }
}
main #top #information > ul li a:hover img {
  opacity: 1;
}
main #top #information > ul li a time {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding-left: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: url(../img/icon_arrow_02.svg) no-repeat right 35px center / 20px 20px;
  background-color: rgba(49, 160, 192, 0.6);
}
@media screen and (max-width: 768px) {
  main #top #information > ul li a time {
    justify-content: center;
    height: 40px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    background-position: right 25px center;
  }
}
main #top #information > ul li a p {
  padding: 25px 35px 45px;
  color: #212121;
}
@media screen and (max-width: 768px) {
  main #top #information > ul li a p {
    padding: 10px;
    text-align: center;
  }
}
main #top #gallery {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #top #gallery {
    position: relative;
    left: -25px;
    width: 100vw;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  main #top #gallery {
    display: block;
  }
}
main #top #gallery li {
  width: calc(100% / 3);
}
@media screen and (max-width: 768px) {
  main #top #gallery li {
    width: 100%;
  }
}
main #ayumi #history {
  position: relative;
  left: 50%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  max-width: 100vw;
  padding: 110px 8.33% 70px;
  background-color: #89d487;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  main #ayumi #history {
    display: block;
    padding: 40px 35px 115px 50px;
  }
}
main #ayumi #history:before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main #ayumi #history:before {
    display: none;
  }
}
main #ayumi #history:after {
  content: "以後今日に至る";
  position: absolute;
  right: 8.33%;
  bottom: 25px;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #ayumi #history:after {
    right: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
  }
}
main #ayumi #history li {
  position: relative;
  width: 20.5%;
  margin-right: 6%;
  padding: 20px 5px 15px;
  border: 1px #359f00 solid;
  background-color: #fff;
}
main #ayumi #history li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #ayumi #history li {
    width: 100%;
    margin-right: 0;
    padding: 10px 20px 30px;
  }
  main #ayumi #history li + li {
    margin-top: 25px;
  }
  main #ayumi #history li:after {
    content: "";
    position: absolute;
    left: -29px;
    top: 50%;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
  }
  main #ayumi #history li:nth-child(n + 2):after {
    top: 0;
    height: 150%;
  }
  main #ayumi #history li:last-child:after {
    top: -50%;
    height: 100%;
  }
}
main #ayumi #history li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -76px;
  display: block;
  width: 15px;
  height: 76px;
  background: url(../img/ayumi_history_bg_01.svg) no-repeat center / cover;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  main #ayumi #history li:before {
    z-index: -1;
    rotate: -90deg;
    left: -5px;
    top: 50%;
    translate: 0 -50%;
  }
}
main #ayumi #history li i {
  display: block;
  height: 60px;
  color: #359f00;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #ayumi #history li i {
    height: auto;
    text-align: left;
  }
}
main #ayumi #history li i small {
  display: block;
  margin-top: 15px;
  color: #212121;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main #ayumi #history li i small {
    margin-bottom: -15px;
  }
}
main #ayumi #history li p {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #ayumi #history li p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table {
    display: block;
    overflow-x: auto;
  }
}
main #ayumi #archive table thead {
  border-top: 1px #359f00 solid;
  border-bottom: 1px #359f00 solid;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table thead {
    display: block;
    width: 500px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table thead tr {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
main #ayumi #archive table thead tr th {
  height: 40px;
  color: #359f00;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table thead tr th {
    display: block;
    height: 30px;
    font-size: 16px;
  }
  main #ayumi #archive table thead tr th:nth-child(4) {
    width: 260px;
  }
}
main #ayumi #archive table thead tr th:nth-child(1) {
  width: 60px;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table thead tr th:nth-child(1) {
    width: 55px;
  }
}
main #ayumi #archive table thead tr th:nth-child(2) {
  width: 170px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table thead tr th:nth-child(2) {
    width: 65px;
    padding-left: 0;
  }
}
main #ayumi #archive table thead tr th:nth-child(3) {
  width: 270px;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table thead tr th:nth-child(3) {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table tbody {
    display: block;
    width: 500px;
    max-width: none;
  }
}
main #ayumi #archive table tbody tr {
  border-bottom: 1px #ccc solid;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table tbody tr {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
  }
}
main #ayumi #archive table tbody tr td {
  height: 90px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table tbody tr td {
    display: block;
    height: auto;
    font-size: 16px;
  }
  main #ayumi #archive table tbody tr td:nth-child(1) {
    width: 55px;
  }
  main #ayumi #archive table tbody tr td:nth-child(2) {
    width: 65px;
  }
  main #ayumi #archive table tbody tr td:nth-child(3) {
    width: 120px;
  }
  main #ayumi #archive table tbody tr td:nth-child(4) {
    width: 260px;
  }
}
main #ayumi #archive table tbody tr td:nth-child(1) span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1;
  background-color: #57c253;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table tbody tr td:nth-child(1) span {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }
}
main #ayumi #archive table tbody tr td:nth-child(2) {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  main #ayumi #archive table tbody tr td:nth-child(2) {
    padding-left: 0;
  }
}
main #shihyo-kiyaku #index h2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #shihyo-kiyaku #index h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
main #shihyo-kiyaku #index h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #6fbcd3;
}
@media screen and (max-width: 768px) {
  main #shihyo-kiyaku #index h2:before {
    width: 25px;
    height: 25px;
  }
}
main #shihyo-kiyaku #terms h2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
main #shihyo-kiyaku #terms h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #57c253;
}
@media screen and (max-width: 768px) {
  main #shihyo-kiyaku #terms h2:before {
    width: 30px;
    height: 30px;
  }
}
main #qa ul > li {
  padding: 40px 0;
  border-bottom: 1px #999 solid;
}
main #qa ul > li em {
  position: relative;
  display: block;
  padding: 0 70px 0 45px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main #qa ul > li em {
    padding: 0 35px 0 30px;
  }
}
main #qa ul > li em:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 6px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-bottom: 4px;
  line-height: 1;
  background-color: #62c548;
}
main #qa ul > li em:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 18px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding-left: 2px;
  padding-bottom: 2px;
  border-radius: 50%;
  color: #35a000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: rgba(98, 197, 72, 0.2);
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  main #qa ul > li em:after {
    width: 24px;
    height: 24px;
    padding-left: 1px;
    padding-bottom: 1px;
    font-size: 14px;
  }
}
main #qa ul > li em.open:after {
  content: "-";
  padding-left: 0;
  padding-bottom: 4px;
}
main #qa ul > li div {
  display: none;
  padding: 35px 70px 0 45px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main #qa ul > li div {
    padding: 0 35px 0 30px;
  }
}
main #toiawase .c2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #toiawase .c2 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
main #toiawase .c2 li:nth-child(2n) {
  margin-right: 0;
}
main #toiawase .c2 li.w100p {
  width: 100%;
  margin-right: 0 !important;
}
main #toiawase .c2 li:nth-child(n + 3) {
  margin-top: 15px;
}
main #toiawase .mw_wp_form_input {
  width: 555px;
  margin: 0 auto;
}
main #toiawase .mw_wp_form_input .t2 {
  display: none;
}
main #toiawase .mw_wp_form_input .form table {
  display: block;
}
main #toiawase .mw_wp_form_input .form table tbody {
  display: block;
}
main #toiawase .mw_wp_form_input .form table tbody tr {
  display: block;
}
main #toiawase .mw_wp_form_input .form table tbody tr + tr {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_input .form table tbody tr + tr {
    margin-top: 40px;
  }
}
main #toiawase .mw_wp_form_input .form table tbody tr th {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_input .form table tbody tr th {
    font-size: 16px;
  }
}
main #toiawase .mw_wp_form_input .form table tbody tr th.req:before {
  content: "必須";
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  margin-right: 5px;
  color: #fff;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #62c548;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_input .form table tbody tr th.req:before {
    width: 36px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
  }
}
main #toiawase .mw_wp_form_input .form table tbody tr td {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_input .form table tbody tr td {
    margin-top: 5px;
  }
}
main #toiawase .mw_wp_form_input .form table tbody tr td input, main #toiawase .mw_wp_form_input .form table tbody tr td select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px #353535 solid;
  border-radius: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_input .form table tbody tr td input, main #toiawase .mw_wp_form_input .form table tbody tr td select {
    height: 30px;
    font-size: 16px;
  }
}
main #toiawase .mw_wp_form_input .form table tbody tr td textarea {
  display: block;
  width: 100%;
  height: 250px;
  padding: 0 10px;
  border: 1px #353535 solid;
  border-radius: 5px;
}
main #toiawase .mw_wp_form_input .form table tbody tr td span {
  display: block;
  font-size: 14px;
}
main #toiawase .mw_wp_form_input .form table tbody tr td .mwform-tel-field {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
main #toiawase .mw_wp_form_input .form table tbody tr td .mwform-tel-field input {
  width: calc((100% - 5em) / 3);
}
main #toiawase .mw_wp_form_input .form table tbody tr td .mwform-zip-field {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
main #toiawase .mw_wp_form_input .form table tbody tr td .mwform-zip-field input {
  width: calc((100% - 2.5em) / 2);
}
main #toiawase .mw_wp_form_confirm .t1 {
  display: none;
}
main #toiawase .mw_wp_form_confirm .form table {
  border: 1px #b8e5ad solid;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_confirm .form table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_confirm .form table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_confirm .form table tbody tr {
    display: block;
  }
}
main #toiawase .mw_wp_form_confirm .form table tbody tr th, main #toiawase .mw_wp_form_confirm .form table tbody tr td {
  padding: 15px 30px;
  border: 1px #212121 solid;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_confirm .form table tbody tr th, main #toiawase .mw_wp_form_confirm .form table tbody tr td {
    padding: 5px 10px;
    width: 100% !important;
    border: none !important;
  }
}
main #toiawase .mw_wp_form_confirm .form table tbody tr th {
  width: 215px;
  background-color: #b8e5ad;
}
@media screen and (max-width: 768px) {
  main #toiawase .mw_wp_form_confirm .form table tbody tr th {
    display: block;
  }
}
main #toiawase .mw_wp_form_confirm .form table tbody tr td .c2:first-child {
  margin-top: 0 !important;
}
main #toiawase .mw_wp_form_confirm .form table tbody tr td .c2 li {
  width: auto;
  margin-top: 0 !important;
}
main #toiawase .form {
  margin-top: 70px;
}
main #toiawase .form .btn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  main #toiawase .form .btn {
    margin-top: 75px;
  }
}
main #toiawase .form .btn a, main #toiawase .form .btn button {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 65px;
  margin: 0 45px;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #62c548;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #toiawase .form .btn a:hover, main #toiawase .form .btn button:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #toiawase .form .btn a:hover, main #toiawase .form .btn button:hover {
    opacity: 1;
  }
}
main #toiawase .form .btn a:hover img, main #toiawase .form .btn button:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #toiawase .form .btn a, main #toiawase .form .btn button {
    width: 140px;
    height: 50px;
    margin: 0 7.5px;
    font-size: 18px;
  }
}
main #toiawase .form .btn a:first-child, main #toiawase .form .btn button:first-child {
  margin-left: 0;
}
main #toiawase .form .btn a:last-child, main #toiawase .form .btn button:last-child {
  margin-right: 0;
}
main #toiawase .form .btn a:first-child:last-child, main #toiawase .form .btn button:first-child:last-child {
  width: 220px;
}
@media screen and (max-width: 768px) {
  main #toiawase .form .btn a:first-child:last-child, main #toiawase .form .btn button:first-child:last-child {
    width: 165px;
  }
}
main #toiawase #finish {
  width: 555px;
  margin: 0 auto;
}
main #toiawase #finish p {
  font-size: 16px;
}
main #toiawase #finish p strong {
  display: block;
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #toiawase #finish p strong {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
  }
}
main #entry .c2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #entry .c2 li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
main #entry .c2 li:nth-child(2n) {
  margin-right: 0;
}
main #entry .c2 li.w100p {
  width: 100%;
  margin-right: 0 !important;
}
main #entry .c2 li:nth-child(n + 3) {
  margin-top: 15px;
}
main #entry .mw_wp_form_input {
  width: 555px;
  margin: 0 auto;
}
main #entry .mw_wp_form_input .t2 {
  display: none;
}
main #entry .mw_wp_form_input .form table {
  display: block;
}
main #entry .mw_wp_form_input .form table tbody {
  display: block;
}
main #entry .mw_wp_form_input .form table tbody tr {
  display: block;
}
main #entry .mw_wp_form_input .form table tbody tr + tr {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_input .form table tbody tr + tr {
    margin-top: 40px;
  }
}
main #entry .mw_wp_form_input .form table tbody tr th {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_input .form table tbody tr th {
    font-size: 16px;
  }
}
main #entry .mw_wp_form_input .form table tbody tr th.req:before {
  content: "必須";
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  margin-right: 5px;
  color: #fff;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  background-color: #31a0c0;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_input .form table tbody tr th.req:before {
    width: 36px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
  }
}
main #entry .mw_wp_form_input .form table tbody tr td {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_input .form table tbody tr td {
    margin-top: 5px;
  }
}
main #entry .mw_wp_form_input .form table tbody tr td input, main #entry .mw_wp_form_input .form table tbody tr td select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 1px #353535 solid;
  border-radius: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_input .form table tbody tr td input, main #entry .mw_wp_form_input .form table tbody tr td select {
    height: 30px;
    font-size: 16px;
  }
}
main #entry .mw_wp_form_input .form table tbody tr td textarea {
  display: block;
  width: 100%;
  height: 250px;
  padding: 0 10px;
  border: 1px #353535 solid;
  border-radius: 5px;
}
main #entry .mw_wp_form_input .form table tbody tr td span {
  display: block;
  font-size: 14px;
}
main #entry .mw_wp_form_input .form table tbody tr td .mwform-tel-field {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
main #entry .mw_wp_form_input .form table tbody tr td .mwform-tel-field input {
  width: calc((100% - 5em) / 3);
}
main #entry .mw_wp_form_input .form table tbody tr td .mwform-zip-field {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
main #entry .mw_wp_form_input .form table tbody tr td .mwform-zip-field input {
  width: calc((100% - 2.5em) / 2);
}
main #entry .mw_wp_form_confirm .t1 {
  display: none;
}
main #entry .mw_wp_form_confirm .form table {
  border: 1px #212121 solid;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_confirm .form table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_confirm .form table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_confirm .form table tbody tr {
    display: block;
  }
}
main #entry .mw_wp_form_confirm .form table tbody tr th, main #entry .mw_wp_form_confirm .form table tbody tr td {
  padding: 15px 30px;
  border: 1px #212121 solid;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_confirm .form table tbody tr th, main #entry .mw_wp_form_confirm .form table tbody tr td {
    padding: 5px 10px;
    width: 100% !important;
    border: none !important;
  }
}
main #entry .mw_wp_form_confirm .form table tbody tr th {
  width: 215px;
  background-color: #a2d4e3;
}
@media screen and (max-width: 768px) {
  main #entry .mw_wp_form_confirm .form table tbody tr th {
    display: block;
  }
}
main #entry .mw_wp_form_confirm .form table tbody tr td .c2:first-child {
  margin-top: 0 !important;
}
main #entry .mw_wp_form_confirm .form table tbody tr td .c2 li {
  width: auto;
  margin-top: 0 !important;
}
main #entry .alc {
  text-align: center;
}
main #entry .step {
  display: block;
  width: 440px;
  margin: 0 auto 40px;
}
main #entry .form {
  margin-top: 70px;
}
main #entry .form .btn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  main #entry .form .btn {
    margin-top: 75px;
  }
}
main #entry .form .btn a, main #entry .form .btn button {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 65px;
  margin: 0 45px;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #31a0c0;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #entry .form .btn a:hover, main #entry .form .btn button:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #entry .form .btn a:hover, main #entry .form .btn button:hover {
    opacity: 1;
  }
}
main #entry .form .btn a:hover img, main #entry .form .btn button:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #entry .form .btn a, main #entry .form .btn button {
    width: 140px;
    height: 50px;
    margin: 0 7.5px;
    font-size: 18px;
  }
}
main #entry .form .btn a:first-child, main #entry .form .btn button:first-child {
  margin-left: 0;
}
main #entry .form .btn a:last-child, main #entry .form .btn button:last-child {
  margin-right: 0;
}
main #entry .form .btn a:first-child:last-child, main #entry .form .btn button:first-child:last-child {
  width: 220px;
}
@media screen and (max-width: 768px) {
  main #entry .form .btn a:first-child:last-child, main #entry .form .btn button:first-child:last-child {
    width: 165px;
  }
}
main #entry .form .btn a[disabled], main #entry .form .btn button[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
main #entry #policy {
  margin-top: 140px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main #entry #policy {
    margin-top: 60px;
  }
}
main #entry #policy .policy {
  height: 255px;
  border: 2px #212121 solid;
  margin-top: 30px;
  padding: 20px 45px;
  text-align: left;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  main #entry #policy .policy {
    margin-top: 10px;
    padding: 10px;
  }
}
main #entry #policy #agree {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  main #entry #policy #agree {
    margin-top: 45px;
  }
}
main #entry #policy #agree label {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main #entry #policy #agree label {
    font-size: 16px;
    font-weight: 700;
  }
}
main #entry #policy #agree label:before, main #entry #policy #agree label:after {
  content: "";
  display: block;
}
main #entry #policy #agree label:before {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  border: 2px #31a0c0 solid;
}
@media screen and (max-width: 768px) {
  main #entry #policy #agree label:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
main #entry #policy #agree label.agree:after {
  position: absolute;
  left: 6px;
  top: 3px;
  width: 17px;
  height: 23px;
  color: #31a0c0;
  background: url(../img/icon_check_01.svg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main #entry #policy #agree label.agree:after {
    left: 5px;
    top: 6px;
    width: 14px;
    height: 18px;
  }
}
main #entry #finish {
  width: 555px;
  margin: 0 auto;
}
main #entry #finish p {
  font-size: 16px;
}
main #entry #finish p u {
  color: #ed1c24;
  text-decoration: underline;
  text-decoration-color: #ed1c24;
}
main #entry #finish p a {
  color: #fa6c77;
}
main #entry #finish p a:hover {
  color: #31a0c0;
}
main #publications {
  width: 1230px;
}
main #publications #list > ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li {
    display: block;
  }
}
main #publications #list > ul > li + li {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li + li {
    margin-top: 50px;
  }
}
main #publications #list > ul > li.color_ff6c77 .img {
  background-color: #ff6c77;
}
main #publications #list > ul > li.color_ff6c77 .detail strong {
  color: #ff6c77;
}
main #publications #list > ul > li.color_ff6c77 .detail .scroll {
  border-top-color: #ff6c77;
  border-bottom-color: #ff6c77;
}
main #publications #list > ul > li.color_ff6c77 .detail .scroll:after {
  color: #ff6c77;
}
main #publications #list > ul > li.color_739dae .img {
  background-color: #739dae;
}
main #publications #list > ul > li.color_739dae .detail strong {
  color: #739dae;
}
main #publications #list > ul > li.color_739dae .detail .scroll {
  border-top-color: #739dae;
  border-bottom-color: #739dae;
}
main #publications #list > ul > li.color_739dae .detail .scroll:after {
  color: #739dae;
}
main #publications #list > ul > li.color_57c253 .img {
  background-color: #57c253;
}
main #publications #list > ul > li.color_57c253 .detail strong {
  color: #57c253;
}
main #publications #list > ul > li.color_57c253 .detail .scroll {
  border-top-color: #57c253;
  border-bottom-color: #57c253;
}
main #publications #list > ul > li.color_57c253 .detail .scroll:after {
  color: #57c253;
}
main #publications #list > ul > li.color_f3b24b .img {
  background-color: #f3b24b;
}
main #publications #list > ul > li.color_f3b24b .detail strong {
  color: #f3b24b;
}
main #publications #list > ul > li.color_f3b24b .detail .scroll {
  border-top-color: #f3b24b;
  border-bottom-color: #f3b24b;
}
main #publications #list > ul > li.color_f3b24b .detail .scroll:after {
  color: #f3b24b;
}
main #publications #list > ul > li.color_bbd7e4 .img {
  background-color: #739dae;
}
main #publications #list > ul > li.color_bbd7e4 .detail strong {
  color: #739dae;
}
main #publications #list > ul > li.color_bbd7e4 .detail .scroll {
  border-top-color: #739dae;
  border-bottom-color: #739dae;
}
main #publications #list > ul > li.color_bbd7e4 .detail .scroll:after {
  color: #739dae;
}
main #publications #list > ul > li .img {
  width: 480px;
  max-width: 49%;
  margin-right: auto;
  padding: 50px 20px 35px;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .img {
    position: relative;
    left: -25px;
    width: 100vw;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .img {
    padding: 25px 10px 15px;
  }
}
main #publications #list > ul > li .img a[href*="void"] {
  display: block;
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .img a[href*="void"] {
    width: 50.66%;
  }
}
main #publications #list > ul > li .img a:not([href*="void"]) {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #publications #list > ul > li .img a:not([href*="void"]):hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #publications #list > ul > li .img a:not([href*="void"]):hover {
    opacity: 1;
  }
}
main #publications #list > ul > li .img a:not([href*="void"]):hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .img a:not([href*="void"]) {
    margin-top: 15px;
    font-size: 18px;
  }
}
main #publications #list > ul > li .img a:not([href*="void"]):before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  background: url(../img/icon_cart_01.svg) no-repeat center / 22px 20px rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .img a:not([href*="void"]):before {
    width: 42px;
    height: 42px;
    background-size: 25px 24px;
  }
}
main #publications #list > ul > li .detail {
  width: 600px;
  max-width: 49%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .detail {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
main #publications #list > ul > li .detail em {
  display: block;
  font-size: 24px;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .detail em {
    font-size: 20px;
    line-height: 1.5;
  }
}
main #publications #list > ul > li .detail p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .detail p {
    margin-top: 10px;
  }
}
main #publications #list > ul > li .detail strong {
  display: block;
  margin-top: 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .detail strong {
    margin-top: 40px;
    line-height: 1;
  }
}
main #publications #list > ul > li .detail .scroll {
  position: relative;
  margin-top: 10px;
  padding: 10px 30px;
  border-top: 1px transparent solid;
  border-bottom: 1px transparent solid;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .detail .scroll {
    padding: 10px 0;
  }
}
main #publications #list > ul > li .detail .scroll:after {
  content: "READ MORE ▼";
  position: absolute;
  left: 100%;
  bottom: 15px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transform-origin: left bottom;
  rotate: -90deg;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .detail .scroll:after {
    content: "READ MORE ▶";
    left: auto;
    right: 0;
    top: -30px;
    bottom: auto;
    font-size: 13px;
    rotate: 0deg;
  }
}
main #publications #list > ul > li .detail .scroll .wrap {
  overflow-x: auto;
  padding-bottom: 15px;
}
main #publications #list > ul > li .detail .scroll .wrap ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  width: max-content;
  min-width: 100%;
  max-width: none;
}
main #publications #list > ul > li .detail .scroll .wrap ul li {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main #publications #list > ul > li .detail .scroll .wrap ul li {
    min-width: calc(50vw - 25px);
    font-size: 12px;
    white-space: nowrap;
  }
}
main #publications #how_to {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 30px;
  border: 1px #83c6d9 solid;
}
@media screen and (max-width: 768px) {
  main #publications #how_to {
    display: block;
    padding: 10px 15px;
  }
}
main #publications #how_to figure {
  width: 210px;
}
@media screen and (max-width: 768px) {
  main #publications #how_to figure {
    display: none;
  }
}
main #publications #how_to div {
  position: relative;
  width: calc(100% - 210px);
  padding-left: 70px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main #publications #how_to div {
    width: auto;
    padding-left: 30px;
  }
}
main #publications #how_to div:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  display: block;
  width: 15px;
  height: 100%;
  background-color: #83c6d9;
}
@media screen and (max-width: 768px) {
  main #publications #how_to div:before {
    left: 0;
    width: 6px;
  }
}
main #publications #how_to div em {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #publications #how_to div em {
    font-size: 18px;
  }
}
main #publications #how_to div ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  main #publications #how_to div ul {
    display: block;
    margin-top: 30px;
    font-size: 14px;
  }
}
main #publications #how_to div ul li {
  width: 330px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  main #publications #how_to div ul li {
    width: 100%;
    max-width: 100%;
  }
}
main #publications #how_to div ul li a {
  color: #83c6d9;
}
main #publications #how_to div ul li a:hover {
  color: #31a0c0;
}
@media screen and (max-width: 768px) {
  main #publications #how_to div p {
    margin-top: 20px;
    font-size: 14px;
  }
}
main #nyukai div > ul {
  width: 650px;
  margin: 0 auto;
}
main #nyukai div > ul > li {
  font-size: 16px;
}
main #nyukai div > ul > li + li {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main #nyukai div > ul > li + li {
    margin-top: 60px;
  }
}
main #nyukai div > ul > li:nth-child(4n-2) .btn a {
  color: #4c4c4c;
  background-color: #6fbcd3;
}
main #nyukai div > ul > li:nth-child(4n-2) .btn a:after {
  border-left-color: #4c4c4c;
}
main #nyukai div > ul > li:nth-child(4n) h2:before {
  background-color: #57c253;
}
main #nyukai div > ul > li:nth-child(4n) .btn a {
  background-color: #86c666;
}
main #nyukai div > ul > li h2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #nyukai div > ul > li h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}
main #nyukai div > ul > li h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #6fbcd3;
}
@media screen and (max-width: 768px) {
  main #nyukai div > ul > li h2:before {
    width: 30px;
    height: 30px;
  }
}
main #nyukai div > ul > li ol {
  display: block;
  margin: 10px 0;
  padding: 15px 10px;
  border: 1px #212121 solid;
}
main #nyukai div > ul > li ol li {
  font-weight: 700;
}
main #nyukai div > ul > li .price {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
main #nyukai div > ul > li .price p {
  padding: 10px 15px;
  border: 1px #212121 solid;
  font-weight: 700;
}
main #nyukai div > ul > li b {
  font-size: 1.125;
}
main #nyukai div > ul > li .btn {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  main #nyukai div > ul > li .btn {
    margin-top: 40px;
  }
}
main #nyukai div > ul > li .btn a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 65px;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #nyukai div > ul > li .btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #nyukai div > ul > li .btn a:hover {
    opacity: 1;
  }
}
main #nyukai div > ul > li .btn a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #nyukai div > ul > li .btn a {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
  }
}
main #nyukai div > ul > li .btn a:after {
  content: "";
  display: block;
  margin-left: 10px;
  border: 14px transparent solid;
  border-left: 25px #212121 solid;
  border-right: none;
}
@media screen and (max-width: 768px) {
  main #nyukai div > ul > li .btn a:after {
    border-width: 11px;
    border-left-width: 20px;
  }
}
main #information article {
  width: 660px;
  margin: -80px auto 0;
}
@media screen and (max-width: 768px) {
  main #information article {
    margin-top: -10px;
  }
}
main #information article time {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #information article time {
    font-size: 16px;
  }
}
main #information article time i {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 24px;
  margin-left: 30px;
  border-radius: 12px;
  color: #fff;
  line-height: 1;
  background-color: #31a0c0;
}
@media screen and (max-width: 768px) {
  main #information article time i {
    min-width: 82px;
    height: 22px;
    margin-left: 10px;
    font-size: 14px;
  }
}
main #information article time i:empty {
  display: none;
}
main #information article > h1 {
  margin-top: 80px;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #information article > h1 {
    color: #31a0c0;
    font-size: 18px;
  }
}
main #information article > h1 i {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main #information article > h1 i {
    margin-top: 5px;
    color: #212121;
    font-size: 18px;
  }
}
main #information article .list01 {
  margin-top: 45px;
}
main #information article .list01 > li + li {
  margin-top: 40px;
}
main #information article .list01 > li.detail {
  margin-top: 65px;
}
main #information article .list01 > li.detail div {
  text-align: left;
}
main #information article .list01 > li > h2 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 34px;
  margin: 0 auto 15px;
  border-radius: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #31a0c0;
}
@media screen and (max-width: 768px) {
  main #information article .list01 > li > h2 {
    width: 92px;
    height: 23px;
    border: 1px #31a0c0 solid;
    color: #31a0c0;
    font-size: 14px;
    background-color: #fff;
  }
}
main #information article .list01 > li div {
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main #information article .list01 > li div {
    font-size: 16px;
    line-height: 1.3333333333;
  }
}
main #information article .list01 > li div > * + * {
  margin-top: 1em;
}
main #information article .list01 > li div h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #information article .list01 > li div h3 {
    font-size: 18px;
  }
}
main #information article .list01 > li div a {
  color: #31a0c0;
}
main #information article .list01 > li div img {
  display: block;
  margin: 0 auto;
}
main #information article #back {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 155px;
  height: 60px;
  margin: 100px auto 0;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  background-color: #31a0c0;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #information article #back:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #information article #back:hover {
    opacity: 1;
  }
}
main #information article #back:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #information article #back {
    height: 40px;
    font-size: 16px;
  }
}
main #information .label {
  position: relative;
  margin-bottom: 25px;
}
main #information .label:nth-child(n + 2) {
  margin-top: 115px;
}
@media screen and (max-width: 768px) {
  main #information .label:nth-child(n + 2) {
    margin-top: 50px;
  }
}
main #information .label:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #f2f2f2;
  translate: -50% 0;
}
main #information .label i {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #212121;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #information .label i {
    height: 60px;
    font-size: 21px;
  }
}
main #information .category {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
main #information .category li {
  margin: 0 5px;
}
main #information .category li.current a {
  border-color: #31a0c0;
  color: #212121;
  pointer-events: none;
  opacity: 1 !important;
}
main #information .category li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 35px;
  border-radius: 17.5px;
  border: 1px transparent solid;
  color: #808080;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #information .category li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #information .category li a:hover {
    opacity: 1;
  }
}
main #information .category li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #information .category li a {
    min-width: 100px;
    height: 30px;
    border-radius: 15px;
  }
}
main #information .archive > li {
  padding: 35px 0;
  border-bottom: 1px #e6e6e6 solid;
}
@media screen and (max-width: 768px) {
  main #information .archive > li {
    padding: 10px 0;
  }
}
main #information .archive > li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 50px;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #information .archive > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #information .archive > li a:hover {
    opacity: 1;
  }
}
main #information .archive > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #information .archive > li a {
    padding-right: 30px;
  }
}
main #information .archive > li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_arrow_03.svg) no-repeat center / cover;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  main #information .archive > li a:before {
    width: 24px;
    height: 24px;
  }
}
main #information .archive > li a time {
  display: block;
  width: 130px;
  color: #808080;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #information .archive > li a time {
    width: 115px;
    font-size: 16px;
  }
}
main #information .archive > li a span {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 24px;
  margin-right: 90px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #31a0c0;
}
@media screen and (max-width: 768px) {
  main #information .archive > li a span {
    width: auto;
    height: 20px;
    padding: 0 10px;
  }
}
main #information .archive > li a span:empty {
  opacity: 0;
  background-color: transparent;
}
main #information .archive > li a p {
  width: calc(100% - 340px);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #information .archive > li a p {
    width: 100%;
    margin-top: 5px;
    font-size: 16px;
  }
}
main #information #area {
  width: 1000px;
  margin: 0 auto;
}
main #information #area p {
  width: 650px;
  margin: 70px auto 0;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  main #information #area p {
    margin-top: 35px;
  }
}
main #information #area ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  main #information #area ul {
    position: relative;
    left: -25px;
    width: 100vw;
    max-width: none;
    margin: 60px 0;
  }
}
main #information #area ul li {
  position: relative;
  width: calc(100% / 7);
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #information #area ul li {
    width: calc(100% / 3);
    padding: 15px 0;
    font-size: 16px;
  }
  main #information #area ul li:nth-child(1):after, main #information #area ul li:nth-child(3n + 1):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block !important;
    width: 300%;
    max-width: none;
    height: 1px;
    background-color: #e6e6e6;
  }
}
main #information #area ul li:nth-child(1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 700%;
  max-width: none;
  height: 1px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  main #information #area ul li:nth-child(1):before {
    width: 300%;
  }
}
main #information #area ul li:nth-child(7n + 1):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 700%;
  max-width: none;
  height: 1px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  main #information #area ul li:nth-child(7n + 1):after {
    display: none;
  }
}
main #information #area span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #information #area span {
    font-size: 14px;
  }
}
main #information #area .btn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
main #information #area .btn a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 335px;
  height: 35px;
  border: 1px #279d09 solid;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.5s;
}
main #information #area .btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #information #area .btn a:hover {
    opacity: 1;
  }
}
main #information #area .btn a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main #information #area .btn a {
    width: 290px;
    height: 46px;
    font-size: 14px;
  }
}
#popup {
  position: fixed;
  z-index: 30000;
  left: 0;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#popup .img {
  position: relative;
  width: 700px;
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  #popup .img {
    padding: 40px 0 25px;
  }
}
#popup .img.color_ff6c77 {
  background-color: #ff6c77;
}
#popup .img.color_739dae {
  background-color: #739dae;
}
#popup .img.color_57c253 {
  background-color: #57c253;
}
#popup .img.color_f3b24b {
  background-color: #f3b24b;
}
#popup .img.color_bbd7e4 {
  background-color: #31a0c0;
}
#popup .img figure {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #popup .img figure {
    width: 75.46%;
  }
}
#popup .img .close {
  position: absolute;
  right: 45px;
  top: 25px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon_close_01.svg) no-repeat center / cover;
  text-decoration: none;
  transition: opacity 0.5s;
}
#popup .img .close:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  #popup .img .close:hover {
    opacity: 1;
  }
}
#popup .img .close:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #popup .img .close {
    right: 20px;
    top: 15px;
    width: 20px;
    height: 20px;
  }
}
#popup .img .link {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.5s;
}
#popup .img .link:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  #popup .img .link:hover {
    opacity: 1;
  }
}
#popup .img .link:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #popup .img .link {
    margin-top: 15px;
    font-size: 18px;
  }
}
#popup .img .link:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  background: url(../img/icon_cart_01.svg) no-repeat center / 22px 20px rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 768px) {
  #popup .img .link:before {
    width: 42px;
    height: 42px;
    background-size: 25px 24px;
  }
}
