@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 10px;
  font-feature-settings: "palt" 1;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 8.5px !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1440px) {
  html {
    font-size: 0.7vw;
  }
}

body {
  min-width: 116rem;
  width: 100%;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 2;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #404040;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

img {
  display: block;
}

input,
button,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (max-width: 767px) {
  .main--no-pt {
    padding-top: 0;
  }
}

.b-sp-only {
  display: none !important;
}

.b-pc-only {
  display: block !important;
}
.b-pc-only--flex {
  display: flex !important;
}

.b-inline-block {
  display: inline-block;
}

.b-ico {
  position: relative;
}
.b-ico--index {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 1.6rem;
  background-color: #07bfa8;
  border-radius: 2em;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: normal;
  line-height: 4.2rem;
}

.b-fnt-weight--medium {
  font-weight: 500;
}
.b-fnt-weight--bold {
  font-weight: 700;
}

.b-font-color.--main {
  color: #07bfa8;
}
.b-font-color.--white {
  color: #fff;
}
.b-font-color.--black {
  color: #404040;
}

.b-txt-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-txt-ellipsis--2 {
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-text-decoration.--underline {
  text-decoration: underline;
}

.b-text-indent {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.b-text-align.--left {
  text-align: left;
  margin: 0 auto 0 0;
}
.b-text-align.--right {
  text-align: right;
}

.b-font-size.--large {
  font-size: 2rem;
}

.b-margin-top.--4 {
  margin-top: 0.4rem;
}
.b-margin-top.--8 {
  margin-top: 0.8rem;
}
.b-margin-top.--16 {
  margin-top: 1.6rem;
}
.b-margin-top.--24 {
  margin-top: 2.4rem;
}
.b-margin-top.--32 {
  margin-top: 3.2rem;
}
.b-margin-top.--40 {
  margin-top: 4rem;
}
.b-margin-top.--48 {
  margin-top: 4.8rem;
}
.b-margin-top.--56 {
  margin-top: 5.6rem;
}
.b-margin-top.--64 {
  margin-top: 6.4rem;
}
.b-margin-top.--72 {
  margin-top: 7.2rem;
}
.b-margin-top.--80 {
  margin-top: 8rem;
}
.b-margin-top.--88 {
  margin-top: 8.8rem;
}
.b-margin-top.--96 {
  margin-top: 9.6rem;
}

.b-mgn-left--4 {
  margin-left: 0.4rem;
}
.b-mgn-left--8 {
  margin-left: 0.8rem;
}
.b-mgn-left--16 {
  margin-left: 1.6rem;
}
.b-mgn-left--24 {
  margin-left: 2.4rem;
}
.b-mgn-left--32 {
  margin-left: 3.2rem;
}
.b-mgn-left--40 {
  margin-left: 4rem;
}
.b-mgn-left--48 {
  margin-left: 4.8rem;
}
.b-mgn-left--56 {
  margin-left: 5.6rem;
}
.b-mgn-left--64 {
  margin-left: 6.4rem;
}

.b-mgn-right--4 {
  margin-right: 0.4rem;
}
.b-mgn-right--8 {
  margin-right: 0.8rem;
}
.b-mgn-right--16 {
  margin-right: 1.6rem;
}
.b-mgn-right--24 {
  margin-right: 2.4rem;
}
.b-mgn-right--32 {
  margin-right: 3.2rem;
}
.b-mgn-right--40 {
  margin-right: 4rem;
}
.b-mgn-right--48 {
  margin-right: 4.8rem;
}
.b-mgn-right--56 {
  margin-right: 5.6rem;
}
.b-mgn-right--64 {
  margin-right: 6.4rem;
}

.b-mgn-both--56 {
  margin-left: 5.6rem;
  margin-right: 5.6rem;
}
.b-mgn-both--64 {
  margin-left: 6.4rem;
  margin-right: 6.4rem;
}
@media screen and (max-width: 767px) {
  .b-mgn-both--56 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .b-mgn-both--64 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.b-bdr-line--all {
  border: 0.1rem solid;
}
.b-bdr-line--top {
  border-top: 0.1rem solid;
}
.b-bdr-line--right {
  border-right: 0.1rem solid;
}
.b-bdr-line--bottom {
  border-bottom: 0.1rem solid;
}
.b-bdr-line--left {
  border-left: 0.1rem solid;
}

.b-bdr-color--main {
  border-color: #07bfa8;
}
.b-bdr-color--black {
  border-color: #404040;
}
.b-bdr-color--white {
  border-color: #fff;
}

.b-bkg-color--main {
  background-color: #07bfa8;
}
.b-bkg-color--main-lite {
  background-color: #d7f5f1;
}

.b-btn-link {
  transition: all 0.3s ease;
}
.b-btn-link--scale:hover {
  box-shadow: 1.6rem 1.6rem 3.2rem 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.b-btn-link--opacity:hover {
  opacity: 0.7;
}

.b-tel-link {
  text-decoration: underline;
}

.b-text-link {
  color: #07bfa8;
  text-decoration: underline;
}
.b-text-link:hover {
  color: rgba(7, 191, 168, 0.6);
}
.b-text-link--white {
  color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 32rem;
    font-size: 1.4rem;
  }
  body.is-active {
    overflow-y: hidden;
  }
  .b-sp-only {
    display: block !important;
  }
  .b-sp-only--flex {
    display: flex !important;
  }
  .b-pc-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}
.c-toggle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 999;
  transform: translateY(-50%);
}
.c-toggle__button {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 1.8rem;
  height: 1.3rem;
}
.c-toggle__button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #07bfa8;
  border-radius: 0.4rem;
}
.c-toggle__button span:nth-of-type(1) {
  top: 0;
}
.c-toggle__button span:nth-of-type(2) {
  top: 0.6rem;
}
.c-toggle__button span:nth-of-type(3) {
  bottom: 0;
}
.c-toggle--close {
  top: 3.2rem !important;
  right: 5%;
  left: auto;
  transform: translateX(0) scale(1.2);
}
.c-toggle--close .c-toggle__button span:nth-of-type(1) {
  transform: translateY(0.6rem) rotate(-45deg);
}
.c-toggle--close .c-toggle__button span:nth-of-type(2) {
  transform: translateY(0) rotate(45deg);
}
.c-toggle--close .c-toggle__button span:nth-of-type(3) {
  opacity: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin-bottom: 4rem;
  margin-left: 4rem;
}

.alignleft {
  float: left;
  margin-bottom: 4rem;
  margin-right: 4rem;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

.p-article__header {
  margin-bottom: 5.6rem;
}
.p-article__date {
  color: #999;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.p-article__category {
  display: block;
  color: #07bfa8;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.p-article__category--event {
  margin-top: 0.8rem;
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.p-article__category span {
  display: inline-block;
  margin-right: 0.8rem;
  padding: 0.4rem 0.6rem;
  border: 0.1rem solid #07bfa8;
  border-radius: 0.3rem;
  color: #07bfa8;
  font-size: 1.4rem;
  line-height: 1;
}
.p-article__title {
  position: relative;
  clear: both;
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 1.6rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-article__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #ddd;
}
.p-article__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12rem;
  height: 0.2rem;
  background-color: #07bfa8;
}
.p-article__article {
  width: 100%;
}
.p-article__article h1,
.p-article__article h2 {
  margin-top: 5.6rem;
  margin-bottom: 3.2rem;
  padding: 0.1rem 0 0.1rem 1.6rem;
  border-left: 0.4rem solid #07bfa8;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-article__article h3 {
  clear: both;
  margin: 4rem 0 3.2rem;
  padding: 0 0.4rem 1.6rem;
  border-bottom: 0.3rem solid #ddd;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-article__article h1 + h3,
.p-article__article h2 + h3 {
  margin-top: 0;
}
.p-article__article h4,
.p-article__article h5,
.p-article__article h6 {
  margin: 3.2rem 0 2.4rem;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-article__article p,
.p-article__article pre {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-article__article ul:not(.slick-dots),
.p-article__article ol {
  margin-top: 2em;
}
.p-article__article ul:not(.slick-dots) li,
.p-article__article ol li {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1.8rem;
}
.p-article__article ul:not(.slick-dots) li::after,
.p-article__article ol li::after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: #07bfa8;
}
.p-article__article ul:not(.slick-dots) li:first-child,
.p-article__article ol li:first-child {
  margin-top: 0;
}
.p-article__article iframe {
  position: relative;
  top: auto;
  left: auto;
  max-width: 100%;
  margin-top: 2em;
}
.p-article__article #toc_container {
  width: 100%;
  margin-top: 4rem;
  padding: 3.2rem 5.6rem;
  background-color: #f9f9f9;
  border: 0;
  border-radius: 1.6rem;
}
.p-article__article #toc_container a {
  color: #3674c7;
}
.p-article__article #toc_container .toc_title {
  letter-spacing: normal;
}
.p-article__article #toc_container li {
  margin-top: 0.5em;
}
.p-article__article #toc_container li a {
  font-weight: bold;
}
.p-article__article #toc_container li::after {
  display: none;
}
.p-article__article a {
  color: #3674c7;
}
.p-article__article a:hover {
  text-decoration: underline;
}
.p-article__article blockquote {
  margin-top: 2em;
  padding: 1.6rem 2.4rem;
  background-color: #fafafa;
  border-left: 0.2rem solid #07bfa8;
  font-size: 1.5rem;
}
.p-article__article blockquote p:first-child {
  margin-top: 0;
}
.p-article__article blockquote p:last-child {
  margin-bottom: 0;
}
.p-article__article img {
  width: inherit;
  max-width: 100%;
  height: inherit;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.p-article__article img.alignleft, .p-article__article img.alignright {
  max-width: 33.6rem;
}
.p-article__article hr {
  clear: both;
  margin: 0;
  border: none;
}
.p-article__table {
  overflow-x: auto;
  width: 100%;
}
.p-article table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 3.2rem;
}
.p-article th {
  background-color: #f9f9f9;
}
.p-article th,
.p-article td {
  padding: 1.6rem 2.8rem;
  border: 0.1rem solid #ccc;
  text-align: left;
}
.p-article__button {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin-top: 1.6rem !important;
  padding: 1.6rem 5.6rem 1.6rem 2.4rem !important;
  color: #07bfa8 !important;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
}
.p-article__sidebar {
  width: 25%;
}
.p-article [id^=attachment_],
.p-article [id*=" attachment_"] {
  max-width: 100%;
}

