@charset "UTF-8";
/* about用css */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Jost-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
/* コンテンツ共通スタイル */
main {
  padding-top: 0;
}

#mainimg-area {
  text-align: center;
  padding: 11em 0 14em 0;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  #mainimg-area {
    background-image: url(../img/top/bg_mainimg_btm.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 55px;
  }
}
#mainimg-area::before {
  width: 50%;
  height: 100%;
  background-color: #F5F8E5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}
#mainimg-area::after {
  width: 100%;
  height: 12vw;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(../img/common/img_mainimg_btm.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 127% auto;
  content: "";
}
@media screen and (min-width: 1920px) {
  #mainimg-area::after {
    height: 233px;
    background-size: 2440px 233px;
  }
}
#mainimg-area .inner {
  width: 100%;
  padding-left: 7%;
}
@media screen and (min-width: 1920px) {
  #mainimg-area .inner {
    padding-right: calc(50vw - 935px);
    padding-left: calc(50vw - 885px);
  }
}
#mainimg-area .inner {
  margin-bottom: 3em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#mainimg-area h1 {
  font-size: 1.4vw;
}
@media screen and (min-width: 1920px) {
  #mainimg-area h1 {
    font-size: 27px;
  }
}
#mainimg-area h1 {
  text-align: right;
  width: 25.5%;
  position: relative;
  z-index: 10;
  order: 3;
  margin-bottom: 3em;
}
#mainimg-area h1 span.ja {
  color: #201E5E;
  line-height: 1.2;
  text-align: right;
  padding: 0 1.5em 0 0;
  display: inline-block;
  position: relative;
  z-index: 10;
}
#mainimg-area h1 span.ja span {
  font-size: 1.9em;
  font-weight: 900;
  letter-spacing: -0.02em;
}
#mainimg-area h1 span.en {
  font-family: "Oswald";
  font-style: normal;
  letter-spacing: 0;
  font-size: 7.5em;
  color: #f1f1f1;
  text-align: right;
  letter-spacing: -0.02em;
  line-height: 0.9;
  position: absolute;
  top: -1.9em;
  right: 0;
  z-index: 0;
}
#mainimg-area .catch-area {
  text-align: left;
  width: 100%;
  padding-bottom: 2em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  position: relative;
  z-index: 20;
  order: 0;
}
#mainimg-area .catch-area p.catch br {
  display: none;
}
#mainimg-area .catch-area p.catch strong {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto";
  font-style: normal;
  font-weight: 500;
  font-size: 2.8em;
  font-weight: 900;
  letter-spacing: -0.01em;
}
#mainimg-area .catch-area p.catch + p {
  font-weight: normal;
  padding-left: 2em;
}
#mainimg-area .info-area {
  width: 43.5%;
  order: 1;
}
#mainimg-area .info-area .info-area-inner {
  font-size: 0.85vw;
}
@media screen and (min-width: 1920px) {
  #mainimg-area .info-area .info-area-inner {
    font-size: 16px;
  }
}
#mainimg-area .info-area .info-area-inner {
  width: 85%;
  padding: 1em 1.5em;
  margin: 1em 0;
  border: solid 1px #201E5E;
  border-radius: 15px;
  background: transparent url(../img/top/can_info.png) no-repeat left 5em top 1em/4em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  justify-content: flex-start;
}
#mainimg-area .info-area .info-area-inner h2 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto";
  font-style: normal;
  font-weight: 500;
  font-weight: 900;
  font-size: 1.6em;
  color: #201E5E;
}
#mainimg-area .info-area .info-area-inner h2 span {
  font-size: 1.1rem;
  font-weight: normal;
  writing-mode: initial;
  letter-spacing: 0;
}
#mainimg-area .info-area .info-area-inner p#updated-date {
  font-size: 1.1em;
}
#mainimg-area .info-area .info-area-inner p.note {
  font-size: 0.8em;
  text-align: left;
  padding-left: 5em;
}
#mainimg-area .info-area .info-area-inner table {
  margin: 1.5em 0 0.5em 0;
  width: 100%;
}
#mainimg-area .info-area .info-area-inner table tbody {
  height: 100%;
}
#mainimg-area .info-area .info-area-inner table th {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto";
  font-style: normal;
  font-weight: 500;
  font-weight: 900;
  font-size: 1.6em;
  color: #201E5E;
  letter-spacing: -0.3em;
  writing-mode: vertical-lr;
  vertical-align: middle;
  width: 1.25em;
  padding-right: 0.5em;
}
#mainimg-area .info-area .info-area-inner table td {
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  padding: 0.25em 1em;
}
#mainimg-area .info-area .info-area-inner table td[id] {
  text-align: center;
}
#mainimg-area .info-area .info-area-inner table td span {
  font-size: 1.4em;
  font-weight: bold;
  color: #FF3A3B;
}
#mainimg-area .info-area .info-area-inner table tbody.taito th {
  transform: translateY(-0.25em);
}
#mainimg-area .info-area .info-area-inner table tbody.sumida th {
  text-align: center;
}
#mainimg-area .info-area .info-area-inner table tbody.sumida::before {
  content: "";
  display: table-row;
  height: 1em;
}
#mainimg-area .map-area {
  width: 31%;
  position: relative;
  z-index: 15;
  order: 2;
}
#mainimg-area .map-area h2 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto";
  font-style: normal;
  font-weight: 500;
  font-size: 1.3em;
  color: #c90f0f;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: left;
  position: relative;
  z-index: 15;
  transform: translateX(-2em) translateY(1.5em);
}
#mainimg-area .map-area figure {
  position: relative;
}
#mainimg-area .map-area figure figcaption {
  display: inline-block;
}
#mainimg-area .map-area figure figcaption span.tooltip-sumida, #mainimg-area .map-area figure figcaption span.tooltip-ueno {
  font-size: 0.85em;
  letter-spacing: -0.01em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 10;
}
#mainimg-area .map-area figure figcaption span.tooltip-sumida::before, #mainimg-area .map-area figure figcaption span.tooltip-ueno::before {
  width: 2em;
  height: 2.7em;
  display: block;
  background-image: url(../img/icon/pin.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  order: 1;
  content: "";
}
#mainimg-area .map-area figure figcaption span.tooltip-sumida span, #mainimg-area .map-area figure figcaption span.tooltip-ueno span {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#mainimg-area .map-area figure figcaption span.tooltip-sumida {
  top: 5%;
  right: 5%;
}
#mainimg-area .map-area figure figcaption span.tooltip-sumida span {
  padding: 0.75em 0.75em 2.25em 1em;
  background-image: url(../img/common/bg_tooltip_top.png);
}
#mainimg-area .map-area figure figcaption span.tooltip-ueno {
  bottom: 17%;
  left: 7.5%;
}
#mainimg-area .map-area figure figcaption span.tooltip-ueno::before {
  order: 0;
}
#mainimg-area .map-area figure figcaption span.tooltip-ueno span {
  padding: 2.25em 0.75em 0.75em 1em;
  background-image: url(../img/common/bg_tooltip_btm.png);
  order: 1;
}
#mainimg-area picture {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 3vw;
  left: 0;
  display: block;
}
#mainimg-area figure {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 3vw;
  left: 0;
  display: block;
}
#mainimg-area figure img {
  width: 100%;
}
@media screen and (min-width: 1920px) {
  #mainimg-area figure img {
    width: 1789px;
  }
}
#mainimg-area figure.welcome {
  width: 20%;
}
@media screen and (min-width: 1920px) {
  #mainimg-area figure.welcome {
    width: 381px;
  }
}
#mainimg-area figure.welcome {
  left: auto;
  right: 1em;
  bottom: 3.5em;
  text-align: left;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
