@charset "UTF-8";
#contents {
  background-color: #edf0f3;
  color: #003349;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  max-width: 920px;
  margin: 0;
  position: relative;
}
#contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
#contents img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
#contents .c-txt_reg {
  zoom: 1.66;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.06em;
}
#contents .logo_asahi {
  background: #fff;
  text-align: right;
  line-height: 56px;
  padding-right: 22px;
}
#contents .logo_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 13px 22px 10px;
}
#contents .mv_ttl {
  text-align: center;
  background-color: #003349;
  line-height: 194px;
}
#contents .mv_img {
  height: 518px;
  position: relative;
}
#contents .mv_img .swiper-button-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#contents .mv_img .swiper-button-next:after {
  display: none;
}
#contents .mv_img .swiper-container {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#contents .mv_img .swiper-slide {
  width: 920px;
  height: 518px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#contents .mv_img .swiper-slide span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #fff;
  letter-spacing: 0.04em;
}
#contents .concept_area {
  background: url(../img/common/concept_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
#contents .concept_area .btn_float {
  position: absolute;
  left: 773px;
  top: 28px;
  z-index: 1000;
  width: 120px;
  height: 120px;
  -webkit-transition: top 0s linear 0s;
  transition: top 0s linear 0s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#contents .concept_area .btn_float a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1000;
}
#contents .concept_area .btn_float a:hover img {
  opacity: 0.9;
}
#contents .concept_area .btn_float.is-fixed {
  position: fixed;
  top: 10px;
}
#contents .concept_ttl {
  text-align: center;
}
#contents .concept_text {
  margin-top: 35px;
}
#contents .concept_text p {
  margin-top: 1.1em;
  text-align: center;
  font-size: 16px;
  line-height: 1.98;
  letter-spacing: 0.2em;
}
#contents .crosstalk_ttl {
  background-color: #003349;
  color: #fff;
  height: 168px;
  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;
}
#contents .crosstalk_img {
  position: relative;
}
#contents .crosstalk_img img {
  width: 100%;
}
#contents .crosstalk_img p {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1.6;
  text-align: right;
}
#contents .crosstalk_img p span {
  margin-right: 0.4em;
}
#contents .crosstalk_img p span i {
  font-style: normal;
  letter-spacing: 0.18em;
  margin-left: 0.18em;
}
#contents .crosstalk_img p i {
  font-style: normal;
  letter-spacing: 0.08em;
}
#contents .crosstalk_lead {
  background: url(../img/common/crosstalk_lead_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding-bottom: 82px;
}
#contents .crosstalk_lead--text {
  text-align: center;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0.04em;
  padding: 70px 0 68px;
}
#contents .crosstalk_lead div {
  text-align: center;
}
#contents .crosstalk_lead div p {
  width: 570px;
  margin: 20px auto 0;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
}
#contents .theme_area {
  padding-bottom: 20px;
}
#contents .theme_area.is-open .theme_content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#contents .theme_area.is-open .theme_mv--btn img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#contents .theme_mv {
  width: 100%;
  height: 360px;
  padding-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url(../img/common/theme_mv_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 28px;
  cursor: pointer;
}
#contents .theme_mv:hover .theme_mv--btn {
  opacity: 0.8;
}
#contents .theme_mv--txt {
  width: 500px;
  padding-left: 63px;
  padding-bottom: 38px;
}
#contents .theme_mv--img {
  width: 408px;
  position: relative;
}
#contents .theme_mv--img span {
  color: #fff;
  letter-spacing: 0.02em;
  position: absolute;
  right: 5px;
  bottom: 7px;
}
#contents .theme_mv--btn {
  width: 40px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents .theme_mv--btn img {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s 0.06s;
  transition: -webkit-transform 0.3s 0.06s;
  transition: transform 0.3s 0.06s;
  transition: transform 0.3s 0.06s, -webkit-transform 0.3s 0.06s;
}
#contents .theme_content {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
#contents .theme_movie {
  max-width: 820px;
  height: 462px;
  margin: 0 auto;
  position: relative;
}
#contents .theme_movie--info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.4s, visibility 0s 0.1s;
  transition: opacity 0.4s, visibility 0s 0.1s;
  opacity: 1;
  visibility: visible;
}
#contents .theme_movie--info:after {
  content: "";
  width: 100%;
  height: 48px;
  background-color: #003349;
  position: absolute;
  right: 0;
  bottom: 0;
}
#contents .theme_movie--info .is-title {
  background-color: #003349;
  width: 100%;
  line-height: 48px;
  padding-left: 22px;
}
#contents .theme_movie--info .is-title img {
  position: relative;
  top: -2px;
}
#contents .theme_movie--info .is-bg {
  position: absolute;
  right: 31px;
  bottom: 49px;
}
#contents .theme_movie--info .is-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -39px;
  margin-left: -39px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents .theme_movie--info:hover .is-btn {
  opacity: 0.8;
}
#contents .theme_movie video {
  width: 100%;
  display: block;
  cursor: pointer;
}
#contents .theme_movie.is-played .theme_movie--info {
  opacity: 0;
  visibility: hidden;
}
#contents .theme_movieCaption {
  max-width: 820px;
  margin: 8px auto 0;
  font-size: 12px;
  text-align: right;
}
#contents #theme_area_2 .theme_mv {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-image: url(../img/common/theme_mv_bg_2.png);
}
#contents #theme_area_2 .theme_mv--img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#contents #theme_area_2 .theme_mv--img span {
  color: #2f201b;
}
#contents #theme_area_2 .theme_mv--txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 49px;
}
#contents #theme_area_2 .theme_movie--info .is-bg {
  right: 25px;
}
#contents #theme_area_3 .theme_movie--info .is-bg {
  right: 23px;
}
#contents .talk_area {
  max-width: 820px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #003349;
  padding-bottom: 40px;
}
#contents .talk_ttl {
  padding: 48px 34px 40px;
}
#contents .talk_content {
  list-style: none;
  padding: 0 38px 0 33px;
}
#contents .talk_content li {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contents .talk_content li.is-img {
  display: block;
  width: 346px;
  float: right;
  margin: 0.6em -86px 1em 3.4em;
}
#contents .talk_content li.is-img.is-img-2 {
  margin-right: -137px;
}
#contents .talk_content li.is-img.is-img-3 {
  margin-right: -146px;
}
#contents .talk_content li.is-img p {
  margin-top: 6px;
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#contents .talk_name {
  width: 3.6em;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.16em;
}
#contents .talk_name.is-alnR {
  text-align: right;
  padding-right: 0.2em;
}
#contents .talk_text {
  font-size: 14px;
  line-height: 2.2;
  width: calc(100% - 3.6em);
  text-align: justify;
}
#contents .talk_img {
  margin-top: 40px;
  position: relative;
}
#contents .talk_img span {
  color: #fff;
  letter-spacing: 0.02em;
  position: absolute;
  right: 7px;
  bottom: 10px;
}
#contents .voiceBnr {
  text-align: center;
  padding-bottom: 60px;
}
#contents .voiceBnr a {
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 5px rgba(27, 37, 86, 0.58);
          box-shadow: 0 6px 5px rgba(27, 37, 86, 0.58);
}
#contents .voiceBnr a img {
  vertical-align: bottom;
}
@media (any-hover: hover) {
  #contents .voiceBnr a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #contents .voiceBnr a:hover img {
    opacity: 0.9;
  }
}
#contents .galleryBnr {
  text-align: center;
  padding-bottom: 75px;
}
#contents .galleryBnr a {
  display: inline-block;
  background-color: #fff;
}
#contents .galleryBnr a img {
  vertical-align: bottom;
}
@media (any-hover: hover) {
  #contents .galleryBnr a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #contents .galleryBnr a:hover img {
    opacity: 0.9;
  }
}
#contents .achievement_area {
  background-color: #003349;
  padding-bottom: 35px;
}
#contents .achievement_ttl {
  line-height: 168px;
  text-align: center;
}
#contents .achievement_movie {
  position: relative;
  height: 518px;
}
#contents .achievement_movie--info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.4s, visibility 0s 0.1s;
  transition: opacity 0.4s, visibility 0s 0.1s;
  opacity: 1;
  visibility: visible;
}
#contents .achievement_movie--info .is-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -39px;
  margin-left: -39px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents .achievement_movie--info:hover .is-btn {
  opacity: 0.8;
}
#contents .achievement_movie--info span {
  color: #fff;
  letter-spacing: 0.02em;
  position: absolute;
  right: 7px;
  bottom: 10px;
}
#contents .achievement_movie video {
  width: 100%;
  display: block;
}
#contents .achievement_movie.is-played .achievement_movie--info {
  opacity: 0;
  visibility: hidden;
}
#contents .areamap_img {
  background-color: #EDF0F3;
  padding: 65px 0 60px;
  text-align: center;
}
#contents .footer_atlas {
  text-align: center;
  background-color: #003349;
  line-height: 128px;
  margin-top: 54px;
}
#contents .footer_atlas img {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  #contents .talk_content li.is-img {
    width: auto;
    text-align: center;
    float: none;
    margin: 0 auto 1.5em;
  }
  #contents .talk_content li.is-img.is-img-2 {
    margin-right: auto;
  }
  #contents .talk_content li.is-img.is-img-3 {
    margin-right: auto;
  }
  #contents .talk_name {
    width: 3.6em;
    letter-spacing: 0.16em;
  }
  #contents .talk_text {
    width: calc(100% - 3.6em);
  }
  #contents .talk_img {
    margin-top: 40px;
  }
}
#contents .footer_asahi {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2f201b;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 0 80px;
}
#contents .footer_asahi a {
  color: #2f201b;
  font-size: 10px;
  text-decoration: none;
}
#contents .footer_asahi div {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
#contents .footer_asahi div:first-child {
  width: 221px;
  text-align: center;
  padding-left: 5px;
  padding-bottom: 0.4em;
}
#contents .btn_top {
  margin: 0 50px;
  text-align: center;
  padding: 35px 0 50px;
  border-top: 1px solid #003349;
}
#contents .btn_top a img {
  border-radius: 100%;
  -webkit-box-shadow: 4px 4px 1px rgba(170, 152, 113, 0.51);
          box-shadow: 4px 4px 1px rgba(170, 152, 113, 0.51);
}
@media (any-hover: hover) {
  #contents .btn_top a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #contents .btn_top a:hover img {
    opacity: 0.9;
  }
}
#contents .p-voice {
  background-color: #DFDACF;
}
#contents .p-voice__mv {
  background: #fff url(../img/voice/mv_bg.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  height: 252px;
  padding-bottom: 53px;
  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;
}
#contents .p-voice__wrap {
  margin-bottom: 100px;
}
#contents .p-voice__wrap:last-of-type {
  margin-bottom: 70px;
}
#contents .p-voice__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
#contents .p-voice__title > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  width: 32px;
  background-color: #003349;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: sans-serif;
  text-align: center;
  padding-top: 12px;
}
#contents .p-voice__title > p i {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding-top: 1px;
}
#contents .p-voice__title--image {
  position: relative;
}
#contents .p-voice__title--text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(147, 132, 94, 0.94);
  padding: 28px 26px 28px 0;
}
#contents .p-voice__title--caption {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #fff;
  letter-spacing: 0.06em;
}
#contents .p-voice__title--caption.is-left {
  right: inherit;
  left: 10px;
}
#contents .p-voice__title--caption02 {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  padding: 0 8px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  letter-spacing: 0.06em;
}
#contents .p-voice__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#contents .p-voice__section--text {
  width: calc(100% - 326px);
  padding: 0 35px 0 0;
}
#contents .p-voice__section--text > div {
  margin-top: 7px;
  border-bottom: 0.25px solid #003349;
  padding-left: 80px;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
