@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
}

body,
select,
input,
textarea,
div,
p,
i,
a,
li,
th,
td,
span,
h1,
h2,
h3,
h4,
h5,
small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin: auto;
}

body,
select,
input,
textarea,
div,
p,
i,
a,
li,
th,
td,
span,
dt,
dd {
  font-size: 1.8rem;
  line-height: 1.8;
}

@media all and (max-width: 575px) {
  ody,
  select,
  input,
  textarea,
  div,
  p,
  i,
  a,
  li,
  th,
  td,
  span,
  dt,
  dd {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
h1,
h2,
h3,
h4,
h5,
strong,
dt {
  font-weight: 600;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

::selection {
  background: #f0f0f0;
  color: #ccc;
}

::-moz-selection {
  background: #f0f0f0;
  color: #ccc;
}

img {
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
}
a img {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

ul,
ol {
  padding: 0;
}

#wpadminbar {
  top: inherit !important;
  bottom: 0 !important;
  z-index: 999999 !important;
}

@media all and (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}
/* =========================
   全体レイアウト
========================= */
html,
body {
  height: auto;
  margin: 0;
  height: 100%;
}

body {
  background-color: #BF2A0F;
}

/************************************/
#wrapper {
  display: flex;
  min-height: 100vh;
  width: 100%;
}
#wrapper #col-left {
  flex: 13;
}
#wrapper #col-left .fixed-inner {
  left: 0;
  width: calc((100vw - 767px) * 13 / 30);
}
#wrapper #col-left {
  overflow: hidden;
}
#wrapper #col-right {
  flex: 17;
  z-index: 9;
}
#wrapper #col-right .fixed-inner {
  right: 0;
  width: calc((100vw - 767px) * 17 / 30);
}
#wrapper .fixed-inner {
  position: fixed;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
#wrapper #col-center {
  background-color: white;
  width: 767px;
  flex-shrink: 0;
  padding-bottom: 100px;
}
#wrapper #col-center #col-head {
  display: none;
}
#wrapper #col-center .container {
  width: 100%;
}

#col-left #left-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 2%;
}
#col-left #left-inner img {
  width: 100%;
  height: auto;
}
#col-left #pason-smp {
  display: none;
}

.img-wrap {
  height: calc(100% - 80px);
  max-height: 930px;
  width: auto;
  flex: 0 0 auto;
  overflow: hidden;
}
.img-wrap img {
  display: block;
  height: calc(100% - 80px);
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}

