/* customize */
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@media screen and (min-width: 671px) {
  .for-sp {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .for-pc {
    display: none;
  }
}
nav {
  position: fixed;
  right: 16px;
  bottom: 16px;
  font-size: 14px;
  z-index: 2;
  opacity: 0.7;
  transition: 0.3s;
  padding: 16px;
  border-radius: 5px;
}
@media screen and (max-width: 670px) {
  nav {
    padding: 0;
  }
}
nav:hover {
  opacity: 1;
  background: #fff;
}
@media screen and (max-width: 670px) {
  nav:hover {
    background: none;
  }
}
nav ul {
  width: 160px;
  margin: 0;
}
@media screen and (max-width: 670px) {
  nav ul {
    width: auto;
  }
  nav ul .txt {
    display: none;
  }
}
nav ul li + li {
  margin-top: 0.5em;
}
nav ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #666;
}
nav ul a:visited {
  color: #666;
}
nav ul a:hover {
  color: #239984;
}
nav ul a:hover .cell {
  border: 1px solid #239984;
  background: #239984;
}
nav ul a.navsync-menu-highlight {
  color: #239984 !important;
}
nav ul a.navsync-menu-highlight .cell {
  background: #239984;
  border: 1px solid #239984;
  text-decoration: none;
}
nav ul a .cell {
  border: 1px solid #666;
  opacity: 1;
  transition: 0.5s;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  margin-left: 0.5em;
}
nav ul a .cell.active {
  background: #666;
}

#sec-flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 670px) {
  #sec-flow ul {
    display: block;
  }
}
#sec-flow ul li {
  background-color: #f2f2f2;
  margin: 0.5%;
  text-align: center;
}
@media screen and (max-width: 670px) {
  #sec-flow ul li {
    padding-bottom: 1em;
    margin-bottom: 16px;
  }
}
#sec-flow ul li .num {
  font-family: "Fjalla One", sans-serif;
  width: 30px;
  height: 30px;
  background: #239984;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  text-align: center;
  margin: 0;
}
#sec-flow ul li img {
  height: 113px;
  margin-bottom: 16px;
}
#sec-flow ul li:nth-child(1), #sec-flow ul li:nth-child(2) {
  width: 48%;
}
@media screen and (max-width: 670px) {
  #sec-flow ul li:nth-child(1), #sec-flow ul li:nth-child(2) {
    width: 100%;
  }
}
#sec-flow ul li:nth-child(3), #sec-flow ul li:nth-child(4), #sec-flow ul li:nth-child(5) {
  width: 31.7%;
}
@media screen and (max-width: 670px) {
  #sec-flow ul li:nth-child(3), #sec-flow ul li:nth-child(4), #sec-flow ul li:nth-child(5) {
    width: 100%;
  }
}

#sec-gyomu table {
  margin: auto;
}
@media screen and (max-width: 670px) {
  #sec-gyomu table {
    width: 100%;
  }
}
#sec-gyomu table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 48px;
}
#sec-gyomu table td.rowspan {
  border-right: 10px solid #fff;
}
#sec-gyomu table td img {
  width: 34px;
}

#sec-company {
  background-color: #f2f2f2;
  padding: 64px 0;
  max-width: none;
}
@media screen and (max-width: 670px) {
  #sec-company {
    padding-right: 5%;
    padding-left: 5%;
  }
}
#sec-company .dummy-checkbox::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid #ccc;
  position: relative;
  top: 5px;
  background-color: #fff;
}
#sec-company .box-sort {
  display: flex;
  justify-content: center;
  font-size: 14px;
  background: #fff;
  max-width: 640px;
  padding: 16px 0;
  margin: 0 auto 32px;
}
@media screen and (max-width: 670px) {
  #sec-company .box-sort {
    display: block;
    padding: 16px;
  }
}
#sec-company .box-sort .select-pict {
  width: 266px;
  margin-right: 32px;
}
@media screen and (max-width: 670px) {
  #sec-company .box-sort .select-pict {
    width: 100%;
    margin-bottom: 32px;
  }
}
#sec-company .box-sort .select-pict > p {
  margin-bottom: 0.5rem;
}
#sec-company .box-sort .select-pict #filterBtnList {
  display: flex;
  flex-wrap: wrap;
}
#sec-company .box-sort .select-pict #filterBtnList li {
  width: 34px;
  border: 0;
  border-radius: 5px;
  padding: 0;
  margin: 2px;
}
#sec-company .box-sort .select-pict #filterBtnList li.all {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  border: 1px solid;
}
#sec-company .box-sort .select-pict #filterBtnList li.all.is_active, #sec-company .box-sort .select-pict #filterBtnList li.all:hover {
  background-color: #1a1a1a;
  color: #fff;
}
#sec-company .box-sort .search-address {
  width: 266px;
}
@media screen and (max-width: 670px) {
  #sec-company .box-sort .search-address {
    width: 100%;
  }
}
#sec-company .box-sort .search-address > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 670px) {
  #sec-company .box-sort .search-address > p {
    margin-bottom: 0.5em;
  }
}
#sec-company .box-sort .search-address input {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.5em;
  width: 100%;
}
#sec-company .box-sort .search-address input[disabled=disabled] {
  opacity: 0.5;
}
#sec-company .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 1300px;
  margin: auto;
}
#sec-company .list > li {
  width: 24%;
  margin: 0.5%;
  padding: 16px 16px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 671px) and (max-width: 800px) {
  #sec-company .list > li {
    width: 50%;
  }
}
@media screen and (min-width: 801px) and (max-width: 1080px) {
  #sec-company .list > li {
    width: 32.25%;
  }
}
@media screen and (max-width: 670px) {
  #sec-company .list > li {
    width: 100%;
  }
}
#sec-company .list > li .wrap-checbox input {
  position: absolute;
  top: 24px;
  right: 6px;
  transform: scale(1.5);
}
#sec-company .list > li .company {
  font-size: 18px;
  width: calc(100% - 24px);
}
#sec-company .list > li dl {
  margin-bottom: 0.5em;
}
#sec-company .list > li dl dt {
  font-size: 12px;
  margin-bottom: 0.5em;
}
#sec-company .list > li dl dd {
  display: inline-block;
}
#sec-company .list > li dl dd img {
  width: 34px;
}
#sec-company .list > li dl dd img.off {
  opacity: 0.5;
  filter: grayscale(1);
}
#sec-company .list > li ul {
  font-size: 14px;
  margin-bottom: 1em;
}
#sec-company .list > li ul li {
  margin-bottom: 0.25em;
}
#sec-company .list > li .btn a {
  font-size: 14px;
  color: #fff;
  padding: 4px 10px 5px;
  opacity: 0.8;
  background-color: #239984;
  font-weight: 300;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}

