@charset "UTF-8";
.gaw {
  font-size: 28px;
  margin: 80px 32px;
}
.gaw a {
  text-decoration: none;
}
.gaw p {
  margin: 0;
}
.gaw h3 {
  padding: 0;
  margin: 0;
  border: 0;
}

@media screen and (min-width: 641px) {
  .gaw {
    font-size: 14px;
    margin: 80px 0;
  }
}
a.gaw__btn {
  display: block;
  font-size: 36px;
  text-align: center;
  color: #fff;
  background-color: #000;
  line-height: 100px;
}
a.gaw__btn:visited {
  color: #fff;
}
a.gaw__btn.more {
  position: relative;
  letter-spacing: 0.2em;
}
a.gaw__btn.more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -10px;
}

@media screen and (min-width: 641px) {
  a.gaw__btn {
    width: 460px;
    font-size: 18px;
    line-height: 50px;
    margin: 0 auto;
  }
  a.gaw__btn.more:after {
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
  }
}
.gaw__heading {
  margin-bottom: 80px;
}
.gaw__heading .gaw__heading-title {
  font-size: 48px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
}
.gaw__heading .gaw__heading-subtitle {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.gaw__heading .gaw__heading-lead {
  text-align: center;
}
.gaw__heading .gaw__heading-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
  margin-bottom: 60px;
}
.gaw__heading .gaw__heading-imgs img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .gaw__heading {
    margin: 0 auto 80px;
  }
  .gaw__heading .gaw__heading-title {
    font-size: 36px;
  }
  .gaw__heading .gaw__heading-subtitle {
    font-size: 24px;
  }
  .gaw__heading .gaw__heading-lead {
    font-size: 17px;
  }
  .gaw__heading .gaw__heading-imgs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 0;
  }
  .gaw__heading .gaw__heading-imgs img {
    width: 470px;
  }
}
.gaw__heading {
  margin-bottom: 80px;
}

.gaw__info {
  border: 1px solid #000;
  background-color: #fff;
  padding: 80px 20px;
  margin-bottom: 80px;
}
.gaw__info .gaw__info-title {
  font-size: 60px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.4em;
  margin-bottom: 60px;
}
.gaw__info dl {
  margin-bottom: 1em;
}
.gaw__info dl:nth-last-of-type(1) {
  margin-bottom: 0;
}
.gaw__info dl dt {
  float: left;
}
.gaw__info dl dt:after {
  content: "：";
}
.gaw__info dl dd .list li {
  display: inline-block;
}
.gaw__info dl dd .list li::after {
  white-space: pre-wrap;
  content: " / ";
}
.gaw__info dl dd .list li:nth-last-of-type(1)::after {
  content: "";
}

@media screen and (min-width: 641px) {
  .gaw__info {
    padding: 60px 20px;
    margin-bottom: 100px;
  }
  .gaw__info .gaw__info-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .gaw__info dl dt {
    width: 90px;
  }
  .gaw__info dl dt:after {
    content: none;
  }
  .gaw__info dl dd {
    padding-left: 90px;
  }
}
.gaw__menu {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  background-color: #fff;
  z-index: 1;
}
.gaw__menu div {
  position: relative;
  width: 33.3333333333%;
  font-size: 36px;
  line-height: 1.22;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 50px 0 70px;
  cursor: pointer;
}
.gaw__menu div:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -10px;
}
.gaw__menu div:nth-of-type(n + 2) {
  border-left: none;
}
.gaw__menu .gaw__menu-sa {
  background-color: #a9404b;
}
.gaw__menu .gaw__menu-mf {
  background-color: #3c5793;
}
.gaw__menu .gaw__menu-ba {
  background-color: #528056;
}
.gaw__menu .gaw__menu-white {
  color: #000;
  border: 1px solid #000;
}
.gaw__menu .gaw__menu-white:after {
  border-color: #000;
}
.gaw__menu .gaw__menu-gold {
  color: #b79359;
  border: 1px solid #000;
}
.gaw__menu .gaw__menu-gold:after {
  border-color: #b79359;
}
.gaw__menu.col2 div {
  width: 50%;
}