.p-article-hero {
  position: relative;
  margin-bottom: 5.6rem;
}
.p-article-hero__image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-article-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article-hero__category {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.2rem;
  background-color: #07bfa8;
  color: white;
  font-size: 1.3rem;
}

.c-igr-media > div:nth-child(2), .c-igr-media > div:nth-child(3) {
  display: none;
}

.igp-carousel {
  padding-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .p-article__header {
    margin-bottom: 3.2rem;
  }
  .p-article__title {
    padding-bottom: 1.6rem;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .p-article__content {
    flex-wrap: wrap;
  }
  .p-article__article {
    width: 100%;
  }
  .p-article__article h1,
  .p-article__article h2 {
    margin: 4rem 0 2.4rem;
    padding: 0.2rem 0 0.2rem 1.6rem;
    font-size: 2.4rem;
  }
  .p-article__article h3 {
    margin: 4rem 0 2.4rem;
    padding: 0 0 1.4rem;
    font-size: 2.2rem;
  }
  .p-article__article h4,
  .p-article__article h5,
  .p-article__article h6 {
    margin: 4rem 0 2.4rem;
    font-size: 2rem;
  }
  .p-article__article ul,
  .p-article__article ol {
    margin-top: 1em;
  }
  .p-article__article iframe {
    margin-top: 1.5em;
  }
  .p-article__article #toc_container {
    margin-top: 3.2rem;
    padding: 2.4rem;
  }
  .p-article__article #toc_container li {
    margin-top: 0;
  }
  .p-article__article blockquote {
    margin-top: 1.5em;
    padding: 1.6rem;
  }
  .p-article__article img {
    width: inherit;
    max-width: 100%;
    height: inherit;
    margin-bottom: 0;
  }
  .p-article__article img.alignleft, .p-article__article img.alignright {
    float: none !important;
    max-width: 100%;
    margin: 0 !important;
  }
  .p-article__table {
    margin-top: 1.5em;
  }
  .p-article__table th,
  .p-article__table td {
    padding: 1.6rem;
    font-size: 1.4rem;
  }
  .p-article__button {
    max-width: 32rem;
  }
  .p-article__sidebar {
    width: 100%;
  }
  .p-article-hero {
    margin-bottom: 2.4rem;
  }
  .p-article-hero__image img {
    width: 100%;
    height: 100%;
  }
}
.c-pagination {
  margin-top: 6.4rem;
}
.c-pagination ul {
  margin: -1.6rem 0 0 -0.8rem;
  font-size: 0;
  text-align: center;
}
.c-pagination ul a,
.c-pagination ul span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  min-height: 4.8rem;
  padding: 0.8rem 1.6rem 0.9rem;
  border-radius: 2em;
  font-size: 1.5rem;
  line-height: 1;
}
.c-pagination ul li {
  display: inline-block;
  text-align: center;
  margin: 1.6rem 0.8rem 0;
}
.c-pagination ul li a {
  color: #07bfa8;
  border: 0.1rem solid #07bfa8;
}
.c-pagination ul li a:hover {
  background-color: rgba(7, 191, 168, 0.05);
}
.c-pagination ul li span {
  color: #999;
  border: 0.1rem solid #999;
}
.c-pagination ul.pager-text li {
  width: auto;
}
.c-pagination ul.pager-text li a {
  padding: 0 1.5rem;
}
.c-pagination .screen-reader-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 4rem;
  }
  .c-pagination ul {
    margin-top: -0.8rem;
  }
  .c-pagination ul a,
  .c-pagination ul span {
    min-width: 4rem;
    min-height: 4rem;
    padding: 0.8rem;
    border-radius: 2em;
    font-size: 1.4rem;
  }
  .c-pagination ul li {
    margin: 0.8rem 0.4rem 0;
  }
}
.l-footer {
  margin-top: 11.2rem;
}
.l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 108rem;
  margin: auto;
  padding: 7.2rem 0;
}