#col-right #right_inner {
  z-index: 99;
  padding: 8rem 4rem 8rem 5rem;
  overflow-y: hidden;
}
#col-right #right_inner ul#menu li {
  margin-bottom: 1.8rem;
}
#col-right #right_inner ul#menu li a {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  line-height: 1;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
#col-right #right_inner ul#menu li a i {
  font-style: normal;
  font-size: 110%;
  line-height: 1;
}
#col-right #right_inner ul#menu li a:hover {
  opacity: 0.6;
}
#col-right #right_inner ul#menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/nav_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  line-height: 1;
}
#col-right #right_inner ul#modal-sns {
  margin-left: 2rem;
  padding-top: 3rem;
}
#col-right #right_inner ul#modal-sns li {
  display: inline-block;
  width: 45px;
  margin-right: 1rem;
}
#col-right #pason {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: calc((100vw - 767px) * 17.5 / 30);
  min-width: 480px;
  max-width: 600px;
  height: 100%;
  background-image: url(../img/main_26d.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 1399px) {
  #wrapper #left-inner {
    padding: 0;
  }
  #wrapper #col-left {
    flex: 11;
  }
  #wrapper #col-left .fixed-inner {
    left: 0;
    width: calc((100vw - 767px) * 11 / 30);
  }
  #wrapper #col-left {
    overflow: hidden;
  }
  #wrapper #col-right {
    flex: 19;
  }
  #wrapper #col-right .fixed-inner {
    right: 0;
    width: calc((100vw - 767px) * 19 / 30);
  }
  #col-right #right_inner {
    padding: 3% 2.5%;
  }
  #col-right #right_inner ul#menu li {
    margin-bottom: 1.2rem;
  }
  #col-right #right_inner ul#menu li a {
    font-size: 2rem;
    padding-left: 2.5rem;
  }
  #col-right #right_inner ul#menu li a::before {
    top: 64%;
    width: 1.6rem;
    height: 1.6rem;
  }
  #col-right #pason {
    min-width: 450px;
    right: -4%;
  }
}
@media screen and (min-width: 1400px) and (max-height: 960px) {
  #col-right #right_inner {
    z-index: 99;
    padding: 4rem;
    overflow-y: hidden;
  }
  #col-right #right_inner ul#menu li {
    margin-bottom: 1.2rem;
  }
  #col-right #right_inner ul#menu li a {
    font-size: 2rem;
    padding-left: 2.5rem;
  }
  #col-right #right_inner ul#menu li a::before {
    top: 64%;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media all and (max-width: 1199px) {
  #wrapper #col-left {
    display: none;
  }
  #wrapper #col-right {
    flex: 17;
  }
  #wrapper #col-right .fixed-inner {
    width: 35vw;
  }
  #wrapper #col-center {
    width: calc(100% - 35vw);
    padding-top: 13%;
    padding-bottom: 8rem;
  }
  #wrapper #col-center #col-head {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  #wrapper #col-center #col-head #col-head-inner {
    background-color: #BF2A0F;
    display: inline-block;
    width: calc(100% - 35vw);
    max-width: 775px;
  }
  #col-right #right_inner {
    padding: 5% 3%;
  }
}
@media all and (max-width: 991px) {
  #wrapper {
    display: block;
  }
  #wrapper .container {
    max-width: 767px;
  }
  #wrapper #col-center {
    display: block;
    margin: auto;
    width: 100%;
    min-width: none;
    max-width: none;
    min-height: auto;
    padding-top: 140px;
  }
  #wrapper #col-center #col-head {
    background-color: #BF2A0F;
    text-align: center;
  }
  #wrapper #col-center #col-head #col-head-inner {
    background: none;
    display: inline-block;
    max-width: 560px;
    width: 100%;
    margin: auto;
  }
  #wrapper #col-center #col-head #col-head-inner #col-head-inner-box {
    display: block;
    background-image: url(../img/head_yoko4.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
  }
  #wrapper #col-center #col-head #col-head-inner a {
    display: inline-block;
    width: calc(100% - 5vw);
    max-width: 350px;
  }
  #wrapper #col-right {
    display: none;
  }
  #wrapper #col-right #pason {
    display: none;
  }
  #wrapper #col-right.view {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
  }
  #wrapper #col-right.view #right_inner {
    background-color: #BF2A0F;
    pointer-events: auto;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: auto;
    padding: 17rem 6rem 6rem 6rem;
  }
  #wrapper #col-right.view #right_inner #right_inner_smp {
    width: 100%;
    text-align: left;
  }
  #wrapper #col-right.view #right_inner ul#menu {
    margin-bottom: 3rem;
  }
  #wrapper #col-right.view #right_inner ul#menu li {
    margin-bottom: 1.6rem;
  }
  #wrapper #col-right.view #right_inner ul#menu li a {
    font-size: 2.6rem;
    padding-left: 3rem;
    letter-spacing: 2px;
  }
  #wrapper #col-right.view #right_inner ul#menu li a::before {
    background-size: 90%;
    margin-top: -1.2rem;
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media all and (max-width: 834px) {
  #wrapper.page #col-left {
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  #wrapper #col-center {
    padding-bottom: 120px;
  }
  #wrapper #col-center #col-head-inner {
    margin: auto;
  }
}
@media all and (max-width: 575px) {
  #wrapper #col-center {
    padding-top: 20%;
    padding-bottom: 100px;
  }
  #wrapper #col-center #col-head #col-head-inner a {
    width: 63%;
  }
  #wrapper #col-right.view #right_inner {
    padding: 12rem 4rem 4rem 4rem;
  }
  #wrapper #col-right.view #right_inner ul#menu li a {
    font-size: 2.2rem;
    padding-left: 2.6rem;
  }
  #wrapper #col-right.view #right_inner ul#menu li a::before {
    background-size: 70%;
  }
  #wrapper #col-right.view #right_inner ul#modal-sns {
    padding-top: 2rem;
  }
  #wrapper #col-right.view #right_inner ul#modal-sns li {
    margin-right: 0.5rem;
    width: 40px;
  }
}
/************************************/
.cont {
  padding: 5rem 0;
}
.cont .container {
  padding: 0 4rem;
}
.cont h2.title_page {
  position: relative;
  margin-bottom: 3rem;
}
.cont h2.title_page span {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 700;
  padding-right: 2rem;
  color: #004098;
  position: relative;
  z-index: 9;
  background-color: white;
}
.cont h2.title_page::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #004098;
}
.cont h2.title_01 {
  text-align: center;
  color: #004098;
  line-height: 1.6;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.cont h2.title_01 span {
  line-height: 1.6;
  font-size: 3.2rem;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
}
.cont h2.title_02 {
  text-align: center;
  color: #004098;
  line-height: 1.6;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.cont h2.title_02 span {
  line-height: 1.6;
  font-size: 2.8rem;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
}
.cont p.txt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1.5px;
}
.cont p.txt span {
  color: #004098;
  font-weight: 600;
  font-size: inherit;
}
.cont p {
  word-break: break-all;
}
.cont .dotline {
  border-bottom: dashed 1px #004098;
  margin: 5rem auto;
}

@media all and (max-width: 1399px) {
  .cont {
    padding: 6rem 0;
  }
  .cont .container {
    padding: 0 4rem;
  }
  .cont p.text {
    font-size: 17px;
    line-height: 40px;
    background-size: 100% 40px;
    background-position: 0 40px;
    background-repeat: repeat;
  }
  .cont p.text span {
    font-size: inherit;
    line-height: inherit;
  }
}
@media all and (max-width: 1199px) {
  .cont {
    padding: 6% 0;
  }
  .cont h2.title_01 {
    margin-bottom: 4% !important;
  }
  .cont h2.title_02 {
    margin-bottom: 4% !important;
  }
  .cont p.text {
    font-size: 16px;
  }
  .cont p.text span {
    font-size: inherit;
    line-height: inherit;
  }
  .cont .dotline {
    margin: 7% auto;
  }
}
@media (max-width: 575px) {
  .cont h2.title_page {
    margin-bottom: 2rem;
  }
  .cont h2.title_page span {
    font-size: 2.4rem;
  }
  .cont .container {
    padding: 0 3rem;
  }
  .cont h2.title_01 {
    font-size: 2.6rem;
  }
  .cont h2.title_01 span {
    font-size: 2.6rem;
  }
  .cont h2.title_02 {
    font-size: 2.4rem;
  }
  .cont h2.title_02 span {
    font-size: 2.4rem;
  }
  .cont p.txt {
    font-size: 16px;
  }
}
@media (max-width: 499px) {
  .cont h2.title_page span {
    font-size: 2.2rem;
  }
  .cont .container {
    padding: 0 2.5rem;
  }
  .cont h2.title_01 {
    font-size: 2.4rem;
  }
  .cont h2.title_01 span {
    font-size: 2.4rem;
  }
}
#top-movie .top-movie-link {
  text-align: center;
}
#top-movie .top-movie-link a {
  color: #004098;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: normal;
}
#top-movie .top-movie-link a:hover {
  opacity: 0.6;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 3rem auto 1.5rem auto;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#news table {
  width: 100%;
}
#news table th,
#news table td {
  vertical-align: top;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 600;
  color: #004098;
  padding-bottom: 0.6rem;
}
#news table th {
  white-space: nowrap;
  padding-right: 0.6rem;
  width: 100px;
  letter-spacing: normal;
}
#news table a {
  line-height: 1.4;
  color: #004098;
  font-size: 1.6rem;
  font-weight: 600;
}
#news table a:hover {
  opacity: 0.6;
}

