@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

html {
  font-size: 10px;
}

body {
  min-height: 100vh;
  font-family: 'Josefin Sans', 'M PLUS 1p', 'Noto Sans JP', 'HiraKakuPro', -apple-system, 'Lucida Grande', 'Helvetica Neue', 'メイリオ', meiryo,
    'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

main {
  display: block;
}

.bg-grad {
  background: #efefef;
  background: linear-gradient(180deg, #efefef 0%, #cfcfcf 100%);
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

h2 {
  font-size: 5rem;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

h2 > span {
  display: inline-block;
  padding: 0 50px 5px;
  border-bottom: 2px solid #6a5e05;
}

@media screen and (max-width: 767px) {
  h2 > span {
    padding: 0 20px 5px;
  }
}

.header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #efefef;
}

@media screen and (max-width: 1080px) {
  .header {
    align-items: flex-start;
    justify-content: space-between;
    height: 90px;
  }
}

.header .header-inner {
  display: flex;
  width: 100%;
}

.header .menu-button {
  display: none;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 30px;
  margin: 30px 0 0 26px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .header .menu-button {
    display: block;
  }
}

.header .menu-button img[aria-hidden='true'] {
  display: none;
}

.header h1 {
  width: 7.8125vw;
  max-width: 150px;
  margin: 1.04167vw 2.08333vw;
}

@media screen and (min-width: 1920px) {
  .header h1 {
    margin: 20px 40px;
  }
}

@media screen and (max-width: 1080px) {
  .header h1 {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 85px;
    margin: 0;
    transform: translateX(-50%);
  }
}

.header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2.60417vw 0 auto;
}

@media screen and (min-width: 1920px) {
  .header nav {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .header nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    margin: 0;
    padding: 90px 0 45px;
    overflow: auto;
  }
}

@media screen and (max-width: 1080px) {
  .header nav.is-open {
    display: block;
  }
}

.header nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .header nav ul {
    display: block;
    padding-top: 0;
  }
}

.header nav ul li {
  font-size: 0.98958vw;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 2.60417vw;
}

@media screen and (min-width: 1920px) {
  .header nav ul li {
    font-size: 1.9rem;
    margin-right: 50px;
  }
}

@media screen and (max-width: 1080px) {
  .header nav ul li {
    font-size: 1.5rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 34px;
  }
}

.header nav a {
  transition: opacity 0.3s ease-out;
  display: inline-block;
  text-decoration: none;
}

.header nav a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .header nav a:hover {
    opacity: 1;
  }
}

.header .link-language {
  transition: opacity 0.3s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.04167vw;
  font-weight: 500;
  padding: 0.41667vw 1.97917vw;
  margin-right: 2.08333vw;
  min-width: 7.5vw;
  min-height: 2.44792vw;
  border: 1px solid #6a5e05;
  text-decoration: none;
}

.header .link-language:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .header .link-language:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1920px) {
  .header .link-language {
    font-size: 2rem;
    padding: 8px 38px;
    margin-right: 40px;
    min-width: 144px;
    min-height: 47px;
  }
}

@media screen and (max-width: 1080px) {
  .header .link-language {
    display: none;
  }
}

.header .link-language.sp-link-language {
  display: none;
}

@media screen and (max-width: 1080px) {
  .header .link-language.sp-link-language {
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 1rem;
    padding: 4px 18px;
    min-width: 70px;
    min-height: 24px;
    margin: 0;
  }
}

.header .link-kantei {
  width: 10.78125vw;
  min-width: 136px;
  flex: 0 0 10.78125vw;
}

@media screen and (min-width: 1920px) {
  .header .link-kantei {
    width: 207px;
    flex: 0 0 207px;
  }
}

@media screen and (max-width: 1080px) {
  .header .link-kantei {
    display: block;
    width: 138px;
    min-width: 0;
    margin: 0 auto;
  }
}

[lang='en'] .header nav ul li {
  font-size: 0.80729vw;
  margin-right: 1.45833vw;
}

@media screen and (min-width: 1920px) {
  [lang='en'] .header nav ul li {
    font-size: 1.55rem;
    margin-right: 28px;
  }
}

@media screen and (max-width: 1080px) {
  [lang='en'] .header nav ul li {
    font-size: 1.5rem;
    margin-right: 0;
  }
}