.c-footer-banner {
  overflow: hidden;
  padding: 5.6rem 0;
  background-color: #d7f5f1;
}
.c-footer-banner__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 109.2rem;
  margin: -1.2rem auto 0;
}
.c-footer-banner__item {
  margin: 1.2rem 0.6rem 0;
}
.c-footer-banner__link img {
  width: auto;
  height: 7.2rem;
}

.c-footer-data {
  order: 1;
}
.c-footer-data__logo {
  width: 28rem;
}
.c-footer-data__logo img {
  width: 100%;
  height: auto;
}
.c-footer-data__catch {
  margin-top: 4rem;
  font-size: 1.8rem;
}
.c-footer-data__copy {
  margin-top: 4.8rem;
}
.c-footer-data__copy a {
  font-size: 1.2rem;
}

.c-footer-sitemap {
  display: flex;
  order: 2;
  margin-top: 1.6rem;
}
.c-footer-sitemap__list {
  margin-left: 5.6rem;
  margin-right: 0;
}
.c-footer-sitemap__list:first-child {
  margin-left: 0;
}
.c-footer-sitemap__item {
  margin-top: 4rem;
}
.c-footer-sitemap__item:first-child {
  margin-top: 0;
}
.c-footer-sitemap .c-gnav__ja {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 8rem;
  }
  .l-footer__inner {
    width: 100%;
    padding: 6.4rem 5%;
  }
  .c-footer-banner {
    width: 100%;
    padding: 3.2rem 0;
  }
  .c-footer-banner__list {
    width: 100%;
    margin: -1.2rem auto 0;
  }
  .c-footer-banner__item {
    margin: 1.2rem 0.4rem 0;
  }
  .c-footer-banner__link img {
    width: auto;
    height: 5.6em;
  }
  .c-footer-data {
    order: 2;
    width: 100%;
    margin-top: 5.6rem;
  }
  .c-footer-data__logo {
    width: 24rem;
  }
  .c-footer-data__logo img {
    width: 100%;
    height: auto;
  }
  .c-footer-data__catch {
    margin-top: 2.4rem;
    font-size: 1.7rem;
  }
  .c-footer-data__copy {
    margin-top: 4rem;
  }
  .c-footer-data__copy a {
    font-size: 1.2rem;
  }
  .c-footer-sitemap {
    display: block;
    order: 1;
    margin-top: 0;
  }
  .c-footer-sitemap__list {
    margin-top: 2.4rem;
    margin-right: 0;
    margin-left: 0;
  }
  .c-footer-sitemap__list:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .c-footer-sitemap__item {
    margin-top: 2.4rem;
  }
  .c-footer-sitemap__item:first-child {
    margin-top: 0;
  }
  .c-footer-sitemap .c-gnav__link {
    display: inline-block;
    padding: 0;
    border: none;
    text-align: left;
  }
  .c-footer-sitemap .c-gnav__ja {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.l-main {
  position: relative;
}

.l-block {
  padding-top: 11.2rem;
}
.l-block__inner {
  width: 108rem;
  margin: 0 auto;
}
.l-block__line {
  margin-top: 8rem;
}
.l-block__line:first-child {
  margin-top: 0;
}

.p-top-topics {
  padding-top: 7.2rem;
}
.p-top-topics__wrapper {
  position: relative;
  z-index: 1;
  padding: 6.4rem 0 7.2rem;
}
.p-top-topics__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecf9f8;
}
.p-top-topics__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  width: 108rem;
  margin: 0 auto;
}
.p-top-topics__header {
  display: flex;
  flex-direction: column;
  width: 30rem;
}
.p-top-topics__list {
  width: calc(100% - 30rem);
}
.p-top-topics__item:first-child .p-top-topics__line {
  padding-top: 0;
}
.p-top-topics__line {
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 0.1rem dashed #ddd;
}
.p-top-topics__date, .p-top-topics__title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.p-top-topics__date {
  flex: none;
  margin-right: 2.4rem;
}
.p-top-topics__category {
  margin-left: 2.4rem;
  color: #07bfa8;
}
.p-top-topics__link:hover {
  color: #07bfa8;
  text-decoration: underline;
}
.p-top-topics .c-button {
  display: block;
  margin: auto 0 0;
}