@media all and (max-width: 575px) {
  #news table {
    display: block;
  }
  #news table th,
  #news table td {
    display: block;
    width: 100%;
  }
  #news table th {
    white-space: inherit;
    padding-right: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
  #news table td {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.link {
  text-align: center;
  margin-top: 6rem;
}
.link a {
  display: inline-block;
  border: solid 2px #004098;
  line-height: 1;
  padding: 1.2rem 3rem 1.5rem 3rem;
  border-radius: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #004098;
}
.link a:hover {
  background-color: #004098;
  color: white;
}

@media all and (max-width: 991px) {
  .link {
    margin-top: 5rem;
  }
  .link a {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .link {
    margin-top: 4rem;
  }
  .link a {
    font-size: 2rem;
  }
}
#profile table {
  margin-top: 3rem;
  width: 100%;
}
#profile table td,
#profile table th {
  padding: 1.5rem;
  vertical-align: top;
  line-height: 1.6;
  font-size: 1.7rem;
  border: solid 1px #ccc;
}
#profile table th {
  background-color: #f0f0f0;
  white-space: nowrap;
}
#profile table td p {
  margin: 1rem auto;
}
#profile table td a {
  text-decoration: underline;
  color: #004098;
}
#profile table td a:hover {
  text-decoration: none;
}

@media all and (max-width: 575px) {
  #profile table {
    margin-top: 2rem;
    border-top: solid 1px #ccc;
  }
  #profile table td,
  #profile table th {
    padding: 1rem 1.5rem;
    font-size: 1.6rem;
    display: block;
    width: 100%;
  }
  #profile table th {
    background-color: #f0f0f0;
    white-space: inherit;
    border-top: none;
    border-bottom: none;
  }
  #profile table td p {
    margin: 0.5rem auto;
  }
}
#footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #cd523c;
  padding: 1.5rem 3rem;
  text-align: left;
  z-index: 88;
}
#footer ul#foot-sns {
  display: table;
  table-layout: fixed;
  font-size: 0;
  margin: auto auto auto 0;
}
#footer ul#foot-sns li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  padding: 0 1.2rem;
}
#footer ul#foot-sns li a {
  display: inline-block;
  line-height: 1;
  width: 50px;
}
#footer ul#foot-sns li a img {
  width: 100%;
}
#footer ul#btns3 {
  position: absolute;
  left: calc((100vw - 767px) * 13 / 30 + 1rem);
  top: -49px;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s ease;
}
#footer ul#btns3 li {
  display: inline-block;
  font-size: 0;
  margin-left: 5px;
}
#footer ul#btns3 li a {
  display: block;
  background-color: #37A538;
  border-radius: 5px 5px 0 0;
  border: solid 1px white;
  border-bottom: none;
  width: 50px;
}
#footer ul#btns3 li a:hover {
  background-color: #5eb360;
}
#footer ul#btns3 li a:hover img {
  opacity: 1;
}
#footer ul#btns3.on {
  opacity: 1;
  pointer-events: auto;
  transition: 0.8s ease;
}
#footer .txt {
  position: absolute;
  right: 4rem;
  top: 0;
  height: 100%;
  display: grid;
  place-items: center;
  color: white;
  font-size: 3rem;
  font-weight: 700;
}

@media all and (max-width: 1399px) {
  #footer ul#btns3 {
    left: calc((100vw - 767px) * 11 / 30 + 1rem);
  }
}
@media all and (max-width: 1199px) {
  #footer {
    padding: 1rem 2rem;
  }
  #footer ul#foot-sns li {
    padding: 0 1rem;
  }
  #footer ul#foot-sns li a {
    width: 40px;
  }
  #footer ul#btns3 {
    left: 1rem;
  }
  #footer .txt {
    right: 3rem;
    font-size: 2.4rem;
  }
}
@media all and (max-width: 991px) {
  #footer ul#foot-sns li {
    padding: 0 0.6rem;
  }
  #footer ul#foot-sns li a {
    width: 32px;
  }
  #footer ul#btns3 {
    position: fixed;
    width: 50px;
    left: auto;
    right: 0;
    top: auto;
    bottom: 60px;
  }
  #footer ul#btns3 li {
    margin-top: 5px;
    padding: 0;
    display: block;
  }
  #footer ul#btns3 li a {
    border: solid 1px white;
    border-right: 0;
    width: 100%;
    border-radius: 5px 0 0 5px;
  }
  #footer .txt {
    right: 2rem;
    font-size: 2rem;
  }
}
@media all and (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer ul#foot-sns {
    margin: auto;
  }
  #footer ul#foot-sns li {
    padding: 0 1rem;
  }
  #footer ul#foot-sns li a {
    width: 40px;
  }
  #footer ul#btns3 {
    bottom: 100px;
  }
  #footer .txt {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
    font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  }
}
@media all and (max-width: 575px) {
  #footer ul#foot-sns li a {
    width: 35px;
  }
  #footer ul#btns3 {
    bottom: 85px;
  }
}
#intro {
  aspect-ratio: 33/25;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#intro .bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 1;
}
#intro .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#intro .bg.active {
  opacity: 1;
}
#intro #intro_txt {
  position: absolute;
  left: -5%;
  bottom: -1px;
  height: 100%;
  width: 110%;
  background-image: url(../img/intro.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

#page #intro {
  aspect-ratio: 14/5;
}
#page #intro #intro_txt {
  position: absolute;
  left: -5%;
  bottom: -2px;
  height: 100%;
  width: 110%;
  background-image: url(../img/intro_page.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

#top-jitsugen {
  padding-bottom: 0;
}

