.background-f5f5f5 {
  background-color: #f5f5f5;
}

.f-bold {
  font-weight: bold;
}

.spacer-1 {
  width: 100px;
  height: 100px;
}

.background-f5f5f5 {
  background-color: #f5f5f5;
}

.f-bold {
  font-weight: bold;
}

.spacer-1 {
  width: 100px;
  height: 100px;
}

.header {
  position: absolute;
  width: 100%;
  background-color: rgba(2, 2, 2, 0.7);
}
.header .nav {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
.header .nav a {
  display: block;
  width: 12%;
  height: 100%;
  max-width: 100px;
  max-height: 50px;
}
.header .nav a.first {
  width: 20%;
  max-width: 200px;
}
.header .nav a.selected {
  opacity: 0.7;
}
.header .nav a img {
  width: 100%;
  height: 100%;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__spacer {
  height: 100px;
  width: 100%;
}

.background-f5f5f5 {
  background-color: #f5f5f5;
}

.f-bold {
  font-weight: bold;
}

.spacer-1 {
  width: 100px;
  height: 100px;
}

.top-container {
  margin: 0 auto;
  margin-bottom: 30px;
}
.top-container__paragraph {
  width: 95%;
  padding: 10px 0 20px 0;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .top-container__paragraph {
    max-width: 900px;
  }
}
.top-container__paragraph p {
  font-size: 16px;
  line-height: 24x;
}
@media (min-width: 500px) {
  .top-container__paragraph p {
    font-size: 18px;
    line-height: 28px;
  }
}
.top-container__paragraph p.--text-center {
  text-align: center;
}
.top-container__paragraph .top-container__remark {
  text-align: center;
  font-size: 12px;
  line-height: 16x;
}
@media (min-width: 500px) {
  .top-container__paragraph .top-container__remark {
    font-size: 16px;
    line-height: 20px;
  }
}
.top-container__image-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.top-container__image {
  width: 100%;
}
.top-container__inner {
  width: 100%;
  padding-bottom: 20px;
}
.top-container__inner.--formaldept {
  background-color: #f5f5f5;
}
.top-container__headline {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  line-height: 28x;
  font-weight: bold;
  padding: 10px 0;
}
@media (min-width: 500px) {
  .top-container__headline {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
@media (min-width: 900px) {
  .top-container__headline {
    font-size: 40px;
    line-height: 50px;
    padding: 40px 0;
  }
}
.top-container__sns-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  padding: 20px 0;
}
.top-container__contact-container {
  width: 100%;
  padding: 30px 0;
}
.top-container__link-button {
  display: block;
  width: 80%;
  max-width: 500px;
  padding: 10px 20px;
  margin: 10px auto;
  border: none;
  border-radius: 5px;
}
.top-container__link-button.--takisada-green {
  background-color: #447665;
}
.top-container__link-button.--formaldept {
  background-color: #00093f;
}
.top-container__link-button.--materialdept {
  background-color: #6b0000;
}
.top-container__link-button.--grey {
  background-color: #525252;
}
.top-container__link-contact {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.background-f5f5f5 {
  background-color: #f5f5f5;
}

.f-bold {
  font-weight: bold;
}

.spacer-1 {
  width: 100px;
  height: 100px;
}

.main-contents__flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.main-contents__flex-container .main-contents__image-box {
  width: 80%;
}
@media (min-width: 900px) {
  .main-contents__flex-container .main-contents__image-box {
    width: 35%;
  }
}
.main-contents__flex-container .main-contents__paragraph {
  width: 80%;
}
@media (min-width: 900px) {
  .main-contents__flex-container .main-contents__paragraph {
    width: 60%;
  }
}
.main-contents__paragraph {
  width: 95%;
  padding: 10px 0 20px 0;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .main-contents__paragraph {
    max-width: 900px;
  }
}
.main-contents__paragraph p {
  font-size: 16px;
  line-height: 24x;
}
@media (min-width: 500px) {
  .main-contents__paragraph p {
    font-size: 18px;
    line-height: 28px;
  }
}
.main-contents__paragraph p.--text-center {
  text-align: center;
}
.main-contents__paragraph ol {
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  line-height: 24x;
  list-style-type: number;
}
@media (min-width: 500px) {
  .main-contents__paragraph ol {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 900px) {
  .main-contents__paragraph ol {
    width: 60%;
  }
}
.main-contents__paragraph ol.--text-center {
  text-align: center;
}
.main-contents__paragraph .main-contents__remark {
  text-align: center;
  font-size: 12px;
  line-height: 16x;
}
@media (min-width: 500px) {
  .main-contents__paragraph .main-contents__remark {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-contents__paragraph .remark {
  font-size: 12px;
  line-height: 16x;
  text-align: left;
}
@media (min-width: 500px) {
  .main-contents__paragraph .remark {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-contents__image-box {
  max-width: 1200px;
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.main-contents__image-paragraph-box {
  max-width: 1200px;
  padding: 10px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main-contents__image {
  width: 80%;
  margin: 10px auto;
}
@media (min-width: 500px) {
  .main-contents__image {
    width: 45%;
  }
}
@media (min-width: 900px) {
  .main-contents__image {
    width: 30%;
  }
}
.main-contents__image--full {
  width: 90%;
  margin: 10px auto;
}
.main-contents__image--100 {
  width: 100%;
}
.main-contents__image--80 {
  width: 80%;
  margin: 10px auto;
}
@media (min-width: 500px) {
  .main-contents__image--80 {
    width: 45%;
  }
}
@media (min-width: 900px) {
  .main-contents__image--80 {
    width: 60%;
  }
}
.main-contents__headline {
  font-size: 20px;
  line-height: 28x;
  text-align: center;
  padding-top: 25px;
}
@media (min-width: 500px) {
  .main-contents__headline {
    font-size: 26px;
    line-height: 34px;
  }
}
.main-contents__headline2 {
  font-size: 18px;
  line-height: 26x;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 500px) {
  .main-contents__headline2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.main-contents__table {
  width: 95%;
  margin: 0 auto;
}
.main-contents__table-index {
  padding-top: 10px;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24x;
}
@media (min-width: 500px) {
  .main-contents__table-index {
    font-size: 18px;
    line-height: 28px;
  }
}
.main-contents__table-data {
  padding-top: 10px;
  width: 80%;
  font-size: 16px;
  line-height: 24x;
}
@media (min-width: 500px) {
  .main-contents__table-data {
    font-size: 18px;
    line-height: 28px;
  }
}
.main-contents__table-remark {
  width: 80%;
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16x;
}
@media (min-width: 500px) {
  .main-contents__table-remark {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-contents__img-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main-contents__img-container img {
  width: 300px;
  margin: 10px;
}
.main-contents__full-image-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.568627451);
}
.main-contents__full-image-wrapper.--show {
  display: block;
}
.main-contents__full-image {
  width: 95%;
  height: 80vh;
  display: none;
  margin: 100px auto;
  z-index: 999;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 900px) {
  .main-contents__full-image {
    width: 85%;
  }
}
.main-contents__full-image.--show {
  display: block;
}

.background-f5f5f5 {
  background-color: #f5f5f5;
}

.f-bold {
  font-weight: bold;
}

.spacer-1 {
  width: 100px;
  height: 100px;
}

.banner-container {
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
}
.banner-container.--formaldept {
  background-color: #00093f;
}
.banner-container__flex-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.banner-container__flex-container a {
  display: block;
  width: 90%;
  margin: 10px auto;
}
@media (min-width: 700px) {
  .banner-container__flex-container a {
    width: 45%;
  }
}
@media (min-width: 900px) {
  .banner-container__flex-container a {
    width: 30%;
  }
}
.banner-container__flex-container a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dept-fix__container {
  width: 100%;
  margin: 0 auto;
  margin-top: 15px;
  padding: 20px 0 40px 0;
}
.dept-fix__headline {
  text-align: center;
  padding: 10px 0;
  font-size: 20px;
}
@media (min-width: 900px) {
  .dept-fix__headline {
    padding: 20px 0;
    font-size: 24px;
  }
}

.message-container {
  width: 90%;
  margin: 20px auto;
  text-align: center;
  padding: 20px 0;
}

.staff-icon-container--4 {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 500px) {
  .staff-icon-container--4 {
    max-width: 500px;
  }
}

.staff-icon-container--3 {
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 500px) {
  .staff-icon-container--3 {
    max-width: 500px;
  }
}

.staff-icon-container__staff-icon-box {
  width: 90%;
}
.staff-icon-container__staff-icon-box .staff-icon {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.staff-icon-container__staff-icon-box .staff-name {
  text-align: center;
}

.contact-container {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
.contact-container__link {
  display: block;
  text-decoration: none;
}
.contact-container__button {
  display: block;
  width: 60%;
  max-width: 650px;
  margin: 0 auto;
  border-style: none;
  border-radius: 5px;
  padding: 10px;
  border: none;
}
.contact-container__button.--formaldept {
  color: #FFFFFF;
  background-color: #00093f;
}
.contact-container__button.--materialdept {
  color: #FFFFFF;
  background-color: #6b0000;
}
.contact-container__button.--grey {
  color: #FFFFFF;
  background-color: #525252;
}

.contact-info-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.contact-index {
  width: 95%;
  text-align: center;
  padding-bottom: 10px;
}

.contact-tel, .contact-mail {
  color: white;
  border: none;
  border-radius: 5px;
  width: 70%;
  text-align: center;
  padding: 10px 25px;
  background-color: #c4a654;
}

.tel-link, .mail-link {
  color: white;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: 10px;
}

main {
  color: #212121;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}/*# sourceMappingURL=materialdept_miyuki_2021aw.css.map */