#sec-form {
  display: block;
}
@media screen and (max-width: 670px) {
  #sec-form {
    padding-right: 5%;
    padding-left: 5%;
  }
}
#sec-form table {
  margin: 0 auto 80px;
}
#sec-form table input[type=text],
#sec-form table input[type=email],
#sec-form table input[type=url],
#sec-form table input[type=password],
#sec-form table input[type=search],
#sec-form table input[type=tel],
#sec-form table input[type=number],
#sec-form table textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.5em;
  width: 100%;
}
#sec-form table th {
  text-align: right;
}
@media screen and (max-width: 670px) {
  #sec-form table th {
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 671px) {
  #sec-form table th.ajust {
    position: relative;
    top: -2em;
  }
}
#sec-form table td {
  padding: 0.5em;
}
@media screen and (max-width: 670px) {
  #sec-form table td {
    display: block;
    margin-bottom: 1em;
    padding: 0;
  }
}
#sec-form table td input[type=radio] {
  margin-left: 0.5em;
  margin-right: 0;
}
#sec-form table td .text-in-table {
  font-size: 14px;
  margin-bottom: 0.25em;
}
#sec-form table td label + label {
  margin-left: 1em;
}
#sec-form .wrap-checbox {
  margin-bottom: 80px;
}

#sec-check {
  background-color: #f2f2f2;
  padding: 64px 0;
  max-width: none;
}
#sec-check .box-cont {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto 32px;
  padding: 32px 0;
}
@media screen and (max-width: 670px) {
  #sec-check .box-cont {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#sec-check .box-cont h3 {
  text-align: center;
}
#sec-check .box-cont > p {
  text-align: center;
}
@media screen and (max-width: 670px) {
  #sec-check .box-cont > p {
    text-align: left;
  }
}
#sec-check .box-cont .yoken {
  background-color: #fadcde;
  max-width: 800px;
  margin: 0 auto 1em;
  padding: 32px 32px 32px 48px;
  list-style: decimal;
}
@media screen and (max-width: 670px) {
  #sec-check .box-cont .yoken {
    padding: 16px 16px 16px 32px;
  }
}
#sec-check .box-cont .kyoiku {
  background-color: #f2f2f2;
  max-width: 800px;
  margin: 0 auto 1em;
  padding: 32px;
  text-align: left;
}
@media screen and (max-width: 670px) {
  #sec-check .box-cont .kyoiku {
    padding: 16px;
  }
}

.box-btn {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 670px) {
  .box-btn {
    padding: 0 5%;
  }
}
.box-btn > div {
  margin-bottom: 1em;
}
.box-btn > div input {
  cursor: pointer;
  background: #949494;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.046875em;
  padding: 0.84375em 0.875em 0.78125em;
}
.box-btn > div input[type=reset] {
  background: #1a1a1a;
}
.box-btn > div input + input {
  margin-left: 1em;
}
.box-btn > div input#submit {
  cursor: auto;
}
.box-btn > div input#submit.active {
  background: #239984;
  opacity: 1;
  cursor: pointer;
}
.box-btn .annotation {
  font-size: 14px;
}

label {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin: 0;
}
label input {
  margin-right: 0.5em;
}

.wrap-checbox {
  width: 100%;
}
@media screen and (max-width: 670px) {
  .wrap-checbox {
    text-align: left;
  }
}

ul#filterBtnList {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}

ul#filterBtnList li {
  display: inline-block;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 0.5;
  filter: grayscale(1);
}

ul#filterBtnList li:hover {
  opacity: 1;
  filter: grayscale(0);
}

ul#filterBtnList li.is_active {
  opacity: 1;
  filter: grayscale(0);
}

ul.test_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.test_list li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.checkbox {
  position: relative;
  top: -0.375rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.checkbox:before {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #ccc;
}

.checkbox:checked:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}

.checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: #fff;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */