@charset "UTF-8";
.itsumohare-header {
  opacity: 0;
  transform: translateY(-100%);
}

.itsumohare-footer {
  border: none;
}

.first {
  display: block;
  width: 100%;
  background-color: var(--color-white01);
  margin: 0;
  padding: 0 0 72px;
  position: relative;
  z-index: 2;
}

.first__inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: max(139px, 10.175%);
  position: relative;
}
@media screen and (max-width: 767px) {
  .first__inner {
    padding-top: 40.266%;
  }
}

.first__mv {
  display: block;
  width: 100%;
  position: relative;
}
.first__mv::before {
  content: none;
  display: block;
  width: 100%;
  padding-top: 125.333%;
}
@media screen and (max-width: 767px) {
  .first__mv::before {
    content: "";
  }
}

.first__mv-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .first__mv-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% center;
       object-position: 0% center;
    animation: image-move01 20s cubic-bezier(0.3, 0, 0.7, 0.98) 0s infinite alternate both;
    will-change: object-position;
  }
}

@keyframes image-move01 {
  0% {
    -o-object-position: 0% center;
       object-position: 0% center;
  }
  100% {
    -o-object-position: 100% center;
       object-position: 100% center;
  }
}
.top-heading {
  display: block;
  width: max(247px, 18%);
  margin: 0 auto;
  position: absolute;
  top: 21px;
  right: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-heading {
    width: 60.533%;
    top: 4.75%;
  }
}
.top-heading > img {
  display: block;
  width: 100%;
  height: auto;
}

.top-header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 65px;
  right: 38px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .top-header {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-header {
    flex-direction: column;
    top: 4px;
  }
}

