@charset "utf-8";

/* common */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4 {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

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

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.red {
  color: #E60228;
}

/* wrapper */
.wrap {
  width: 100%;
}

/* header */
.sp-nav {
  position: sticky;
  top: 0;
  display: flex;
  padding: 0 16px;
  background-color: #222;
  color: #FFFFFF;
  opacity: .9;
}

.nav {
  z-index: 99;
}

.nav h1 {
  margin: 0;
  font-size: 24px;
  line-height: 48px;
}

.nav a {
  color: #FFFFFF;
}

.nav img {
  height: 44px;
  width: auto;
  margin-bottom: 4px;
}

.sp-menu {
  margin-left: auto;
}

.sp-menu #open {
  font-size: 32px;
  line-height: 48px;
  cursor: pointer;
}

.sp-menu #open.hide,
.pc-nav {
  display: none;
}

header img {
  height: calc(100vh - 48px);
  object-fit: cover;
}

.slide-items {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.hero {
  position: relative;
}

.hero-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 9;
  text-align: center;
}

.hero-logo h2 {
  text-shadow: 1px 1px 3px #fff;
  font-size: 16px;
}

.slide-items {
  width: 100%;
  height: 100%;
  margin: auto;
}

.slide-items img {
  width: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: #222;
}

.slick-dots li button:before {
  font-size: 8px;
  top: 0;
}

/* main */
main {
  flex: 1;
  /*padding-bottom: 48px;*/
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(22, 22, 22, 0.9);
  text-align: center;
  padding: 64px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s;
  color: #FFFFFF;
  z-index: 999;
}

.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.overlay #close {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 32px;
  cursor: pointer;
}

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

.overlay li {
  margin-top: 32px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .3s, transform .3s;
}

.overlay a {
  color: #FFFFFF;
}

.overlay.show li {
  opacity: 1;
  transform: none;
}

.overlay.show li:nth-child(1) {
  transition-delay: .1s;
}

.overlay.show li:nth-child(2) {
  transition-delay: .2s;
}

.overlay.show li:nth-child(3) {
  transition-delay: .3s;
}

.overlay.show li:nth-child(4) {
  transition-delay: .4s;
}

.overlay.show li:nth-child(5) {
  transition-delay: .5s;
}

.nav_list img {
  width: 30vw;
}

.pc-menu {
  display: none;
}

.section {
  padding: 48px 16px;
}

.section h1 {
  padding: 16px 0;
  text-align: center;
}

.section h2 {
  /*padding: 16px 0;*/
  text-align: center;
}

.section h3 {
  /*padding: 16px 0;*/
  text-align: center;
}

.section p {
  /*padding: 16px 0;*/
  text-align: center;
}

.section-1 {
  background-color: #FFFFFF;
}

.section-2 {
  background-color: #222222;
  color: #FFFFFF;
}

.section-3 {
  background-color: #FFFFFF;
}

.section-4 {
  padding: 0;
}

.section-5 {
  background-color: #222222;
  color: #FFFFFF;
}

.about_item {
  width: 100%;
}

.about_item img {
  width: 100%;
  border-radius: 4%;
}

.about_item_text {
  width: 80%;
  padding: 24px 0;
  margin: auto;
}

.about_item_text p {
  padding: 16px;
}

/* staff */
.staff_item img {
  border-radius: 4%;
}

.staff_item_inner_box {
  padding-bottom: 32px;
}

.staff_item_inner_box:last-child {
  padding-bottom: 0;
}

.staff_item_inner_box_text01 {
  padding-top: 16px;
}

.staff_item_inner_box_text02 {
  padding-top: 16px;
}

.staff_item_inner_box_text03 {
  padding-top: 16px;
}

/* img */
.img-box {
  display: flex;
}

.img-box img {
  width: 25%;
}

/* news */
.news_box {
  max-width: 640px;
  max-height: 480px;
  margin: auto;
  overflow: scroll;
  padding: 16px;
  border: solid 1px #222222;
  border-radius: 16px;
}

.news_box::-webkit-scrollbar {
  display: none;
}

.news_item h2 {
  text-align: left;
}

.news_item p {
  text-align: left;
}

/* contact */
.contact-box {
  margin: auto;
}

.contact-form-item {
  width: 100%;
}

.contact-form-item label {
  cursor: pointer;
}