.waku {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 5px #004098;
  border-radius: 7px;
  display: block;
  margin: auto;
}

@media (max-width: 575px) {
  .waku {
    border: solid 4px #004098;
  }
}
#top-mezasu .layout {
  display: grid;
  grid-template-columns: 2fr 0.8fr;
  gap: 35px;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: stretch;
}
#top-mezasu .layout a:hover {
  opacity: 0.6;
}
#top-mezasu .layout a:hover img {
  opacity: 1;
}
#top-mezasu {
  /* 左カラムの設定 */
}
#top-mezasu .left-col {
  display: flex;
  flex-direction: column;
  gap: 35px;
  min-width: 0;
}
#top-mezasu .nav-card {
  flex: 1;
  display: flex;
  text-decoration: none;
  background: #fff;
  border: solid 5px #004098;
  border-radius: 7px;
  overflow: hidden;
  min-height: 100px;
  box-sizing: border-box;
  width: 100%;
}
#top-mezasu .nav-card-img {
  width: 32%;
  position: relative;
}
#top-mezasu .nav-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top-mezasu .nav-card-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
#top-mezasu .right-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
#top-mezasu .poster-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: 5px solid #004ea2;
  border-radius: 7px;
  padding: 5px;
  background-color: white;
  box-sizing: border-box;
}
#top-mezasu .poster-link img {
  width: 100%;
  flex: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#top-mezasu .poster-text {
  text-align: center;
}

@media all and (max-width: 1199px) {
  #top-mezasu .layout,
  #top-mezasu .left-col {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  #top-mezasu .layout {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 500px;
  }
  #top-mezasu .left-col {
    gap: 20px;
  }
  #top-mezasu .nav-card,
  #top-mezasu .poster-link {
    min-height: 60px;
  }
  #top-mezasu .nav-card-text span {
    font-size: 1.8rem;
  }
  #top-mezasu .right-col {
    display: block;
  }
  #top-mezasu .poster-link {
    flex: 1;
    flex-direction: row;
    text-decoration: none;
    background: #fff;
    overflow: hidden;
    padding: 0;
  }
  #top-mezasu .poster-img {
    width: 32%;
    position: relative;
    order: 1;
  }
  #top-mezasu .poster-img img {
    aspect-ratio: 130/105;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #top-mezasu .poster-text {
    order: 2;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  #top-mezasu .poster-text img {
    max-width: none;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 575px) {
  #top-mezasu .nav-card,
  #top-mezasu .poster-link {
    border: 4px solid #004ea2;
  }
}
ul#btns {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  width: 6rem;
  z-index: 9999;
}
ul#btns li#menu,
ul#btns li#search-smp {
  display: none;
}
ul#btns li#search {
  line-height: 1;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
}
ul#btns li#search .search-box {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  transition: width 0.25s ease-in 0.25s;
}
ul#btns li#search .search-box input[type=text] {
  border: none;
  background: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in 0.25s;
  color: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
ul#btns li#search .search-box input[type=text]:hover {
  cursor: pointer;
}
ul#btns li#search .search-box input[type=text]:hover:focus {
  cursor: text;
}
ul#btns li#search .search-box input[type=text]:hover + span {
  background: rgba(255, 255, 255, 0.2);
}
ul#btns li#search .search-box input[type=text]:focus {
  width: 200px;
  padding: 0 15px;
  outline: none;
  color: black;
  background: none;
  color: white;
}
ul#btns li#search .search-box input[type=text]:focus + span {
  width: 200px;
  background-color: rgba(191, 42, 15, 0.9);
}
ul#btns li#search .search-box input[type=text]:focus + span::before {
  width: 2px;
  opacity: 0;
  transition: all 0.25s ease-in;
}
ul#btns li#search .search-box input[type=text] + span {
  z-index: -1;
  position: absolute;
  border: 3px solid white;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in 0.25s;
  border-radius: 30px;
  right: 0;
  background-color: #BF2A0F;
}
ul#btns li#search .search-box input[type=text] + span::before {
  transition: all 0.25s ease-in 0.5s;
  transform-origin: left top;
  content: "";
  position: absolute;
  width: 55%;
  height: 3px;
  background: white;
  transform: rotate(45deg) translate(30px, -3px);
}

ul#btns2 {
  display: none;
  position: fixed;
  top: 4rem;
  right: 3rem;
  width: 6rem;
  z-index: 9999;
}

