@charset "UTF-8";
/* common.css 上書き */
.l-wrapper {
  display: block;
  max-width: 100%;
  padding: 0;
}

.footer-recommend {
  display: none;
}

/* ユーティリティ（Emmet記法） */
.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-mt-1em {
  margin-top: 1em !important;
}

.u-mr-1em {
  margin-right: 1em !important;
}

.u-mb-1em {
  margin-bottom: 1em !important;
}

.u-ml-1em {
  margin-left: 1em !important;
}

.u-mt-2em {
  margin-top: 2em !important;
}

.u-mr-2em {
  margin-right: 2em !important;
}

.u-mb-2em {
  margin-bottom: 2em !important;
}

.u-ml-2em {
  margin-left: 2em !important;
}

.u-mt-a {
  margin-top: auto !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mb-a {
  margin-bottom: auto !important;
}

.u-ml-a {
  margin-left: auto !important;
}
.pc-disp {
  display: none;
}

@media (max-width: 600px;) {
  .pc-disp {
    display: block;
  }
}

/* 汎用モジュール */
wbr + span {
  white-space: nowrap;
}

.l-main > .g7-page-section {
  padding: 90px 0;
  color: #000;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-main > .g7-page-section {
    padding: 45px 0;
  }
}

.l-main > .g7-page-preparation {
  background-color: #efefef;
}

.l-main > .g7-page-logo-recruiting {
  background-color: #fff;
}

.l-main > .g7-page-section:last-of-type {
  border-bottom: 1px solid #707070;
}

.g7-page-section__inner {
  max-width: 1620px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .g7-page-section__inner {
    padding: 0 15px;
  }
}