#contents .p-voice__section--text p {
  font-size: 14px;
  line-height: 33.5px;
  letter-spacing: 0.04em;
  padding: 0 0 0 80px;
}
#contents .p-voice__section.is-reverse .p-voice__section--text {
  padding: 0 0 0 35px;
}
#contents .p-voice__section.is-reverse .p-voice__section--text > div {
  padding-left: 0;
}
#contents .p-voice__section.is-reverse .p-voice__section--text p {
  padding: 0 80px 0 0;
}
#contents .p-voice__section--image {
  width: 326px;
  margin-top: 7px;
}
#contents .p-voice__section--caption {
  width: 100%;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 11px;
}
#contents .p-voice__image {
  text-align: center;
  margin-bottom: 35px;
}
#contents .p-gallery {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#contents .p-gallery__header {
  background: url(../img/gallery/header_bg.jpg) 50% 0 no-repeat;
  background-size: 100% auto;
  height: 221px;
  padding-top: 5px;
  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;
}
#contents .p-gallery__caption {
  position: absolute;
  font-size: 10px;
  letter-spacing: 0.1em;
  font-family: "メイリオ", "meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro W4", "Helvetica", "Verdana", sans-serif;
  color: #fff;
}
#contents .p-gallery__mv {
  background: url(../img/gallery/mv_bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 645px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#contents .p-gallery__mv--inner {
  width: 374px;
  margin: 159px 0 0 80px;
}
#contents .p-gallery__mv--title {
  margin-bottom: 40px;
}
#contents .p-gallery__mv--text {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.048em;
  text-align: justify;
}
#contents .p-gallery__mv .p-gallery__caption {
  right: 13px;
  bottom: 17px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}