@media (min-width: 992px) {
  ul#btns2.view {
    display: none;
  }
}
@media (max-width: 991px) {
  ul#btns {
    right: auto;
    left: 2.5rem;
    top: 1.5rem;
  }
  ul#btns li#menu,
  ul#btns li#search-smp {
    display: block;
  }
  ul#btns li#menu {
    margin-bottom: -0.6rem;
  }
  ul#btns li#search,
  ul#btns li#contact,
  ul#btns li#line {
    display: none;
  }
}
ul#btns.view li#menu {
  margin-bottom: 2rem;
}
ul#btns.view li#menu a {
  display: block;
  background-image: url(../img/right-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
ul#btns.view li#menu a img {
  opacity: 0;
}
ul#btns.view li#menu a:hover {
  opacity: 0.6;
}

@media (max-width: 991px) {
  ul#btns2.view {
    display: block;
  }
  ul#btns.view {
    left: 5rem;
    top: 4.5rem;
  }
  ul#btns.view li#search,
  ul#btns.view li#search-smp {
    display: none;
  }
}
@media (max-width: 690px) {
  ul#btns.view {
    left: 4rem;
    top: 3rem;
  }
}
@media (max-width: 575px) {
  ul#btns {
    width: 10.2vw;
    top: 2.8vw;
    left: 4.5vw;
  }
  ul#btns li#menu {
    margin-bottom: -1vw;
  }
  ul#btns.view {
    left: 4rem;
    top: 3.5rem;
    width: 5rem;
  }
  ul#btns2 {
    top: 3rem;
    width: 5.5rem;
  }
}
#cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 991px) {
  #cover.view {
    display: block;
    cursor: pointer;
  }
}
#important .sub_txt,
#vision .sub_txt {
  text-align: right;
  color: #37A538;
  font-weight: 700;
  font-size: 2rem;
  margin: -2rem auto 4rem auto;
}
#important .imp,
#vision .imp {
  max-width: 520px;
  margin: auto auto 2rem auto;
}
#important .imp .imp-head,
#vision .imp .imp-head {
  display: flex;
  align-items: flex-end;
  border-bottom: dashed 1px #37A538;
  margin-bottom: 1.2rem;
}
#important .imp .imp-head .no,
#vision .imp .imp-head .no {
  font-size: 5rem;
  font-weight: 600;
  padding: 0 3rem 0 2rem;
  text-align: center;
  line-height: 1.4;
  color: #37A538;
}
#important .imp .imp-head .title,
#vision .imp .imp-head .title {
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
  color: #004098;
  padding-bottom: 0.8rem;
}
#important .imp ul,
#vision .imp ul {
  padding-left: 10rem;
}
#important .imp ul li,
#vision .imp ul li {
  font-size: 1.8rem;
  line-height: 1.6;
}
#important .imp ul li::before,
#vision .imp ul li::before {
  content: "・";
  margin-right: 0.5rem;
  margin-left: -1em;
}

#vision .sub_txt {
  color: #004098;
}
#vision .imp {
  max-width: none;
}
#vision .imp .imp-head .no {
  align-self: flex-start;
}
#vision .imp .imp-head .title {
  font-size: 2rem;
  color: #37A538;
  line-height: 1.3;
  padding-bottom: 1rem;
}
#vision .imp .imp-head .title span {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
}

@media (max-width: 767px) {
  #important .imp,
  #vision .imp {
    max-width: none;
  }
  #important .imp .imp-head,
  #vision .imp .imp-head {
    margin-bottom: 0.5rem;
  }
  #important .imp .imp-head .no,
  #vision .imp .imp-head .no {
    font-size: 4rem;
    padding: 0 2rem 0.5rem 1.5rem;
  }
  #important .imp .imp-head .title,
  #vision .imp .imp-head .title {
    font-size: 2.8rem;
  }
  #important .imp ul,
  #vision .imp ul {
    padding-left: 8rem;
  }
  #vision .imp .imp-head .no {
    font-size: 3.5rem;
  }
  #vision .imp .imp-head .title {
    font-size: 1.9rem;
  }
  #vision .imp .imp-head .title span {
    font-size: 1.9rem;
  }
}
@media (max-width: 575px) {
  #important .sub_txt,
  #vision .sub_txt {
    font-size: 1.8rem;
    margin: -1.5rem auto 2rem auto;
  }
  #important .imp .imp-head .no,
  #vision .imp .imp-head .no {
    font-size: 2.8rem;
    padding: 0 1rem 0.5rem 0.5rem;
  }
  #important .imp .imp-head .title,
  #vision .imp .imp-head .title {
    font-size: 2rem;
  }
  #important .imp ul,
  #vision .imp ul {
    padding-left: 5.5rem;
  }
  #important .imp ul li,
  #vision .imp ul li {
    font-size: 1.6rem;
  }
  #vision .imp .imp-head .no {
    font-size: 3rem;
  }
  #vision .imp .imp-head .title {
    font-size: 1.8rem;
  }
  #vision .imp .imp-head .title span {
    font-size: 1.8rem;
  }
}
#policy-01 .item,
#policy-02 .item {
  display: table;
  margin-bottom: 1rem;
  align-items: center;
  width: 100%;
}
#policy-01 .item .type,
#policy-01 .item .title,
#policy-02 .item .type,
#policy-02 .item .title {
  vertical-align: middle;
  display: table-cell;
  border: solid 1px black;
}
#policy-01 .item .type,
#policy-02 .item .type {
  background-color: #f0f0f0;
  text-align: center;
  white-space: nowrap;
  width: 90px;
  padding: 1rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 3px 0 0 3px;
}
#policy-01 .item .title,
#policy-02 .item .title {
  border-radius: 0 3px 3px 0;
  border-left: none;
}
#policy-01 .item .title a,
#policy-02 .item .title a {
  display: block;
  padding: 1rem 1.5rem;
  line-height: 1.5;
  font-size: 1.8rem;
  color: black;
}
#policy-01 .item .title a:hover,
#policy-02 .item .title a:hover {
  background-color: #f0f0f0;
}
#policy-01 .item .completed,
#policy-02 .item .completed {
  background-color: #F8E9E9;
  color: red;
}
#policy-01 .item .finish,
#policy-02 .item .finish {
  background-color: #fff8de;
  color: #ffa200;
}
#policy-01 .item .in-progress,
#policy-02 .item .in-progress {
  background-color: #F0F8F1;
  color: #37A538;
}
#policy-01 .item .continuation,
#policy-02 .item .continuation {
  background-color: rgb(254, 240, 243);
  color: rgb(255, 116, 139);
}
#policy-01 .item .not-achieved,
#policy-02 .item .not-achieved {
  background-color: rgb(251, 229, 255);
  color: #b300ff;
}
#policy-01 .item .not-yet,
#policy-02 .item .not-yet {
  background-color: rgb(211, 255, 246);
  color: #1abda0;
}