@media screen and (min-width: 641px) {
  .gaw__menu {
    margin-bottom: 100px;
  }
  .gaw__menu div {
    font-size: 28px;
    line-height: 1;
    padding: 30px 0 40px;
  }
  .gaw__menu div:after {
    bottom: 15px;
    width: 8px;
    height: 8px;
    margin-left: -4px;
  }
}
.gaw__area {
  margin-bottom: 180px;
}
.gaw__area .gaw__area-title {
  font-size: 60px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
.gaw__area .gaw__area-map {
  width: 640px;
  margin-left: -32px;
  overflow: scroll;
}
.gaw__area .gaw__area-map img {
  height: 700px;
  width: auto;
  max-width: inherit;
}

@media screen and (min-width: 641px) {
  .gaw__area {
    margin-bottom: 160px;
  }
  .gaw__area .gaw__area-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .gaw__area .gaw__area-map {
    width: 100%;
    margin-left: 0;
    overflow: auto;
  }
  .gaw__area .gaw__area-map img {
    height: auto;
    width: 100%;
  }
}
.gaw__unit .gaw__unit-title {
  font-size: 100px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.gaw__unit .gaw__unit-subtitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.gaw__unit .gaw__unit-head {
  margin-bottom: 40px;
}
.gaw__unit .gaw__unit-head .gaw__unit-subtitle {
  margin-bottom: 0;
}
.gaw__unit .gaw__unit-head .gaw__unit-text {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .gaw__unit .gaw__unit-title {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .gaw__unit .gaw__unit-subtitle {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .gaw__unit .gaw__unit-head {
    margin-bottom: 50px;
  }
  .gaw__unit .gaw__unit-head .gaw__unit-text {
    margin-top: 20px;
  }
}
.sa {
  margin-bottom: 160px;
}
.sa .sa__list .sa__unit {
  text-align: center;
  width: 440px;
  margin: 0 auto 60px;
}
.sa .sa__list .sa__unit-number {
  width: 120px;
  height: 120px;
  font-size: 42px;
  line-height: 120px;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  margin: 0 auto;
}
.sa .sa__list .sa__unit-title {
  font-size: 28px;
  margin-top: 5px;
}
.sa .sa__list .sa__unit-img {
  width: calc(100% - 2px);
  margin-top: 30px;
  border: 1px solid #000;
}
.sa .sa__list .sa__unit-desc {
  font-size: 26px;
  text-align: left;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .sa .sa__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 26px;
  }
  .sa .sa__list .sa__unit {
    width: 220px;
    margin: 0;
  }
  .sa .sa__list .sa__unit-number {
    width: 60px;
    height: 60px;
    font-size: 21px;
    line-height: 60px;
  }
  .sa .sa__list .sa__unit-title {
    font-size: 14px;
  }
  .sa .sa__list .sa__unit-img {
    margin-top: 15px;
  }
  .sa .sa__list .sa__unit-desc {
    font-size: 13px;
    margin-top: 10px;
  }
  .sa .sa__list.col3 {
    gap: 40px 30px;
  }
  .sa .sa__list.col3 .sa__unit {
    width: 300px;
  }
}
.unit__heading {
  margin-bottom: 40px;
}
.unit__heading .unit__heading-img {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  margin: 0 auto 40px;
  overflow: hidden;
}
.unit__heading .unit__heading-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.unit__heading .unit__heading-info .unit__heading-info-heading {
  font-weight: bold;
  margin-bottom: 40px;
}
.unit__heading .unit__heading-info .unit__heading-info-title {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .unit__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
  .unit__heading .unit__heading-img {
    width: 460px;
    height: 460px;
    margin: 0;
  }
  .unit__heading .unit__heading-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 460px;
  }
  .unit__heading .unit__heading-info .unit__heading-info-heading {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .unit__heading .unit__heading-info .unit__heading-info-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.mf {
  margin-bottom: 160px;
}
.mf .mf__flow {
  margin: 80px 0;
}
.mf .mf__flow .mf__flow-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.mf .mf__flow-unit {
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
  padding: 20px 0 60px;
}
.mf .mf__flow-unit .mf__flow-unit__number {
  font-size: 120px;
  line-height: 1;
  color: #d9d9d9;
}
.mf .mf__flow-unit:nth-of-type(n + 2) {
  position: relative;
  margin-top: 60px;
}
.mf .mf__flow-unit:nth-of-type(n + 2):before {
  position: absolute;
  top: -56px;
  left: 50%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: -16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mf .mf__tw-inline {
  margin-bottom: 40px;
}
.mf .mf__attention {
  background-color: #fff;
  border-top: 1px solid #000;
  margin-top: 80px;
}
.mf .mf__attention dt {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.mf .mf__attention dt:before, .mf .mf__attention dt:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #000;
}
.mf .mf__attention dt:before {
  right: 0;
  top: 49px;
  width: 20px;
  height: 2px;
}
.mf .mf__attention dt:after {
  right: 9px;
  top: 40px;
  width: 2px;
  height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mf .mf__attention dt.js-active:after {
  top: 50px;
  height: 0;
}
.mf .mf__attention dd {
  display: none;
  border-bottom: 1px solid #000;
  padding: 30px 0;
}

@media screen and (min-width: 641px) {
  .mf .mf__flow .mf__flow-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .mf .mf__flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mf .mf__flow-unit {
    width: 300px;
    padding: 10px 0 40px;
  }
  .mf .mf__flow-unit .mf__flow-unit__number {
    font-size: 60px;
  }
  .mf .mf__flow-unit:nth-of-type(n + 2) {
    margin: 0 0 0 30px;
  }
  .mf .mf__flow-unit:nth-of-type(n + 2):before {
    top: 50%;
    left: -28px;
    display: block;
    width: 15px;
    height: 15px;
    margin: -9px 0 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mf .mf__attention {
    margin-top: 80px;
  }
  .mf .mf__attention dt {
    font-size: 24px;
    line-height: 80px;
  }
  .mf .mf__attention dt:before {
    right: 20px;
    top: 39px;
  }
  .mf .mf__attention dt:after {
    right: 29px;
    top: 30px;
  }
  .mf .mf__attention dt.js-active:after {
    top: 40px;
  }
}
.ba {
  margin-bottom: 200px;
}
.ba.ba-gallery {
  margin-bottom: 80px;
}
.ba.ba-gallery .title-area {
  margin-bottom: 80px;
  text-align: center;
}
.ba.ba-gallery .title-area .title {
  font-size: 100px;
  line-height: 1.2;
  font-weight: bold;
}
.ba.ba-gallery .title-area .subtitle {
  font-size: 28px;
  font-weight: bold;
}

.ba__thumb-list {
  margin-bottom: 20px;
}

.ba__thumb-list-row .ba__thumb-list-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ba__thumb-list-row .ba__thumb-list-img {
  width: 275px;
  margin: 0 25px 26px 0;
}
.ba__thumb-list-row .ba__thumb-list-img:nth-of-type(2n) {
  margin-right: 0;
}
.ba__thumb-list-row img {
  width: 100%;
}
.ba__thumb-list-row.hidden {
  display: none;
}

.ba__thumb-more {
  position: relative;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.ba__thumb-more:before, .ba__thumb-more:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ba__thumb-more:before {
  border: solid 20px transparent;
  border-top: solid 20px #000;
}
.ba__thumb-more:after {
  border: solid 20px transparent;
  border-top: solid 20px #fff;
  margin-top: -1px;
}

@media screen and (min-width: 641px) {
  .ba {
    margin-bottom: 160px;
  }
  .ba.ba-gallery {
    margin-bottom: 100px;
  }
  .ba.ba-gallery .title-area .title {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 50px;
  }
  .ba.ba-gallery .title-area .subtitle {
    font-size: 18px;
    margin-bottom: 80px;
  }
  .ba__thumb-list-row .ba__thumb-list-img {
    width: 225px;
    margin: 0 20px 20px 0;
  }
  .ba__thumb-list-row .ba__thumb-list-img:nth-of-type(2n) {
    margin-right: 20px;
  }
  .ba__thumb-list-row .ba__thumb-list-img:nth-of-type(4n) {
    margin-right: 0;
  }
  .ba__thumb-more {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.gaw__summary dl {
  margin-bottom: 1em;
}
.gaw__summary dl dt {
  font-weight: bold;
}
.gaw__summary dl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gaw__summary dl ul li::after {
  white-space: pre-wrap;
  content: " / ";
}
.gaw__summary dl ul li:nth-last-of-type(1)::after {
  content: "";
}