[lang='en'] .header .link-kantei {
  width: 13.28125vw;
  flex: 0 0 13.28125vw;
}

@media screen and (min-width: 1920px) {
  [lang='en'] .header .link-kantei {
    width: 255px;
    flex: 0 0 255px;
  }
}

@media screen and (max-width: 1080px) {
  [lang='en'] .header .link-kantei {
    width: 138px;
  }
}

.banner-area {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .banner-area {
    margin-top: 40px;
  }
}

.banner-area > a {
  transition: opacity 0.3s ease-out;
  display: block;
  margin-top: 50px;
}

.banner-area > a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .banner-area > a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .banner-area > a {
    margin-top: 35px;
  }
}

.button-list {
  display: flex;
  justify-content: center;
  margin: 40px auto 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .button-list {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

.button-list li {
  display: inline-block;
  margin: 0 33px;
}

@media screen and (max-width: 767px) {
  .button-list li {
    margin: 0 12px;
  }
}

.button-list li .button-link {
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 274px;
  height: 91px;
  padding-top: 6px;
  border-radius: 48px;
  font-size: 3rem;
  color: #fff;
  text-decoration: none;
  background-color: #716613;
}

.button-list li .button-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .button-list li .button-link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .button-list li .button-link {
    width: 125px;
    height: 42px;
    padding-top: 4px;
    font-size: 1.3rem;
  }
}

.button-list li .button-link.row2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .button-list li .button-link.row2 {
    font-size: 1.1rem;
  }
}

.button-list li .button-link.row2 span {
  display: block;
  width: 100%;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .button-list li .button-link.row2 span {
    font-size: 1rem;
  }
}

.button-list li .text-link {
  transition: opacity 0.3s ease-out;
  display: inline-block;
  font-size: 2.5rem;
  color: #716613;
  margin-top: 20px;
}

.button-list li .text-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .button-list li .text-link:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .button-list li .text-link {
    font-size: 1.1rem;
  }
}

.button-list + .button-list {
  margin-top: -65px;
}

@media screen and (max-width: 767px) {
  .button-list + .button-list {
    margin-top: -35px;
  }
}

@media screen and (max-width: 767px) {
  [lang='en'] .button-list li .button-link {
    width: 140px;
    height: 50px;
  }
}

.section-first-view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 880px;
  background-color: #efefef;
}

@media screen and (max-width: 767px) {
  .section-first-view {
    min-height: 450px;
  }
}

.section-first-view .logo {
  width: 576px;
}

@media screen and (max-width: 767px) {
  .section-first-view .logo {
    width: 264px;
  }
}

.section-first-view .event-date {
  font-size: 4.9rem;
  font-style: italic;
  line-height: 1;
  text-align: center;
  color: #6a5e05;
  width: 448px;
  margin: 75px auto 0;
  padding: 10px 0;
  border-top: 2px solid #6a5e05;
  border-bottom: 2px solid #6a5e05;
}

@media screen and (max-width: 767px) {
  .section-first-view .event-date {
    font-size: 2.1rem;
    width: 205px;
    margin-top: 35px;
    padding: 5px 0;
  }
}

.section-first-view .flag {
  width: 436px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .section-first-view .flag {
    width: 205px;
    margin-top: 12px;
  }
}

.section-tokyo2022 {
  max-width: 1140px;
  padding: 40px 30px 100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 {
    padding: 50px 15px;
  }
}

.section-tokyo2022 > .lead {
  font-size: 2.9rem;
  line-height: 2;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 > .lead {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}

.section-tokyo2022 .overview {
  max-width: 1095px;
  margin-top: 60px;
  padding: 30px 50px;
  border: 2px solid #716613;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview {
    margin-top: 30px;
    padding: 40px 25px;
  }
}

.section-tokyo2022 .overview h2 {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview h2 {
    font-size: 2rem;
  }
}

.section-tokyo2022 .overview .lead {
  font-size: 2rem;
  margin-top: 23px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .lead {
    font-size: 1.2rem;
    text-align: left;
  }
}

.section-tokyo2022 .overview .achievement-list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list {
    margin-top: 25px;
  }
}

.section-tokyo2022 .overview .achievement-list:only-child {
  margin-top: 0;
}

