@charset "UTF-8";
/*
 * Base
 * -------------------------------------------------------------------
 */
body {
  line-height: 1.5em;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}
body a:hover, body a:active {
  text-decoration: none;
}

.spBar {
  display: none;
}
@media screen and (max-width: 768px) {
  .spBar {
    display: block;
  }
}

.grecaptcha-badge {
  display: none;
}

/*	Reset
-------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
}

/*	Typography
-------------------------------*/
html {
  font-size: 62.5%;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

/*	Layout
-------------------------------*/
article, aside, footer, header, nav, section, main {
  display: block;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th, table tr td {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

img {
  border-style: none;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img, svg {
  width: auto;
  height: auto;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

/*	Attributes & States
-------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*
* Components
* -------------------------------------------------------------------
*/
.article p, article h1, article h2, article h3, article h4, article h5, article h6, article {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.article__date {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .article__date {
    margin-top: 20px;
  }
}

.article__title--large {
  font-size: 38px;
  line-height: 64px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .article__title--large {
    font-size: 20px;
    line-height: 36px;
  }
}

.article__title--small {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .article__title--small {
    font-size: 16px;
    line-height: 28px;
  }
}

.article__text {
  margin-top: 30px;
  font-weight: 300;
}
.article__text img {
  width: 100%;
}

.article__largerNote {
  text-align: center;
  margin-top: 20px;
}

.article__image {
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: block;
}
.article__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section {
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 60px;
  }
}
.section.section--topics {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section.section--topics {
    margin-top: 30px;
  }
}
.section.section--separator .section__heading {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .section.section--separator .section__heading {
    margin-top: 40px;
    font-size: 21px;
    line-height: 33px;
  }
}
.section.section--access .section__content--wider {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section.section--access .section__content--wider {
    display: block;
  }
}
.section.section--access .section__link {
  position: static;
}
.section.section--museum .section__content--wide {
  margin-top: 80px;
}
@media screen and (max-width: 1400px) {
  .section.section--contact .section__content--narrow {
    margin-top: 40px;
  }
}
.section.section--areamap .section__content--max {
  margin-top: 80px;
}
.section.section--areamap .section__content--narrow {
  padding: 0;
}
.section.areas .section__heading--sansSerif {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section.areas .section__heading--sansSerif {
    font-weight: 400;
    padding: 0 20px 0;
    margin-top: 0;
  }
}
.section.areas .section__heading--sansSerif span {
  font-family: "Noto Serif JP", serif;
}
.section.areas .section__desc--sansSerif {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .section.areas .section__desc--sansSerif {
    padding: 0 20px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .section.single-works .section__content--narrow {
    padding: 0;
  }
}
.section.flow .section__desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section.flow .section__desc {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .section.recruit .section__heading {
    margin-top: 80px;
  }
}
.section.recruit .section__desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section.recruit .section__desc {
    text-align: left;
  }
}
.section.recruit .section__content__title {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section.recruit .section__content__title {
    font-size: 20px;
  }
}
.section.recruit .section__content--semiWide {
  max-width: 1260px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .section.recruit .section__content--semiWide {
    padding: 0;
  }
}
.section.privacy .section__heading span {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
}
.section.privacy .section__desc {
  font-family: "Noto Sans JP", serif;
  font-weight: 300;
}

.section__link {
  position: absolute;
  left: calc(50% - 456px - 100px - 50px);
  width: 100px;
  height: 100px;
  background-color: #00AEBB;
  color: white;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  padding: 36px 0;
}
@media screen and (max-width: 1400px) {
  .section__link {
    display: block;
    margin: 0 auto;
    position: static;
  }
}
.section__link.section__link--instagram {
  background-color: transparent;
  padding: 0;
}
.section__link.section__link--instagram img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section__link.section__link--museum {
  padding: 18px;
}
.section__link.section__link--museum img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section__link.section__link--sp {
  display: none;
}
@media screen and (max-width: 1400px) {
  .section__link.section__link--sp {
    display: block;
    position: static;
    margin: 0 auto 40px;
  }
}
.section__link.section__link--pc {
  display: block;
}
@media screen and (max-width: 1400px) {
  .section__link.section__link--pc {
    display: none;
  }
}

.section__content--narrow {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}
.section__content--narrow .section__desc {
  padding: 0;
}

.section__content--semiWide {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section__content--wide {
  width: 100%;
  padding: 0 2.5%;
  margin: 0 auto;
  max-width: calc(1460px + 5%);
}
@media screen and (max-width: 768px) {
  .section__content--wide {
    width: 100%;
  }
}

.section__content--max {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.section__content--wider {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.section__content--flex {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.section__heading {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 38px;
  font-size: clamp(30px, 2.5vw, 38px);
  line-height: 64px;
}
@media screen and (max-width: 768px) {
  .section__heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
}
.section__heading span {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}
.section__heading.pageHeading {
  margin-top: 80px;
}
.section__heading--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__heading--sp {
    display: block;
  }
}
.section__heading--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .section__heading--pc {
    display: none;
  }
}

.section__desc {
  max-width: 850px;
  margin: 30px auto;
  padding: 0 20px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.section__desc--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section__desc--sp {
    display: block;
  }
}
.section__desc--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .section__desc--pc {
    display: none;
  }
}

.section__desc--small {
  font-size: 16px;
  line-height: 28px;
}

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

.section__heading--sansSerif {
  font-size: clamp(30px, 2.5vw, 48px);
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section__heading--sansSerif {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
}
.section__heading--sansSerif span {
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}
.section__heading--sansSerif.pageHeading {
  padding-top: 80px;
}

.section__desc--sansSerif {
  text-align: center;
  max-width: 1020px;
  margin: 30px auto;
}

.section__content__title {
  font-size: 24px;
  margin-top: 100px;
  text-align: center;
  font-weight: 700;
}

.thumbnailList {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thumbnailList {
    display: block;
  }
}

.thumbnailList__item {
  width: 49%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .thumbnailList__item {
    width: 100%;
  }
}
.thumbnailList__item:nth-of-type(1), .thumbnailList__item:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .thumbnailList__item:nth-of-type(1), .thumbnailList__item:nth-of-type(2) {
    margin-top: 25px;
  }
}
.thumbnailList__item:nth-of-type(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .thumbnailList__item:nth-of-type(2n) {
    margin-left: 0;
  }
}
.thumbnailList__item a:hover, .thumbnailList__item a:active {
  opacity: 0.6;
  text-decoration: none;
  color: black;
}

.thumbnailList__item--small {
  width: 32%;
  margin-left: 2%;
}
@media screen and (max-width: 768px) {
  .thumbnailList__item--small {
    width: 100%;
    margin-left: 0;
  }
}
.thumbnailList__item--small:nth-of-type(3n+1) {
  margin-left: 0;
}
.thumbnailList__item--small:nth-of-type(1), .thumbnailList__item--small:nth-of-type(2), .thumbnailList__item--small:nth-of-type(3) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .thumbnailList__item--small:nth-of-type(1), .thumbnailList__item--small:nth-of-type(2), .thumbnailList__item--small:nth-of-type(3) {
    margin-top: 25px;
  }
}

.thumbnailList__thumbnail {
  width: 100%;
  aspect-ratio: 890/520;
}
.thumbnailList__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnailList__desc {
  margin-top: 10px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .thumbnailList__desc {
    padding: 0 20px;
  }
}

.thumbnailList__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .areas .thumbnailList__thumbnail {
    aspect-ratio: auto;
  }
}
.areas .thumbnailList__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .areas .thumbnailList__item p {
    padding: 0 20px;
  }
}
.areas .thumbnailList__item .thumbnailList__title {
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
}
@media screen and (max-width: 768px) {
  .areas .thumbnailList__item .thumbnailList__title {
    padding: 0 20px;
  }
}
.areas .thumbnailList__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Noto Serif JP", serif;
}

.worksCat {
  margin-top: 80px;
}

.worksCat__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .worksCat__header {
    padding: 0 20px;
  }
}
.worksCat__header p, .worksCat__header a {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .worksCat__header p, .worksCat__header a {
    font-size: 16px;
    line-height: 28px;
  }
}

.worksCat__inner {
  margin-top: 5px;
  border-top: 1px solid black;
  padding-top: 10px;
}

.slider--separator {
  margin-top: 100px;
  width: 100%;
  max-height: 500px;
}

.contact__title {
  font-size: 19px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
  }
}