@media (max-width: 575px) {
  #policy-01 .item .type,
  #policy-02 .item .type {
    font-size: 1.6rem;
  }
  #policy-01 .item .title a,
  #policy-02 .item .title a {
    font-size: 1.6rem;
  }
}
#policy-02 {
  padding-top: 0;
}
#policy-02 p.txt {
  margin: -2rem auto 3rem auto;
  font-weight: 500;
}
#policy-02 table {
  width: 100%;
  margin-bottom: 2.5rem;
}
#policy-02 table th {
  vertical-align: top;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: 600;
  padding-right: 2rem;
}
#policy-02 ul#activity {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
  border-left: dashed 1px black;
  padding-left: 2rem;
}
#policy-02 ul#activity li {
  width: calc((100% - 2rem) / 3);
  box-sizing: border-box;
  text-align: center;
  background-color: #D2E2F8;
  border-radius: 3rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1.2;
}
#policy-02 ul#activity li span {
  font-size: 1.6rem;
  font-weight: 600;
}
#policy-02 ul#activity li:hover {
  background-color: #004098;
  color: white;
}
#policy-02 ul#activity li.active {
  background-color: #004098;
  color: white;
  pointer-events: none;
}

@media (max-width: 575px) {
  #policy-02 p.txt {
    margin: -1rem auto 2rem auto;
  }
  #policy-02 table {
    margin-bottom: 2rem;
  }
  #policy-02 table th,
  #policy-02 table td {
    display: block;
    width: 100%;
  }
  #policy-02 table th {
    padding-right: 0;
    padding-bottom: 1rem;
    font-weight: 600;
    padding-left: 0.5rem;
  }
  #policy-02 ul#activity {
    padding-left: 0;
    border: none;
  }
}
#activity h1 {
  margin-bottom: 3rem;
}
#activity .entry-content {
  margin-bottom: 4rem;
}
#activity .entry-content h3 {
  background-color: #D2E2F8;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
#activity .entry-content p {
  margin: auto;
}
#activity .entry-content p a {
  color: #004098;
  text-decoration: underline;
}
#activity .entry-content p a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  #activity h1 {
    margin-bottom: 2rem;
  }
  #activity .entry-content {
    margin-bottom: 2rem;
  }
  #activity .entry-content h3 {
    padding: 0.8rem 1.5rem 1rem 1.5rem;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
#single h1 {
  margin-bottom: 2rem;
  background-color: #D2E2F8;
  padding: 0.8rem 1.5rem 1rem 1.5rem;
  border-radius: 3px;
  font-size: 2.2rem;
}
#single .single-content {
  margin-bottom: 4rem;
}
#single .single-content p a {
  text-decoration: underline;
  color: #004098;
}
#single .single-content p a img {
  margin: 2rem auto;
  border-radius: 5px;
}
#single .single-content p a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  #single h1 {
    font-size: 2rem;
  }
  #single .single-content {
    margin-bottom: auto;
  }
  #single .single-content p a img {
    margin: 1.5rem auto;
  }
}
.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}

.modal-box {
  max-width: 767px;
  display: none;
  border-radius: 5px;
  padding-bottom: 100px;
}
.modal-box #close {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.modal-box #close button {
  background-color: #ccc;
  color: white;
  border: none;
  padding: 0.6rem 3rem 0.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 3rem;
  margin: auto;
}
.modal-box #close:hover button {
  background-color: #004098;
}
.modal-box .h2 {
  font-size: 120%;
  font-weight: 700;
  color: #004098;
  padding: 1.5rem 0.5rem !important;
  border-left: none;
  border-top: none;
  border-right: none;
}
.modal-box table {
  width: 100%;
}
.modal-box table th,
.modal-box table td {
  border: solid 1px #CCC;
  vertical-align: top;
}
.modal-box table th {
  white-space: nowrap;
  text-align: right;
  background-color: #EDF3F7 !important;
  padding: 1em !important;
  border-right: none;
  font-size: 1.6rem;
}
.modal-box table td {
  padding: 1em !important;
  font-size: 1.6rem;
}
.modal-box table td a {
  color: #004098;
  font-size: 1.6rem;
  text-decoration: underline;
}
.modal-box table td span {
  font-size: 1.6rem;
}
.modal-box table td a:hover {
  text-decoration: none;
}

@media (max-width: 575px) {
  .modal-box .h2 {
    padding: 1rem 0.5rem !important;
    border-bottom: none;
  }
  .modal-box table {
    border-bottom: solid 1px #ccc;
  }
  .modal-box table th,
  .modal-box table td {
    display: block;
    width: 100%;
    padding: 1rem !important;
  }
  .modal-box table th {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #ccc;
    text-align: left;
  }
  .modal-box table td {
    border-bottom: none;
  }
  .modal-box table th:first-child {
    border-top: solid 1px #ccc;
  }
  .modal-box #close button {
    font-size: 1.6rem;
  }
}
.table-left {
  white-space: nowrap;
}