.section-tokyo2022 .overview .achievement-list__item:nth-child(n + 2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list__item:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.section-tokyo2022 .overview .achievement-list__item h3 {
  display: flex;
  align-items: flex-start;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list__item h3 {
    font-size: 1.4rem;
  }
}

.section-tokyo2022 .overview .achievement-list__item h3::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  background-color: #716613;
  border-radius: 50%;
  margin-right: 5px;
  transform: translateY(3px);
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list__item h3::before {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
}

.section-tokyo2022 .overview .achievement-list__item .description {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list__item .description {
    font-size: 1rem;
  }
}

.section-tokyo2022 .overview .achievement-list__item .link-list {
  margin-top: 14px;
}

.section-tokyo2022 .overview .achievement-list__item .link-list li:nth-child(n + 2) {
  margin-top: 5px;
}

.section-tokyo2022 .overview .achievement-list__item .link-list a {
  transition: opacity 0.3s ease-out;
  font-size: 1.6rem;
  color: #716613;
}

.section-tokyo2022 .overview .achievement-list__item .link-list a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list__item .link-list a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list__item .link-list a {
    font-size: 1rem;
  }
}

.section-tokyo2022 .overview .achievement-list__item .link-list a::before {
  content: '＞';
  display: inline-block;
}

.section-tokyo2022 .overview .achievement-list__item .link-list a::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url(../img/icon_window.svg) no-repeat center center;
  background-size: 100%;
  transform: translateY(1px);
}

@media screen and (max-width: 767px) {
  .section-tokyo2022 .overview .achievement-list__item .link-list a::after {
    width: 8px;
    height: 8px;
    transform: translateY(2px);
  }
}

.section-photo-movie {
  max-width: 1140px;
  padding: 100px 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-photo-movie {
    padding: 50px 15px;
  }
}

.section-photo-movie .photo-list {
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list {
    margin-top: 45px;
  }
}

.section-photo-movie .photo-list__body {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__body {
    margin-top: -10px;
    margin-left: -10px;
  }
}

.section-photo-movie .photo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 20px);
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__item {
    width: calc(33.33% - 10px);
    margin-top: 10px;
    margin-left: 10px;
  }
}

.section-photo-movie .photo-list__item:nth-child(n + 10) {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  margin: 0;
}

.section-photo-movie .photo-list__item.is-visible {
  height: auto;
  overflow: visible;
  visibility: visible;
  margin-top: 20px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__item.is-visible {
    margin-top: 10px;
    margin-left: 10px;
  }
}

.section-photo-movie .photo-list__item > a,
.section-photo-movie .photo-list__item button {
  transition: opacity 0.3s ease-out;
  display: block;
  padding: 0;
  border: none;
  cursor: pointer;
}

.section-photo-movie .photo-list__item > a:hover,
.section-photo-movie .photo-list__item button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .photo-list__item > a:hover,
  .section-photo-movie .photo-list__item button:hover {
    opacity: 1;
  }
}

.section-photo-movie .photo-list__item > a img,
.section-photo-movie .photo-list__item button img {
  width: 100%;
}

.section-photo-movie .photo-list__item .title,
.section-photo-movie .photo-list__item .description,
.section-photo-movie .photo-list__item .link-list {
  display: none;
}

.section-photo-movie .more {
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .more {
    height: auto;
    margin-top: 30px;
  }
}

.section-photo-movie .more > button {
  transition: opacity 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  height: 100%;
  padding: 20px 0 15px;
  color: #000;
  border: none;
  background-color: transparent;
  transition: opacity 0.3s;
  cursor: pointer;
}

.section-photo-movie .more > button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .more > button:hover {
    opacity: 1;
  }
}

.section-photo-movie .more__icon {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  overflow: hidden;
}

.section-photo-movie .more__icon::before,
.section-photo-movie .more__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: #002f5f;
  transform: translate(-50%, -50%);
}

.section-photo-movie .more__icon::before {
  width: 16px;
  height: 3px;
}

.section-photo-movie .more__icon::after {
  width: 3px;
  height: 16px;
}

.section-photo-movie .movie-container {
  display: flex;
  align-items: flex-start;
  margin: 90px auto 0;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container {
    display: block;
    margin-top: 45px;
  }
}

.section-photo-movie .movie-container__item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.section-photo-movie .movie-container__item:nth-child(even) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .section-photo-movie .movie-container__item:nth-child(even) {
    margin-left: 0;
  }
}

.section-photo-movie .movie {
  position: relative;
  padding-top: 56.25%;
}

