@charset "UTF-8";
html.body-fixed {
  height: 100%;
  overflow: hidden;
}

ul li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #251e1c;
  font-weight: 500;
}
body a {
  color: #251e1c;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #f9f9f9;
}
header.header-fix {
  position: fixed;
  top: 0;
  left: 0;
}
header .header-menu-wrap {
  max-width: 1400px;
  padding: 15px 15px;
  margin: auto;
}
header .header-menu-list li + li {
  margin-left: 3.1em;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 1140px) {
  header .header-menu-list {
    background: #fff;
    height: 100vh;
    position: absolute;
    padding: 5em 3em 0 2em;
    padding-top: 5em;
    top: 0;
    right: -25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .header-menu-list.active {
    top: 0;
    right: -2px;
  }
  header .header-menu-list li {
    margin-left: 0;
  }
  header .header-menu-list li + li {
    margin-top: 1em;
    margin-left: 0;
  }
}
header .logo-wrap img {
  width: 120px;
  display: block;
}
@media screen and (max-width: 768px) {
  header .logo-wrap img {
    width: 80px;
  }
}

.header-menu-btn-wrap {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 1141px) {
  .header-menu-btn-wrap {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header-menu-btn-wrap {
    top: 5px;
  }
}

.header-menu-btn {
  position: relative;
  z-index: 99;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 640px) {
  .header-menu-btn {
    width: 55px;
  }
}

.header-menu-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  border-radius: 1.5px;
  background: #000;
  width: 65%;
}

.header-menu-btn span:nth-of-type(1) {
  top: 13px;
}

.header-menu-btn span:nth-of-type(2) {
  top: 22px;
}

.header-menu-btn span:nth-of-type(3) {
  top: 31px;
}

b.header-menu-name {
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 100%;
  text-align: center;
}
b.header-menu-name:after {
  content: "メニュー";
  font-size: 10px;
}

.header-menu-btn.active span:nth-of-type(1) {
  top: 16px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.header-menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-menu-btn.active span:nth-of-type(3) {
  top: 28px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
.header-menu-btn.active b.header-menu-name {
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-menu-btn.active b.header-menu-name:after {
  content: "閉じる";
  text-align: center;
  font-size: 10px;
}

.body-inner {
  position: relative;
  display: none;
}
.body-inner.active {
  display: block;
}
.body-inner:before {
  content: "";
  position: fixed;
  z-index: 97;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.base-color {
  background-color: #fff;
}
.base-color.gradation-back {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(85%, rgb(0, 30, 175)), to(rgb(0, 30, 175)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(0, 30, 175) 85%, rgb(0, 30, 175) 100%);
}
.base-color_dark {
  background-color: #e1eaf9;
}

.makuttopj-contents {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .plpr-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.gwr-logo {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .gwr-logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gwr-logo img {
  max-width: 430px;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 640px) {
  .gwr-logo img {
    width: 75%;
  }
}

.about-wrap {
  background: url(./../img/about-back.jpg) no-repeat top center/cover;
  padding-bottom: 234px;
}
.about-wrap .info-text {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .about-wrap {
    padding-bottom: 62vw;
  }
}

.info-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
}
.info-text.info-text-guide {
  color: #244ba3;
}
@media screen and (max-width: 750px) {
  .info-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .info-text {
    font-size: 3.8vw;
  }
}

.top-contents {
  padding-top: 76px;
}
@media screen and (max-width: 1010px) {
  .top-contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .top-contents {
    padding-top: 10vw;
  }
}
.top-contents .head-wrap .head-sub-title {
  margin-top: 0.9em;
}
.top-contents .content-block {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 52px;
}
.top-contents .content-block + .content-block {
  margin-top: 72px;
}
@media screen and (max-width: 640px) {
  .top-contents .content-block {
    -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;
    margin-top: 6vw;
  }
  .top-contents .content-block + .content-block {
    margin-top: 10vw;
  }
}
.top-contents .content-block .content-image {
  max-width: 530px;
}
@media screen and (max-width: 1010px) {
  .top-contents .content-block .content-image {
    max-width: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .top-contents .content-block .content-image {
    width: 100%;
  }
}
.top-contents .content-block .content-image img {
  display: block;
  width: 100%;
}
.top-contents .content-block .content-text {
  padding-left: 50px;
  padding-top: 46px;
}
@media screen and (max-width: 1010px) {
  .top-contents .content-block .content-text {
    max-width: 100%;
    width: 50%;
    padding-top: 0vw;
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .top-contents .content-block .content-text {
    padding-top: 1.5em;
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .top-contents .content-block .content-text .content-text_title {
    text-align: left;
  }
}
.top-contents .content-block .content-text .content-text_description {
  margin-top: 28px;
  max-width: 364px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .top-contents .content-block .content-text .content-text_description {
    max-width: 100%;
    text-align: left;
    margin-top: 0.5em;
  }
}
.top-contents .content-block .content-text .base-btn {
  margin-top: 2em;
  min-width: 155px;
  text-align: center;
  display: inline-block;
}

.content-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .content-block:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-block:nth-child(odd) .content-text {
  padding-right: 50px;
}
@media screen and (max-width: 1010px) {
  .content-block:nth-child(odd) .content-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .content-block:nth-child(odd) .content-text {
    padding-right: 0px;
  }
}

.top-document {
  background: #e1eaf9;
}
@media screen and (max-width: 1010px) {
  .top-document {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-document .top-document-list {
  max-width: 1010px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .top-document .top-document-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-document .top-document-list li {
  width: calc(33.3333333333% - 32px);
}
.top-document .top-document-list li + li {
  margin-left: 50px;
}
@media screen and (max-width: 1010px) {
  .top-document .top-document-list li {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 640px) {
  .top-document .top-document-list li {
    width: 90%;
  }
  .top-document .top-document-list li + li {
    margin-top: 2em;
    margin-left: 0;
  }
}
.top-document .top-document-list li img {
  width: 100%;
}
.top-document .top-document-list li .top-document-name {
  display: inline-block;
  margin-top: 1em;
  font-size: 17px;
}
@media screen and (max-width: 1010px) {
  .top-document .top-document-list li .top-document-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .top-document .top-document-list li .top-document-name {
    margin-top: 0.5em;
  }
}

.last-space {
  height: 50px;
}

.news {
  margin-top: -176px;
}
@media screen and (max-width: 640px) {
  .news {
    margin-top: -54vw;
  }
}
.news .head-wrap .htext {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1010px) {
  .news {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news-inner {
  background: #fff;
  max-width: 1015px;
  padding: 48px 60px 54px;
  border-radius: 23px;
  border: #f9f9f9 5px solid;
}
@media screen and (max-width: 1010px) {
  .news-inner {
    padding: 7vw 3vw 54px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .news-inner {
    padding: 10vw 5vw 24vw;
  }
}

.news.news-page .news-page-text {
  line-height: 1.75;
}
.news.news-page .news-inner {
  padding: 48px 60px;
}
@media screen and (max-width: 1010px) {
  .news.news-page .news-inner {
    padding: 7vw 3vw 10px;
  }
}
@media screen and (max-width: 640px) {
  .news.news-page .news-inner {
    padding: 10vw 5vw 12vw;
  }
}

.news-list .news-date {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .news-list .news-date {
    margin-bottom: 0.5em;
  }
}
.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .news-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.2vw;
  }
}
.news-list li + li {
  margin-top: 1.8em;
}

.plti-list {
  padding-left: 1em;
  text-indent: -1em;
}

.htext {
  color: #231815;
  font-weight: 900;
  font-size: 34px;
}
.htext.htext_btmline {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.htext.htext_btmline:after {
  content: "";
  display: inline-block;
  height: 3px;
  background: #c3a955;
  width: 130px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .htext.htext_btmline {
    font-size: 6.5vw;
  }
}

.head-wrap .htext {
  text-align: left;
  font-size: 31px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.14em;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .head-wrap .htext {
    font-size: 5.6vw;
  }
}
.head-wrap .head-sub-title {
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #244ba3;
}
@media screen and (max-width: 640px) {
  .head-wrap .head-sub-title {
    font-size: 2.4vw;
  }
}

.base-btn {
  background: #244ba3;
  color: #fff;
  padding: 13px 36px;
  font-size: 10.8px;
  border-radius: 4px;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .base-btn {
    width: 80%;
    font-size: 3vw;
    padding: 2.8vw 3vw;
  }
}
.base-btn:after {
  position: absolute;
  content: "";
  background: url(./../img/btn-arrow.svg) no-repeat center center/contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  right: 6%;
  top: 38%;
}
.base-btn.news-more {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .base-btn.news-more {
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -18vw;
  }
}

.text_red {
  color: #d7000f;
}

.htext {
  text-align: center;
  display: block;
  margin: auto;
}
.htext_top {
  top: -30px;
}
.htext img {
  max-height: 60px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .htext img {
    max-height: 40px;
  }
}
.htext_small {
  text-align: center;
  display: block;
  margin: 3rem auto;
}
.htext_small img {
  max-height: 30px;
  width: auto;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .htext_small img {
    max-height: 25px;
  }
}

.serif, .mainImage.mainImage-history h1 {
  font-family: "Noto Serif JP", serif;
}

.cp-title_bottom {
  color: #fff;
  text-align: center;
  font-size: 21px;
  text-shadow: 0px 0px 5px #000;
}
@media screen and (max-width: 640px) {
  .cp-title_bottom {
    font-size: 3.45vw;
  }
}

.mainImage {
  position: relative;
  z-index: -1;
}
.mainImage img {
  margin: auto;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mainImage {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .mainImage h1 {
    padding: 0;
  }
}
.mainImage-bottom {
  margin: auto;
  max-width: 980px;
}
.mainImage-bottom img {
  width: 100%;
}
.mainImage:after {
  padding-top: 100%;
  background: url(./../img/title_bottom_png2.png) repeat-x left bottom/75% auto;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -0.5px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .mainImage:after {
    display: none;
  }
}
.mainImage.experience-mainimg {
  padding: 50px 10px;
  background: url(./../img/history/title-back.png) repeat left top/50px;
  background-color: #001eaf;
}
@media screen and (max-width: 640px) {
  .mainImage.experience-mainimg {
    padding: 20px 10px 25px;
  }
}
@media screen and (max-width: 640px) {
  .mainImage.experience-mainimg {
    background: url(./../img/history/title-back.png) repeat left top/30px;
    background-color: #001eaf;
  }
}
.mainImage.experience-mainimg .mainImage-flex {
  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;
  max-width: 600px;
  margin: auto;
}
.mainImage.experience-mainimg .mainImage-flex h1 {
  margin: 0;
  margin-left: 1em;
  color: #fff;
  font-size: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-shadow: -1px 1px 12px #026eb7, -1px 1px 12px #026eb7;
}
@media screen and (max-width: 640px) {
  .mainImage.experience-mainimg .mainImage-flex h1 {
    font-size: 4.8vw;
  }
}
.mainImage.experience-mainimg .mainImage-flex.mainImage-flex_img2 img {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .mainImage.experience-mainimg .mainImage-flex.mainImage-flex_img2 img {
    width: 12%;
  }
}
.mainImage.experience-mainimg .mainImage-flex.mainImage-flex_img2 h1 {
  margin: 0 1em;
}
@media screen and (max-width: 768px) {
  .mainImage.experience-mainimg .mainImage-flex.mainImage-flex_img2 h1 {
    font-size: 4.7vw;
  }
}
.mainImage.experience-mainimg img {
  max-width: 90px;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -45px;
}
@media screen and (max-width: 640px) {
  .mainImage.experience-mainimg img {
    max-width: 100%;
    width: 20%;
    margin-left: -10%;
  }
}
.mainImage.experience-mainimg:after {
  background: url(./../img/title_bottom_png2.png) repeat-x left bottom/100% auto;
  bottom: -1.2vw;
}
@media screen and (max-width: 640px) {
  .mainImage.experience-mainimg:after {
    display: inline-block;
    background: url(./../img/title_bottom_png2.png) repeat-x left bottom/100% auto;
  }
}
.mainImage.mainImage-history {
  background: url(./../img/history/history-header-back.png) repeat-x left bottom/800px;
  background-color: #5ecbff;
  padding: 50px 10px 0;
}
.mainImage.mainImage-history h1 {
  margin: 0;
  color: #000;
  font-size: 38px;
  padding-top: 20px;
}
@media screen and (max-width: 640px) {
  .mainImage.mainImage-history h1 {
    font-size: 4.8vw;
    padding-top: 8vw;
  }
}
.mainImage.mainImage-history .mainImage-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.mainImage.mainImage-history .mainImage-flex h1 {
  margin: 0;
}
.mainImage.mainImage-history img {
  display: block;
}
.mainImage.mainImage-history .history-desc {
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .mainImage.mainImage-history .history-desc {
    font-size: 3.65vw;
    padding-top: 11vw;
  }
}
.mainImage.mainImage-history:after {
  content: none;
}
.mainImage.mainImage-history-cut {
  background: url(./../img/history/title-back.png) repeat left top/50px;
  background-color: #001eaf;
  padding: 0px 10px 0;
}
@media screen and (max-width: 640px) {
  .mainImage.mainImage-history-cut {
    background: url(./../img/history/title-back.png) repeat left top/30px;
    background-color: #001eaf;
  }
}

.history-map-wrap {
  max-width: 800px;
}
.history-map-wrap img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .history-map-wrap:first-of-type {
    padding-top: 1em;
  }
}
.history-map-wrap:last-of-type {
  margin-top: -30px;
}
@media screen and (max-width: 640px) {
  .history-map-wrap:last-of-type {
    margin-top: -4vw;
  }
}

.history-arrow-wrap {
  position: relative;
}
.history-arrow-wrap img {
  width: auto;
  display: block;
  max-height: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .history-arrow-wrap img {
    width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .history-arrow-wrap img {
    margin-top: -3vw;
  }
}

.history-btn-wrap {
  max-width: 800px;
  margin: 1em auto auto;
}
.history-btn-wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.history-btn-wrap ul li {
  width: calc(33.3333333333% - 10px);
  margin-right: 15px;
  margin-bottom: 13px;
}
.history-btn-wrap ul li a {
  display: block;
  background: url(./../img/history/icon-pdf.svg) no-repeat right 1em center/contain;
  background-size: auto 1.6em;
  padding: 1em 2.6em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 640px) {
  .history-btn-wrap ul li a {
    background: url(./../img/history/icon-pdf.svg) no-repeat right 0.7em center/contain;
    background-size: auto 1.2em;
    padding: 1em 2.3em 1em 2em;
    font-size: 2.8vw;
  }
}
.history-btn-wrap ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.history-btn-wrap ul li a.history-btn_01 {
  background-color: #d44cd8;
}
.history-btn-wrap ul li a.history-btn_02 {
  background-color: #d8a400;
}
.history-btn-wrap ul li a.history-btn_03 {
  background-color: #005b4a;
}
.history-btn-wrap ul li a.history-btn_04 {
  background-color: #f77c9f;
}
.history-btn-wrap ul li a.history-btn_05 {
  background-color: #7f36e8;
}
.history-btn-wrap ul li a.history-btn_06 {
  background-color: #e87549;
}
.history-btn-wrap ul li a.history-btn_07 {
  background-color: #21368b;
}
.history-btn-wrap ul li a.history-btn_08 {
  background-color: #d32f2f;
}
.history-btn-wrap ul li a.history-btn_09 {
  background-color: #1a8e51;
}
.history-btn-wrap ul li a.history-btn_10 {
  background-color: #aa7f3f;
}
.history-btn-wrap ul li a.history-btn_11 {
  background-color: #0ea5a5;
}
.history-btn-wrap ul li:nth-of-type(3n) {
  margin-right: 0;
}
.history-btn-wrap ul li:hover img {
  opacity: 0.8;
}
.history-btn-wrap ul li img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .history-btn-wrap ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .history-btn-wrap ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .history-btn-wrap ul li:nth-of-type(even) {
    margin-right: 0;
  }
}

.title-logo img {
  top: 10px;
  right: 20px;
  position: absolute;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .title-logo img {
    width: 10%;
  }
}

.content_inner {
  max-width: 1200px;
  margin: auto;
}
.content_inner.content_inner_top {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .content_inner {
    padding-top: 0;
  }
}

.lity {
  background: rgba(0, 30, 122, 0.9);
}

.lity-content {
  position: relative;
}
.lity-content:after {
  content: "";
  position: absolute;
  display: inline-block;
}

.quiz-a_img_wrap {
  background: #fff;
  padding-bottom: 30px;
}
.quiz-a_img_wrap img:first-of-type {
  max-width: 640px;
  margin-bottom: 20px;
  width: auto;
}
@media screen and (max-width: 700px) {
  .quiz-a_img_wrap img:first-of-type {
    width: 100%;
    height: auto;
  }
}

.to-quiz-btn {
  display: inline-block;
  background: #fff;
  padding: 0 30px 3px;
  margin-bottom: 0.5em;
  border-radius: 30px;
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 30, 122, 0.9);
}
@media screen and (max-width: 640px) {
  .to-quiz-btn {
    font-size: 4.2vw;
  }
}
.to-quiz-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.pdf-btn {
  display: inline-block;
  background: #244ba3;
  color: #fff;
  padding: 0 15px 3px;
  margin-bottom: 0.5em;
  border-radius: 15px;
}
.pdf-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

.quiz-a_btn {
  display: block;
  width: 100%;
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.quiz-a_btn.quiz-a_btn_guide {
  max-width: 200px;
  max-height: 40px;
  margin-bottom: 50px;
  margin-top: -5%;
}
@media screen and (max-width: 640px) {
  .quiz-a_btn.quiz-a_btn_guide {
    width: 50vw !important;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .quiz-a_btn {
    width: 86%;
  }
}
.quiz-a_btn:hover {
  opacity: 0.8;
}

.lity-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1010px) {
  .lity-wrap {
    right: -2px;
  }
}

.lity-container {
  overflow-y: scroll;
}

.quiz-list-wrap {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.quiz-list-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-list-wrap ul + ul {
  margin-top: 15px;
}
.quiz-list-wrap ul li {
  width: calc(50% - 7.5px);
}
.quiz-list-wrap ul li.quiz-w100 {
  width: 100%;
}
.quiz-list-wrap ul li:nth-of-type(even) {
  margin-left: 15px;
}
.quiz-list-wrap ul li:nth-of-type(n+3) {
  margin-top: 15px;
}
.quiz-list-wrap ul li a {
  display: block;
}
.quiz-list-wrap ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.quiz-list-wrap ul li a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.left-history-logo {
  max-width: 800px;
  margin: auto;
  position: relative;
}
.left-history-logo:before {
  background: url(./../img/history/history-top_logo.png) no-repeat center/contain;
  width: 30%;
  height: 270px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .left-history-logo:before {
    height: 45vw;
    width: 34%;
  }
}

.head-text_1 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .head-text_1 {
    font-size: 5.8vw;
  }
}
.head-text.head-text_and_sub {
  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;
}
.head-text.head-text_bottom {
  color: #244ba3;
  padding-bottom: 0.5em;
  border-bottom: #244ba3 2px solid;
  letter-spacing: 0.15em;
}
.head-text .head-text_sub {
  display: inline-block;
  font-size: 0.5em;
  width: 100%;
  margin: auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .head-text .head-text_sub {
    font-size: 3.4vw;
  }
}

.guidebook-wrap {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
.guidebook-wrap img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.experience-movie-wrap {
  max-width: 1000px;
}
.experience-movie-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .experience-movie-wrap ul.full-size-list {
    padding-top: 40px;
  }
}
.experience-movie-wrap ul.full-size-list li {
  width: 100%;
  max-width: 600px;
}
.experience-movie-wrap ul.full-size-list li + li {
  margin-left: 0;
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .experience-movie-wrap ul.full-size-list li + li {
    margin-top: 1.5em;
  }
}
.experience-movie-wrap ul.full-size-list li:last-of-type {
  margin-top: 3em;
}
.experience-movie-wrap ul.full-size-list li span {
  background: #244ba3;
  color: #fff;
  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;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 1.5em;
  border-radius: 30px;
  margin-bottom: 20px;
  width: 70%;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .experience-movie-wrap ul.full-size-list li span {
    width: 85%;
  }
}
.experience-movie-wrap ul.full-size-list li span.pict-360:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 2em;
  height: 2em;
  background: url(./../img/experiene/pict-360.png) no-repeat center center/contain;
}
.experience-movie-wrap ul.full-size-list li span.pict-360_no:before {
  content: "";
  display: inline-block;
  margin-right: 0px;
  width: 0em;
  height: 2em;
}
.experience-movie-wrap ul.full-size-list li .movie-attention {
  background: transparent;
  color: #444;
  border: none;
  font-size: 13px;
  font-weight: 400;
  max-width: 600px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.experience-movie-wrap ul li {
  display: block;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 640px) {
  .experience-movie-wrap ul li {
    width: calc(50% - 7.5px);
  }
}
.experience-movie-wrap ul li + li {
  margin-left: 15px;
}
.experience-movie-wrap ul li:nth-of-type(4) {
  margin-left: 0;
}
.experience-movie-wrap ul li:nth-of-type(n+4) {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .experience-movie-wrap ul li:nth-of-type(odd) {
    margin-left: 0;
  }
  .experience-movie-wrap ul li:nth-of-type(even) {
    margin-left: 15px;
  }
  .experience-movie-wrap ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.experience-movie-wrap ul li img {
  display: block;
  width: 100%;
}
.experience-movie-wrap ul li span {
  display: inline-block;
  margin-top: 5px;
  font-size: 21px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .experience-movie-wrap ul li span {
    font-size: 3.45vw;
  }
}

.sitemap-wrap {
  max-width: 1000px;
}
.sitemap-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .sitemap-wrap ul.full-size-list {
    padding-top: 40px;
  }
}
.sitemap-wrap ul.full-size-list li {
  width: 100%;
  max-width: 600px;
  border-top: 2px solid #e1eaf9;
  border-bottom: 2px solid #e1eaf9;
  font-size: 15px;
  padding: 0.5em;
}
@media screen and (max-width: 640px) {
  .sitemap-wrap ul.full-size-list li {
    text-align: left;
  }
}
.sitemap-wrap ul.full-size-list li:before {
  content: "・";
  margin-right: 0.3em;
}
.sitemap-wrap ul.full-size-list li + li {
  border-top: none;
  border-bottom: 2px solid #e1eaf9;
}
.sitemap-wrap ul.full-size-list li span {
  background: #244ba3;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 1.5em;
  border-radius: 30px;
  margin-bottom: 20px;
  width: 70%;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .sitemap-wrap ul.full-size-list li span {
    width: 85%;
  }
}

.qanda-movie-wrap {
  max-width: 1000px;
}
.qanda-movie-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .qanda-movie-wrap ul.full-size-list {
    padding-top: 40px;
  }
}
.qanda-movie-wrap ul.full-size-list li {
  width: calc(50% - 15px);
  max-width: 600px;
  margin-top: 3em;
}
.qanda-movie-wrap ul.full-size-list li img {
  display: block;
  width: 100%;
}
.qanda-movie-wrap ul.full-size-list li a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  .qanda-movie-wrap ul.full-size-list li {
    width: 100%;
    margin-top: 4em;
  }
  .qanda-movie-wrap ul.full-size-list li:first-of-type {
    margin-top: 0em;
  }
}
.qanda-movie-wrap ul.full-size-list li .q-and-a_num {
  height: 2em;
  width: auto;
  margin-right: 10px;
}
.qanda-movie-wrap ul.full-size-list li span {
  border: 3px solid #244ba3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0.5em;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 700;
  font-size: 21px;
  height: 4em;
}
@media screen and (max-width: 768px) {
  .qanda-movie-wrap ul.full-size-list li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .qanda-movie-wrap ul.full-size-list li span {
    font-size: 3.45vw;
    width: 100%;
  }
}
.qanda-movie-wrap ul.full-size-list li span b {
  display: inline-block;
  width: calc(100% - 4em);
}
.qanda-movie-wrap ul.full-size-list li span.pict-q-and-a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 50px !important;
  height: 2.2em;
  background: url(./../img/qanda/q-and-a.png) no-repeat center center/contain;
}
.qanda-movie-wrap ul.full-size-list li .movie-attention {
  border: none;
  font-size: 13px;
  font-weight: 400;
  max-width: 600px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.to-top {
  padding-bottom: 50px;
  margin-bottom: 80px;
}
.to-top a {
  font-size: 24px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 640px) {
  .to-top a {
    font-size: 4vw;
  }
}

footer {
  font-size: 18px;
  background: #fff;
  /* border-top: solid 2px #e1eaf9; */
}
@media screen and (max-width: 640px) {
  footer {
    font-size: 15px;
  }
}
footer .makuttopj-footer-link a {
  color: #333333;
  font-size: 15px;
  text-decoration: underline;
}
footer .makuttopj-footer-link a:hover {
  opacity: 0.7;
}
footer .makuttopj-contents {
  max-width: 1480px;
  text-align: center;
}
footer .makuttopj-contents .logo-address + .logo-address {
  font-size: 15px;
  text-align: left;
  margin-left: 1em;
}
footer .makuttopj-contents .logo-address img {
  width: 105px;
  display: block;
  margin: auto;
}
footer .copyright {
  font-size: 0.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  footer .copyright {
    font-size: 0.8em;
  }
}

main {
  display: block;
}

.container {
  max-width: 860px;
  margin: auto;
}
@media screen and (max-width: 860px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-s {
  max-width: 750px;
  margin: auto;
}

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

.sp-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
.list01{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list01 > div{
  width: calc(50% - 20px);
}
.list01 > div img{
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .list01{
    gap: 20px;
  }
  .list01 > div{
    width: calc(50% - 10px);
  }
  .list01-2 > div{
    width: 100%;
  }
}
.banner img{
  max-width: 450px;
  width: 100%;
}