.c-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6.4rem;
}
.c-heading__en {
  display: block;
  color: #07bfa8;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
}
.c-heading__ja {
  position: relative;
  display: inline-block;
  padding-right: 2.8rem;
  font-size: 1.8rem;
  line-height: 1;
}
.c-heading__ja::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.8rem;
  height: 0.1rem;
  background-color: #07bfa8;
  transform: translateY(-50%);
}
.c-heading--block {
  display: block;
}
.c-heading--small .c-heading__en {
  font-size: 2.2rem;
}
.c-heading--small .c-heading__ja {
  margin-top: 2.2rem;
  font-size: 1.5rem;
}

.c-button {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}
.c-button__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22rem;
  height: 5.6rem;
  border: 0.1rem solid #404040;
  background: white;
  color: #404040;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  transition: 0.15s;
  overflow: visible;
}
.c-button__link--small {
  min-width: 18rem;
  height: 4.8rem;
  font-size: 1.4rem;
}
.c-button__link:hover {
  color: #07bfa8;
  background-color: rgba(7, 191, 168, 0.01);
  border-color: #07bfa8;
}
.c-button__text {
  position: relative;
  z-index: 2;
}
.c-button__icon {
  position: absolute;
  top: 50%;
  right: -2.8rem;
  width: 4.3rem;
  transform: translateY(calc(-50% - 0.3rem));
}
.c-button__icon img {
  width: 100%;
  height: auto;
}