.top-header-button-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 18px;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .top-header-button-list {
    margin-right: 12px;
    gap: 26px;
  }
}
@media screen and (max-width: 767px) {
  .top-header-button-list {
    order: 2;
    flex-direction: column;
    gap: 15px;
    margin-top: 5px;
    margin-right: 0;
  }
}
.top-header-button-list > li {
  display: block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .top-header-button-list > li.m--line {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .top-header-button-list > li.m--facebook {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .top-header-button-list > li.m--instagram {
    order: 1;
  }
}

.top-header-button-list__sns-link {
  display: block;
  width: auto;
  transition: var(--tran-opacity-a);
}
.top-header-button-list__sns-link:hover {
  opacity: 0.85;
}
.top-header-button-list__sns-link > img {
  display: block;
  width: 26px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-header-button-list__sns-link > img {
    width: 19px;
  }
}

.top-header-hamb {
  display: block;
  width: 86px;
  height: 57px;
  background: none;
  border: none;
  padding: 18px;
  transition: var(--tran-opacity-a);
}
@media screen and (max-width: 767px) {
  .top-header-hamb {
    order: 1;
    width: 69px;
    height: 48px;
    padding: 16px;
  }
}
.top-header-hamb:hover {
  opacity: 0.85;
}

.top-header-hamb__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-header-hamb__line {
  display: block;
  height: 1px;
  background-color: var(--color-black01);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.top-header-hamb__line:nth-of-type(1) {
  width: 50px;
  transform: translateY(-10px);
}
@media screen and (max-width: 767px) {
  .top-header-hamb__line:nth-of-type(1) {
    width: 37px;
    transform: translateY(-8px);
  }
}
.top-header-hamb__line:nth-of-type(2) {
  width: 36px;
  transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .top-header-hamb__line:nth-of-type(2) {
    width: 27px;
  }
}
.top-header-hamb__line:nth-of-type(3) {
  width: 26px;
  transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  .top-header-hamb__line:nth-of-type(3) {
    width: 19px;
    transform: translateY(8px);
  }
}

.beginning {
  display: block;
  width: 100%;
  max-width: var(--site-base-container);
  margin: 41px auto 0;
  padding: 0 var(--site-base-side-pd);
}

.beginning__heading {
  display: block;
  width: 378px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .beginning__heading {
    width: 189px;
    margin-bottom: 30px;
  }
}

.beginning__sentence {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .beginning__sentence {
    font-size: 15px;
  }
}

.about {
  display: block;
  width: 100%;
  padding: 0;
}

.about__inner {
  width: 100%;
  position: relative;
}

.about__sentence-area {
  display: block;
  width: 530px;
  height: 530px;
  background-color: var(--color-white01);
  border-radius: 99999px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .about__sentence-area {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
  }
}
.about__sentence-area::before {
  content: none;
  width: 100%;
  height: 0;
  background: no-repeat center top/100% url(/img/bg-half-circle01.png);
  padding-top: 13.7203%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% + 1px));
}
@media screen and (max-width: 991px) {
  .about__sentence-area::before {
    content: "";
  }
}

.about__heading {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .about__heading {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.about__heading-image-text {
  display: block;
  width: 68px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 767px) {
  .about__heading-image-text {
    width: 51px;
  }
}

.about__heading-text {
  display: block;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  position: relative;
  right: -0.4em;
}
@media screen and (max-width: 767px) {
  .about__heading-text {
    font-size: 22px;
  }
}

.about__sentence {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .about__sentence {
    font-size: 14px;
  }
}
.about__sentence:last-of-type {
  margin-bottom: 0;
}

.about__bg-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 600px;
}
@media screen and (max-width: 991px) {
  .about__bg-box {
    min-height: 0;
  }
}
.about__bg-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 43.923%;
}
@media screen and (max-width: 991px) {
  .about__bg-box::before {
    content: none;
  }
}
.about__bg-box > img {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .about__bg-box > img {
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .about__bg-box > img {
    width: 100%;
  }
}
.about__bg-box > img:nth-of-type(1) {
  left: 0;
}
.about__bg-box > img:nth-of-type(2) {
  right: 0;
}

.top-flex-ct01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: calc(var(--site-base-container) + var(--site-base-side-pd) * 2);
  background-color: var(--color-white01);
  margin: 0 auto;
  padding: 70px var(--site-base-side-pd) 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-flex-ct01 {
    padding-bottom: 50px;
  }
}

.top-flex-ct01__box01 {
  display: block;
  width: 280px;
}
@media screen and (max-width: 991px) {
  .top-flex-ct01__box01 {
    order: 2;
    width: 100%;
  }
}

.top-flex-ct01__box02 {
  display: block;
  width: calc(100% - 280px);
  padding-left: 86px;
}
@media screen and (max-width: 1199px) {
  .top-flex-ct01__box02 {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .top-flex-ct01__box02 {
    order: 1;
    width: 100%;
    padding-left: 0;
  }
}

.top-info-and-blog-area {
  display: block;
  width: 100%;
  background-color: var(--color-white01);
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .top-info-and-blog-area {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-info-and-blog-area {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

.info-and-blog-heading {
  display: block;
  width: 218px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .info-and-blog-heading {
    margin: 0 auto;
  }
}
.info-and-blog-heading > img {
  display: block;
  width: 100%;
  height: auto;
}

.info-and-blog-list {
  width: 100%;
  margin-top: 28px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .info-and-blog-list {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  .info-and-blog-list {
    margin-top: 25px;
    padding: 0 15px;
  }
}
.info-and-blog-list > li {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: max(70px, 20%) 1fr;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  transition: var(--tran-opacity-a);
}
.info-and-blog-list > li:hover {
  opacity: 0.85;
}

.info-and-blog-list__info {
  grid-row: 1/2;
  grid-column: 1/3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__info {
    margin-bottom: 1px;
    grid-row: 1/2;
    grid-column: 2/3;
    padding-left: 10px;
  }
}

.info-and-blog-list__date {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
}
.info-and-blog-list__date::after {
  content: "/";
  font-weight: 700;
  font-size: 12px;
}

.info-and-blog-list__category {
  display: block;
  width: auto;
  font-weight: 700;
  font-size: 12px;
  position: relative;
}
.info-and-blog-list__category .cat-badge {
  display: none;
}
.info-and-blog-list__category a {
  pointer-events: none;
}

.info-and-blog-list__image-box {
  grid-row: 2/3;
  grid-column: 1/2;
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__image-box {
    grid-row: 1/3;
    grid-column: 1/2;
    top: 5px;
  }
}
.info-and-blog-list__image-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.info-and-blog-list__image {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-and-blog-list__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.info-and-blog-list__no-image-border {
  display: block;
  width: calc(100% - 2px);
  height: auto;
  border: solid 1px var(--color-gray02);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.info-and-blog-list__no-image-border::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(75% - 2px);
}

.info-and-blog-list__text-box {
  grid-row: 2/3;
  grid-column: 2/3;
  display: block;
  width: 100%;
  padding-left: 12px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .info-and-blog-list__text-box {
    top: 0;
    padding-left: 10px;
  }
}

.info-and-blog-list__text {
  font-weight: 400;
  font-size: 15px;
}
.info-and-blog-list__text .is-titlelink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.info-and-blog-list__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.info-and-blog-link-area {
  display: block;
  width: 100%;
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  .info-and-blog-link-area {
    text-align: center;
    padding-top: 10px;
  }
}

.info-and-blog-link {
  font-weight: 400;
  font-size: 15px;
  border-bottom: solid 1px var(--color-black01);
  padding-bottom: 4px;
  transition: var(--tran-opacity-a);
}
.info-and-blog-link:hover {
  opacity: 0.85;
}
.info-and-blog-link .icon-arrow01 {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
}

.top-banner-area {
  width: 100%;
}

.itsumohare-banner-article-wrap {
  display: block;
  width: 100%;
}

.itsumohare-banner-article {
  display: block;
  width: 100%;
}

.itsumohare-banner-article__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-article__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-article__inner {
    gap: 20px;
  }
}
.itsumohare-banner-article__inner a {
  display: block;
  width: 100%;
  height: auto;
  transition: var(--tran-opacity-a);
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-article__inner a {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-article__inner a {
    width: calc((100% - 20px) / 2);
  }
}
.itsumohare-banner-article__inner a:hover {
  opacity: 0.85;
}
.itsumohare-banner-article__inner img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-article__inner > img {
    width: calc((100% - 40px) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-article__inner > img {
    width: calc((100% - 20px) / 2) !important;
  }
}

.itsumohare-banner-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-contents-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-contents-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .itsumohare-banner-contents-wrap > img {
    width: calc((100% - 40px) / 2) !important;
  }
}
@media screen and (max-width: 767px) {
  .itsumohare-banner-contents-wrap > img {
    width: calc((100% - 20px) / 2) !important;
  }
}

.service-area {
  display: block;
  width: 100%;
}

.service-heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  .service-heading {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.service-heading > img {
  display: block;
  width: 224px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .service-heading > img {
    width: 161px;
    margin-bottom: 10px;
    position: relative;
    left: -12px;
  }
}

.service-heading__sub-text {
  display: block;
  width: calc(100% - 224px);
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  margin-left: 21px;
}
@media screen and (max-width: 991px) {
  .service-heading__sub-text {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-left: 0;
  }
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 55px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 767px) {
  .service-list {
    row-gap: 34px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.service-list > li {
  display: block;
  width: calc((100% - 100px) / 3);
  position: relative;
  transition: var(--tran-opacity-a);
}
.service-list > li:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .service-list > li {
    width: calc((100% - 15px) / 2);
  }
}

.service-list__info-box {
  display: block;
  width: 100%;
  position: relative;
  left: -2px;
}

.service-list__image-box {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 6px;
}
.service-list__image-box::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.service-list__image {
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-list__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}

.service-list__no-image-border {
  display: block;
  width: calc(100% - 2px);
  height: auto;
  border: solid 1px var(--color-black01);
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
}
.service-list__no-image-border::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(75% - 2px);
}

.service-list__category {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 12px;
  font-weight: 400;
  position: relative;
  left: -1px;
}
@media screen and (max-width: 767px) {
  .service-list__category {
    font-size: 10px;
  }
}
.service-list__category::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  background: no-repeat center/contain url(/img/i-arrow01.svg);
  margin-left: 0.5em;
}
.service-list__category .cat-badge {
  display: none;
}
.service-list__category .subcat-badge {
  border-bottom: solid 1px var(--color-black01);
}
.service-list__category a {
  pointer-events: none;
}

.service-list__text-box {
  display: block;
  width: 100%;
}

.service-list__text {
  display: block;
  width: 100%;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .service-list__text {
    font-size: 11px;
  }
}
.service-list__text .is-titlelink {
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-weight: 400;
}
.service-list__text .is-titlelink::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

.service-list__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.service-link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.service-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  transition: var(--tran-opacity-a);
}
.service-link:hover {
  opacity: 0.85;
}
.service-link::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: no-repeat center/contain url(/img/i-button01.svg);
  margin-left: 14px;
  position: relative;
  bottom: 1px;
}
@media screen and (max-width: 767px) {
  .service-link::after {
    width: 26px;
    height: 26px;
  }
}

.service-link__image-text {
  display: block;
  width: 106px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .service-link__image-text {
    width: 89px;
  }
}

.service-link__text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .service-link__text {
    font-size: 10px;
    margin-top: 6px;
  }
}

.access {
  display: block;
  width: 100%;
  background-color: var(--color-white01);
  position: relative;
  z-index: 2;
}

.access__inner {
  display: block;
  width: 100%;
}

.access-ct {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.access-ct::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: max(428px, 32.942%);
}
@media screen and (max-width: 991px) {
  .access-ct::before {
    content: none;
  }
}

.access-ct__text-box {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0 var(--site-base-side-pd);
  position: absolute;
  z-index: 2;
  transform: translateY(-3.8%);
}
@media screen and (max-width: 767px) {
  .access-ct__text-box {
    transform: translateY(-1%);
  }
}

.access-ct__catch-text {
  display: block;
  color: var(--color-white01);
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 42px;
  position: relative;
  right: -0.4em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .access-ct__catch-text {
    font-size: 17px;
    margin-bottom: 25px;
  }
}

.access-ct__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .access-ct__bg {
    height: auto;
    position: relative;
  }
}

.access-heading {
  display: block;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .access-heading {
    margin-bottom: 30px;
  }
}

.access-heading__image-text {
  display: block;
  width: 208px;
  height: auto;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .access-heading__image-text {
    width: 104px;
    margin-bottom: 10px;
  }
}

.access-heading__text {
  display: block;
  color: var(--color-white01);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access-heading__text {
    font-size: 10px;
  }
}

.access-ct__sentence {
  display: block;
  color: var(--color-white01);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access-ct__sentence {
    font-size: 13px;
    text-align: left;
  }
}

.access-map-area {
  display: block;
  width: 100%;
  position: relative;
}
.access-map-area::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 27.964%;
}
@media screen and (max-width: 991px) {
  .access-map-area::before {
    padding-top: 100%;
  }
}
.access-map-area iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.access-overview {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: calc(var(--site-base-container) + var(--site-base-side-pd) * 2);
  margin: 0 auto;
  padding: 34px var(--site-base-side-pd) 72px;
}
@media screen and (max-width: 767px) {
  .access-overview {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.access-subheading {
  display: block;
  font-family: "Kiwi Maru", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .access-subheading {
    font-size: 17px;
  }
}
.access-subheading::before {
  content: "";
  display: block;
  width: 56px;
  height: 32px;
  background: no-repeat center/contain url(/img/i-sun01.svg);
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .access-subheading::before {
    width: 47px;
    height: 26px;
    margin-bottom: 3px;
  }
}

.access-overview__text-box {
  display: block;
  width: auto;
  margin-top: 6px;
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .access-overview__text-box {
    margin-top: 12px;
    margin-left: 0;
  }
}

.access-overview__sentence {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .access-overview__sentence {
    font-size: 12px;
    line-height: 2.2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .access-overview__sentence:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
.access-overview__sentence.m--font-weight-light {
  font-weight: 300;
}

.think-blue {
  display: block;
  width: 100%;
  position: relative;
}

.think-blue__inner {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .think-blue__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.think-blue__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: max(650px, 43.923%);
}
@media screen and (max-width: 991px) {
  .think-blue__inner::before {
    content: none;
  }
}

.think-blue__text-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0 var(--site-base-side-pd);
  position: absolute;
  top: max(213px, 35.7%);
  right: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .think-blue__text-box {
    top: 0;
    bottom: 0;
  }
}

.think-blue-heading {
  display: block;
  width: 292px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .think-blue-heading {
    width: 190px;
    margin-bottom: 20px;
  }
}
.think-blue-heading > img {
  display: block;
  width: 100%;
  height: auto;
}

.think-blue__sentence {
  display: block;
  width: 100%;
  color: var(--color-white01);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .think-blue__sentence {
    font-size: 12px;
    margin: 0 auto;
  }
}

.think-blue__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .think-blue__bg {
    height: auto;
    position: relative;
  }
}/*# sourceMappingURL=top.css.map */