* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul {
  list-style: none;
}

body {
  background-color: #FBFBFB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.l-section {
  margin-bottom: 160px;
}
.l-section.mb0 {
  margin-bottom: 0;
}

.l-inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.l-section-title {
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 24px;
}
.l-section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
}

.p-open-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.p-open-header__inner {
  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-left: 24px;
}
.p-open-header__logo {
  width: 337px;
  max-width: 100%;
}
.p-open-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
.p-open-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}
.p-open-header__menu--list {
  font-size: 18px;
  letter-spacing: 0.08em;
  padding: 8px 32px;
  border: 1px solid #000;
  border-radius: 40px;
}
.p-open-header__cta {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #EB5C01;
  text-align: center;
  padding: 12px 0;
}
.p-open-header__cta--icon {
  width: 36px;
  margin: 0 auto;
}
.p-open-header__cta--text {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.p-open-header__hum {
  display: none;
  width: 80px;
  height: 80px;
  background-color: #EB5C01;
  position: relative;
}
.p-open-header__hum--bar {
  display: block;
  width: 46.66%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-open-header__hum--bar:first-child {
  top: calc(50% - 8px);
}
.p-open-header__hum--bar:last-child {
  top: calc(50% + 8px);
}
.p-open-drawer {
  display: none;
}
.p-open-fv {
  padding-top: 160px;
}
.p-open-fv__inner {
  width: 1200px;
  max-width: 100%;
  padding: 16px 0 56px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 16px;
}
.p-open-fv__title {
  font-size: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 8px;
}
.p-open-fv__en {
  font-size: 72px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #EB5C01;
  margin-bottom: 40px;
}
.p-open-fv__only--reserve {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}
.p-open-fv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-open-fv__flex--left {
  width: 320px;
}
.p-open-fv__flex--right {
  padding: 32px 68px 32px 32px;
  background-color: #FEF9EE;
  border-radius: 0 24px 0 24px;
}
.p-open-fv__flex--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-open-fv__flex--info:last-child {
  margin-bottom: 40px;
}
.p-open-fv__flex--info__label {
  padding: 8px 32px;
  background-color: #EB5C01;
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 18px;
  border-radius: 40px;
  font-weight: bold;
}
.p-open-fv__flex--info__item {
  padding: 8px 32px;
  background-color: #fff;
  letter-spacing: 0.08em;
  font-size: 18px;
  border-radius: 40px;
  font-weight: bold;
}
.p-open-fv__flex--cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-open-fv__flex--cta__calendar {
  width: 240px;
  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;
  gap: 0 16px;
  background-color: #000;
  color: #fff;
  padding: 16px 0;
}
.p-open-fv__flex--cta__calendar img {
  width: 22.75px;
}
.p-open-fv__flex--cta__phone {
  width: 240px;
  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;
  gap: 0 16px;
  border: 1px solid #000;
  padding: 16px 0;
  background-color: #fff;
}
.p-open-fv__flex--cta__phone img {
  width: 25.07px;
}
.p-open-fv__note {
  margin: 16px 0;
  text-indent: -1em;
  padding-left: 1em;
}
.p-open-fv__calendar {
  width: 80%;
  margin: 32px auto;
  border-radius: 16px;
}
.p-open-concept__bg {
  width: 56.22%;
  max-width: 100%;
  margin-left: auto;
}
.p-open-concept .c-subtitle {
  margin-bottom: 24px;
}
.p-open-concept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 48px;
  margin-top: -330px;
}
.p-open-concept__content {
  padding: 40px;
  background-color: #fff;
  width: 528px;
  border-radius: 0 40px 0 0;
}
@media screen and (min-width: 1439px) {
  .p-open-concept__content {
    width: 620px;
  }
}
.p-open-concept__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.p-open-concept__place--icon {
  width: 12.18px;
}
.p-open-concept__place--tetx {
  font-size: 24px;
}
.p-open-concept__copy {
  font-size: 32px;
  line-height: 1.4062;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-open-concept__text {
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.p-open-concept__outline {
  width: 420px;
  max-width: 100%;
}
.p-open-point {
  padding: 130px 0 80px;
  background-color: #F4F4F4;
  position: relative;
}
.p-open-point__title {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.p-open-point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
}
.p-open-point__item {
  width: 300px;
  max-width: 100%;
  padding: 48px 10px 10px 10px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.p-open-point__item--number {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-open-point__item--text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.03em;
  line-height: 1.333;
  height: 64px;
}
.p-open-point__item--figure {
  border-radius: 4px;
}
.p-open-present__title {
  text-align: center;
  margin-bottom: 40px;
}
.p-open-present__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4px;
  margin-bottom: 40px;
}
.p-open-present__lead--text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #EB5C01;
  padding: 4px 8px;
}
.p-open-present__text {
  text-align: center;
  font-size: 18px;
}
.p-open-access__title {
  text-align: center;
  margin-bottom: 80px;
}
.p-open-access__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45.5%;
}
.p-open-access__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-open-access__detail {
  width: 100%;
  margin: 0 auto 40px;
}
.p-open-contact {
  padding: 40px 0;
  background-color: #F4F4F4;
}
.p-open-contact__title {
  text-align: center;
  margin-bottom: 40px;
}
.p-open-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
}
.p-open-contact__calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  padding: 24px 0;
  gap: 0 16px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-open-contact__calendar img {
  width: 22.75px;
}
.p-open-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000;
  background-color: #fff;
  padding: 24px 0;
  gap: 0 16px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.p-open-contact__phone img {
  width: 25.07px;
}
.p-open-contact__note {
  text-align: center;
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
}
.p-open-100years__figure {
  margin-bottom: 80px;
}
.p-open-100years__text {
  line-height: 2;
}
.p-open-works__title {
  text-align: center;
  margin-bottom: 80px;
}
.p-open-works__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
}
.p-open-works__item {
  width: 240px;
  height: 240px;
  max-width: 100%;
}
.p-open-info__title {
  text-align: center;
  margin-bottom: 64px;
}
.p-open-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
.p-open-info__item {
  width: 48%;
}
.p-open-info__item--table {
  padding: 24px;
  background-color: #F4F4F4;
}
.p-open-info__item--name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-open-info__item--address {
  margin-bottom: 16px;
}
.p-open-info__item--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}
.p-open-info__item--row:first-of-type {
  border-top: 1px solid #000;
}
.p-open-info__item--row:last-of-type {
  margin-bottom: 24px;
}
.p-open-info__item--left {
  width: 92px;
  text-align: center;
}
.p-open-info__gmap {
  display: block;
  width: 240px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  border-radius: 8px;
}
.p-open-footer {
  padding: 16px 0;
  text-align: center;
}