.section-photo-movie .movie .activityMovieRename,
.section-photo-movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.section-photo-movie .movie .activityMovieRename > [id] {
  width: 100%;
  height: 100%;
}

.section-photo-movie .movie .activityMovieRename > [id] .Csa3-dimensions {
  width: 100%;
  height: 100%;
}

.section-about {
  max-width: 1140px;
  padding: 100px 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-about {
    padding: 50px 15px;
  }
}

.section-about p {
  font-size: 3rem;
  line-height: 2;
  text-align: center;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .section-about p {
    font-size: 1.4rem;
    line-height: 2.285;
    margin-top: 50px;
  }
}

.section-about .image {
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .section-about .image {
    margin: 20px 0 0;
  }
}

.section-background {
  max-width: 1140px;
  padding: 100px 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-background {
    padding: 50px 15px;
  }
}

.section-background .history-list {
  max-width: 1180px;
  margin: 90px auto 0;
}

@media screen and (max-width: 767px) {
  .section-background .history-list {
    margin-top: 45px;
  }
}

.section-background .history-list li > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .section-background .history-list li > div {
    display: block;
    text-align: center;
  }
}

.section-background .history-list li > div time {
  font-size: 9rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  color: #6a5e05;
}

@media screen and (max-width: 767px) {
  .section-background .history-list li > div time {
    font-size: 3.6rem;
  }
}

.section-background .history-list li > div p {
  font-size: 3rem;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .section-background .history-list li > div p {
    font-size: 1.4rem;
    margin-top: 14px;
    margin-left: 0;
  }
}

.section-background .history-list li::after {
  content: '';
  display: block;
  width: 2px;
  height: 58px;
  background-color: #000;
  margin: 70px auto 75px;
}

@media screen and (max-width: 767px) {
  .section-background .history-list li::after {
    height: 25px;
    margin: 22px auto 25px;
  }
}

.section-background .history-list li:nth-child(even) > div {
  flex-direction: row-reverse;
}

.section-background .history-list li:nth-child(even) > div p {
  margin-right: 60px;
  margin-left: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .section-background .history-list li:nth-child(even) > div p {
    margin-right: 0;
    text-align: center;
  }
}

.section-background .history-list li:last-of-type::after {
  display: none;
}

.section-background .photo-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 100px auto 0;
}

@media screen and (max-width: 767px) {
  .section-background .photo-list {
    display: block;
    margin: 60px -15px 0;
  }
}

.section-background .photo-list li {
  width: 50%;
  padding-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section-background .photo-list li {
    width: 100%;
    padding-right: 0;
    margin-top: 25px;
  }
}

.section-background .photo-list li:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .section-background .photo-list li:nth-child(even) {
    padding-left: 0;
  }
}

.section-background .photo-list li img {
  border: 2px solid #6a5e05;
}

.section-background .photo-list li figcaption {
  font-size: 2.7rem;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #6a5e05;
}

@media screen and (max-width: 767px) {
  .section-background .photo-list li figcaption {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}

.section-attempt {
  max-width: 1140px;
  padding: 100px 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-attempt {
    padding: 50px 15px;
  }
}

.section-attempt .attempt-box {
  display: flex;
  font-size: 3rem;
  line-height: 2;
  text-align: center;
  max-width: 1400px;
  border: 2px solid #6a5e05;
  margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
  .section-attempt .attempt-box {
    font-size: 1.4rem;
    line-height: 2.285;
    margin-top: 12px;
  }
}

.section-attempt .attempt-box:first-of-type {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .section-attempt .attempt-box:first-of-type {
    margin-top: 45px;
  }
}

.section-attempt .attempt-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 274px;
  padding: 50px 58px;
}

@media screen and (max-width: 767px) {
  .section-attempt .attempt-box-inner {
    padding: 22px 16px;
    min-height: 103px;
  }
}

.section-attempt > p {
  font-size: 4.5rem;
  text-align: center;
  line-height: 2;
  color: #6a5e05;
}

@media screen and (max-width: 767px) {
  .section-attempt > p {
    font-size: 1.6rem;
    line-height: 2.1875;
  }
}

.section-attempt > p::before {
  content: '';
  display: block;
  width: 2px;
  height: 95px;
  background-color: #000;
  margin: 70px auto 75px;
}