.contact__title--web {
  margin-top: 18px;
  padding-top: 30px;
  position: relative;
}
.contact__title--web::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 175px);
  width: 350px;
  height: 1px;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .contact__title--web::before {
    width: 100%;
    left: 0;
  }
}

.contact__link--phone {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.contact__openingHour {
  text-align: center;
  margin-top: 10px;
  font-weight: 300;
}

.contact__content {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact__content {
    display: block;
    padding: 0 20px;
    font-weight: 300;
  }
}
.contact__content dt {
  width: 40%;
  font-weight: 300;
  margin-top: 20px;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contact__content dt {
    width: 100%;
  }
}
.contact__content dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 7px;
  background-color: gray;
  width: 13px;
  height: 13px;
}
.contact__content dt .required {
  padding: 2px 5px;
  color: white;
  background-color: crimson;
  border-radius: 8px;
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
}
.contact__content dd {
  width: 60%;
  font-weight: 300;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contact__content dd {
    width: 100%;
  }
}
.contact__content dd label {
  font-weight: 400;
  line-height: 28px;
}
@media screen and (max-width: 999px) {
  .contact__content dd label {
    font-weight: 300;
  }
}
.contact__content dd textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-top: 8px;
}
.contact__content dd input[type=text] {
  border: 1px solid lightgray;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  margin-top: 8px;
}
.contact__content dd input[type=text]:nth-of-type(1) {
  margin-top: 0;
}
.contact__content dd input[type=checkbox] {
  margin-top: 4px;
  margin-right: 10px;
}
.contact__content dd input[type=checkbox].noMargin {
  margin-top: 0;
}
.contact__content dd input[type=checkbox].marginBottom {
  margin-bottom: 8px;
}
.contact__content dd input[type=email], .contact__content dd input[type=tel] {
  direction: ltr;
  padding: 10px;
  border-radius: 9px;
  border: 1px solid lightgray;
  width: 100%;
}
.contact__content dd > p > span > span > span:not(:first-child) {
  display: block;
}
.contact__content dd > p > span > .contact__mtgDate > span:not(:first-child) {
  margin-top: 0;
}
.contact__content dd .wpcf7-form-control-wrap:nth-of-type(2n), .contact__content dd .wpcf7-form-control-wrap:nth-of-type(3n) {
  margin-top: 5px;
  display: block;
}
.contact__content .h-adr {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contact__content .h-adr {
    width: 100%;
  }
}
.contact__content .h-adr br {
  display: none;
}
.contact__content .h-adr dd {
  width: 100%;
}
.contact__content a {
  text-decoration: underline;
}

