@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  src: url(/assets/font/Roboto-Bold.ttf) format("tff");
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/font/Roboto-Bold.ttf) format("tff");
}
/*TOPページNEWS*/
.top-news {
  padding-left: 16px;
  padding-right: 16px;
}
.top-news .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  width: 100%;
}
.top-news .inner .news-list {
  margin-bottom: 32px;
}
@media only screen and (min-width: 480px) {
  .top-news {
    padding-left: 5.5%;
    padding-right: 5.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.news-list .news-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-list .news-item a {
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
  color: #40454a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list .news-item a .news-date {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .news-list .news-item a {
    padding: 32px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-list .news-item a .news-date {
    margin-bottom: 0;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 16px;
  }
}

.news-back {
  margin-bottom: 64px;
}

.news-single-header {
  padding-top: 40px;
}
.news-single-header .news-single-date {
  margin-bottom: 4px;
  display: block;
  font-size: 1rem;
}
.news-single-header .news-single-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.news-single-header .news-single-thumb {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
          box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .news-single-header .news-single-title {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1024px) {
  .news-single-header .news-single-date {
    font-size: 1.25rem;
  }
  .news-single-header .news-single-title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}
.pager .page-numbers {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #ccd1d5;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 4px;
}
.pager .page-numbers.current {
  background-color: #2FC3BE;
}

.news-single-content .wp-block-image {
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
          box-shadow: 0px 4px 16px 0px rgba(204, 209, 213, 0.4);
  margin-bottom: 24px;
}
.news-single-content .wp-block-image img {
  width: 100%;
  height: auto;
}
.news-single-content .wp-block-image .wp-element-caption {
  padding: 24px 40px;
  margin: 0;
}
.news-single-content a {
  color: #2fc3be;
}
.news-single-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h5 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content h6 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #40454a;
}
.news-single-content p {
  margin-bottom: 20px;
}
.news-single-content ul {
  margin-bottom: 20px;
}
.news-single-content ul li {
  margin-bottom: 8px;
  margin-left: 16px;
  position: relative;
}
.news-single-content ul li::before {
  position: absolute;
  left: -16px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #545d66;
  border-radius: 50%;
  margin-right: -8px;
}
.news-single-content ol {
  list-style: none;
  counter-reset: number;
  margin-bottom: 20px;
}
.news-single-content ol li {
  list-style: decimal;
  margin-bottom: 8px;
  margin-left: 16px;
}
.news-single-content ol li::marker {
  width: 28px;
}
.news-single-content table {
  margin-bottom: 20px;
}
.news-single-content .wp-block-quote {
  border-left: 4px solid #d1d1d1;
  padding: 4px 4px 4px 16px;
  margin: 0;
  margin-bottom: 20px;
}
.news-single-content .wp-block-quote p:last-child {
  margin-bottom: 0;
}
.news-single-content .wp-block-buttons .wp-block-button__link {
  width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2fc3be;
  color: #fff;
  font-weight: 700;
  border-radius: 28px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  margin-bottom: 20px;
}
.news-single-content .wp-block-buttons .wp-block-button__link::after {
  content: "";
  background-color: #128f8f;
  border-radius: 28px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%) scale(0.1);
          transform: translateY(-50%) scale(0.1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0.2s;
          transition-delay: 0s, 0.2s;
}
.news-single-content .wp-block-buttons .wp-block-button__link:hover::after, .news-single-content .wp-block-buttons .wp-block-button__link:active::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.5s, transform 0.3s ease-in-out;
  transition: opacity 0.5s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media only screen and (min-width: 480px) {
  .news-single-content .wp-block-buttons .wp-block-button__link {
    height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .news-single-content .wp-block-buttons .wp-block-button__link {
    height: 56px;
  }
}
.news-single-content .wp-block-embed__wrapper {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-single-content .wp-block-embed.wp-has-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.news-single-content .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper,
.news-single-content .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single-content .wp-block-separator {
  max-width: 100%;
  border-top: 1px solid #d1d1d1;
  margin: 40px 0;
}
@media only screen and (min-width: 1024px) {
  .news-single-content .wp-block-image {
    margin-bottom: 40px;
  }
  .news-single-content h2 {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
  .news-single-content h3 {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
  .news-single-content h4 {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .news-single-content h5 {
    margin-bottom: 32px;
  }
  .news-single-content h6 {
    margin-bottom: 32px;
  }
  .news-single-content p {
    margin-bottom: 32px;
  }
  .news-single-content ul {
    margin-bottom: 32px;
  }
  .news-single-content ol {
    margin-bottom: 32px;
  }
  .news-single-content table {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-quote {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-buttons .wp-block-button__link {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-embed__wrapper {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-embed.wp-has-aspect-ratio {
    margin-bottom: 32px;
  }
  .news-single-content .wp-block-separator {
    margin: 64px 0;
  }
}

@font-face {
  font-family: "Roboto";
  src: url(/assets/font/Roboto-Bold.ttf) format("tff");
}
.nav_item.nav_dropdown_parent {
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}
.nav_item.nav_dropdown_parent .material-cover {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  font-size: 0.875rem;
  border: 1px solid #40454a;
  border-radius: 24px;
  height: 48px;
  background-color: #fff;
  width: 240px;
}
.nav_item.nav_dropdown_parent .material-cover .material-text {
  font-weight: 500;
}
.nav_item.nav_dropdown_parent .material-cover .material-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_item.nav_dropdown_parent .material-cover:hover::after {
  opacity: 0 !important;
}
.nav_item.nav_dropdown_parent .material-cover:active::after {
  opacity: 0 !important;
}
.nav_item.nav_dropdown_parent .material-cover.is-active:hover::after,
.nav_item.nav_dropdown_parent .material-cover.is-active:active::after {
  opacity: 0;
}
.nav_item.nav_dropdown_parent:hover {
  background: #f4f5f7;
  border-radius: 24px;
}
@media only screen and (min-width: 768px) {
  .nav_item.nav_dropdown_parent {
    width: 120px;
    height: 40px;
    margin-left: 12px;
    margin-right: 0;
  }
  .nav_item.nav_dropdown_parent .material-cover {
    width: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  .nav_item.nav_dropdown_parent {
    width: 144px;
  }
  .nav_item.nav_dropdown_parent .material-cover {
    width: 144px;
  }
}

/*言語切替スイッチャー*/
/* サブメニュー初期状態は非表示 */
.nav_list li .bogo-language-switcher.list-view {
  display: none;
}

/* 親メニュー:hover時に表示 */
.nav_list li:hover > .bogo-language-switcher.list-view {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 1000;
  min-width: 144px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(125, 138, 147, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(125, 138, 147, 0.2);
  display: block;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.nav_list li:hover > .bogo-language-switcher.list-view li {
  list-style: none;
}
.nav_list li:hover > .bogo-language-switcher.list-view li .bogoflags {
  display: none;
}
.nav_list li:hover > .bogo-language-switcher.list-view li a {
  display: block;
  padding: 8px;
  color: #40454a;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 4px 8px !important;
}
.nav_list li:hover > .bogo-language-switcher.list-view li a:hover::after {
  opacity: 0;
}
.nav_list li:hover > .bogo-language-switcher.list-view li:hover {
  background-color: #f4f5f7;
}
.nav_list li:hover > .bogo-language-switcher.list-view li:hover .bogo-language-switcher.list-view {
  display: block;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .nav_list li:hover > .bogo-language-switcher.list-view {
    min-width: 96px;
    top: 40px;
  }
}

/* サブメニュー項目のデザイン */
.lang-switcher a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}
.lang-switcher a:hover::after {
  opacity: 0 !important;
}

.bogo-language-switcher a[title=EN]::before {
  content: "EN";
}

.bogo-language-switcher a[title=JP]::before {
  content: "JP";
}

.bogo-language-switcher a[title="中国語 (中国)"]::before {
  content: "ZH/簡";
}

.bogo-language-switcher a[title="中国語 (台湾)"]::before {
  content: "ZH/繁";
}

/* 元のテキストを隠す */
.bogo-language-switcher a {
  color: transparent;
  position: relative;
}

.bogo-language-switcher a::before {
  color: #000;
  /* 好きな色 */
  position: absolute;
  left: 0;
}

.nav_dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background-color: white;
  min-width: 160px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* PC時：hoverで表示 */
@media (min-width: 768px) {
  .nav_dropdown_parent:hover .nav_dropdown {
    display: block;
  }
}
/* スマホ時：.is-openクラスで表示 */
.nav_dropdown_parent.is-open .nav_dropdown {
  display: block;
}/*# sourceMappingURL=common01.css.map */