.g7-page-box-l {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.g7-page-box-m {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.g7-page-box-s {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.g7-page-box-xs {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.g7-page-heading {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.g7-page-heading.lv1 {
  display: block;
  font-size: 67px;
}

@media screen and (max-width: 767px) {
  .g7-page-heading.lv1 {
    display: none;
    font-size: 29px;
  }
}

.g7-page-heading.lv1sp {
  font-size: 67px;
  display: none;
}

@media screen and (max-width: 767px) {
  .g7-page-heading.lv1sp {
    display: block;
    font-size: 29px;
  }
}

.g7-page-heading.lv2 {
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .g7-page-heading.lv2 {
    font-size: 36px;
  }
}

.g7-page-heading.lv3 {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .g7-page-heading.lv3 {
    font-size: 18px;
  }
}

.g7-page-heading::before {
  display: none;
}

.g7-page-heading > span {
  display: inline-block;
}

.g7-page-heading > span::after {
  content: '';
  display: block;
  height: 6px;
  background-color: currentColor;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .g7-page-heading > span::after {
    height: 2px;
    margin-top: 7px;
  }
}

.g7-page-lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .g7-page-lead {
    font-size: 16px;
    text-align: left;
    line-height: 1.7;
    margin-top: 21px;
  }
}

.g7-page-text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .g7-page-text {
    font-size: 16px;
  }
}

.g7-page-video {
  position: relative;
  width: 560px;
  height: 320px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .g7-page-video {
    width: auto;
    height: auto;
    margin: 15px auto;
  }
}

@media screen and (max-width: 767px) {
  .g7-page-video::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
}

.g7-page-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g7-page-video .activityMovieRename > [id] {
  width: 100%;
  height: 100%;
}

.g7-page-video .activityMovieRename > [id] > div {
  width: 100%;
  height: 100%;
}

.g7-page-video .activityMovieRename > [id] > div > .theo-player-wrapper {
  width: 100%;
  height: 100%;
}

.g7-page-button {
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  max-width: 600px;
  padding: 23px 20px;
  border-radius: 56px;
  color: #fff;
  background-color: #012f5f;
  text-decoration: none;
}

.g7-page-button:hover {
  opacity: 0.6;
}

.g7-page-button2 {
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  max-width: 600px;
  padding: 50px 20px;
  border-radius: 56px;
  color: #012f5f;
  background-color: #fff;
  text-decoration: none;
}

.g7-page-button2:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .g7-page-button:hover {
    opacity: 1;
  }
  .g7-page-button2:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .g7-page-button {
    font-size: 16px;
    max-width: 276px;
    padding: 9px 20px;
  }
  .g7-page-button2 {
    font-size: 16px;
    max-width: 276px;
    padding: 9px 20px;
  }
}

/* キービジュアル */
.g7-page-keyvisual {
  position: relative;
  z-index: 1;
  height: auto;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 767px) {
  .g7-page-keyvisual {
    height: auto;
    padding-top: 73.33333%;
  }
}

.g7-page-keyvisual__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .g7-page-keyvisual__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .g7-page-keyvisual__inner .g7-page-heading {
    font-size: 7.73333vw;
    margin-top: 35px;
  }
}

.g7-page-keyvisual__inner .g7-page-heading > span::after {
  display: none;
}

.g7-page-keyvisual__inner .g7-page-lead {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .g7-page-keyvisual__inner .g7-page-lead {
    font-feature-settings: 'palt';
    font-size: 4.26667vw;
    text-align: center;
    line-height: 1.77;
    margin-top: 9.33333vw;
  }
}

.g7-page-keyvisual_slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.g7-page-keyvisual_slide::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.g7-page-keyvisual_slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.g7-page-keyvisual_slide img:first-of-type {
  z-index: 1;
}

/* ナビゲーション */
.g7-page-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.g7-page-nav__button {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #012f5f;
  text-decoration: none;
  text-align: center;
  padding: 9px 24px;
  background-color: #fff;
  border-radius: 22px;
  transition: background-color 0.3s;
}

@media screen and (max-width: 767px) {
  .g7-page-nav__button {
    display: block;
    font-size: 16px;
    max-width: 270px;
    padding: 12px 20px;
    margin: 8px auto 10px;
    background-color: #efefef;
  }
}

.g7-page-nav__button:hover {
  background-color: #efefef;
}

.g7-page-nav__button img {
  display: inline-block;
  margin-left: 6px;
}

@media screen and (max-width: 767px) {
  .g7-page-nav__button img {
    width: 15px;
  }
}

/* G7サミットとは？ */
section > .g7-page-photo {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  section > .g7-page-photo {
    margin-top: 30px;
  }
}

.g7-page-photo-list {
  position: relative;
  width: 100%;
  max-width: 1490px;
  margin: 0 auto;
  padding: 2px 0;
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list {
    overflow: hidden;
    max-width: none !important;
  }
}

.g7-page-photo-list.is-static {
  max-width: 745px;
  overflow: auto;
}

.g7-page-photo-list-slide {
  width: 745px;
  margin: 0;
  overflow: visible;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list-slide {
    width: 325px;
    margin: 0 auto;
  }
}

.is-static .g7-page-photo-list-slide,
.g7-page-photo-list-slide.swiper-initialized {
  opacity: 1;
}

.g7-page-photo-list-slide__item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 745px;
  height: 485px;
  padding: 0 9px;
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list-slide__item {
    width: 325px;
    height: 217px;
    padding: 0;
  }
}

.g7-page-photo-list-slide__item img {
  flex-grow: 0;
  flex-shrink: 0;
}

.g7-page-photo-list-slide-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.is-static .g7-page-photo-list-slide-nav {
  display: none;
}

.g7-page-photo-list-slide-nav__inner {
  max-width: 1490px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list-slide-nav__inner {
    max-width: 345px;
  }
}

.g7-page-photo-list-slide-nav__inner::before,
.g7-page-photo-list-slide-nav__inner::after {
  content: '';
  position: absolute;
  top: 217px;
  z-index: 0;
  width: 70px;
  height: 54px;
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list-slide-nav__inner::before,
  .g7-page-photo-list-slide-nav__inner::after {
    top: 89px;
    width: 50px;
    height: 42px;
  }
}

.g7-page-photo-list-slide-nav__inner::before {
  left: 2px;
  transform: rotate(90deg);
}

.g7-page-photo-list-slide-nav__inner::after {
  right: 2px;
  transform: rotate(90deg);
}