.contact__mtgDate {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact__mtgDate {
    display: block;
  }
}

.contact__submit {
  color: white;
  background-color: lightgray;
  padding: 2px 10px;
  margin: 60px auto 0;
  width: -moz-fit-content; /* Firefox */
  width: fit-content; /* other browsers */
  display: block;
  font-weight: 400;
}
.contact__submit input {
  display: none;
}
.contact__submit.enabled {
  background-color: gray;
}

.contact__note {
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact__note {
    text-align: left;
    font-weight: 300;
  }
}

.access__address {
  width: 30%;
}
@media screen and (max-width: 1400px) {
  .access__address {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
  }
}

.access__addressDetail {
  margin-top: 32px;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  .access__addressDetail {
    position: static;
    text-align: center;
  }
}

.access__image {
  width: 70%;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .access__image {
    height: 95vw;
    width: 100%;
    margin-top: 32px;
  }
}
.access__image iframe {
  width: 100%;
  height: 100%;
}

.mv {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/1026;
  position: relative;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 50px;
    aspect-ratio: 390/494;
  }
}
.mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mv.hideInSP {
    display: none;
  }
}

.mv--areamap {
  height: auto;
}
.mv--areamap img {
  object-fit: contain;
}
@media screen and (max-width: 999px) {
  .mv--areamap img {
    width: 120%;
    position: relative;
    left: -15%;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .mv--areamap {
    margin-top: 0;
    overflow: hidden;
    aspect-ratio: auto;
  }
}

.mv__logo {
  position: absolute;
  top: 43vh;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 30vw;
  opacity: 0;
  transition: top 1s ease;
}
@media screen and (max-width: 768px) {
  .mv__logo {
    width: 70%;
    top: 45%;
    opacity: 1;
  }
}
.mv__logo.fadeIn {
  top: calc(50vh - 30px);
}
@media screen and (max-width: 768px) {
  .mv__logo.fadeIn {
    top: 50%;
  }
}
.mv__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(2px 4px 3px black);
}

