@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) closedlooprecycleforum2025 All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  closedlooprecycleforum2025

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

picture {
  display: block;
}
picture img {
  display: block;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: ryo-gothic-plusn, sans-serif;
}

.en {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 800;
}

html {
  width: 100%;
}

body {
  font: bold 20px/2 ryo-gothic-plusn, sans-serif;
  color: #003e74;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font: bold 16px/2 ryo-gothic-plusn, sans-serif;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.middium {
  font-weight: 500;
}

.center {
  text-align: center;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.add_ttl {
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

h3.ti {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
  line-height: 1.5;
  font-size: 2rem;
  color: #0092d7;
}
h3.ti:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 450px;
  height: 2px;
  background: #37bef0;
}
@media screen and (max-width: 640px) {
  h3.ti:after {
    width: 100%;
  }
}
h4.ti {
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.5;
  font-size: 1.75rem;
  font-weight: bold;
}

.btn {
  display: block;
  background-color: #ffff5b;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.7rem;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
}
.btn:hover {
  transform: scale(1.05);
}
.btn:link {
  color: #0071bc !important;
}

ul.list_guest {
  text-align: center;
  max-width: 1210px;
  margin: 0 auto;
}
ul.list_guest li {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 80px;
  text-align: left;
  background: url(../images/img_guest.svg) no-repeat left center/206px auto;
  padding-left: 230px;
  min-height: 208px;
  font-weight: bold;
  width: 45%;
  max-width: 540px;
}
ul.list_guest li .txt {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
ul.list_guest li .name {
  font-size: 1.5rem;
}
ul.list_guest li .disc {
  font-size: 0.75rem;
  font-weight: 500;
}
ul.list_guest li .bold {
  font-weight: bold;
  font-size: 0.75rem;
}
ul.list_guest li .disc2 {
  font-size: 0.75rem;
  font-weight: 500;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(3.3vw, 50px);
  --headerHeight: 80px;
  --headerHeight2: -80px;
  --sectionWrap: 10em;
  --minWidth: 1px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 2.66vw;
    --headerHeight: 65px;
    --headerHeight2: -65px;
    --sectionWrap: 3.75em;
    --minWidth: 1px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --headerHeight: 57px;
    --headerHeight2: -57px;
  }
}
label {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  counter-reset: number-flow 0 number-promise 0;
}

#container_wrap {
  position: relative;
  min-width: var(--minWidth);
  padding-top: var(--headerHeight);
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

section {
  padding: 0 5%;
}

#about, #outline, #guideline, #schedule, #selection, #timetable {
  margin-top: var(--headerHeight2);
  padding-top: var(--headerHeight);
}

.inner1 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.inner2 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.section {
  margin-bottom: 40px;
}

header {
  position: fixed;
  background: #0092d7;
  padding: 19px 5%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px 2.5%;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding: 15px 2.5% 10px;
  }
}
header .header_box {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header #header_left {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  header #header_left {
    width: 150px;
  }
}
header #gnavi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 0.9rem;
}
header #gnavi ul li a:link {
  color: #fff;
}
.button-area {
  display: inline;
  position: fixed;
  right: 2.5%;
  top: 15px;
  z-index: 160;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  .button-area {
    top: 10px;
  }
}
.button-area .panel-btn {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.button-area .panel-btn .panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.2s;
}
.button-area .panel-btn .panel-btn-icon:before, .button-area .panel-btn .panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.button-area .panel-btn .panel-btn-icon:before {
  margin-top: -10px;
}
.button-area .panel-btn .panel-btn-icon:after {
  margin-top: 10px;
}
.button-area .panel-btn .close {
  background: transparent;
}
.button-area .panel-btn .close:before, .button-area .panel-btn .close:after {
  margin-top: 0;
}
.button-area .panel-btn .close:before {
  transform: rotate(-45deg);
}
.button-area .panel-btn .close:after {
  transform: rotate(-135deg);
}

#nav_wrap {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: #0092d7;
  text-align: center;
}
#nav_wrap.active {
  z-index: 150;
  opacity: 1;
  visibility: visible;
}
#nav_wrap ul li {
  margin-bottom: 20px;
}
#nav_wrap ul li a:link, #nav_wrap ul li a:visited {
  color: #fff;
}

footer {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 100px;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  footer {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  footer {
    width: 90%;
    margin: 0 auto 50px;
  }
}
footer #footer {
  border-top: 2px solid #003e74;
  border-bottom: 2px solid #003e74;
  padding: 25px 0 10px;
  margin-bottom: 10px;
}
footer table {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  footer table {
    font-size: 0.8rem;
  }
}
footer table th {
  padding: 0 1em 15px 0;
  vertical-align: top;
  text-align: left;
}
footer table td {
  padding: 0 0 15px 0;
  vertical-align: top;
  text-align: left;
}
footer .mail {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
}
footer .mail:before {
  content: "@";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.top_firstview {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 30px;
}

h3.news_ti {
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.1;
}

.news_txt {
  font-size: 0.8rem;
}

ul.list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  ul.list_btn {
    display: block;
    margin: 50px 0 30px;
  }
}
ul.list_btn li {
  width: 280px;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  ul.list_btn li {
    margin: 0 auto 20px;
  }
}
ul.list_btn li:first-child a {
  background: #0092d7;
}
ul.list_btn li:last-child a {
  background: #ff7bac;
}
ul.list_btn li a {
  display: block;
  padding: 11px 20px;
  border-radius: 35px;
}
ul.list_btn li a:link, ul.list_btn li a:visited {
  color: #fff;
}