.g7-page-photo-list-slide-nav button {
  position: absolute;
  top: 217px;
  z-index: 1;
  width: 70px;
  height: 54px;
  padding: 15px;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list-slide-nav button {
    top: 89px;
    width: 50px;
    height: 42px;
  }
}

.g7-page-photo-list-slide-nav button.swiper-button-disabled {
  visibility: hidden;
}

.g7-page-photo-list-slide-nav button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list-slide-nav button:hover {
    opacity: 1;
  }
}

.g7-page-photo-list-slide-nav button img {
  display: block;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .g7-page-photo-list-slide-nav button img {
    width: 20px;
  }
}

.g7-page-photo-list-slide-nav__prev {
  left: 2px;
  transform: rotate(90deg);
}

.g7-page-photo-list-slide-nav__next {
  right: 2px;
  transform: rotate(-90deg);
}

/* 岸田総理の発言 */
.g7-page-comment .g7-page-heading.lv3 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .g7-page-comment .g7-page-heading.lv3 {
    margin-top: 35px;
  }
}

.g7-page-comment .g7-page-button {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .g7-page-comment .g7-page-button {
    margin-top: 20px;
  }
}

/* G7準備会議 */
.g7-page-preparation .g7-page-button {
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .g7-page-preparation .g7-page-button {
    margin-top: 20px;
  }
}

/* ロゴデザインの募集について */
.g7-page-logo-recruiting .module-accordion {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .g7-page-logo-recruiting .module-accordion {
    margin-top: 20px;
  }
}

.g7-page-logo-recruiting .module-accordion__body {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .g7-page-logo-recruiting .module-accordion__body {
    padding-bottom: 25px;
  }
}

.g7-page-textarea {
  max-width: 1730px;
  height: 600px;
  margin: 0 auto;
  padding: 30px 80px;
  font-size: 18px;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #707070;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .g7-page-textarea {
    height: 210px;
    padding: 15px;
    font-size: 12px;
  }
}

.g7-page-textarea__bold {
  font-weight: bold;
}

.g7-page-textarea__bold.lv1 {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .g7-page-textarea__bold.lv1 {
    font-size: 14px;
  }
}

.g7-page-button-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .g7-page-button-list {
    display: block;
    margin: 20px auto 0;
  }
}

.g7-page-button-list li {
  flex: 1 1 430px;
  max-width: 430px;
}

@media screen and (max-width: 767px) {
  .g7-page-button-list li {
    max-width: 100%;
  }
}

.g7-page-button-list li:nth-child(n + 2) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .g7-page-button-list li:nth-child(n + 2) {
    margin-top: 15px;
    margin-left: 0;
  }
}

.g7-page-button-list .g7-page-button {
  width: 100%;
  font-size: 23px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .g7-page-button-list .g7-page-button {
    font-size: 16px;
    margin: 0 auto;
  }
}

.g7-page-mail-link {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .g7-page-mail-link {
    font-size: 16px;
    text-align: left;
  }
}

.g7-page-mail-link::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #012f5f transparent transparent transparent;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .g7-page-mail-link::before {
    border-width: 20px 20px 0 20px;
    margin: 20px auto;
  }
}

.g7-page-mail-link b {
  font-size: 22px;
  color: #012f5f;
}

@media screen and (max-width: 767px) {
  .g7-page-mail-link b {
    font-size: 18px;
  }
}

.g7-page-judge {
  white-space: nowrap;
}

@media screen and (max-width: 920px) {
  .g7-page-judge {
    white-space: normal;
  }
}

/* ロゴ利用事例 */
.g7-page-image-list {
  font-size: 0;
  margin-top: 50px;
  margin-left: -1.92308%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .g7-page-image-list {
    margin-top: 21px;
    margin-left: 0;
  }
}

