@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  color: #000;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: relative;
}

#header .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 45px;
}

#header .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .links li:not(:first-child) {
  margin-left: 35px;
}

#header .links li.contact img {
  margin-right: 10px;
}

#header .links li.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 200px;
  border: solid 1px #fff;
}

#header .links a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#header .links a:hover {
  opacity: 0.6;
}

@media (max-width: 1599px) {
  #header .top {
    padding-right: 20px;
  }
  #header .logo img {
    width: 260px;
  }
  #header .links li:not(:first-child) {
    margin-left: 25px;
  }
  #header .links li.contact a {
    height: 45px;
    width: 160px;
  }
  #header .links a {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 999px) {
  #header .top {
    padding-right: 15px;
  }
  #header .logo img {
    width: 200px;
  }
  #header .links li:not(:first-child) {
    margin-left: 15px;
  }
  #header .links li.contact a {
    height: 40px;
    width: 140px;
  }
  #header .links a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #header .top {
    height: 60px;
    padding-right: 60px;
  }
  #header .logo img {
    height: 60px;
    width: auto;
  }
  #header .links {
    display: none;
  }
}

#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#gnav > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li:not(:first-child) {
  margin-left: 50px;
}

#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#gnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#gnav > ul > li > a:hover {
  opacity: 0.6;
}

#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}

#gnav > ul > li ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

@media (max-width: 1599px) {
  #gnav > ul > li:not(:first-child) {
    margin-left: 30px;
  }
  #gnav > ul > li > a {
    font-size: 16px;
  }
}

@media (max-width: 999px) {
  #gnav > ul > li:not(:first-child) {
    margin-left: 15px;
  }
  #gnav > ul > li > a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #gnav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav > ul > li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li > a {
    color: #fff;
    font-size: 15px;
  }
  #gnav > ul > li > a img {
    margin-right: 5px;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#pagetop:hover {
  opacity: 0.6;
}

@media (max-width: 1499px) {
  #pagetop {
    right: 20px;
  }
}

@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

#footer .inner {
  position: relative;
  padding-top: 90px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#footer .privacy {
  margin-bottom: 100px;
}

#footer .privacy h2 {
  margin-bottom: 50px;
  font-size: 60px;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: "Eczar", serif;
  font-weight: 600;
}

#footer .privacy h2 small {
  margin-top: 5px;
  display: block;
  color: #7a7a7a;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

#footer .privacy .text {
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

#footer .privacy .text h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

#footer .privacy .text p {
  margin-bottom: 20px;
}

#footer #copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  height: 80px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-color: #000000;
}

@media (max-width: 999px) {
  #footer .inner {
    padding-top: 70px;
  }
  #footer .privacy {
    margin-bottom: 60px;
  }
  #footer .privacy h2 {
    font-size: 40px;
  }
  #footer .privacy h2 small {
    margin-top: 5px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #footer .inner {
    padding-top: 50px;
  }
  #footer .privacy {
    margin-bottom: 40px;
  }
  #footer .privacy h2 {
    margin-bottom: 30px;
    font-size: 30px;
  }
  #footer .privacy h2 small {
    margin-top: 0px;
    font-size: 13px;
  }
  #footer .privacy .text {
    max-height: 300px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  #footer #copyright {
    height: 60px;
  }
}

/* ----------------------------------------------
information list
------------------------------------------------- */
.newslist {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}

#info .contents, .newslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#info .contents .block, .newslist .block {
  width: 31.35593%;
}

#info .contents .block:nth-child(n + 4), .newslist .block:nth-child(n + 4) {
  margin-top: 50px;
}

#info .contents .block:not(:nth-child(3n + 1)), .newslist .block:not(:nth-child(3n + 1)) {
  margin-left: 2.9661%;
}

#info .contents .block:first-child, .newslist .block:first-child {
  margin-left: 0;
}

#info .contents .block a, .newslist .block a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  display: block;
}

#info .contents .block a:hover, .newslist .block a:hover {
  opacity: 0.6;
}

#info .contents .block .image, .newslist .block .image {
  margin-bottom: 25px;
  width: 100%;
  padding-top: 70.27027%;
  position: relative;
}

#info .contents .block .image img, .newslist .block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#info .contents .block .cates, .newslist .block .cates {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#info .contents .block .cates .category a,
#info .contents .block .cates time, .newslist .block .cates .category a,
.newslist .block .cates time {
  color: #7a7a7a;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}

#info .contents .block .cates .category, .newslist .block .cates .category {
  margin-right: 20px;
}

#info .contents .block .cates time, .newslist .block .cates time {
  display: block;
}

#info .contents .block .title, .newslist .block .title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}

#info .contents .block .blockbtn a, .newslist .block .blockbtn a {
  margin-left: auto;
  padding: 0 20px 5px 10px;
  width: 120px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #000000;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

@media (max-width: 767px) {
  #info .contents, .newslist {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #info .contents .block, .newslist .block {
    width: 48%;
  }
  #info .contents .block:not(:first-child), .newslist .block:not(:first-child) {
    margin-left: 0;
  }
  #info .contents .block:nth-child(even), .newslist .block:nth-child(even) {
    margin-left: 4%;
  }
  #info .contents .block:nth-child(n + 3), .newslist .block:nth-child(n + 3) {
    margin-top: 40px;
  }
  #info .contents .block .image, .newslist .block .image {
    margin-bottom: 10px;
  }
  #info .contents .block .cates, .newslist .block .cates {
    margin-bottom: 10px;
    display: block;
  }
  #info .contents .block .cates .category, .newslist .block .cates .category {
    margin-right: 0px;
  }
  #info .contents .block .cates time, .newslist .block .cates time {
    margin-top: 5px;
    font-size: 14px;
  }
  #info .contents .block .title, .newslist .block .title {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */