@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #486B97;
}
a:hover {
  color: #946349;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 0;
  }
}

.local_nav {
  margin: 0;
  padding: 10px 0;
  background: #ca000c;
  font-family: "Mplus 1p";
}
.local_nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: #ca000c;
}
@media only screen and (max-width: 767px) {
  .local_nav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav ul {
    flex-wrap: nowrap;
  }
}
.local_nav li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .local_nav li {
    border: #ffc7c7 solid 1px;
    width: 80px;
    height: 80px;
    margin: 0 4px 8px;
    line-height: 1.4rem;
  }
  .local_nav li:nth-of-type(5), .local_nav li:nth-of-type(6), .local_nav li:nth-of-type(7) {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav li {
    border-left: 1px dotted #e9333f;
  }
  .local_nav li:last-child {
    border-right: 1px dotted #e9333f;
  }
}
.local_nav li a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .local_nav li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .local_nav li a {
    line-height: 50px;
    padding: 5px 40px;
    white-space: nowrap;
    font-size: 17px;
  }
  .local_nav li a:hover {
    opacity: 0.5;
  }
}
.local_nav li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.content {
  margin: 0;
  padding: 0;
}

.section {
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .section {
    box-sizing: border-box;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .section {
    max-width: 1180px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 35px 5px 45px;
  }
}

.shinsotsu_text {
  text-align: left;
  position: absolute;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 3%;
  margin: auto;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .shinsotsu_text {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shinsotsu_text {
    font-size: 25px;
    line-height: 29px;
  }
}

h1 {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 35px;
    margin-bottom: 18px;
  }
}

.ttl_bg {
  background-color: #014e6a;
  margin: 0;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .ttl_bg {
    padding: 10px 14px;
  }
}
@media only screen and (min-width: 768px) {
  .ttl_bg {
    padding: 10px 5px;
  }
}
.ttl_bg h3 {
  color: #fff;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .ttl_bg h3 {
    font-size: 18px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ttl_bg h3 {
    font-size: 22px;
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
}

.head_img {
  margin: 0;
  padding: 0;
  opacity: 0.8;
  position: relative;
  text-align: center;
}
.head_img img {
  width: 100%;
}

.title {
  position: relative;
  margin: 0;
  padding: 0;
}
.title .head_title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .title .head_title {
    font-size: 1.6rem;
    weight: bold;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .title .head_title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }
}
.title .head_title:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .title .head_text {
    position: absolute;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 59%;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .title .head_text {
    position: absolute;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 59%;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
  }
}
.title img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.entry {
  margin: 0;
}

.main_visual {
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .main_visual {
    padding: 30px 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .main_visual {
    padding: 45px 0 0;
  }
}
.main_visual img {
  max-width: 100%;
  marign: 0;
}

.message {
  background-color: #f8f7f3;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .message {
    padding: 32px 0;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 768px) {
  .message {
    padding: 72px 0;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 768px) {
  .message_container {
    margin: 0 auto;
    padding: 0 50px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .message_container h2 {
    font-size: 1.6rem;
    margin: 0 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .message_container h2 {
    font-size: 2.3rem;
    margin: 0 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .message_item {
    margin: 0 0 24px;
  }
}
@media only screen and (min-width: 768px) {
  .message_item {
    margin: 0 0 32px;
  }
}
.message_item_ttl {
  color: #000;
  margin: 0 0 16px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .message_item_ttl {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .message_item_ttl {
    font-size: 1.5em;
  }
}
.message_item p {
  margin: 0 0 16px;
}
@media only screen and (max-width: 767px) {
  .message_item p {
    font-size: 1rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .message_item p {
    font-size: 1rem;
    line-height: 2.2rem;
  }
}
.message_item p:last-child {
  margin: 0;
}
.message .shomei {
  margin-top: 30px;
  float: right;
}
.message .yakusyoku {
  font-size: 14px;
}
.message .name {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .entry_area {
    max-width: 1180px;
    margin: 50px auto;
  }
}

.shinsotsu_entry_button {
  color: #fff;
  background-color: #ca000c;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .shinsotsu_entry_button {
    margin: 20px 10px;
    padding: 5px 9px;
  }
}
@media only screen and (min-width: 768px) {
  .shinsotsu_entry_button {
    margin: 0 5px;
    padding: 5px 9px;
  }
  .shinsotsu_entry_button:hover {
    opacity: 0.8;
  }
}
.shinsotsu_entry_button .button_text {
  margin: 0;
  padding: 0;
  font-family: "Mplus 1p";
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shinsotsu_entry_button .button_text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .shinsotsu_entry_button .button_text {
    font-size: 33px;
  }
}
.shinsotsu_entry_button .button_text a {
  color: #fff;
  text-decoration: none;
}
.shinsotsu_entry_button .button_text a:hover {
  text-decoration: none;
}

.slid {
  margin: 0 0 40px;
}

.slid_item {
  margin: 0 4px;
  padding: 0;
}
.slid_item img {
  width: 100%;
}

.setsumeikai {
  padding: 0 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .setsumeikai {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai {
    justify-content: space-between;
    max-width: 1180px;
    margin: 50px auto;
  }
}
.setsumeikai__attention {
  border: #000 solid 3px;
  box-sizing: border-box;
  background: #ffffc6;
  margin: 15px 0 0;
  padding: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .setsumeikai__attention {
    font-size: 1.05rem;
    line-height: 1.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai__attention {
    font-size: 1.15rem;
    line-height: 2.1rem;
  }
}
.setsumeikai__attention p {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .setsumeikai__attention p {
    font-size: 0.95rem;
    line-height: 1.5rem;
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai__attention p {
    font-size: 1.05rem;
    line-height: 1.8rem;
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .setsumeikai .about {
    width: 100%;
    margin: 30px 0 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .about {
    width: 100%;
    margin: 0 auto;
  }
}
.setsumeikai h3 {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .setsumeikai h3 {
    border-left: #014e6a solid 4px;
    padding-left: 10px;
    margin: 0;
    font-size: 23px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai h3 {
    border-left: #014e6a solid 4px;
    padding-left: 10px;
    margin: 0;
    font-size: 23px;
  }
}
.setsumeikai .qabutton {
  background-color: #7a9398;
  padding: 10px 40px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}
.setsumeikai .qabutton:hover {
  opacity: 0.8;
}
.setsumeikai .qabutton a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi {
    width: 100%;
    margin: 30px 0 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi {
    width: 100%;
    margin: 0 auto;
  }
}
.setsumeikai .moushikomi .form {
  margin-top: 20px;
}
.setsumeikai .moushikomi .moushikomi_form {
  width: 65%;
  margin: 0 auto;
}
.setsumeikai .moushikomi .moushikomi_form tr {
  background-color: #f8f7f3;
  padding: 15px;
  margin: 0 0 10px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .moushikomi_form tr {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .moushikomi_form tr {
    align-items: center;
  }
}
.setsumeikai .moushikomi .moushikomi_form tr:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .moushikomi_form tr th {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .moushikomi_form tr th {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .moushikomi_form tr td {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .moushikomi_form tr td {
    width: 67%;
  }
}
.setsumeikai .moushikomi input[type=text] {
  -webkit-appearance: none;
  border: 1px solid #a5a5a5;
  font-size: 16px;
  padding: 8px 7px;
  border-radius: 3px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .short {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .short {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .middle {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .middle {
    width: 80%;
  }
}
.setsumeikai .moushikomi .long {
  width: 100%;
}
.setsumeikai .moushikomi .hissu {
  background-color: #e04040;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .hissu {
    padding: 2px 7px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .hissu {
    padding: 2px 7px;
    font-size: 11px;
  }
}
.setsumeikai .moushikomi .submit {
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .submit {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .submit {
    max-width: 380px;
  }
}
.setsumeikai .moushikomi .submit input[type=submit] {
  -webkit-appearance: none;
  border: none;
  margin: auto;
  background: #f1f1f1;
  color: #555;
}
@media only screen and (max-width: 767px) {
  .setsumeikai .moushikomi .submit input[type=submit] {
    width: 44%;
    font-size: 0.9rem;
    height: 43px;
    line-height: 43px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .setsumeikai .moushikomi .submit input[type=submit] {
    width: 160px;
    font-size: 1rem;
    height: 45px;
    line-height: 45px;
  }
}
.setsumeikai .moushikomi .submit input[type=submit]:hover {
  opacity: 0.8;
}
.setsumeikai .moushikomi .submit input[type=submit]:first-child {
  background-color: #014e6a;
  color: #fff;
}
.setsumeikai .btn-taigu {
  background-color: #000;
  margin: 40px 0 0;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1rem;
}
.setsumeikai .btn-taigu::before {
  content: "";
  position: absolute;
  right: 4.5%;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  pointer-events: none;
  top: 42%;
  width: 6px;
  height: 6px;
}
.setsumeikai .btn-taigu:hover {
  opacity: 0.8;
}
.setsumeikai .btn-taigu a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
.setsumeikai .btn-form {
  background-color: red;
  margin: 40px 0 0;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1rem;
}
.setsumeikai .btn-form::before {
  content: "";
  position: absolute;
  right: 4.5%;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  pointer-events: none;
  top: 42%;
  width: 6px;
  height: 6px;
}
.setsumeikai .btn-form:hover {
  opacity: 0.8;
}
.setsumeikai .btn-form a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}

.warn {
  margin: 2px 0 -20px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bolder;
}

.sodom {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sodom {
    flex-direction: column;
  }
}
.category {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .category {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .category {
    padding: 30px 0;
  }
}
.category h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.category h2 span {
  margin: 0 15px;
}
.category h2 span::before {
  content: "";
  display: inline-block;
  background: #f39800;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category h2 span::before {
    width: 25px;
    height: 25px;
    top: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .category h2 span::before {
    width: 40px;
    height: 40px;
    top: 9px;
  }
}
.category h2 span:last-child::before {
  background: #106eb8;
}
.category .inner {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .category .inner {
    justify-content: center;
    margin: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .category .inner {
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
  }
}
.category .box4 {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .box4 {
    width: 44.3%;
    margin: 0 3px 10px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .category .box4 {
    width: 22.2%;
    height: 160px;
    margin-bottom: 20px;
  }
  .category .box4 img {
    max-width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .category .box4:hover {
    opacity: 0.9;
  }
}
.category .box5 {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .box5 {
    width: 44.3%;
    margin: 0 3px 10px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .category .box5 {
    width: 17.2%;
    height: 160px;
    margin-bottom: 20px;
  }
  .category .box5 img {
    max-width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .category .box5:hover {
    opacity: 0.9;
  }
}
.category .box3 {
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .box3 {
    width: 44.3%;
    margin: 0 3px 10px;
    height: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .category .box3 {
    width: 30.6%;
    height: 160px;
    margin-bottom: 20px;
  }
  .category .box3 img {
    max-width: 100%;
    height: 160px;
    overflow: hidden;
  }
  .category .box3:hover {
    opacity: 0.9;
  }
}
.category p {
  font-weight: bold;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .category p {
    line-height: 26px;
    padding: 8px 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .category p {
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    padding-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .category .title_s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .category .title_s {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .category .title_ss {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .category .title_ss {
    line-height: 17px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .category .sp_s {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .category .s_height {
    line-height: 14px;
  }
}
.category .red {
  background: #f39800;
}
.category .blue {
  background: #106eb8;
}
.category .vin {
  position: relative;
  background: url("../img/setsumeikai/2020/vin_thum.jpg");
  background-repeat: no-repeat;
}
.category .comic {
  position: relative;
  background: url("../img/setsumeikai/2020/comic_thum.jpg");
}
.category .doujin {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .doujin {
    background: url("../img/setsumeikai/2020/doujin_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .doujin {
    background: url("../img/setsumeikai/2020/doujin_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .hon {
  position: relative;
  background: url("../img/setsumeikai/2020/hon_thum.jpg");
  background-repeat: no-repeat;
}
.category .jpa {
  position: relative;
  background: url("../img/setsumeikai/2020/jpa_thum.jpg");
  background-repeat: no-repeat;
}
.category .toy {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .toy {
    background: url("../img/setsumeikai/2020/toy_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .toy {
    background: url("../img/setsumeikai/2020/toy_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .car {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .car {
    background: url("../img/setsumeikai/2020/car_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .car {
    background: url("../img/setsumeikai/2020/car_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .doll {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .doll {
    background: url("../img/setsumeikai/2020/doll_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .doll {
    background: url("../img/setsumeikai/2020/doll_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .card {
  position: relative;
  background: url("../img/setsumeikai/2020/card_thum.jpg");
  background-repeat: no-repeat;
}
.category .anime {
  position: relative;
  background: url("../img/setsumeikai/2020/anime_thum.jpg");
  background-repeat: no-repeat;
}
.category .ufo {
  position: relative;
  background: url("../img/setsumeikai/2020/ufo_thum.jpg");
  background-repeat: no-repeat;
}
.category .infinity {
  position: relative;
  background: url("../img/setsumeikai/2020/infinity_thum.jpg");
  background-repeat: no-repeat;
}
.category .wink {
  position: relative;
  background: url("../img/setsumeikai/2020/wink_thum.jpg");
  background-repeat: no-repeat;
}
.category .lab {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .lab {
    background: url("../img/setsumeikai/2020/lab_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .lab {
    background: url("../img/setsumeikai/2020/lab_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .web {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .web {
    background: url("../img/setsumeikai/2020/web_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .web {
    background: url("../img/setsumeikai/2020/web_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .keiri {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .keiri {
    background: url("../img/setsumeikai/2020/keiri_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .keiri {
    background: url("../img/setsumeikai/2020/keiri_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .somu {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .somu {
    background: url("../img/setsumeikai/2020/somu_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .somu {
    background: url("../img/setsumeikai/2020/somu_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .koho {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .koho {
    background: url("../img/setsumeikai/2020/koho_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .koho {
    background: url("../img/setsumeikai/2020/koho_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .kaigai {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .kaigai {
    background: url("../img/setsumeikai/2020/kaigai_thum_sp.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .kaigai {
    background: url("../img/setsumeikai/2020/kaigai_thum.jpg");
    background-repeat: no-repeat;
  }
}
.category .log {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .category .log {
    background: url("../img/setsumeikai/2020/log_05.jpg");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 768px) {
  .category .log {
    background: url("../img/setsumeikai/2020/log_05.jpg");
    background-repeat: no-repeat;
  }
}
.category .purple {
  border-top: #f39800 solid 7px;
  border-right: #f39800 solid 7px;
  border-left: #f39800 solid 7px;
  border-bottom: #f39800 solid 3px;
  border-radius: 8px;
}
.category .purple a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category .yellow {
  border-top: #106eb8 solid 7px;
  border-right: #106eb8 solid 7px;
  border-left: #106eb8 solid 7px;
  border-bottom: #106eb8 solid 3px;
  border-radius: 8px;
}
.category .yellow a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_content {
  position: fixed;
  display: none;
  overflow: auto;
  z-index: 2;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .modal_content {
    width: 80%;
    height: 75%;
    padding: 45px 20px 10px 20px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content {
    padding: 30px 60px 10px 40px;
    width: 840px;
    height: 80%;
    margin: 0;
  }
}
.modal_content .container {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.modal_content .container .busyo_yellow {
  color: #f39800;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .modal_content .container .busyo_yellow {
    font-size: 15px;
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .container .busyo_yellow {
    font-size: 15px;
    margin: 0 0 5px;
  }
}
.modal_content .container .busyo_blue {
  color: #106eb8;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .modal_content .container .busyo_blue {
    font-size: 15px;
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .container .busyo_blue {
    font-size: 15px;
    margin: 0 0 5px;
  }
}
.modal_content .container .busyo_green {
  color: #326c11;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .modal_content .container .busyo_green {
    font-size: 15px;
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .container .busyo_green {
    font-size: 15px;
    margin: 0 0 5px;
  }
}
.modal_content .container .busyo_red {
  color: #e60012;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 3px;
}
@media only screen and (max-width: 767px) {
  .modal_content .container .busyo_red {
    font-size: 15px;
    margin: 0 0 6px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .container .busyo_red {
    font-size: 15px;
    margin: 0 0 5px;
  }
}
.modal_content .container h4 {
  color: #000;
  margin: 0 0 30px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal_content .container h4 {
    width: 100%;
    padding: 0 0 3px;
    font-size: 27px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .container h4 {
    width: 100%;
    padding: 0 0 5px;
    font-size: 32px;
  }
}
.modal_content .container .yellowline_b {
  border-bottom: #f39800 solid 3px;
}
.modal_content .container .blueline_b {
  border-bottom: #106eb8 solid 3px;
}
.modal_content .container .greenline_b {
  border-bottom: #326c11 solid 3px;
}
.modal_content .container .redline_b {
  border-bottom: #e60012 solid 3px;
}
.modal_content .text_area {
  width: 100%;
}
.modal_content .text_area h5 {
  text-align: left;
  margin: 0 0 15px;
  padding: 0 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .modal_content .text_area h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .text_area h5 {
    font-size: 20px;
  }
}
.modal_content .text_area .yellowline_l {
  border-left: #f39800 solid 3px;
}
.modal_content .text_area .blueline_l {
  border-left: #106eb8 solid 3px;
}
.modal_content .text_area p {
  margin: 0 0 20px;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal_content .text_area p {
    line-height: 26px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .text_area p {
    line-height: 26px;
    font-size: 16px;
  }
}
.modal_content .text_area ul {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal_content .text_area ul {
    margin: 0 0 20px -15px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .text_area ul {
    margin: 0 0 20px -15px;
  }
}
.modal_content .text_area ol {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal_content .text_area ol {
    margin: 0 0 20px -15px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .text_area ol {
    margin: 0 0 20px -15px;
  }
}
.modal_content .pic_area {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .modal_content .pic_area {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .pic_area {
    margin-bottom: 30px;
  }
}
.modal_content .pic_area .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0 0;
}
.modal_content .pic_area .box {
  height: 30%;
  width: auto;
  padding: 0 5px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .modal_content .pic_area .box img {
    width: 414px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal_content .pic_area .box img {
    max-height: 100%;
    max-width: auto;
    width: 100%;
  }
}
.modal_content .pic_area p {
  color: #000;
  padding: 5px 0;
  text-align: left;
  margin: 0;
  font-size: 13px;
  width: 100%;
}
.modal_content .pic_area .narrow {
  margin: -5px 0 10px 5px;
  padding: 0;
}

.modal_overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal_open {
  color: #00f;
  text-decoration: underline;
}

.modal_open:hover {
  cursor: pointer;
  color: #f00;
}

.modal_close {
  color: #00f;
  text-decoration: underline;
}

.modal_close:hover {
  cursor: pointer;
  color: #f00;
}

.modal_title {
  color: #000;
  padding: 0;
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .modal_title {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .modal_title {
    width: 100%;
  }
}

button {
  background: #fff;
  border: none;
  width: 50px;
  position: absolute;
  top: 10px;
  right: 5px;
  outline: none;
}
@media only screen and (max-width: 767px) {
  button img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  button {
    cursor: pointer;
  }
  button img {
    width: 90%;
  }
}

.radio_button {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .radio_button {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .radio_button {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.obo_houhou {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .obo_houhou {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .obo_houhou {
    padding: 25px 5px;
    margin: 0 auto;
    max-width: 1180px;
  }
}
.obo_houhou h5 {
  margin: 0 0 3px -2px;
  padding: 0;
  font-weight: bold;
  font-size: 17px;
}

.shimekiri {
  color: red;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .shimekiri {
    display: block;
    margin-top: -5px;
  }
}
@media only screen and (min-width: 768px) {
  .shimekiri {
    margin: 0;
    padding: 0;
  }
}

.kosotsukyujin {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .kosotsukyujin {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .kosotsukyujin {
    padding: 25px 5px;
    margin: 0 auto;
    max-width: 1180px;
  }
}
.kosotsukyujin ul {
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .kosotsukyujin li {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .kosotsukyujin li {
    margin-left: -40px;
  }
}

.otoiawase {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .otoiawase {
    padding: 25px 25px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase {
    padding: 25px 5px 80px;
    margin: 0 auto;
    max-width: 1180px;
  }
}
@media only screen and (max-width: 767px) {
  .otoiawase .pconly {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .otoiawase .sponly {
    display: none;
  }
}

.entry_all_store {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .entry_all_store {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .entry_all_store {
    padding: 25px 5px;
    margin: 0 auto;
    max-width: 1180px;
  }
}
.entry_all_store p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .entry_all_store__map--pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .entry_all_store__map--sp {
    display: none;
  }
}

.attention {
  border: #000 solid 5px;
  box-sizing: border-box;
  background: #ffffc6;
}
@media only screen and (max-width: 767px) {
  .attention {
    margin: 30px 10px 0;
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .attention {
    max-width: 1180px;
    margin: 30px auto 0;
    padding: 40px;
  }
}
.attention__main {
  margin: 0;
  text-align: center;
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .attention__main {
    font-size: 1.05rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .attention__main {
    font-size: 3.3rem;
    line-height: 5.2rem;
  }
}
.attention__sub {
  text-align: right;
  font-weight: normal;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .attention__sub {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .attention__sub {
    font-size: 1.5rem;
  }
}
.attention__order {
  background: #000;
  margin: 20px auto 0;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .attention__order {
    width: 100%;
    font-size: 0.9rem;
    height: 43px;
  }
}
@media only screen and (min-width: 768px) {
  .attention__order {
    width: 300px;
    height: 50px;
  }
}
.attention__order:hover {
  background: #666;
}
.attention__order:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 40%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .attention__order:before {
    right: 8%;
    width: 7px;
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .attention__order:before {
    right: 7%;
    width: 7px;
    height: 7px;
  }
}
.attention__order a {
  color: #fff;
  text-decoration: none;
}
.attention__order a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.attention__ttl {
  font-weight: 700;
  background: #000;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .attention__ttl {
    font-size: 1.7rem;
    margin: 0 0 10px;
    padding: 5px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .attention__ttl {
    font-size: 1.3rem;
    margin: 0 0 10px;
    padding: 5px 30px;
  }
}
.attention__note {
  display: block;
}
@media only screen and (min-width: 768px) {
  .attention__note {
    margin: 0 0 15px;
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 767px) {
  .attention__note {
    margin: 0 0 23px;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
.attention p {
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .attention p {
    font-size: 1.05rem;
    line-height: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .attention p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}

.benefit table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.benefit table th, .benefit table td {
  border: 2px solid #fff;
}
.benefit table th {
  padding: 20px auto;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #eee;
  vertical-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .benefit table th {
    width: 22%;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .benefit table th {
    width: 15%;
    font-size: 16px;
  }
}
.benefit table td {
  text-align: left;
  vertical-align: center;
  background: #f8f8f8;
}
@media only screen and (max-width: 767px) {
  .benefit table td {
    padding: 20px 20px;
    font-size: 14px;
    line-height: 26px;
    width: 78%;
  }
}
@media only screen and (min-width: 768px) {
  .benefit table td {
    padding: 20px 30px;
    font-size: 15px;
    line-height: 27px;
    width: 85%;
  }
}
.benefit table td ul {
  margin-left: -20px;
  line-height: 26px;
}

.global_head {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=recruit_shinsotsu.css.map */