#mainimg-area figure.welcome img {
  border-radius: 15px;
}
#mainimg-area figure.welcome figcaption {
  font-size: 1.2em;
  color: #188343;
  font-family: ta-oonishi, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  top: -0.5em;
  order: -1;
}
#mainimg-area figure.welcome figcaption span {
  position: absolute;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  display: block;
  top: 3em;
  right: 1em;
  width: 100%;
  text-align: right;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.top-calendar-area {
  padding: 5em 0;
  background-color: #E3EAAF;
  background-image: url(../img/top/bg_calendar_l.png), url(../img/top/bg_calendar_r.png);
  background-repeat: no-repeat;
  background-size: 10vw;
  background-position: left -2vw center, right -2vw center;
}
.top-calendar-area .inner {
  text-align: left;
  width: 80%;
}
@media screen and (min-width: 1920px) {
  .top-calendar-area .inner {
    width: 1420px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .top-calendar-area .inner {
    width: 90%;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  .top-calendar-area .inner {
    width: 90%;
  }
}
.top-calendar-area .inner {
  margin: 0 auto;
  padding: 3em 6%;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .top-calendar-area .inner {
    padding: 3em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  .top-calendar-area .inner {
    padding: 2em;
  }
}
.top-calendar-area .inner {
  background-color: #fff;
  border-radius: 20px;
}
.top-calendar-area .inner h2 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto";
  font-style: normal;
  font-weight: 500;
  font-size: 2em;
  font-weight: 700;
  color: #188343;
}

.top-contents-section .top-section-headline {
  margin-bottom: 5em;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  align-items: center;
}
.top-contents-section .top-section-headline h2 {
  line-height: 1;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  align-items: flex-start;
}
.top-contents-section .top-section-headline h2 span {
  display: inline-block;
}
.top-contents-section .top-section-headline h2 span.ja {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto";
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  font-size: 3em;
}
.top-contents-section .top-section-headline h2 span.en {
  font-size: 1.2em;
  color: #bbb;
  padding: 0.5em 0 0 0.1em;
}
.top-contents-section .top-section-headline p {
  padding-left: 2em;
}

.top-casestudy-area {
  padding: 8em 0 0;
  background-color: #EAFAFF;
  position: relative;
  z-index: 10;
}
.top-casestudy-area::before {
  width: 100%;
  height: 22vw;
  display: block;
  position: absolute;
  bottom: -14vw;
  left: 0;
  z-index: 1;
  background: #ffffff;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  content: "";
}
.top-casestudy-area::after {
  width: 100%;
  height: 22vw;
  display: block;
  position: absolute;
  bottom: -14vw;
  left: 0;
  z-index: 1;
  background: #EAFAFF;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
  content: "";
}
.top-casestudy-area .inner {
  width: 85%;
}
@media screen and (min-width: 1920px) {
  .top-casestudy-area .inner {
    width: 1632px;
  }
}
.top-casestudy-area .inner {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.top-casestudy-area .inner .top-section-headline {
  padding-left: 6em;
  background-image: url(../img/icon/casestudy.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
}
.top-casestudy-area .link-area {
  text-align: left;
  width: 85%;
}
@media screen and (min-width: 1920px) {
  .top-casestudy-area .link-area {
    width: 1632px;
  }
}
.top-casestudy-area .link-area {
  margin: 0 auto;
  padding-top: 4em;
  position: relative;
  z-index: 10;
}
.top-casestudy-area .link-area a.detail-link {
  background-color: #201E5E;
}

.top-voice-area {
  width: 85%;
}
@media screen and (min-width: 1920px) {
  .top-voice-area {
    width: 1632px;
  }
}
.top-voice-area {
  margin: 0 auto;
  padding: 6em 0 8em 0;
  position: relative;
  z-index: 15;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-voice-area .top-section-headline {
  width: 100%;
  padding-top: 2em;
  padding-right: 10em;
  justify-content: flex-end;
  background-image: url(../img/icon/voice.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
}
.top-voice-area .top-section-headline h2 {
  align-items: flex-end;
}
.top-voice-area .guidance-area {
  width: 25%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.top-voice-area .guidance-area picture {
  margin: 0 auto 2em auto;
}
.top-voice-area .guidance-area a.detail-link {
  margin: 0 auto;
  background-color: #188343;
}
.top-voice-area .voice-list-area {
  width: 70%;
}
.top-voice-area .voice-list-area ul.voice-list-ul li dl {
  padding: 0;
}

.top-calendar-area .sep-box {
  gap: 2em;
  align-items: center;
}
.top-calendar-area .sep-box dl.hours-dl {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  gap: 1em;
  align-items: center;
}
.top-calendar-area .sep-box dl.hours-dl dt {
  font-size: 1.1em;
}
.top-calendar-area .sep-box dl.hours-dl dd:last-child {
  margin-left: 1em;
}

#calendar {
  margin: 2.5em 0 0 0;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  gap: 5%;
}
#calendar .calendar-month {
  width: 47.5%;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  gap: 2.5em;
}
#calendar .calendar-month h3 {
  width: 20%;
  font-size: 1em;
  text-align: center;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-direction: column;
}
#calendar .calendar-month h3 span {
  color: #188343;
  font-size: 1.5em;
}
#calendar .calendar-month h3 span.num {
  font-size: 3em;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.1em;
}
#calendar .calendar-month h3 small {
  font-size: 0.8em;
}
#calendar .calendar-month h3 em {
  color: #000;
}
#calendar .calendar-month table.calendar-table {
  width: 80%;
  font-size: 1.2em;
}
#calendar .calendar-month table.calendar-table th, #calendar .calendar-month table.calendar-table td {
  text-align: center;
}
#calendar .calendar-month table.calendar-table th:nth-child(1) {
  color: #FF3A3B;
}
#calendar .calendar-month table.calendar-table th:nth-child(7) {
  color: #4A94BF;
}
#calendar .calendar-month table.calendar-table td {
  width: 3em;
  padding: 0.5em 0;
}
#calendar .calendar-month table.calendar-table td.closed {
  color: #FF3A3B;
}
#calendar .calendar-month table.calendar-table td.morning {
  color: #4A94BF;
}
#calendar .calendar-month table.calendar-table td.taito {
  color: #FBB731;
}