#contents .p-gallery__01--title {
  height: 202px;
  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;
  padding-bottom: 10px;
  background-color: #003349;
}
#contents .p-gallery__01--img {
  height: 316px;
  position: relative;
}
#contents .p-gallery__01--img .swiper-button-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#contents .p-gallery__01--img .swiper-button-next:after {
  display: none;
}
#contents .p-gallery__01--img .swiper-container {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
#contents .p-gallery__01--img .swiper-slide {
  width: 479px;
  height: 316px;
}
#contents .p-gallery__01--img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents .p-gallery__01--title02 {
  text-align: center;
  padding: 32px 0 15px;
}
#contents .p-gallery__01--text {
  padding-bottom: 33px;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #fff;
}
#contents .p-gallery__01--room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
#contents .p-gallery__01--room > li {
  width: 479px;
}
#contents .p-gallery__01--room > li.is-01 {
  background-color: #022633;
}
#contents .p-gallery__01--room > li.is-01 .p-gallery__01--text {
  padding-right: 60px;
  padding-left: 38px;
}
#contents .p-gallery__01--room > li.is-02 {
  margin-left: -38px;
  background-color: #003349;
  -webkit-clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(36px 0, 100% 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 1;
}
#contents .p-gallery__01--room > li.is-02 .p-gallery__01--text {
  padding-right: 43px;
  padding-left: 60px;
}
#contents .p-gallery__01--bottom {
  position: relative;
}
#contents .p-gallery__01--bottom .p-gallery__caption {
  right: 13px;
  bottom: 12px;
}
#contents .p-gallery__02 {
  padding: 72px 0 87px 37px;
  background-color: #dfdacf;
}
#contents .p-gallery__02--title {
  text-align: center;
  padding-bottom: 75px;
}
#contents .p-gallery__02--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contents .p-gallery__02--content {
  width: 344px;
  margin-right: 46px;
}
#contents .p-gallery__02--content p {
  margin-top: 20px;
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
#contents .p-gallery__02--img {
  position: relative;
}
#contents .p-gallery__02--img .p-gallery__caption {
  right: 10px;
  bottom: 8px;
}
#contents .p-gallery__0304 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003349;
  padding: 52px 0 73px;
}
#contents .p-gallery__0304--inner {
  width: 343px;
}
#contents .p-gallery__0304--inner:first-child {
  margin-right: 90px;
}
#contents .p-gallery__0304--title {
  text-align: center;
}
#contents .p-gallery__0304--text {
  margin-top: 24px;
}
#contents .p-gallery__0304--text p {
  text-align: justify;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #fff;
}
#contents .p-gallery__0304--text p.is-caption {
  font-size: 11px;
}
#contents .p-gallery__bottom {
  position: relative;
  margin-top: auto;
}
#contents .p-gallery__bottom .p-gallery__caption {
  right: 15px;
  bottom: 18px;
}
#contents .p-gallery__btnTop {
  text-align: center;
  padding: 35px 0 40px;
  background-color: #dfdacf;
}
#contents .p-gallery__btnTop a img {
  border-radius: 100%;
  -webkit-box-shadow: 4px 4px 1px rgba(170, 152, 113, 0.51);
          box-shadow: 4px 4px 1px rgba(170, 152, 113, 0.51);
}
@media (any-hover: hover) {
  #contents .p-gallery__btnTop a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #contents .p-gallery__btnTop a:hover img {
    opacity: 0.9;
  }
}