.g7-page-image-list__item {
  display: inline-block;
  font-size: 16px;
  width: calc(33.33% - (30% / 1560 * 100));
  margin-bottom: 1.92308%;
  margin-left: 1.92308%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .g7-page-image-list__item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.g7-page-image-list__item img {
  display: block;
  margin: 0 auto;
}

/* 関係閣僚会議 */
.g7-page-table-container {
  overflow: auto;
}

.g7-page-table {
  width: 100%;
  min-width: 1200px;
  max-width: 1550px;
  margin: 55px auto 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .g7-page-table {
    min-width: 420px;
    margin-top: 23px;
    font-size: 16px;
  }
}

.g7-page-table .g7-page-col-title {
  width: 50%;
}

.g7-page-table .g7-page-col-area {
  width: 50%;
}

.g7-page-table .g7-page-col-schedule {
  width: 50%;
}

.g7-page-table td {
  text-align: center;
  word-break: break-all;
}

.g7-page-table td:nth-child(n + 2) {
  border-left: 1px solid #fff;
}

.g7-page-table thead {
  background-color: #012f5f;
  color: #fff;
}

.g7-page-table thead td {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .g7-page-table thead td {
    padding: 10px;
  }
}

.g7-page-table tbody {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .g7-page-table tbody {
    font-size: 16px;
  }
}

.g7-page-table tbody tr {
  background-color: #f5f5f5;
}

.g7-page-table tbody tr:nth-child(even) {
  background-color: #eaeaea;
}

.g7-page-table tbody tr:nth-child(n + 2) {
  border-top: 1px solid #012f5f;
}

.g7-page-table tbody td {
  padding: 47px 40px;
}

@media screen and (max-width: 767px) {
  .g7-page-table tbody td {
    padding: 12px;
  }
}

.g7-page-table tbody ol li {
  list-style: decimal;
  margin-left: 1em;
}

/* ロゴデザインの募集について03 */

.toggle03 {
  display: none;
}

.Label03 {
  /*タイトル*/
  padding: 1em;
  display: block;
}

.Label03,
.content03 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content03 {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle03:checked + .Label03 + .content03 {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle03:checked + .Label03::before {
  transform: rotate(-45deg) !important;
}

/* 20230518 関連記事エリア・モーダル */
.top-section__inner {
  max-width: 1140px;
  padding: 0 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top-section__inner {
    padding: 0 15px;
  }
}

.top-section-g7 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 60px;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .top-section-g7 {
    padding-bottom: 30px;
  }
}

.top-section-g7::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #fff;
  background: linear-gradient(180deg, white 0%, #f5f2ea 100%);
}

.top-section-g7 .top-section__inner {
  margin-top: 0;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  .top-section-g7 .top-section__inner {
    padding: 0;
  }
}

.top-g7-border > span {
  display: block;
  height: 15px;
}

@media screen and (max-width: 767px) {
  .top-g7-border > span {
    height: 9px;
  }
}

.top-g7-border > span::before,
.top-g7-border > span::after {
  content: '';
  display: block;
  height: 5px;
}

@media screen and (max-width: 767px) {
  .top-g7-border > span::before,
  .top-g7-border > span::after {
    height: 3px;
  }
}

.top-g7-border > span:nth-child(1) {
  background-color: #009ed5;
}

.top-g7-border > span:nth-child(1)::before {
  background-color: #ef7d2d;
}

.top-g7-border > span:nth-child(1)::after {
  background-color: #a65c96;
}

.top-g7-border > span:nth-child(2) {
  background-color: #009989;
}

.top-g7-border > span:nth-child(2)::before {
  background-color: #ea4c90;
}

.top-g7-border > span:nth-child(2)::after {
  background-color: #fcc65c;
}

.top-g7-title {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top-g7-title {
    display: block;
    padding: 0 15px;
  }
}

.top-g7-title > div {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top-g7-title > div {
    justify-content: center;
  }
}

.top-g7-title > div img {
  width: 120px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .top-g7-title > div img {
    width: 90px;
  }
}

.top-g7-title > div h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #78631f;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .top-g7-title > div h2 {
    font-size: 1.5rem;
  }
}

.top-g7-title > p {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .top-g7-title > p {
    margin: 5px 0 0;
  }
}

.top-g7-attention {
  background-color: #fcf6e7;
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px 55px;
}

@media screen and (max-width: 767px) {
  .top-g7-attention {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.top-g7-attention h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #78631f;
  margin: 0;
  padding-left: 0;
}

.top-g7-attention h3::before {
  content: none;
}

.top-g7-carousel {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.top-g7-carousel .swiper-pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.top-g7-carousel .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background-color: #b2b2b2;
  opacity: 1;
}

.top-g7-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #78631f;
}