@media screen and (min-width: 501px) and (max-width: 1366px) {
  body {
    font-size: 1.17130304vw;
  }
  .l-section {
    margin-bottom: 11.7130304vw;
  }
  .l-inner {
    width: 73.20644vw;
  }
  .l-section-title {
    font-size: 3.51390912vw;
    margin-bottom: 5.8565152vw;
    padding-bottom: 1.75695456vw;
  }
  .l-section-title::after {
    width: 5.8565152vw;
    height: 0.29282576vw;
  }
  .c-title {
    font-size: 3.51390912vw;
  }
  .p-open-header__inner {
    padding-left: 1.75695456vw;
  }
  .p-open-header__logo {
    width: 24.67057028vw;
  }
  .p-open-header__right {
    gap: 0 1.75695456vw;
  }
  .p-open-header__menu {
    gap: 0 1.17130304vw;
  }
  .p-open-header__menu--list {
    font-size: 1.31771592vw;
    padding: 0.58565152vw 2.34260608vw;
  }
  .p-open-header__cta {
    width: 5.8565152vw;
    height: 5.8565152vw;
    padding: 0.87847728vw 0;
  }
  .p-open-header__cta--icon {
    width: 2.63543184vw;
  }
  .p-open-header__cta--text {
    font-size: 1.02489016vw;
  }
  .p-open-fv {
    padding-top: 11.7130304vw;
  }
  .p-open-fv__inner {
    width: 87.847728vw;
    padding: 1.17130304vw 0 4.09956064vw;
  }
  .p-open-fv__title {
    font-size: 2.9282576vw;
    margin-bottom: 0.58565152vw;
  }
  .p-open-fv__en {
    font-size: 5.27086368vw;
    margin-bottom: 2.9282576vw;
  }
  .p-open-fv__flex {
    gap: 0 2.9282576vw;
  }
  .p-open-fv__flex--left {
    width: 23.4260608vw;
  }
  .p-open-fv__flex--right {
    padding: 2.34260608vw 4.97803792vw 2.34260608vw 2.34260608vw;
  }
  .p-open-fv__flex--info {
    gap: 0 1.17130304vw;
    margin-bottom: 1.17130304vw;
  }
  .p-open-fv__flex--info:last-child {
    margin-bottom: 2.9282576vw;
  }
  .p-open-fv__flex--info__label {
    padding: 0.58565152vw 2.34260608vw;
    font-size: 1.31771592vw;
  }
  .p-open-fv__flex--info__item {
    padding: 0.58565152vw 2.34260608vw;
    font-size: 1.31771592vw;
  }
  .p-open-fv__flex--cta {
    gap: 0 1.75695456vw;
  }
  .p-open-fv__flex--cta__calendar {
    width: 17.5695456vw;
    gap: 0 1.17130304vw;
    padding: 1.17130304vw 0;
  }
  .p-open-fv__flex--cta__calendar img {
    width: 1.66544651vw;
  }
  .p-open-fv__flex--cta__phone {
    width: 17.5695456vw;
    gap: 0 1.17130304vw;
    padding: 1.17130304vw 0;
  }
  .p-open-fv__flex--cta__phone img {
    width: 1.8352854508vw;
  }
  .p-open-concept__bg {
    width: 56.22254592vw;
  }
  .p-open-concept .c-subtitle {
    margin-bottom: 1.75695456vw;
  }
  .p-open-concept__wrap {
    gap: 0 3.51390912vw;
    margin-top: -24.1581252vw;
  }
  .p-open-concept__content {
    padding: 2.9282576vw;
    width: 38.65300032vw;
  }
  .p-open-concept__place {
    gap: 0 0.58565152vw;
    margin-bottom: 1.17130304vw;
  }
  .p-open-concept__place--icon {
    width: 0.8916544392vw;
  }
  .p-open-concept__place--tetx {
    font-size: 1.75695456vw;
  }
  .p-open-concept__copy {
    font-size: 2.34260608vw;
    line-height: 1.4062;
    margin-bottom: 1.17130304vw;
  }
  .p-open-concept__text {
    line-height: 1.75;
  }
  .p-open-concept__outline {
    width: 30.7467048vw;
  }
  .p-open-point {
    padding: 9.5168372vw 0 5.8565152vw;
  }
  .p-open-point__title {
    top: -2.1961932vw;
  }
  .p-open-point__wrap {
    gap: 0 3.660322vw;
  }
  .p-open-point__item {
    width: 21.961932vw;
    padding: 3.51390912vw 0.7320644vw 0.7320644vw 0.7320644vw;
  }
  .p-open-point__item--number {
    font-size: 2.04978032vw;
    padding: 0.87847728vw 1.17130304vw;
    top: -2.34260608vw;
  }
  .p-open-point__item--text {
    font-size: 1.17130304vw;
    margin-bottom: 1.17130304vw;
    height: 3.660322vw;
  }
  .p-open-present__title {
    margin-bottom: 2.9282576vw;
  }
  .p-open-present__lead {
    gap: 0 0.29282576vw;
    margin-bottom: 2.9282576vw;
  }
  .p-open-present__lead--text {
    font-size: 1.75695456vw;
    padding: 0.29282576vw 0.58565152vw;
  }
  .p-open-present__text {
    font-size: 1.31771592vw;
  }
  .p-open-access__title {
    margin-bottom: 5.8565152vw;
  }
  .p-open-contact {
    padding: 2.9282576vw 0;
  }
  .p-open-contact__title {
    margin-bottom: 2.9282576vw;
  }
  .p-open-contact__wrap {
    gap: 0 5.8565152vw;
  }
  .p-open-contact__calendar {
    width: 23.4260608vw;
    padding: 1.75695456vw 0;
    gap: 0 1.17130304vw;
    font-size: 1.31771592vw;
  }
  .p-open-contact__calendar img {
    width: 1.66544651vw;
  }
  .p-open-contact__phone {
    width: 23.4260608vw;
    padding: 1.75695456vw 0;
    gap: 0 1.17130304vw;
    font-size: 1.31771592vw;
  }
  .p-open-contact__phone img {
    width: 1.8352854508vw;
  }
  .p-open-100years__figure {
    margin-bottom: 5.8565152vw;
  }
  .p-open-works__title {
    margin-bottom: 5.8565152vw;
  }
  .p-open-works__wrap {
    gap: 0.95168372vw;
  }
  .p-open-works__item {
    width: 17.5695456vw;
    height: 17.5695456vw;
  }
  .p-open-info__title {
    margin-bottom: 4.68521216vw;
  }
  .p-open-info__wrap {
    gap: 0 2.9282576vw;
  }
  .p-open-info__item {
    width: 48%;
  }
  .p-open-info__item--table {
    padding: 1.75695456vw;
  }
  .p-open-info__item--name {
    font-size: 1.75695456vw;
    margin-bottom: 0.58565152vw;
  }
  .p-open-info__item--address {
    margin-bottom: 1.17130304vw;
  }
  .p-open-info__item--row {
    padding: 1.17130304vw 0;
  }
  .p-open-info__item--row:last-of-type {
    margin-bottom: 1.75695456vw;
  }
  .p-open-info__item--left {
    width: 6.73499248vw;
  }
  .p-open-info__gmap {
    width: 17.5695456vw;
    padding: 0.7320644vw 0;
  }
  .p-open-footer {
    padding: 1.17130304vw 0;
  }
}
@media screen and (max-width: 500px) {
  .l-inner {
    padding: 0 20px;
  }
  .c-title {
    font-size: 28px;
    text-align: center;
  }
  .c-subtitle {
    text-align: center;
  }
  .l-section {
    margin-bottom: 80px;
  }
  .l-section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .l-section-title::after {
    width: 40px;
    height: 2px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .p-open-header__inner {
    padding-left: 10px;
  }
  .p-open-header__logo {
    width: 238px;
  }
  .p-open-header__right {
    gap: 0 1px;
  }
  .p-open-header__menu {
    display: none;
  }
  .p-open-header__cta {
    width: 56px;
    height: 56px;
    padding: 8px 0;
  }
  .p-open-header__cta--icon {
    width: 24px;
  }
  .p-open-header__cta--text {
    font-size: 12px;
    font-weight: 500;
  }
  .p-open-header__hum {
    display: block;
    width: 56px;
    height: 56px;
  }
  .p-open-header__hum--bar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-open-header__hum.js-active .p-open-header__hum--bar:first-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-open-header__hum.js-active .p-open-header__hum--bar:nth-child(2) {
    opacity: 0;
  }
  .p-open-header__hum.js-active .p-open-header__hum--bar:last-child {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .p-open-drawer {
    display: block;
    position: fixed;
    width: 100%;
    top: -100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99998;
  }
  .p-open-drawer.js-active {
    top: 56px;
  }
  .p-open-drawer__menu {
    padding: 56px 40px;
    background: #EB5C01;
  }
  .p-open-drawer__menu--list {
    padding: 8px 0;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 24px;
  }
  .p-open-drawer__menu--list a {
    color: #fff;
  }
  .p-open-fv {
    padding: 76px 20px 0;
  }
  .p-open-fv__inner {
    padding: 20px 8px;
  }
  .p-open-fv__only--reserve {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .p-open-fv__flex {
    display: block;
  }
  .p-open-fv__flex--left {
    margin: 0 auto 16px;
  }
  .p-open-fv__flex--right {
    padding: 20px 10px;
    border-radius: 4px;
  }
  .p-open-fv__flex--info {
    display: block;
  }
  .p-open-fv__flex--info:last-of-type {
    margin-bottom: 48px;
  }
  .p-open-fv__flex--info__label {
    font-size: 16px;
    padding: 4px 24px;
    display: inline-block;
    margin-bottom: 16px;
  }
  .p-open-fv__flex--info__item {
    font-size: 16px;
    padding: 4px 24px;
    margin-bottom: 10px;
  }
  .p-open-fv__flex--cta {
    display: block;
  }
  .p-open-fv__flex--cta__calendar {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-open-fv__flex--cta__phone {
    width: 100%;
    margin-bottom: 28px;
  }
  .p-open-fv__title {
    font-size: 20px;
  }
  .p-open-fv__en {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .p-open-fv__note {
    margin-top: 0;
  }
  .p-open-fv__calendar {
    margin: 16px auto 32px;
    width: 100%;
  }
  .p-open-concept__wrap {
    margin-top: 0;
    display: block;
  }
  .p-open-concept .c-subtitle {
    margin-bottom: 32px;
  }
  .p-open-concept__bg {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-open-concept__content {
    width: 100%;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .p-open-concept__place {
    margin-bottom: 10px;
  }
  .p-open-concept__place--icon {
    width: 10px;
  }
  .p-open-concept__place--tetx {
    font-size: 14px;
  }
  .p-open-concept__copy {
    font-size: 18px;
  }
  .p-open-concept__text {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .p-open-point {
    padding: 118px 0 80px;
  }
  .p-open-point__title {
    top: -14px;
  }
  .p-open-point__wrap {
    display: block;
  }
  .p-open-point__item {
    width: 100%;
    margin-bottom: 52px;
  }
  .p-open-point__item:last-of-type {
    margin-bottom: 0;
  }
  .p-open-point__item--number {
    font-size: 24px;
    padding: 10px 14px;
    top: -28px;
  }
  .p-open-present__lead {
    display: block;
    margin-bottom: 20px;
  }
  .p-open-present__lead--text {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .p-open-present__text {
    font-size: 16px;
    text-align: left;
  }
  .p-open-access__title {
    margin-bottom: 40px;
  }
  .p-open-access__wrap {
    padding-top: 100%;
  }
  .p-open-contact__title {
    margin-bottom: 24px;
  }
  .p-open-contact__wrap {
    display: block;
  }
  .p-open-contact__calendar {
    margin: 0 auto 16px;
  }
  .p-open-contact__phone {
    margin: 0 auto;
  }
  .p-open-contact__note {
    font-size: 14px;
    font-weight: normal;
    margin-top: 24px;
  }
  .p-open-100years__figure {
    margin-bottom: 40px;
  }
  .p-open-100years__text {
    font-size: 14px;
  }
  .p-open-works__title {
    margin-bottom: 40px;
  }
  .p-open-works__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
  .p-open-works__item {
    width: 46%;
    height: auto;
  }
  .p-open-info__title {
    margin-bottom: 48px;
  }
  .p-open-info__wrap {
    display: block;
  }
  .p-open-info__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-open-info__item--table {
    padding: 16px 16px 24px;
  }
  .p-open-info__item--name {
    font-size: 18px;
  }
  .p-open-info__item--address {
    font-size: 14px;
  }
  .p-open-info__item--row {
    font-size: 14px;
    padding: 8px 0;
  }
  .p-open-info__item--left {
    width: 90px;
  }
  .p-open-footer {
    padding: 8px 0;
  }
  .p-open-footer__copy {
    font-size: 14px;
  }
}