.descList {
  margin-top: 100px;
}
.descList:first-of-type {
  margin-top: 80px;
}

.descList__title {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .descList__title {
    font-size: 20px;
  }
}

.descList__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid black;
}
@media screen and (max-width: 768px) {
  .descList__list {
    display: block;
    border-top: none;
    border-bottom: 1px solid black;
  }
}
.descList__list dt {
  width: 30%;
  padding: 15px 15px 0 20px;
  border-bottom: 1px solid black;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .descList__list dt {
    border-bottom: none;
    width: 100%;
    margin-top: 20px;
    border-left: 1px solid black;
    padding: 0 15px;
  }
}
.descList__list dd {
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid black;
  line-height: 1.8em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .descList__list dd {
    padding-top: 0;
    width: 100%;
    border-left: 1px solid black;
  }
}
.descList__list dd li {
  display: flex;
}

.overview {
  margin-top: 80px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .overview {
    display: block;
    border-top: 1px solid black;
    margin-top: 40px;
  }
}

.overview__item {
  flex: 1.5;
  padding: 0 10px;
}
.overview__item:nth-of-type(2), .overview__item:nth-of-type(3) {
  flex: 1;
  border-left: 1px solid black;
}
@media screen and (max-width: 768px) {
  .overview__item:nth-of-type(2), .overview__item:nth-of-type(3) {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .overview__item {
    border-bottom: 1px solid black;
  }
}

.overview__title {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .overview__title {
    font-size: 20px;
    padding: 35px 0 20px;
  }
}

.overview__desc {
  margin-top: 16px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .overview__desc {
    padding-bottom: 35px;
  }
}

.maker {
  margin-top: 80px;
}

.maker__title {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .maker__title {
    font-size: 20px;
  }
}

.maker__list {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
}

.maker__item {
  width: 32%;
  text-align: center;
  border: 1px solid black;
  margin-top: 12px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .maker__item {
    font-size: 10px;
  }
}
.maker__item:nth-of-type(1), .maker__item:nth-of-type(2), .maker__item:nth-of-type(3) {
  margin-top: 0;
}
.maker__item:nth-of-type(3n), .maker__item:nth-of-type(3n + 2) {
  margin-left: 2%;
}

.imageDesc {
  margin-top: 80px;
  display: flex;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  .imageDesc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .imageDesc:first-of-type {
    margin-top: 20px;
  }
}

.imageDesc__left {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .imageDesc__left {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
}

.imageDesc__subtitle {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}

.flow .imageDesc__subtitle {
  font-weight: 400;
}

.imageDesc__title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .imageDesc__title {
    font-size: 20px;
  }
}

.imageDesc__title--thin {
  font-size: 22px;
  font-weight: 300;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .imageDesc__title--thin {
    font-size: 20px;
  }
}
.imageDesc__title--thin span {
  font-size: 16px;
}

.imageDesc__content {
  margin-top: 20px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .imageDesc__content {
    padding-right: 0;
  }
}
.imageDesc__content dt {
  font-weight: 400;
  margin-top: 40px;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 32px;
}
.imageDesc__content dd {
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
}
.imageDesc__content span {
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  color: #00AEBB;
  font-family: "Noto Sans JP", serif;
}

.imageDesc__text {
  line-height: 32px;
  font-weight: 400;
}

.imageDesc__right {
  width: 45%;
  height: auto;
  order: 2;
}
@media screen and (max-width: 768px) {
  .imageDesc__right {
    width: 100%;
    margin-top: 30px;
  }
}
.imageDesc__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  background-color: #00AEBB;
  padding: 19px 60px;
  display: flex;
  justify-content: space-between;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 998;
  font-size: 14px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 999px) {
  .header {
    background-color: white;
    padding: 0;
    height: 55px;
  }
}
.header nav {
  display: flex;
  justify-content: end;
}