.top-g7-carousel .swiper-wrapper {
  width: auto;
}

.top-g7-carousel .swiper-button-prev,
.top-g7-carousel .swiper-button-next {
  width: 22px;
  height: 38px;
  margin-top: -55px;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .swiper-button-prev,
  .top-g7-carousel .swiper-button-next {
    width: 12px;
    height: 21px;
    top: 24vw;
    margin-top: 0;
  }
}

.top-g7-carousel .swiper-button-prev.is-hidden,
.top-g7-carousel .swiper-button-next.is-hidden {
  display: none;
}

.top-g7-carousel .swiper-button-prev svg,
.top-g7-carousel .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.top-g7-carousel .swiper-button-prev svg.sp-disp,
.top-g7-carousel .swiper-button-next svg.sp-disp {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .swiper-button-prev svg,
  .top-g7-carousel .swiper-button-next svg {
    display: none;
  }
  .top-g7-carousel .swiper-button-prev svg.sp-disp,
  .top-g7-carousel .swiper-button-next svg.sp-disp {
    display: block;
  }
}

.top-g7-carousel .swiper-button-prev::after,
.top-g7-carousel .swiper-button-next::after {
  content: none;
}

.top-g7-carousel .swiper-button-prev {
  transform: rotate(180deg);
  left: -40px;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .swiper-button-prev {
    left: -20px;
  }
}

.top-g7-carousel .swiper-button-next {
  right: -40px;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .swiper-button-next {
    right: -20px;
  }
}

.top-g7-carousel .module-article-list {
  margin-top: 18px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .module-article-list {
    margin-top: 10px;
  }
}

.top-g7-carousel .module-article-list__body {
  flex-wrap: nowrap;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .module-article-list__body {
    display: flex;
  }
}

.top-g7-carousel .module-article-list__item {
  width: calc(50% - 10px);
  height: auto;
  flex: 0 0 auto;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .module-article-list__item {
    width: 100%;
    max-width: 100%;
  }
}

.top-g7-carousel .module-article-list__item-main {
  height: 100%;
}

.top-g7-carousel .module-article-list__item-main > a {
  height: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .module-article-list__item-main > a {
    padding-bottom: 10px;
    text-decoration: none;
  }
}

.top-g7-carousel .module-article-list__item-head {
  padding-top: 44.1176470588%;
}

.top-g7-carousel .module-article-list h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 18px 0 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .module-article-list h4 {
    font-size: 1rem;
    margin-top: 10px;
    padding: 0 10px;
    text-decoration: underline;
  }
}

.top-g7-carousel .module-article-list__item-update {
  margin: 4px 0 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .module-article-list__item-update {
    padding: 0 10px;
  }
}

.top-g7-carousel .module-article-list .top-g7-article-summary {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .top-g7-carousel .module-article-list .top-g7-article-summary {
    display: -webkit-box;
    white-space: normal;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.top-g7-article-container {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .top-g7-article-container {
    margin-top: 15px;
  }
}

.top-g7-tab-list {
  display: flex;
}

.top-g7-tab-list > button {
  height: 80px;
  margin-left: 5px;
  padding-top: 10px;
  background-color: #fcf6e7;
  flex: 1 1 270px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #78631f;
  transition: opacity 0.3s;
}

.top-g7-tab-list > button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .top-g7-tab-list > button:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .top-g7-tab-list > button {
    height: 90px;
    padding-top: 0;
    flex: 1 1 90px;
    font-size: 1rem;
  }
}

.top-g7-tab-list > button:first-of-type {
  margin-left: 0;
}

.top-g7-tab-list > button[aria-selected='true'] {
  background-color: #efe2bf;
  border-top: 5px solid #78631f;
}

.top-g7-tab-list > button:disabled {
  color: #b2b2b2;
  background-color: #efefef;
  cursor: default;
}

.top-g7-tab-list > button:disabled > svg {
  fill: #b2b2b2;
}

.top-g7-tab-list > button > svg {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px auto 0;
  fill: #78631f;
}

.top-g7-article-content {
  background-color: #fcf9f2;
  border: 10px solid #efe2bf;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .top-g7-article-content {
    padding: 5px;
  }
}