ul.level1 {
  list-style-type: decimal;
  margin: 1em;
  margin-left: 2em;
}

ul.level2 {
  list-style-type: lower-alpha;
}

#statement .statement-content {
  margin-bottom: 3rem;
  margin-top: -2rem;
}
#statement table {
  width: 100%;
}
#statement table th {
  background-color: #EDF3F7;
  color: #004098;
  font-size: 1.6rem;
}
#statement table th,
#statement table td {
  border: solid 1px #ccc;
  padding: 1rem 1.5rem;
}
#statement table .table-left {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: inherit;
  width: 180px;
  letter-spacing: normal;
}
#statement table ul.level1 {
  padding: 0;
  margin: auto;
  padding-left: 2em;
}
#statement table ul.level1 li {
  font-size: 1.6rem;
  line-height: 1.5;
}
#statement table ul.level1 li.level1-li {
  font-weight: 600;
}
#statement table ul.level2 {
  margin-bottom: 1.5rem;
  padding-left: 2em;
}
#statement table ul.level2 li {
  margin-top: 0.5rem;
  color: black;
  font-weight: 400;
}
#statement table ul.level3 li {
  margin: auto;
  text-indent: -1em;
  padding-left: 1em;
}
#statement table ul.level3 li::before {
  content: "・";
}
#statement p.modal-link {
  font-weight: 500;
  color: #004098;
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  font-size: 1.6rem;
  line-height: 1.5;
}
#statement p.modal-link:hover {
  text-decoration: none;
}
#statement a.pdf {
  color: #004098;
  font-size: 1.5rem;
  display: inline-block;
  margin: 1rem 0.5rem;
  letter-spacing: normal;
}

@media (max-width: 575px) {
  #statement .statement-content {
    margin-bottom: 2rem;
    margin-top: -1rem;
  }
  #statement table tr:first-child .table-left {
    border-top: solid 1px #ccc;
  }
  #statement table th {
    display: none;
  }
  #statement table td {
    display: block;
    padding: 1rem 1.5rem;
  }
  #statement table .table-left {
    background-color: #EDF3F7;
    border-top: none;
    border-bottom: none;
    width: 100%;
    color: #004098;
  }
  #statement table .table-left br {
    display: none;
  }
}
.wp-pagenavi {
  margin: 4rem 0 0 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.8rem;
  font-weight: 500;
  display: grid;
  place-items: center;
  margin: auto 0.6rem;
  line-height: 1 !important;
  font-style: normal;
  color: black;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  padding-bottom: 0.1em;
}
.wp-pagenavi a.page {
  background-color: #f0f0f0;
}
.wp-pagenavi a.page:hover {
  background-color: #004098;
  color: white;
}
.wp-pagenavi span {
  background-color: #004098;
  color: white;
}
.wp-pagenavi span.extend {
  border: none;
}
.wp-pagenavi .nextpostslink {
  overflow: hidden;
  background-color: none !important;
  background-image: url(../img/nextpostslink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  height: 0;
  padding-top: 3.5rem;
  width: 2rem;
}
.wp-pagenavi .previouspostslink {
  overflow: hidden;
  background-color: none !important;
  background-image: url(../img/previouspostslink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 0;
  padding-top: 3.5rem;
  width: 2rem;
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
  opacity: 0.5;
}

@media all and (max-width: 991px) {
  .wp-pagenavi {
    margin: 3rem 0 0 0;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
  }
}
@media all and (max-width: 575px) {
  .wp-pagenavi {
    margin: 2rem 0 0 0;
  }
}
#archive table {
  width: 100%;
  margin-top: -2rem;
}
#archive table tr {
  border-bottom: solid 1px #ccc;
}
#archive table th,
#archive table td {
  padding: 2rem 0;
  line-height: 1.5;
  vertical-align: top;
}
#archive table th a,
#archive table td a {
  color: #004098;
  line-height: 1.5;
  letter-spacing: normal;
}
#archive table th a:hover,
#archive table td a:hover {
  opacity: 0.6;
}
#archive table th {
  padding-right: 1rem;
  padding-left: 0.5rem;
  white-space: nowrap;
  letter-spacing: normal;
  width: 160px;
}

@media all and (max-width: 575px) {
  #archive table {
    width: 100%;
    margin-top: -2rem;
  }
  #archive table th,
  #archive table td {
    display: block;
    width: 100%;
  }
  #archive table th {
    font-size: 1.4rem;
    padding: 2rem 0.5rem 0 0.5rem;
  }
  #archive table td {
    padding-top: 0;
    padding: 0 0.5rem 2rem 0.5rem;
  }
  #archive table td a {
    font-size: 1.6rem;
  }
}
#pdf .txt {
  margin: -1rem auto 3rem auto;
}
#pdf .txt img {
  margin-bottom: 2rem;
}
#pdf .box {
  margin-bottom: 3rem;
}
#pdf .box h3 {
  background-color: #EDF3F7;
  color: #004098;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  margin-bottom: 1.5rem;
}
#pdf .box .image-link img {
  border: solid 1px #ccc;
  margin-bottom: 1rem;
}
#pdf .box .sub-title {
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#pdf .box p {
  font-size: 1.6rem;
  margin: auto;
}
#pdf .box a {
  color: #004098;
  font-size: 1.6rem;
}
#pdf .box a:hover {
  text-decoration: underline;
}