.header__logo {
  font-weight: 700;
  padding-left: 35px;
}
@media screen and (max-width: 999px) {
  .header__logo {
    padding-left: 25px;
  }
}
.header__logo:hover, .header__logo:active {
  color: white;
}
.header__logo img {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__logo img {
    display: block;
    height: 55px;
    padding: 5px 0;
    box-sizing: border-box;
  }
}
.header__logo p {
  display: block;
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .header__logo p {
    display: none;
  }
}

.header__inner {
  z-index: 997;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  background-image: url(../images/top/logo-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .header__inner {
    background-color: white;
    width: 100%;
  }
}

.header__menues {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 999px) {
  .header__menues .header__menu {
    width: 55px;
    height: 55px;
    background-color: #00AEBB;
  }
}
.header__menues .header__menu img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .header__menues .header__menu p {
    font-size: 10px;
    color: white;
    text-align: center;
    line-height: 1;
  }
}
.header__menues .header__menu--tel img {
  width: 34px;
}
.header__menues .header__menu--tel p {
  margin-top: 5px;
}
.header__menues .header__menu--mail img {
  width: 30px;
}
.header__menues .header__menu--mail p {
  margin-top: 5px;
}
.header__menues .header__menu--map img {
  width: 20px;
  position: relative;
  top: -3px;
}
.header__menues .header__menu--map p {
  margin-top: 0;
}
.header__menues .header__menu--instagram {
  background-image: url(../images/instagram-bg.svg);
  padding: 8px 0;
}
.header__menues .header__menu--instagram img {
  width: 28px;
}
.header__menues .header__menu--instagram p {
  margin-top: 3px;
  font-size: 8px;
}

@media screen and (max-width: 999px) {
  .header__menues--insideLink {
    position: absolute;
    top: -100vh;
    background-color: #00AEBB;
    color: white;
    transition: top 1s;
    display: block;
    z-index: 996;
    width: 100%;
    text-align: center;
    overflow: scroll;
    height: calc(100vh - 50px);
  }
}
@media screen and (max-width: 999px) {
  .header__menues--insideLink .header__menu {
    width: 100%;
  }
}

.header__menues--insideLink.open {
  top: 50px;
}

.header__menues--outsideLink {
  display: none;
}
@media screen and (max-width: 999px) {
  .header__menues--outsideLink {
    display: flex;
  }
}
.header__menues--outsideLink li {
  margin-left: 3px;
}
.header__menues--outsideLink img {
  width: 50px;
}

.header__menu {
  padding-left: 20px;
}
.header__menu a:hover, .header__menu a:active {
  color: white;
}
@media screen and (max-width: 999px) {
  .header__menu {
    padding: 10px 0;
    border-top: 1px solid white;
  }
}
@media screen and (max-width: 768px) {
  .header__menu--notInSP {
    display: none;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 55px;
  height: 55px;
  cursor: pointer;
  padding: 16px 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .hamburger {
    display: flex;
  }
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: 0.3s;
}

/* アニメーション（ハンバーガーアイコン） */
.open.hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(9px, 9px);
}

.open.hamburger span:nth-child(2) {
  opacity: 0;
}

.open.hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.footer {
  padding: 80px 0;
  background-color: #00AEBB;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 50px;
    padding: 0;
  }
}

.footer__menues {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer__menues {
    display: block;
  }
}

.footer__menu {
  font-size: 19px;
  font-weight: 400;
  color: white;
  padding: 0 15px;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    text-align: center;
    border-bottom: 1px solid white;
    font-size: 16px;
  }
}
.footer__menu a:hover, .footer__menu a:active {
  color: white;
}

.footer__logo {
  margin-top: 60px;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: white;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    display: none;
  }
}
.footer__logo:hover, .footer__logo:active {
  color: white;
}

.footer__copyright {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    padding: 20px 0;
    margin: 0;
  }
}