.top-g7-tabpanel[aria-hidden='true'] {
  display: none;
}

.top-g7-tabpanel .module-article-list__body {
  margin-top: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list__body {
    margin-top: -5px;
    margin-left: 0;
  }
}

.top-g7-tabpanel .module-article-list__item {
  width: calc(33.33% - 20px);
  max-width: 340px;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list__item {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list__item:nth-child(n + 4) {
    display: none;
  }
}

.top-g7-tabpanel .module-article-list__item:nth-child(n + 7) {
  display: none;
}

.top-g7-tabpanel .module-article-list__item.is-visible {
  display: flex;
}

.top-g7-tabpanel .module-article-list__item-main {
  height: 100%;
}

.top-g7-tabpanel .module-article-list__item-main > a {
  height: 100%;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list__item-main > a {
    display: flex;
    padding: 5px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list__item-head {
    width: 29.3333333333vw;
    height: 17.6vw;
    flex: 0 0 29.3333333333vw;
    padding-top: 0;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list__item-img {
    background-size: 50px auto;
  }
}

.top-g7-tabpanel .module-article-list h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 18px 20px 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list h3 {
    margin: 0;
  }
}

.top-g7-tabpanel .module-article-list h3::before {
  content: none;
}

.top-g7-tabpanel .module-article-list__item-update {
  margin: 4px 20px 0;
}

@media screen and (max-width: 767px) {
  .top-g7-tabpanel .module-article-list__item-update {
    margin: 10px 0 0;
  }
}

.top-g7-tabpanel .module-article-list .module-more {
  margin-top: 20px;
}

.top-g7-banner {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 185, 185, 0.8);
}

.modal[aria-hidden='true'] {
  display: none;
}

.modal__content {
  width: 100%;
  height: 100%;
  padding: 80px 0 40px;
  overflow: auto;
}

.video-carousel {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .video-carousel {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .video-carousel .swiper-container {
    width: 80vw;
    margin: 0 auto;
  }
}

.video-carousel .swiper-slide .slide-video {
  position: relative;
  padding-top: 56.25%;
}

.video-carousel .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-carousel .swiper-button-prev,
.video-carousel .swiper-button-next {
  transition: opacity 0.3s ease-out;
  justify-content: flex-end;
  top: 50%;
  margin-top: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.video-carousel .swiper-button-prev.swiper-button-disabled,
.video-carousel .swiper-button-next.swiper-button-disabled {
  display: none;
}

.video-carousel .swiper-button-prev:hover,
.video-carousel .swiper-button-next:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-prev:hover,
  .video-carousel .swiper-button-next:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1040px) {
  .video-carousel .swiper-button-prev,
  .video-carousel .swiper-button-next {
    top: 23.75vw;
  }
}

@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-prev,
  .video-carousel .swiper-button-next {
    top: 20.8vw;
  }
}

.video-carousel .swiper-button-prev::after,
.video-carousel .swiper-button-next::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 47px;
  border-color: transparent transparent transparent #315594;
}

@media screen and (max-width: 1040px) {
  .video-carousel .swiper-button-prev::after,
  .video-carousel .swiper-button-next::after {
    border-width: 4.80769vw 0 4.80769vw 4.51923vw;
  }
}

.video-carousel .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 1240px) {
  .video-carousel .swiper-button-prev {
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-prev {
    left: 2.66667vw;
  }
}

.video-carousel .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 1240px) {
  .video-carousel .swiper-button-next {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-next {
    right: 2.66667vw;
  }
}

.video-carousel .modal-close-button {
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: -40px;
  right: -80px;
  width: 54px;
  height: 40px;
  padding: 0;
  border: none;
  background: url(../img/icon_modal_close.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.video-carousel .modal-close-button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .video-carousel .modal-close-button:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 1240px) {
  .video-carousel .modal-close-button {
    top: -55px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .video-carousel .modal-close-button {
    width: 28px;
    height: 20px;
    top: -45px;
    right: 10px;
  }
}