#search-box h1 {
  background-color: #EDF3F7;
  color: #004098;
  font-size: 2.2rem;
  border-radius: 3px;
  padding: 1rem 1.5rem 1.2rem 1.5rem;
}
#search-box .nopost {
  text-align: center;
  margin-top: 4rem;
}
#search-box .nopost .nopost-inner {
  background-color: #f0f0f0;
  padding: 4rem 3rem 5rem 3rem;
  border-radius: 1rem;
}
#search-box .nopost p {
  margin-bottom: 1.5rem;
}
#search-box #search-keyword input {
  border-radius: 25px;
  border: solid 1px #004098;
  padding: 0.3rem 1.4rem 0.5rem;
  line-height: 1;
  width: 70%;
  max-width: 180px;
}
#search-box #search-keyword input:focus {
  outline: 0;
  background-color: #f0f0f0;
}
#search-box #search-keyword button {
  background: none;
  border: none;
  line-height: 1;
}
#search-box #search-keyword button:hover {
  opacity: 0.6;
}
#search-box table th,
#search-box table td {
  padding: 2rem 0.5rem;
  line-height: 1.4;
  vertical-align: top;
}
#search-box table th {
  white-space: nowrap;
  font-weight: 500;
}
#search-box table tr {
  border-bottom: solid 1px #ccc;
}
#search-box table td a {
  font-weight: 500;
  color: #004098;
  line-height: 1.4;
}
#search-box table td a:hover {
  opacity: 0.6;
}

#contact h3 {
  color: #004098;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#contact table {
  margin: 3rem auto;
  width: 100%;
}
#contact table th,
#contact table td {
  border: solid 1px #ccc;
  vertical-align: top;
  padding: 1rem 1.5rem;
  line-height: 1.6;
}
#contact table th span,
#contact table td span {
  line-height: 1.6;
  display: inline-block;
}
#contact table th {
  white-space: nowrap;
  background-color: #f0f0f0;
}
#contact #google_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
  margin-bottom: 4rem;
}
#contact #google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 575px) {
  #contact h3 {
    font-size: 1.8rem;
  }
  #contact table {
    margin: 2.5rem auto;
  }
  #contact #google_map {
    margin-bottom: 3rem;
  }
}
#back {
  text-align: center;
  padding-top: 0;
}
#back a {
  display: block;
  max-width: 360px;
  line-height: 1;
  padding: 1.8rem 4rem 2rem 4rem;
  border-radius: 5rem;
  color: white;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  transition: color 0.5s ease;
  z-index: 1;
}
#back a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #004098;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  z-index: -1;
}
#back a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#back a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/back.svg");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}

@media all and (max-width: 575px) {
  #back a {
    display: block;
    max-width: 300px;
  }
}
.p-home #p-home a,
.p-important #p-important a,
.p-vision #p-vision a,
.p-proposal #p-proposal a,
.p-statement #p-statement a,
.p-profile #p-profile a,
.p-column #p-column a,
.p-pdf #p-pdf a {
  pointer-events: none;
  opacity: 0.6;
}
.p-home #p-home a::before,
.p-important #p-important a::before,
.p-vision #p-vision a::before,
.p-proposal #p-proposal a::before,
.p-statement #p-statement a::before,
.p-profile #p-profile a::before,
.p-column #p-column a::before,
.p-pdf #p-pdf a::before {
  left: -2px !important;
  transform: rotate(180deg) !important;
}

nav.cont {
  padding-bottom: 0 !important;
  margin-bottom: -3rem;
}

#pankuzu {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 1.4rem;
}
#pankuzu a {
  color: #004098;
  font-size: 1.4rem;
}
#pankuzu a:hover {
  opacity: 0.6;
}
#pankuzu span {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: normal;
}

@media all and (max-width: 575px) {
  nav.cont {
    margin-bottom: -2rem;
  }
}
#contact h3 {
  border-bottom: solid 1px #004098;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
#contact .smf-item__col--label {
  flex: 0 0 120px;
}
#contact .smf-item__col--controls {
  flex: 1 1 calc(100% - 120px);
  max-width: calc(100% - 120px);
}
#contact .smf-action .smf-button-control__control[data-action=confirm],
#contact .smf-action .smf-button-control__control[data-action=complete] {
  background: #004098;
  color: white;
  border-radius: 30px;
  border: none;
  padding: 10px 80px 12px 80px;
  font-weight: 600;
  letter-spacing: 2px;
}
#contact .smf-action .smf-button-control__control[data-action=back] {
  background: #ccc;
  color: white;
  border-radius: 30px;
  padding: 10px 40px 12px 40px;
  border: none;
  margin-bottom: 1em;
  letter-spacing: 2px;
  font-weight: 600;
}
#contact .smf-action .smf-button-control__control:hover {
  opacity: 0.6;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  width: 100% !important;
  background: #f0f0f0 !important;
  border: none;
  padding: 0.6rem 1rem;
  font-size: 16px;
  color: black;
  -webkit-appearance: none;
}

@media (max-width: 639px) {
  #contact h3 {
    margin-bottom: 1.5rem;
  }
  #contact .smf-item__col--label,
  #contact .smf-item__col--controls {
    flex: auto;
    width: 100%;
    max-width: none;
  }
  #contact .smf-action .smf-button-control__control[data-action=confirm],
  #contact .smf-action .smf-button-control__control[data-action=complete] {
    padding: 10px 60px 12px 60px;
  }
  #contact .smf-action .smf-button-control__control[data-action=back] {
    padding: 10px 30px 12px 30px;
  }
}
/* Print styles
-------------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}/*# sourceMappingURL=common.css.map */