/* fadein のクラス名が入っている要素を非表示にする */
.fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s;
}

.pagination {
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}

.pagination__link a {
  display: block;
  font-size: 16px;
  color: white;
  background-color: gray;
  padding: 10px 30px;
  font-weight: 600;
  margin: 0 20px;
}

.splide#mvSlider-sp {
  display: none;
}
@media screen and (max-width: 593px) {
  .splide#mvSlider-sp {
    display: block;
  }
}
.splide#mvSlider-pc {
  display: block;
}
@media screen and (max-width: 593px) {
  .splide#mvSlider-pc {
    display: none;
  }
}
.splide .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  transition: opacity 1s ease;
  background-color: white;
}

svg {
  width: 17vw;
  height: auto;
  position: absolute;
  top: calc(50vh + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  svg {
    width: 40%;
    top: calc(63.3333333333vw + 50px);
  }
}

.svg-element {
  opacity: 0;
  transition: opacity 1s ease;
}

html.noscroll {
  overflow: hidden;
  scrollbar-gutter: stable;
}

html.noscroll > body {
  overflow: hidden;
}

.nb-map {
  max-width: 1680px;
  margin: 20px auto;
  overflow-x: auto;
  line-height: 1.6;
  letter-spacing: 0;
}

.nb-map-video-container {
  position: relative;
  width: 100%;
  background-color: #fff;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.nb-map-video-container video {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 1400px) {
  .nb-map-video-container {
    aspect-ratio: 14.5/9;
  }
  .nb-map-video-container video {
    margin-left: -8.275875%;
  }
}
@media screen and (max-width: 700px) {
  .nb-map {
    margin-bottom: 0;
  }
  .nb-map-video-container {
    width: 700px;
  }
  .nb-map-pin-icon {
    width: 24px;
    height: 24px;
  }
}
.nb-map-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nb-map-pin {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 250px;
  animation-delay: 0.3s;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-name: pinFadeIn;
  animation-timing-function: ease-in;
  visibility: visible !important;
  overflow: visible;
  z-index: 1;
}
.nb-map-pin svg {
  width: 30px;
  position: static;
  transform: translate(0, 0);
}

.nb-map-pin-link {
  display: block;
  width: 30px;
  height: 30px;
}

.nb-map-pin .nb-map-pin-title {
  display: none;
  position: absolute;
  top: -5px;
  left: 28px;
  min-width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 9px 15px 7px 15px;
  line-height: 1;
  color: #000;
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  visibility: visible !important;
  background-color: #fff;
  border: solid 2px red;
  border-radius: 20px;
}

.nb-map-pin.t-left {
  width: 30px;
}

.nb-map-pin.t-left .nb-map-pin-title {
  left: -177px;
}

.nb-map-pin.active > .nb-map-pin-title,
.nb-map-pin-link:hover + .nb-map-pin-title {
  display: block;
}

.fx-fadein {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pinFadeIn {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  40% {
    opacity: 0.9;
    transform: translateY(-40px);
  }
  70% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
  }
}
/* SIDE MENU */
#nb-map-menu-overlay {
  box-sizing: border-box;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1050;
}

#nb-map-menu {
  font-family: sans-serif;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 100vh;
  background-color: #000;
  background-color: rgba(255, 255, 255, 0.93);
  transform-origin: top left;
  transition: all 300ms ease;
  opacity: 0;
  z-index: 1099;
  overflow-x: hidden;
  overflow-y: auto;
}

#nb-map-menu.open {
  width: 480px;
  opacity: 1;
  height: 100vh;
}

@media screen and (max-width: 480px) {
  #nb-map-menu.open {
    width: 100%;
  }
}
#nb-menu-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 34px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
}

#nb-map-menu .nb-menu-content {
  padding: 30px 50px 50px 50px;
  font-size: 15px;
  color: #303338;
  line-height: 1.8;
}

#nb-map-menu .nb-menu-content img {
  max-width: 100%;
  height: auto;
}

#nb-map-menu .nb-menu-content h3 {
  font-size: 24px;
  margin: 1em 0;
  padding: 0;
  text-align: left;
}