@media screen and (min-width: 1281px) and (max-width: 1650px) {
  #mainimg-area .inner .catch-area {
    padding-right: 3vw;
    align-items: center;
  }
  #mainimg-area .inner .catch-area p {
    width: 50%;
  }
  #mainimg-area .inner .catch-area p.catch {
    font-size: 1em !important;
    white-space: nowrap;
  }
  #mainimg-area .inner .catch-area p.catch strong {
    font-size: 3vw;
  }
  #mainimg-area .inner .info-area .info-area-inner {
    font-size: 1vw;
    width: 90%;
    background-position: left 2em top 1em;
  }
  #mainimg-area .inner .map-area h2 {
    width: 60%;
    transform: translateX(-1em) translateY(1.5em);
  }
  #mainimg-area .inner .map-area figure {
    bottom: 0;
  }
  #mainimg-area .inner .map-area figure figcaption span.tooltip-sumida {
    top: -3%;
    right: -3%;
  }
  #mainimg-area .inner .map-area figure figcaption span.tooltip-ueno {
    bottom: 14%;
    left: 2%;
  }
  #calendar .calendar-month h3 span span.num {
    font-size: 1.8em;
  }
  .top-contents-section .top-section-headline h2 span.ja {
    font-size: 2.5em;
  }
  .top-casestudy-area .inner {
    width: 90%;
  }
  .top-voice-area {
    width: 90%;
    padding-bottom: 3em;
  }
  .top-voice-area .voice-list-area ul.voice-list-ul li dl dt {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  #mainimg-area {
    padding-top: 10em;
  }
  #mainimg-area .inner {
    padding-left: 3%;
    margin-bottom: 1.5em;
  }
  #mainimg-area .inner .catch-area {
    padding-right: 3vw;
    align-items: center;
  }
  #mainimg-area .inner .catch-area p {
    width: 50%;
  }
  #mainimg-area .inner .catch-area p.catch {
    font-size: 1em !important;
    white-space: nowrap;
  }
  #mainimg-area .inner .catch-area p.catch strong {
    font-size: 3.1vw;
  }
  #mainimg-area .inner h1 {
    font-size: 1.2em;
    letter-spacing: 0;
    width: 29%;
  }
  #mainimg-area .inner h1 span.ja {
    padding-right: 1em;
  }
  #mainimg-area .inner .info-area {
    width: 41%;
  }
  #mainimg-area .inner .info-area .info-area-inner {
    font-size: 1.1vw;
    width: 90%;
    background-position: left 2em top 1em;
  }
  #mainimg-area .inner .map-area {
    width: 28%;
  }
  #mainimg-area .inner .map-area h2 {
    width: 60%;
    transform: translateX(-1em) translateY(1.5em);
  }
  #mainimg-area .inner .map-area figure {
    bottom: 0;
  }
  #mainimg-area .inner .map-area figure figcaption span.tooltip-sumida {
    top: -5%;
    right: -10%;
  }
  #mainimg-area .inner .map-area figure figcaption span.tooltip-ueno {
    bottom: 11%;
    left: -0.5%;
  }
  #mainimg-area figure.welcome figcaption span {
    font-size: 1.2em;
    letter-spacing: -0.02em;
  }
  #calendar .calendar-month h3 span span.num {
    font-size: 1.9em;
  }
  .top-contents-section .top-section-headline h2 span.ja {
    font-size: 2.3em;
  }
  .top-casestudy-area .inner {
    width: 95%;
  }
  .top-casestudy-area .inner ul.casestudy-ul {
    gap: 2em;
  }
  .top-casestudy-area .inner ul.casestudy-ul li {
    width: calc(25% - 1.5em);
  }
  .top-casestudy-area .inner ul.casestudy-ul li h3 {
    font-size: 1.5em !important;
  }
  .top-casestudy-area .inner ul.casestudy-ul li dl {
    width: calc(100% - 2em);
  }
  .top-voice-area {
    width: 95%;
    padding-bottom: 3em;
  }
  .top-voice-area .voice-list-area {
    width: 72.5%;
  }
  .top-voice-area .voice-list-area ul.voice-list-ul {
    gap: 1.5em;
  }
  .top-voice-area .voice-list-area ul.voice-list-ul li {
    width: calc(33.3333333333% - 1em);
  }
  .top-voice-area .voice-list-area ul.voice-list-ul li dl dt {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 951px) and (max-width: 1024px) {
  #mainimg-area {
    padding-top: 10em;
  }
  #mainimg-area .inner {
    padding-left: 3%;
    margin-bottom: 1.5em;
  }
  #mainimg-area .inner .catch-area {
    padding-right: 3vw;
    align-items: center;
  }
  #mainimg-area .inner .catch-area p {
    width: 50%;
  }
  #mainimg-area .inner .catch-area p.catch {
    font-size: 1em !important;
    white-space: nowrap;
  }
  #mainimg-area .inner .catch-area p.catch strong {
    font-size: 2.25em;
  }
  #mainimg-area .inner h1 {
    font-size: 1.2em;
    letter-spacing: 0;
    width: 29%;
  }
  #mainimg-area .inner h1 span.ja {
    padding-right: 1em;
  }
  #mainimg-area .inner .info-area {
    width: 41%;
  }
  #mainimg-area .inner .info-area .info-area-inner {
    font-size: 1.1vw;
    width: 90%;
    background-position: left 2em top 1em;
  }
  #mainimg-area .inner .map-area {
    width: 28%;
  }
  #mainimg-area .inner .map-area h2 {
    width: 60%;
    transform: translateX(-1em) translateY(1.5em);
  }
  #mainimg-area .inner .map-area figure {
    bottom: 0;
  }
  #mainimg-area .inner .map-area figure figcaption span.tooltip-sumida {
    top: -5%;
    right: -10%;
  }
  #mainimg-area .inner .map-area figure figcaption span.tooltip-ueno {
    bottom: 11%;
    left: -0.5%;
  }
  #mainimg-area figure.welcome figcaption span {
    font-size: 1.2em;
    letter-spacing: -0.02em;
  }
  #calendar .calendar-month h3 span span.num {
    font-size: 2em;
  }
  .top-contents-section .top-section-headline h2 span.ja {
    font-size: 2.3em;
  }
  .top-casestudy-area .inner {
    width: 75%;
  }
  .top-casestudy-area .inner ul.casestudy-ul li {
    width: calc(50% - 1.25em);
  }
  .top-voice-area {
    width: 90%;
  }
  .top-voice-area .voice-list-area ul.voice-list-ul li {
    width: calc(50% - 1em);
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area {
    padding-top: 4.5em;
  }
  #mainimg-area .inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 1025px) and (max-width: 1280px) {
  #mainimg-area .inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 951px) and (max-width: 1024px) {
  #mainimg-area .inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area .inner {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area .inner h1 {
    font-size: 1.15em;
    width: 45%;
    padding: 4em 0 1em 1.5em;
    margin-right: auto;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-direction: column;
    order: 1;
  }
  #mainimg-area .inner h1 span.ja {
    font-size: 1.4em;
    text-align: right;
    padding-right: 0;
  }
  #mainimg-area .inner h1 span.en {
    font-size: 6em;
    position: static;
  }
  #mainimg-area .inner .catch-area {
    width: 45%;
    flex-direction: column;
    order: 2;
  }
  #mainimg-area .inner .catch-area p {
    width: 100%;
    padding: 0 !important;
    margin: 1em 0;
  }
  #mainimg-area .inner .catch-area p.catch {
    font-size: 1em !important;
    text-align: center;
  }
  #mainimg-area .inner .catch-area p.catch br {
    display: block;
  }
  #mainimg-area .inner .catch-area p.catch strong {
    font-size: 2.5em;
    line-height: 1.3;
  }
  #mainimg-area .inner .catch-area p.catch + p {
    margin-bottom: 3em;
  }
  #mainimg-area .inner .info-area {
    width: 52.5%;
    order: 3;
  }
  #mainimg-area .inner .info-area .info-area-inner {
    font-size: 0.9em;
    width: 100%;
    padding: 1em;
    background-color: #fff;
    background-size: auto 4em;
    background-position: left 1em top 1em;
  }
  #mainimg-area .inner .info-area .info-area-inner h2 {
    font-size: 1.5em;
  }
  #mainimg-area .inner .info-area .info-area-inner table th {
    font-size: 1.4em;
  }
  #mainimg-area .inner .map-area {
    width: 45%;
    padding-right: 1.5em;
    margin-top: 3.5em;
    margin-left: auto;
    order: 0;
  }
  #mainimg-area .inner .map-area h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
    transform: initial;
  }
  #mainimg-area .inner .map-area figure {
    bottom: 0;
  }
  #mainimg-area .inner .map-area figure figcaption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mainimg-area picture {
    height: 10em;
  }
  #mainimg-area picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainimg-area picture + a figure.welcome {
    width: 45%;
    flex-direction: row;
    align-items: center;
    top: 60%;
    right: 0;
    left: 5%;
  }
  #mainimg-area picture + a figure.welcome img {
    width: 45%;
    order: 0;
  }
  #mainimg-area picture + a figure.welcome figcaption {
    padding-left: 1em;
    order: 1;
  }
  #mainimg-area picture + a figure.welcome figcaption span {
    font-size: 1.1em;
    letter-spacing: -0.02em;
    top: -1.5em;
    right: 105%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  }
  #mainimg-area::after {
    height: 8em;
    background-size: 140% auto;
  }
  .top-calendar-area {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-calendar-area {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 951px) and (max-width: 1024px) {
  .top-calendar-area {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 768px) and (max-width: 950px) {
  .top-calendar-area {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-calendar-area .inner {
    width: 100%;
    padding: 3em 2em;
  }
  .top-calendar-area .inner .sep-box {
    flex-direction: column;
  }
  .top-calendar-area .inner .sep-box h2 {
    font-size: 1.75em;
  }
  .top-calendar-area .inner .sep-box dl.hours-dl {
    gap: 0.5em;
  }
  .top-calendar-area .inner #calendar .calendar-month {
    width: 47.5%;
    flex-direction: column;
  }
  .top-calendar-area .inner #calendar .calendar-month h3 {
    width: 100%;
  }
  .top-calendar-area .inner #calendar .calendar-month table.calendar-table {
    width: 100%;
  }
  .top-casestudy-area {
    padding: 4em 0 0;
  }
  .top-casestudy-area .inner {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-casestudy-area .inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 951px) and (max-width: 1024px) {
  .top-casestudy-area .inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 768px) and (max-width: 950px) {
  .top-casestudy-area .inner {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-casestudy-area .inner .top-section-headline {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-casestudy-area .inner .top-section-headline h2 span.ja {
    font-size: 2em;
  }
  .top-casestudy-area .inner .top-section-headline p {
    text-align: left;
    padding: 1em 0 0 0;
  }
  .top-casestudy-area .inner ul.casestudy-ul {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-casestudy-area .inner ul.casestudy-ul {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 951px) and (max-width: 1024px) {
  .top-casestudy-area .inner ul.casestudy-ul {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 768px) and (max-width: 950px) {
  .top-casestudy-area .inner ul.casestudy-ul {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-casestudy-area .inner ul.casestudy-ul li {
    width: calc(50% - 1.25em);
  }
  .top-voice-area {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-voice-area {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 951px) and (max-width: 1024px) {
  .top-voice-area {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 768px) and (max-width: 950px) {
  .top-voice-area {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-voice-area h2 span.ja {
    font-size: 2em !important;
  }
  .top-voice-area .guidance-area {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-voice-area .guidance-area {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 951px) and (max-width: 1024px) {
  .top-voice-area .guidance-area {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 768px) and (max-width: 950px) {
  .top-voice-area .guidance-area {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-voice-area .guidance-area picture {
    width: 35%;
    margin: 0;
  }
  .top-voice-area .guidance-area a.detail-link {
    margin: 0 0 0 2em;
  }
  .top-voice-area .voice-list-area {
    width: 100%;
    order: 1;
  }
  .top-voice-area .voice-list-area ul.voice-list-ul {
    padding-right: 5vw;
    padding-left: 5vw;
    gap: 3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-voice-area .voice-list-area ul.voice-list-ul {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 951px) and (max-width: 1024px) {
  .top-voice-area .voice-list-area ul.voice-list-ul {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) and (min-width: 768px) and (max-width: 950px) {
  .top-voice-area .voice-list-area ul.voice-list-ul {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .top-voice-area .voice-list-area ul.voice-list-ul li {
    width: calc(50% - 1.5em);
  }
  .top-voice-area .voice-list-area ul.voice-list-ul li dl dt {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #mainimg-area {
    padding-top: 4.5em;
  }
  #mainimg-area .inner {
    padding-right: 5vw;
    padding-left: 5vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1280px) {
  #mainimg-area .inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 951px) and (max-width: 1024px) {
  #mainimg-area .inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 950px) {
  #mainimg-area .inner {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #mainimg-area .inner h1 {
    font-size: 1em;
    width: 100%;
    padding: 4em 0 1em 0;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    order: 0;
  }
  #mainimg-area .inner h1 span.ja {
    font-size: 1.25em;
    text-align: left;
  }
  #mainimg-area .inner h1 span.en {
    font-size: 6em;
    top: 0;
  }
  #mainimg-area .inner .catch-area {
    width: 100%;
    flex-direction: column;
    order: 1;
  }
  #mainimg-area .inner .catch-area p {
    width: 100%;
    padding: 0 !important;
    margin: 1em 0;
  }
  #mainimg-area .inner .catch-area p.catch {
    font-size: 1em !important;
    text-align: center;
  }
  #mainimg-area .inner .catch-area p.catch br {
    display: block;
  }
  #mainimg-area .inner .catch-area p.catch strong {
    line-height: 1.3;
  }
  #mainimg-area .inner .info-area {
    width: 100%;
    order: 2;
  }
  #mainimg-area .inner .info-area .info-area-inner {
    font-size: 0.9em;
    width: 100%;
    padding: 1em;
    background-color: #fff;
    background-size: auto 4em;
    background-position: left 1em top 1em;
  }
  #mainimg-area .inner .info-area .info-area-inner h2 {
    font-size: 1.5em;
  }
  #mainimg-area .inner .info-area .info-area-inner table th {
    font-size: 1.4em;
  }
  #mainimg-area .inner .map-area {
    width: 100%;
    margin-top: 4.5em;
    order: 3;
  }
  #mainimg-area .inner .map-area h2 {
    text-align: center;
    width: 100%;
    transform: translateY(-1.5em);
  }
  #mainimg-area .inner .map-area figure {
    position: static;
  }
  #mainimg-area picture {
    height: 7em;
  }
  #mainimg-area picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainimg-area picture + a figure.welcome {
    width: 50%;
    right: 0;
    left: 25%;
  }
  #mainimg-area::after {
    height: 7em;
    background-size: 270% auto;
  }
  .top-calendar-area {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-calendar-area {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 951px) and (max-width: 1024px) {
  .top-calendar-area {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 950px) {
  .top-calendar-area {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-calendar-area .inner {
    width: 100%;
  }
  .top-calendar-area .inner .sep-box {
    flex-direction: column;
  }
  .top-calendar-area .inner .sep-box h2 {
    font-size: 1.75em;
  }
  .top-calendar-area .inner .sep-box dl.hours-dl {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .top-calendar-area .inner .sep-box dl.hours-dl dt {
    width: 100%;
  }
  .top-calendar-area .inner #calendar {
    flex-direction: column;
  }
  .top-calendar-area .inner #calendar .calendar-month {
    width: 100%;
    flex-direction: column;
  }
  .top-calendar-area .inner #calendar .calendar-month h3 {
    width: 100%;
  }
  .top-calendar-area .inner #calendar .calendar-month table.calendar-table {
    width: 100%;
  }
  .top-casestudy-area {
    padding: 4em 0 0;
  }
  .top-casestudy-area .inner {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-casestudy-area .inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 951px) and (max-width: 1024px) {
  .top-casestudy-area .inner {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 950px) {
  .top-casestudy-area .inner {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-casestudy-area .inner .top-section-headline {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-casestudy-area .inner .top-section-headline h2 span.ja {
    font-size: 2em;
  }
  .top-casestudy-area .inner .top-section-headline p {
    text-align: left;
    padding: 1em 0 0 0;
  }
  .top-voice-area {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) and (max-width: 1280px) {
  .top-voice-area {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 951px) and (max-width: 1024px) {
  .top-voice-area {
    padding-right: 3vw;
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) and (max-width: 950px) {
  .top-voice-area {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .top-voice-area h2 span.ja {
    font-size: 2em !important;
  }
  .top-voice-area .guidance-area {
    width: 100%;
    order: 2;
  }
  .top-voice-area .voice-list-area {
    width: 100%;
    order: 1;
  }
  .top-voice-area .voice-list-area ul.voice-list-ul li dl dt {
    font-size: 1.4em;
  }
}/*# sourceMappingURL=top.css.map */