.contact-form-item_txt {
  width: 100%;
  height: 24px;
  border-radius: 4px;
  border: 0;
  margin-bottom: 16px;
}

.post {
  width: 20%;
}

.textarea {
  height: 80px;
}

.contact__caption__ppBox {
  max-width: 640px;
  max-height: 160px;
  margin: 0 auto 16px;
  overflow: scroll;
  padding: 16px;
  border: solid 1px #fff;
  border-radius: 8px;
}

.contact__caption__ppBox::-webkit-scrollbar {
  display: none;
}

.contact__caption__heading {
  text-align: left !important;
}

.check {
  margin-bottom: 16px;
}

.submit {
  color: #fff;
  background-color: #E60228;
  height: 48px;
  padding: 0;
  border: 0;
  margin: 0 auto 16px;
  cursor: pointer;
}

/* footer */
footer {
  background-color: #CCCCCC;
  padding: 48px 16px 8px;
}

.footer__banner {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-bottom: 48px;
  text-align: center;
}

.footer__banner_item {
  background-color: #fff;
  padding: 8px;
  margin: auto;
  width: 240px;
  border-radius: 8px;
}

.footer__banner_item h2 {
  color: #E60228;

}

.footer__banner_item h3 {
  color: #222222;
}


.footer__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.footer__nav {}

.footer__nav_list li:first-child {
  margin-bottom: 16px;
}

.footer__nav_list img {
  width: 112px;
}

.footer__nav a {
  color: #222;
}

.footer__info {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
}

.footer__map {
  width: 100%;
}

.footer-cr {
  text-align: center;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 50%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.pagetop a:hover {
  display: block;
  background-color: #222;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 16px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media screen and (min-width:600px) {
  .pc-nav {
    position: sticky;
    top: 0;
    display: flex;
    padding: 0 0 0 16px;
    background-color: #222;
    opacity: .9;
  }

  .pc-menu {
    display: block;
    margin-left: auto;
  }

  .pc-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    /*gap: 16px;*/
  }

  .pc-menu li {
    padding: 0 16px;
  }

  .pc-menu li:last-child {
    background-color: #E60228;
  }

  .pc-menu a {
    display: block;
    line-height: 48px;
    text-align: center;
  }

  .pc-menu a:hover {
    transform: scale(1.2);
    transition: .3s;
  }

  .sp-nav {
    display: none;
  }

  .hero-logo img {
    width: 70%;
  }

  .hero-logo h2 {
    font-size: 20px;
  }

  /* common */
  /* about */
  .about_item {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .about_item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .about_item_img {
    width: 50%;
  }

  .about_item_text {
    width: 50%;
    margin: auto;
  }

  /* staff */
  .staff_item_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .staff_item li {
    width: calc((100% - 32px) / 2);
  }

  .staff_item_inner_box {
    padding-bottom: 0;
  }

  /* contact */
  .contact-box {
    max-width: 640px;
  }

  .contact-form-item_txt {
    height: 48px;
    border-radius: 8px;
  }

  .post {
    width: 20%;
  }

  .textarea {
    height: 160px;
  }

  .contact__caption__ppBox {
    max-height: 200px;
  }

  .footer__banner {
    flex-flow: row wrap;
    justify-content: center;
  }

  .footer__banner_item {
    margin: initial;
  }


  .footer__map {
    width: 100%;
    max-width: 560px;
  }

  /* pagetop */
  .pagetop a {
    font-size: 20px;
    padding: 17.5px 22px;
  }

  .pagetop a:hover {
    font-size: 20px;
    padding: 17.5px 22px;
  }
}

@media screen and (min-width:1201px) {

  /* common */
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  /* hero */
  .hero-logo img {
    width: 50%;
  }

  .hero-logo h2 {
    font-size: 24px;
  }

  /* staff */
  .staff_item_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
  }

  .staff_item li {
    width: calc((100% - 48px) / 2);
  }


  /* news */
  .news_box {
    max-height: 640px;
  }

  /* footer */

  .footer__banner_item {
    width: 200px;
  }

  .footer__banner_item h2 {
    font-size: 24px;
  }

  .footer__box {
    margin-top: 48px;
  }

  .footer__map {
    min-width: 800px;
  }

  /* pagetop */
  .pagetop a {
    font-size: 24px;
    padding: 22.5px 28px;
  }

  .pagetop a:hover {
    font-size: 24px;
    padding: 22.5px 28px;
  }
}