#about_wrap h4.ti_about {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.circle {
  width: 525px;
  height: 525px;
  border-radius: 50%;
  color: #fff;
  margin: 0 auto 80px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .circle {
    width: 100%;
    height: inherit;
    border-radius: 35px;
    padding: 60px 5%;
  }
}
.circle.blue {
  background: #0092d7;
  padding-top: 130px;
}
@media screen and (max-width: 640px) {
  .circle.blue {
    padding-top: 60px;
  }
}
.circle.pink {
  background: #ff7bac;
  padding-top: 90px;
}
@media screen and (max-width: 640px) {
  .circle.pink {
    padding-top: 60px;
  }
}
.circle h5 {
  font-size: 2.25rem;
  position: relative;
  margin-bottom: 40px;
  line-height: 1.5;
}
.circle h5:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 395px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .circle h5:after {
    width: 100%;
  }
}

.bg_blue, .bg_blue2 {
  padding: 100px 5%;
  margin-bottom: 80px;
}
.bg_blue .inner1, .bg_blue2 .inner1 {
  background: #fff;
  border-radius: 30px;
  padding: 40px 0 70px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 880px) {
  .bg_blue .inner1, .bg_blue2 .inner1 {
    padding: 40px 5% 70px;
  }
}

.bg_blue {
  background: #0092d7;
}

.bg_blue2 {
  background: #37bef0;
}

#outline_wrap {
  margin-bottom: 70px;
}
#outline_wrap table {
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
}
#outline_wrap table th {
  vertical-align: top;
  text-align: left;
  padding-bottom: 20px;
  font-size: 1.55rem;
  padding-right: 25px;
}
#outline_wrap table th.nospace {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #outline_wrap table th {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
}
#outline_wrap table td {
  vertical-align: top;
  text-align: left;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #outline_wrap table td {
    display: block;
    width: 100%;
  }
}
#outline_wrap table td .small {
  font-size: 1.3rem;
}
#outline_wrap table td .small2 {
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #outline_wrap table td .small2 {
    display: block;
  }
}
#outline_wrap table td .normal {
  font-weight: 500;
  font-size: 1rem;
}
#outline_wrap table td .kome {
  font-weight: 500;
  font-size: 0.8rem;
}

#prize_wrap {
  margin-bottom: 70px;
}

#guideline_wrap h4.ti_guideline {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 800;
}
#guideline_wrap .pl1em {
  padding-left: 1em;
}
#guideline_wrap .disc {
  font-size: 0.8rem;
}
#guideline_wrap ul.list_btn {
  margin-bottom: 0;
}

#schedule_wrap table.table_sche tr {
  padding-bottom: 90px;
  position: relative;
  display: block;
}
#schedule_wrap table.table_sche tr:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 29px solid transparent;
  border-left: 29px solid transparent;
  border-top: 50px solid #37bef0;
  border-bottom: 0;
}
#schedule_wrap table.table_sche tr:last-child:after {
  display: none;
}
#schedule_wrap table.table_sche th {
  font-size: 2.5rem;
  color: #37bef0;
  padding-right: 30px;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}
#schedule_wrap table.table_sche td {
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
}
#schedule_wrap table.table_sche td dl {
  margin-bottom: 10px;
  font-size: 1.6rem;
  width: 100%;
}
#schedule_wrap table.table_sche td dl dt {
  clear: left;
  float: left;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  #schedule_wrap table.table_sche td dl dt {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
#schedule_wrap table.table_sche td dl dd {
  font-weight: 800;
}

#selection_wrap {
  margin-bottom: 70px;
}
#selection_wrap #img_selection {
  max-width: 760px;
}
#selection_wrap h4 {
  margin-bottom: 35px;
}

#shinsa_wrap {
  background: #d5f5ff;
  padding: 100px 5% 0;
}
#shinsa_wrap ul.list_selection {
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
#shinsa_wrap ul.list_selection li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin: 0 2% 60px;
  font-size: 0.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #shinsa_wrap ul.list_selection li {
    margin: 0 2% 40px;
  }
}
#shinsa_wrap ul.list_selection li img {
  margin-bottom: 15px;
  width: 100%;
  max-width: 190px;
}
#shinsa_wrap ul.list_selection li .name {
  font-size: 1.2rem;
}

#timetable_wrap .f26 {
  font-size: 1.3rem;
}
#timetable_wrap p.ti {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}
#timetable_wrap .inner1 {
  font-size: 1rem;
}

.error404 .content_404 {
  padding: 3.125rem 5.9%;
}
@media screen and (max-width: 767px) {
  .error404 .content_404 {
    padding: 2.25rem 5%;
  }
}
.error404 .content_404__text {
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 2;
}
.error404 .content_404 .btn_cmn_01 {
  margin: 1.5rem auto 0;
}/*# sourceMappingURL=layout.css.map */