#nb-map-menu .nb-menu-content p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 1em;
  margin-bottom: 1em;
}

#nb-map-menu .nb-menu-content .nb-more-link {
  text-align: center;
}

#nb-map-menu .nb-menu-content .nb-more-link a,
#nb-map-menu .nb-menu-content .nb-more-link a:visited,
#nb-map-menu .nb-menu-content .nb-more-link a:hover {
  display: block;
  padding: 15px 15px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  /*    background-color: #FF645A; #303338 */
  background-color: #009145;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease;
}

#nb-map-menu .nb-menu-content .nb-more-link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 700px) {
  #nb-map-menu .nb-menu-content {
    padding: 0 20px 30px 20px;
  }
  #nb-map-menu .nb-menu-content {
    font-size: 15px;
  }
  #nb-map-menu .nb-menu-content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #nb-map-menu .nb-menu-content h3 {
    text-align: center;
  }
}
/*
* pages
* -------------------------------------------------------------------
*/
.topNews {
  margin-top: 30px;
}

.separator {
  display: flex;
  height: 300px;
}
.separator img {
  width: 33.333%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .separator {
    height: 80px;
  }
}

.instagramSection__image {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}
.instagramSection__image img {
  width: 700px;
  height: 700px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .instagramSection__image img {
    width: 100%;
    height: auto;
  }
}

.recruitSection__image {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}
.recruitSection__image img {
  width: 100%;
  max-width: 700px;
  height: 430px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .recruitSection__image img {
    height: 200px;
  }
}

.mainContent {
  display: none;
}

.aboutus .section__desc {
  text-align: left;
}

.sdgs {
  margin-top: 80px;
}

.sdgs__image {
  margin-top: 60px;
  width: 100%;
  height: auto;
}
.sdgs__image img {
  width: 100%;
  object-fit: contain;
}

.areas {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .areas {
    padding-top: 80px;
    margin-top: 0;
  }
}
.areas:first-of-type {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .areas:first-of-type {
    padding-top: 80px;
    margin-top: 0;
  }
}
.areas .thumbnailList {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .areas .thumbnailList {
    margin-top: 0;
  }
}

.after .descList {
  margin-top: 100px;
}
.after .section__desc {
  max-width: 850px;
}

.recruit__link {
  margin: 120px auto 0;
  background-color: gray;
  color: white;
  font-size: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px;
}

.works {
  margin-top: 100px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .works {
    padding-top: 0;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .works .section__heading {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .works .section__heading--sansSerif {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
  }
}
.works .section__desc {
  text-align: center;
}
.works .section__content--wide {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .works .section__content--wide {
    margin-top: 0;
  }
}

.single-works {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .single-works {
    padding-top: 30px;
  }
}
.single-works .section__heading {
  font-size: 22px;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .single-works .section__heading {
    font-size: 20px;
  }
}

.works__img {
  width: 100%;
  height: auto;
  margin-top: 60px;
  position: relative;
}
.works__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.works__img__note {
  font-size: 16px;
  background-color: #222222;
  padding: 7px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-weight: 600;
  width: 91px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .works__img__note {
    padding: 3px;
    width: 60px;
  }
}

.works__text {
  font-size: 16px;
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .works__text {
    padding: 0 20px;
  }
}

.news {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 80px;
  }
}
.news article {
  padding: 0 0 60px;
  border-bottom: 2px solid black;
}
@media screen and (max-width: 768px) {
  .news article {
    padding: 0 0 30px;
    border-bottom: none;
    position: relative;
  }
}
.news article:before {
  content: "";
  background-color: black;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  display: none;
}
@media screen and (max-width: 768px) {
  .news article:before {
    display: block;
  }
}
.news article:last-of-type {
  border: none;
}
.news article .article__date {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .news article .article__date {
    padding-top: 0;
  }
}
.news article img {
  width: 100%;
}
.news a:hover {
  color: black;
  cursor: auto;
}

.news__button {
  margin: 40px auto 0;
  background-color: lightgray;
  color: white;
  padding: 10px;
  width: 240px;
  text-align: center;
}

.areamap__movie {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .areamap__movie {
    padding: 0;
  }
}/*# sourceMappingURL=mystyle.css.map */