@media screen and (max-width: 767px) {
  .section-attempt > p::before {
    height: 36px;
    margin: 40px auto 45px;
  }
}

.section-so-far {
  max-width: 1140px;
  padding: 100px 30px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .section-so-far {
    padding: 50px 15px;
  }
}

.section-so-far .layout-meeting {
  text-align: center;
  margin: 200px auto 0;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting {
    margin-top: 100px;
  }
}

.section-so-far .layout-meeting:first-of-type {
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting:first-of-type {
    margin-top: 40px;
  }
}

.section-so-far .layout-meeting h3 {
  display: inline-block;
  position: relative;
  font-size: 5.9rem;
  padding: 8px 50px;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting h3 {
    font-size: 1.8rem;
    padding: 5px 18px;
  }
}

.section-so-far .layout-meeting h3 > span {
  display: inline-block;
  position: absolute;
  width: 53px;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting h3 > span {
    width: 16px;
  }
}

.section-so-far .layout-meeting h3 > span:first-of-type {
  top: 0;
  left: 0;
  border-top: 2px solid #6a5e05;
}

.section-so-far .layout-meeting h3 > span:first-of-type::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 2px;
  height: 46px;
  background-color: #6a5e05;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting h3 > span:first-of-type::before {
    top: 4px;
    height: 14px;
  }
}

.section-so-far .layout-meeting h3 > span:last-of-type {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #6a5e05;
}

.section-so-far .layout-meeting h3 > span:last-of-type::before {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 2px;
  height: 46px;
  background-color: #6a5e05;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting h3 > span:last-of-type::before {
    bottom: 4px;
    height: 14px;
  }
}

.section-so-far .layout-meeting .note {
  font-size: 2.5rem;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting .note {
    font-size: 1rem;
    margin-top: 15px;
  }
}

.section-so-far .layout-meeting .description {
  font-size: 3rem;
  line-height: 2;
  margin-top: 68px;
}

@media screen and (max-width: 767px) {
  .section-so-far .layout-meeting .description {
    font-size: 1.3rem;
    line-height: 2.153;
    margin-top: 27px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  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;
}

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

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

.photo-carousel .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.photo-carousel .swiper-slide img {
  margin: 0 auto;
}

.photo-carousel .swiper-slide .title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .title {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}

.photo-carousel .swiper-slide .description {
  font-size: 2.2rem;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .description {
    font-size: 1rem;
    margin-top: 5px;
  }
}

.photo-carousel .swiper-slide .link-list a {
  font-size: 2.2rem;
  color: #333;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .link-list a {
    font-size: 1rem;
  }
}

.photo-carousel .swiper-slide .link-list a::before {
  content: '＞';
}

.photo-carousel .swiper-slide .link-list a::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-left: 10px;
  background: url(../img/icon_window.svg) no-repeat center center;
  background-size: 100%;
  transform: translateY(4px);
}

@media screen and (max-width: 767px) {
  .photo-carousel .swiper-slide .link-list a::after {
    width: 8px;
    height: 8px;
    margin-left: 5px;
    transform: translateY(2px);
  }
}

.photo-carousel .swiper-button-prev,
.photo-carousel .swiper-button-next {
  transition: opacity 0.3s ease-out;
  justify-content: flex-end;
  top: 247px;
  margin-top: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

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

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

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

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

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

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

.photo-carousel .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

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

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

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

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

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

.photo-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;
}

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

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

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

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

.footer {
  padding: 60px 0 56px;
  text-align: center;
}

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

.footer ul li {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .footer ul li {
    font-size: 1.5rem;
  }
}

.footer ul li:nth-child(n + 2) {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .footer ul li:nth-child(n + 2) {
    margin-top: 35px;
  }
}

.footer ul li.logo-kantei {
  width: 207px;
}

@media screen and (max-width: 767px) {
  .footer ul li.logo-kantei {
    width: 138px;
  }
}

.footer ul li.logo-kantei a {
  width: 100%;
}

.footer ul li.logo-quad {
  width: 191px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .footer ul li.logo-quad {
    width: 127px;
    margin-top: 35px;
  }
}

.footer ul li.logo-quad a {
  width: 100%;
}

.footer a {
  transition: opacity 0.3s ease-out;
  display: inline-block;
  text-decoration: none;
}

.footer a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .footer a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  [lang='en'] .footer ul li.logo-kantei {
    width: 260px;
  }
}