.c-column {
  display: flex;
  flex-wrap: wrap;
}
.c-column__image {
  position: relative;
  width: 100%;
  padding-top: 66.6666666667%;
}
.c-column__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-column__textarea {
  margin-top: 2.4rem;
}
.c-column--3 .c-column__block {
  width: calc(33.3333333333% - 3.2rem);
  margin-left: 4.8rem;
}
.c-column--3 .c-column__block:first-child {
  margin-left: 0;
}
.c-column--3 .c-column__link:hover {
  color: #07bfa8;
  text-decoration: underline;
}
.c-column--center {
  justify-content: center;
  margin-top: -7.2rem;
}
.c-column--center .c-column__block {
  margin-top: 7.2rem;
  margin-left: 0;
}
.c-column--center .c-column__block:nth-child(3n+2) {
  margin-left: 4.8rem;
  margin-right: 4.8rem;
}
.c-column--center .c-column__block:last-child {
  margin-right: 0;
}

.p-top-service__title {
  padding: 0 3.2rem;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-top-image {
  overflow: hidden;
  width: 100%;
  height: 48rem;
}
.p-top-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-access__column, .p-top-access__column02 {
  display: flex;
  justify-content: space-between;
}
.p-top-access__column {
  align-items: center;
}
.p-top-access__column02 {
  margin-top: -11.6rem;
}
.p-top-access__image, .p-top-access__image02 {
  width: 52.2rem;
}
.p-top-access__image img, .p-top-access__image02 img {
  width: 100%;
  height: auto;
}
.p-top-access__image02 {
  width: 46.5rem;
  margin-right: 1.8rem;
}
.p-top-access__textarea {
  width: 45rem;
  margin-top: -10rem;
}
.p-top-access__textarea02 {
  width: 55rem;
  padding-top: 19.6rem;
}
.p-top-access__heading {
  margin-bottom: 0.8rem;
  font-size: 2.2rem;
  font-weight: 700;
}
.p-top-access__heading--branch {
  width: 13.5rem;
  font-size: 1.8rem;
}
.p-top-access__address {
  line-height: 2;
}
.p-top-access__branch {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
.p-top-access__branch:first-child {
  margin-top: 0;
}

.c-breadcrumb {
  overflow: hidden;
  position: relative;
  border-top: 0.1rem solid #f9f9f9;
  border-bottom: 0.1rem solid #f9f9f9;
}
.c-breadcrumb__inner {
  width: 108rem;
  margin: auto;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.c-breadcrumb__item {
  position: relative;
  display: inline-block;
  margin-right: 0.9rem;
  padding: 0 1.8rem 0 0;
  font-size: 1.2rem;
}
.c-breadcrumb__item::after {
  content: "/";
  position: absolute;
  width: 0.7rem;
  height: 100%;
  right: 0;
  top: 0;
}
.c-breadcrumb__item:last-child {
  padding-right: 0;
}
.c-breadcrumb__item:last-child::after {
  display: none;
}
.c-breadcrumb__link {
  color: #07bfa8;
}
.c-breadcrumb__link:hover {
  text-decoration: underline;
}

.c-hero {
  overflow: hidden;
  position: relative;
}
.c-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 9.6rem;
  text-align: center;
}
.c-hero__label {
  color: #07bfa8;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1;
}
.c-hero__text {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-information__item {
  margin-top: 1.6rem;
}
.p-information__item:first-child {
  margin-top: 0;
}
.p-information__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 2rem 1.6rem 2.4rem;
  border: 0.1rem solid white;
  border-radius: 5em;
  box-shadow: 1rem 1rem 3.2rem rgba(0, 0, 0, 0.1);
  transition: all 0.1s linear;
}
.p-information__link:hover {
  background-color: rgba(7, 191, 168, 0.05);
  border-color: rgba(7, 191, 168, 0.1);
  box-shadow: 1rem 1rem 3.2rem rgba(7, 191, 168, 0.2);
}
.p-information__body {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-information span {
  letter-spacing: 0.1em;
}
.p-information__date {
  flex: none;
  margin-right: 1.8rem;
}
.p-information__category {
  flex: none;
  color: #07bfa8;
  margin-right: 1.8rem;
}
.p-service__title {
  margin-bottom: 1.6rem;
  padding: 0;
  text-align: center;
}
.p-service__text {
  text-align: center;
}

.p-event__buttons {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0 auto 6.4rem;
}
.p-event__button {
  width: 50%;
  margin: 0 0.8rem;
}
.p-event__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.4rem;
  border: 0.1rem solid #999;
  transition: all 0.15s linear;
  color: #999;
  font-size: 1.6rem;
}
.p-event__link:hover {
  border-color: #07bfa8;
  color: #07bfa8;
}
.p-event__link--active {
  pointer-events: none;
  background-color: rgba(7, 191, 168, 0.04);
  border-color: #07bfa8;
  color: #07bfa8;
}

.c-heading02 {
  margin-bottom: 5.6rem;
  padding: 0.8rem;
  background-color: #07bfa8;
  color: white;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}

.p-company__item {
  margin-top: 0.8rem;
}
.p-company__item:first-child {
  margin-top: 0;
}
.p-company__textarea {
  margin-top: 0;
}
.p-company__textarea dl {
  display: flex;
}
.p-company__textarea dt,
.p-company__textarea dd {
  font-size: 1.6rem;
}
.p-company__textarea dt {
  font-size: 1.8rem;
}
.p-company__textarea dt {
  flex: none;
  width: 11.6rem;
}
.p-company__column02 {
  margin-top: 0;
}
.p-company__textarea02 {
  padding-top: 0;
}
.p-company__office {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.2rem;
}
.p-company__office:first-child {
  margin-top: 0;
}
.p-company__map {
  margin-bottom: 1.6rem;
}
.p-company__map iframe {
  width: 100%;
  height: 30rem;
}
.p-company__heading {
  flex: none;
  padding-top: 0.4rem;
  width: 13rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
}
.p-company__data {
  flex: 1;
}
.p-company__address {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.p-company__image02 {
  margin: auto 0;
}
.p-company__text {
  margin-top: 2.4rem;
}

.c-button02 {
  display: inline-block;
  margin-top: 1.2rem;
}
.c-button02__link, .p-article__button {
  display: flex;
  padding: 0 0.4rem 0.8rem;
  border-bottom: 0.1rem dashed #ddd;
  font-size: 1.4rem;
  letter-spacing: 0.09em;
}
.c-button02__link:hover, .p-article__button:hover {
  color: #07bfa8;
  border-bottom: 0.1rem dashed #07bfa8;
}
.c-button02__link img, .p-article__button img {
  width: 2rem;
  margin-left: 0.8rem;
}

.p-partner__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.1rem solid #ddd;
  border-left: 0.1rem solid #ddd;
}
.p-partner__item {
  width: 25%;
  border-right: 0.1rem solid #ddd;
  border-bottom: 0.1rem solid #ddd;
}
.p-partner a,
.p-partner span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}
.p-partner a {
  color: #07bfa8;
}
.p-partner a:hover {
  text-decoration: underline;
}

.p-flow__text {
  text-align: center;
}
.p-flow__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-flow__card {
  width: calc(33.3333333333% - 2.6rem);
  margin-top: 4.8rem;
}
.p-flow__step {
  margin-bottom: 2.4rem;
  padding: 1.2rem 1.6rem 1.4rem;
  background-color: #07bfa8;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
}
.p-flow__step b {
  font-size: 3.2rem;
}
.p-flow__item {
  position: relative;
  margin-top: 0.8rem;
  padding-left: 3.2rem;
  line-height: 1.8;
}
.p-flow__item:first-child {
  margin-top: 0;
}
.p-flow__item::before, .p-flow__item::after {
  content: "";
  display: block;
  position: absolute;
}
.p-flow__item::before {
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.3rem;
  background: #ffffff;
  border: 1px solid #ddd;
  transform: translateY(-50%);
}
.p-flow__item::after {
  top: 50%;
  left: 0.3rem;
  border-left: 0.4rem solid #07bfa8;
  border-bottom: 0.4rem solid #07bfa8;
  width: 1.6rem;
  height: 0.8rem;
  transform: rotate(-45deg) translate(30%, -50%);
}

@media screen and (max-width: 767px) {
  .l-main {
    position: relative;
  }
  .l-main--page {
    padding-top: 7.2rem;
  }
  .l-block {
    padding-top: 7.2rem;
  }
  .l-block__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .l-block__line {
    margin-top: 4.8rem;
  }
  .p-top-topics {
    padding-top: 6.4rem;
  }
  .p-top-topics__wrapper {
    padding: 5.6rem 5%;
  }
  .p-top-topics__wrapper::before {
    width: 95%;
    border-radius: 0 2.4rem 2.4rem 0;
  }
  .p-top-topics__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .p-top-topics__header {
    width: 100%;
  }
  .p-top-topics__list {
    width: 90%;
  }
  .p-top-topics__item:first-child .p-top-topics__line {
    padding-top: 0;
  }
  .p-top-topics__line {
    flex-wrap: wrap;
    padding: 1.8rem 0;
  }
  .p-top-topics__date, .p-top-topics__title {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-top-topics__date {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .p-top-topics__category {
    margin-left: 0.8rem;
    color: #07bfa8;
  }
  .p-top-topics .c-button {
    margin: 4rem auto 0;
    padding-right: 5%;
  }
  .c-heading {
    margin-bottom: 5.6rem;
  }
  .c-heading__en {
    width: 100%;
    font-size: 2.2rem;
  }
  .c-heading__ja {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .c-heading--block {
    display: block;
  }
  .c-heading--small {
    margin-bottom: 3.2rem;
  }
  .c-heading--small .c-heading__en {
    font-size: 2rem;
  }
  .c-heading--small .c-heading__ja {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .c-button {
    margin-top: 4.8rem;
  }
  .c-button__link {
    height: 4.8rem;
    font-size: 1.4rem;
  }
  .c-button__link--small {
    min-width: 22rem;
    height: 4.8rem;
    font-size: 1.4rem;
  }
  .c-column {
    flex-wrap: wrap;
  }
  .c-column__image {
    padding-top: 58.3333333333%;
  }
  .c-column__textarea {
    margin-top: 1.8rem;
  }
  .c-column--3 .c-column__block {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
  }
  .c-column--3 .c-column__block:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .c-column--center {
    margin-top: inherit;
  }
  .c-column--center .c-column__block {
    margin-top: 4rem;
  }
  .c-column--center .c-column__block:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .p-top-service__title {
    padding: 0 5%;
    font-size: 1.6rem;
  }
  .p-top-image {
    height: 40rem;
  }
  .p-top-access__column, .p-top-access__column02 {
    flex-wrap: wrap;
  }
  .p-top-access__column02 {
    margin-top: 2.4rem;
  }
  .p-top-access__image, .p-top-access__image02 {
    width: 100%;
  }
  .p-top-access__image02 {
    width: 70%;
    margin: 4rem auto 0;
  }
  .p-top-access__textarea {
    width: 100%;
    margin-top: 1.8rem;
  }
  .p-top-access__textarea02 {
    width: 100%;
    padding-top: 0;
  }
  .p-top-access__heading {
    margin-bottom: 0.6rem;
    font-size: 1.7rem;
  }
  .p-top-access__heading--branch {
    width: 100%;
    font-size: 1.6rem;
  }
  .p-top-access__address, .p-top-access__address02 {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .p-top-access__branch {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.2em;
  }
  .p-top-access__branch:first-child {
    margin-top: 0;
  }
  .c-breadcrumb__inner {
    overflow-y: auto;
    width: 100%;
    margin: auto;
    padding: 0.8rem 5%;
    white-space: nowrap;
  }
  .c-breadcrumb__item {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .c-hero__inner {
    padding-top: 7.2rem;
  }
  .c-hero__label {
    font-size: 2.2rem;
  }
  .c-hero__text {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }
  .p-information__link {
    padding: 0.8rem 2.4rem;
  }
  .p-information__body {
    flex-wrap: wrap;
    width: 100%;
  }
  .p-information span {
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
  .p-information__date {
    margin-right: 1.6rem;
  }
  .p-information__category {
    margin-right: 0;
  }
  .p-information__title {
    width: 100%;
  }
  .p-event__buttons {
    width: 100%;
    margin: 0 auto 4rem;
  }
  .p-event__button {
    width: 50%;
    margin: 0 0.4rem;
  }
  .p-event__button:first-child {
    margin-left: 0;
  }
  .p-event__button:last-child {
    margin-right: 0;
  }
  .p-event__link {
    padding: 0 1.6rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 1.65;
    text-align: center;
  }
  .c-heading02 {
    margin-bottom: 2.4rem;
    padding: 1.6rem;
    font-size: 1.6rem;
  }
  .p-company__list {
    margin-top: 2.4rem;
  }
  .p-company__item {
    margin-top: 0.4rem;
  }
  .p-company__item:first-child {
    margin-top: 0;
  }
  .p-company__textarea {
    margin-top: 0;
  }
  .p-company__textarea dl {
    flex-wrap: wrap;
  }
  .p-company__textarea dt,
  .p-company__textarea dd {
    font-size: 1.4rem;
  }
  .p-company__textarea dt {
    flex: none;
    width: 9rem;
    font-size: 1.5rem;
  }
  .p-company__textarea dd {
    flex: 1;
  }
  .p-company__column02 {
    margin-top: 0;
  }
  .p-company__textarea02 {
    padding-top: 0;
  }
  .p-company__office {
    margin-top: 4rem;
  }
  .p-company__office:first-child {
    margin-top: 0;
  }
  .p-company__map iframe {
    height: 20rem;
  }
  .p-company__heading {
    width: 100%;
    margin-bottom: 1.6rem;
    padding-top: 0;
    font-size: 1.5rem;
  }
  .p-company__data {
    flex: 1;
  }
  .p-company__address {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
  .p-company__image02 {
    margin: 4rem auto 0;
  }
  .c-button02__link, .p-article__button {
    font-size: 1.3rem;
  }
  .p-partner__item {
    width: 50%;
  }
  .p-partner a,
  .p-partner span {
    padding: 0.8rem 1.6rem;
    font-size: 1.3rem;
  }
  .p-flow__card {
    width: calc(50% - 0.8rem);
    width: 100%;
    margin-top: 4.8rem;
  }
  .p-flow__step {
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }
  .p-flow__step b {
    font-size: 2.8rem;
  }
  .p-flow__item {
    margin-top: 1.6rem;
    padding-left: 3.2rem;
    line-height: 1.5;
  }
  .p-flow__item::after {
    border-left: 0.3rem solid #07bfa8;
    border-bottom: 0.3rem solid #07bfa8;
  }
}
.l-header {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.l-header__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.l-header__block {
  position: relative;
  width: 32%;
  padding: 5.6rem;
}

.c-header-logo {
  width: 100%;
  max-width: 33.4rem;
  margin: 0 auto;
}
.c-header-logo img {
  width: 100%;
  height: auto;
}

.c-header-hero {
  width: 68%;
}
.c-header-hero img {
  width: 100%;
  height: auto;
}

.c-header-contents {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 32%;
  height: 100%;
}
.c-header-contents__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  text-align: center;
  white-space: nowrap;
}
.c-header-contents__scroll {
  position: absolute;
  bottom: 5.6rem;
  left: 50%;
  width: 1.3rem;
  transform: translateX(-50%);
}
.c-header-contents__scroll img {
  width: 100%;
  height: auto;
}

.c-gnav {
  margin-top: 7.2rem;
}
.c-gnav__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 108rem;
  margin: 0 auto;
}
.c-gnav__item {
  margin: 0 2rem;
}
.c-gnav__item:first-child {
  margin-left: 0;
}
.c-gnav__item:last-child {
  margin-right: 0;
}
.c-gnav__link {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  transition: all 0.05s linear;
  line-height: 1;
  white-space: nowrap;
}
.c-gnav__link:hover {
  color: #07bfa8;
}
.c-gnav__link span {
  display: block;
  letter-spacing: 0.18em;
}
.c-gnav__en {
  color: #07bfa8;
  font-size: 1.8rem;
  font-weight: 600;
}
.c-gnav__ja {
  margin-top: 1.6rem;
  font-size: 1.5rem;
}
.c-gnav__text {
  display: flex;
  align-items: center;
}
.c-gnav__text img {
  width: 1.1rem;
  height: auto;
  margin-left: 1.2rem;
  transition: all 0.1s linear;
}
.c-gnav__text img.is-open {
  transform: rotate(-180deg);
}
.c-gnav__inner {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 50%;
  padding-top: 1.6rem;
  transition: all 0.1s linear;
  transform: translate(-50%, -0.8rem) scale(1.05);
  opacity: 0;
}
.c-gnav__inner.is-open {
  visibility: visible;
  pointer-events: all;
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.l-page--lower .l-header__wrapper {
  display: flex;
  align-items: center;
  width: 108rem;
  margin: auto;
  padding: 6.4rem 0 3.2rem;
}
.l-page--lower .l-header__inner {
  width: 30%;
}
.l-page--lower .l-header__block {
  width: 100%;
  padding: 0;
}
.l-page--lower .c-header-logo {
  max-width: 26rem;
  margin: 0;
}
.l-page--lower .c-header-hero {
  display: none;
}
.l-page--lower .c-header-contents {
  display: none;
}
.l-page--lower .c-gnav {
  width: 70%;
  margin-top: 0;
}
.l-page--lower .c-gnav__list {
  width: 100%;
}
.l-page--lower .c-gnav__en {
  font-size: 1.5rem;
}
.l-page--lower .c-gnav__ja {
  margin-top: 1.2rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
  }
  .l-header__block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    width: 100%;
    height: 7.2rem;
    padding: 0 5% !important;
  }
  .c-header-logo {
    width: 20rem;
    margin: 0;
  }
  .c-header-hero {
    position: relative;
    width: 100%;
    margin-top: 7.2rem;
    padding-bottom: 0rem;
  }
  .c-header-hero::before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 5%);
    left: -5%;
    top: 5%;
    background-color: #07bfa8;
  }
  .c-header-hero img {
    position: relative;
    z-index: 1;
    width: calc(100% - 5%);
    margin: 0 0 0 auto;
    border-radius: 3.2rem 0 0 3.2rem;
  }
  .c-header-contents {
    position: relative;
    width: calc(100% - 5% * 2);
    height: auto;
    padding: 2.4rem 0 2.4rem 5%;
    background-color: #07bfa8;
    border-radius: 0 0 3.2rem 0;
  }
  .c-header-contents__catch {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    color: white;
    font-size: 1.7rem;
    line-height: 1.8;
    text-align: left;
  }
  .c-header-contents__scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 1rem;
    transform: translateX(0);
    margin-right: calc(-5% * 1.25);
  }
  .c-gnav {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5rem);
    transition: all 0.1s linear;
  }
  .c-gnav.is-open {
    opacity: 1;
    pointer-events: all;
  }
  .c-gnav__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
    padding-top: 5.6rem;
  }
  .c-gnav__list::before {
    top: 0;
    width: 100%;
    height: 0.1rem;
    border-left: 0;
    border-bottom: 0.1rem dashed #ccc;
  }
  .c-gnav__item {
    width: 100%;
    margin: 0;
  }
  .c-gnav__link {
    padding: 2.4rem 1.6rem;
    border-bottom: 0.1rem dashed #ccc;
    text-align: center;
  }
  .c-gnav__en {
    font-size: 1.6rem !important;
  }
  .c-gnav__ja {
    font-size: 1.4rem !important;
  }
  .l-page--lower .l-header__wrapper {
    width: 100%;
    padding: 0;
  }
  .l-page--lower .c-header-hero {
    display: none;
  }
  .l-page--lower .c-header-contents {
    display: none;
  }
  .l-page--lower .c-gnav {
    width: 100%;
  }
  .l-page--lower .c-gnav__list {
    width: 100%;
  }
}
.is-hidden {
  display: none !important;
}/*# sourceMappingURL=style.css.map */