@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* -----------------------------------
リセットCSS
----------------------------------- */
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}
*:active,
*::after:active,
*::before:active {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}
ol.list,
ul.list {
  list-style: decimal;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  text-align: center;
}

hr {
  border: none;
  border-top: 1px dashed #707070;
  height: 1px;
  background: transparent;
  margin: 1em auto;
  width: 100%;
}

.show-sm-up {
  display: none;
}
@media (min-width: 481px) {
  .show-sm-up {
    display: block;
  }
}

.hide-sm-up {
  display: block;
}
@media (min-width: 481px) {
  .hide-sm-up {
    display: none;
  }
}

.show-md-up {
  display: none;
}
@media (min-width: 768px) {
  .show-md-up {
    display: block;
  }
}

.hide-md-up {
  display: block;
}
@media (min-width: 768px) {
  .hide-md-up {
    display: none;
  }
}

.show-lg-up {
  display: none;
}
@media (min-width: 1030px) {
  .show-lg-up {
    display: block;
  }
}

.hide-lg-up {
  display: block;
}
@media (min-width: 1030px) {
  .hide-lg-up {
    display: none;
  }
}

.show-xl-up {
  display: none;
}
@media (min-width: 1240px) {
  .show-xl-up {
    display: block;
  }
}

.hide-xl-up {
  display: block;
}
@media (min-width: 1240px) {
  .hide-xl-up {
    display: none;
  }
}

/* -----------------------------------
Flexbox設定
----------------------------------- */
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-center {
  justify-content: center;
}

.flex-around {
  justify-content: space-around;
}

.flex-between {
  justify-content: space-between;
}

.center {
  text-align: center;
}

@media (min-width: 768px) {
  .left_center {
    text-align: center;
  }
}

.right {
  text-align: right;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mb-50 {
  margin-bottom: -50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mb-60 {
  margin-bottom: -60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mb-70 {
  margin-bottom: -70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: -80px !important;
}

.mb-80 {
  margin-bottom: -80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mb-90 {
  margin-bottom: -90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

.mb-100 {
  margin-bottom: -100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mt-110 {
  margin-top: -110px !important;
}

.mb-110 {
  margin-bottom: -110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt-120 {
  margin-top: -120px !important;
}

.mb-120 {
  margin-bottom: -120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mt-130 {
  margin-top: -130px !important;
}

.mb-130 {
  margin-bottom: -130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt-140 {
  margin-top: -140px !important;
}

.mb-140 {
  margin-bottom: -140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mt-150 {
  margin-top: -150px !important;
}

.mb-150 {
  margin-bottom: -150px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.max-100 {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-150 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-200 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-250 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-350 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-750 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-850 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.max-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.col-1 {
  width: calc(100% * 1 / 12);
  padding: 0 15px;
}

.col-lg1,
.col-md1,
.col-sm1,
.col-xl1 {
  width: 100%;
  margin-bottom: 40px;
}

.col-2 {
  width: calc(100% * 2 / 12);
  padding: 0 15px;
}

.col-lg2,
.col-md2,
.col-sm2,
.col-xl2 {
  width: 100%;
  margin-bottom: 40px;
}

.col-3 {
  width: calc(100% * 3 / 12);
  padding: 0 15px;
}

.col-lg3,
.col-md3,
.col-sm3,
.col-xl3 {
  width: 100%;
  margin-bottom: 40px;
}

.col-4 {
  width: calc(100% * 4 / 12);
  padding: 0 15px;
}

.col-lg4,
.col-md4,
.col-sm4,
.col-xl4 {
  width: 100%;
  margin-bottom: 40px;
}

.col-5 {
  width: calc(100% * 5 / 12);
  padding: 0 15px;
}

.col-lg5,
.col-md5,
.col-sm5,
.col-xl5 {
  width: 100%;
  margin-bottom: 40px;
}

.col-6 {
  width: calc(100% * 6 / 12);
  padding: 0 15px;
}

.col-lg6,
.col-md6,
.col-sm6,
.col-xl6 {
  width: 100%;
  margin-bottom: 40px;
}

.col-7 {
  width: calc(100% * 7 / 12);
  padding: 0 15px;
}

.col-lg7,
.col-md7,
.col-sm7,
.col-xl7 {
  width: 100%;
  margin-bottom: 40px;
}

.col-8 {
  width: calc(100% * 8 / 12);
  padding: 0 15px;
}

.col-lg8,
.col-md8,
.col-sm8,
.col-xl8 {
  width: 100%;
  margin-bottom: 40px;
}

.col-9 {
  width: calc(100% * 9 / 12);
  padding: 0 15px;
}

.col-lg9,
.col-md9,
.col-sm9,
.col-xl9 {
  width: 100%;
  margin-bottom: 40px;
}

.col-10 {
  width: calc(100% * 10 / 12);
  padding: 0 15px;
}

.col-lg10,
.col-md10,
.col-sm10,
.col-xl10 {
  width: 100%;
  margin-bottom: 40px;
}

.col-11 {
  width: calc(100% * 11 / 12);
  padding: 0 15px;
}

.col-lg11,
.col-md11,
.col-sm11,
.col-xl11 {
  width: 100%;
  margin-bottom: 40px;
}

.col-12 {
  width: calc(100% * 12 / 12);
  padding: 0 15px;
}

.col-lg12,
.col-md12,
.col-sm12,
.col-xl12 {
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 481px) {
  .sm {
    flex-direction: row;
  }
  .col-sm1 {
    width: calc(100% * 1 / 12);
    padding: 0 15px;
  }
  .col-sm2 {
    width: calc(100% * 2 / 12);
    padding: 0 15px;
  }
  .col-sm3 {
    width: calc(100% * 3 / 12);
    padding: 0 15px;
  }
  .col-sm4 {
    width: calc(100% * 4 / 12);
    padding: 0 15px;
  }
  .col-sm5 {
    width: calc(100% * 5 / 12);
    padding: 0 15px;
  }
  .col-sm6 {
    width: calc(100% * 6 / 12);
    padding: 0 15px;
  }
  .col-sm7 {
    width: calc(100% * 7 / 12);
    padding: 0 15px;
  }
  .col-sm8 {
    width: calc(100% * 8 / 12);
    padding: 0 15px;
  }
  .col-sm9 {
    width: calc(100% * 9 / 12);
    padding: 0 15px;
  }
  .col-sm10 {
    width: calc(100% * 10 / 12);
    padding: 0 15px;
  }
  .col-sm11 {
    width: calc(100% * 11 / 12);
    padding: 0 15px;
  }
  .col-sm12 {
    width: calc(100% * 12 / 12);
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .md {
    flex-direction: row;
  }
  .col-md1 {
    width: calc(100% * 1 / 12);
    padding: 0 15px;
  }
  .col-md2 {
    width: calc(100% * 2 / 12);
    padding: 0 15px;
  }
  .col-md3 {
    width: calc(100% * 3 / 12);
    padding: 0 15px;
  }
  .col-md4 {
    width: calc(100% * 4 / 12);
    padding: 0 15px;
  }
  .col-md5 {
    width: calc(100% * 5 / 12);
    padding: 0 15px;
  }
  .col-md6 {
    width: calc(100% * 6 / 12);
    padding: 0 15px;
  }
  .col-md7 {
    width: calc(100% * 7 / 12);
    padding: 0 15px;
  }
  .col-md8 {
    width: calc(100% * 8 / 12);
    padding: 0 15px;
  }
  .col-md9 {
    width: calc(100% * 9 / 12);
    padding: 0 15px;
  }
  .col-md10 {
    width: calc(100% * 10 / 12);
    padding: 0 15px;
  }
  .col-md11 {
    width: calc(100% * 11 / 12);
    padding: 0 15px;
  }
  .col-md12 {
    width: calc(100% * 12 / 12);
    padding: 0 15px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 1030px) {
  .container {
    width: 960px;
  }
  .col-lg1 {
    width: calc(100% * 1 / 12);
    padding: 0 15px;
  }
  .col-lg2 {
    width: calc(100% * 2 / 12);
    padding: 0 15px;
  }
  .col-lg3 {
    width: calc(100% * 3 / 12);
    padding: 0 15px;
  }
  .col-lg4 {
    width: calc(100% * 4 / 12);
    padding: 0 15px;
  }
  .col-lg5 {
    width: calc(100% * 5 / 12);
    padding: 0 15px;
  }
  .col-lg6 {
    width: calc(100% * 6 / 12);
    padding: 0 15px;
  }
  .col-lg7 {
    width: calc(100% * 7 / 12);
    padding: 0 15px;
  }
  .col-lg8 {
    width: calc(100% * 8 / 12);
    padding: 0 15px;
  }
  .col-lg9 {
    width: calc(100% * 9 / 12);
    padding: 0 15px;
  }
  .col-lg10 {
    width: calc(100% * 10 / 12);
    padding: 0 15px;
  }
  .col-lg11 {
    width: calc(100% * 11 / 12);
    padding: 0 15px;
  }
  .col-lg12 {
    width: calc(100% * 12 / 12);
    padding: 0 15px;
  }
}
@media (min-width: 1240px) {
  .col-xl1 {
    width: calc(100% * 1 / 12);
    padding: 0 15px;
  }
  .col-xl2 {
    width: calc(100% * 2 / 12);
    padding: 0 15px;
  }
  .col-xl3 {
    width: calc(100% * 3 / 12);
    padding: 0 15px;
  }
  .col-xl4 {
    width: calc(100% * 4 / 12);
    padding: 0 15px;
  }
  .col-xl5 {
    width: calc(100% * 5 / 12);
    padding: 0 15px;
  }
  .col-xl6 {
    width: calc(100% * 6 / 12);
    padding: 0 15px;
  }
  .col-xl7 {
    width: calc(100% * 7 / 12);
    padding: 0 15px;
  }
  .col-xl8 {
    width: calc(100% * 8 / 12);
    padding: 0 15px;
  }
  .col-xl9 {
    width: calc(100% * 9 / 12);
    padding: 0 15px;
  }
  .col-xl10 {
    width: calc(100% * 10 / 12);
    padding: 0 15px;
  }
  .col-xl11 {
    width: calc(100% * 11 / 12);
    padding: 0 15px;
  }
  .col-xl12 {
    width: calc(100% * 12 / 12);
    padding: 0 15px;
  }
}
/* -----------------------------------
ヘッダー
----------------------------------- */
header {
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
}
header .container {
  position: relative;
}
header .logo {
  width: 80px;
  height: 94px;
  padding: 0;
  background-color: #ffffff;
}
header .logo img {
  width: 100%;
}
@media (min-width: 1030px) {
  header .logo {
    height: 160px;
    width: 140px;
  }
}
@media (min-width: 1240px) {
  header .logo {
    position: absolute;
    left: -150px;
  }
}

/* -----------------------------------
フッター
----------------------------------- */
footer {
  background: #e7f4fc;
  color: #0162a6;
  position: relative;
  margin-top: 160px;
}
footer:after {
  content: "";
  width: 100%;
  height: 9vw;
  background-image: url(/share/imgs/tanka-svg/tanka-ft-wave.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -6vw;
  right: 0;
  z-index: -1;
}
footer p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
footer p.contact_title {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media (min-width: 768px) {
  footer p {
    font-size: 16px;
  }
}
footer #copyright {
  margin-top: 60px;
  padding-bottom: 20px;
  padding-top: 17px;
  background-color: #0162a6;
}
footer #copyright p {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  footer #copyright p {
    font-size: 14px;
  }
}

/* -----------------------------------
メイン
----------------------------------- */
body {
  background-color: #ffffff;
  color: #7b7b7b;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

section {
  padding: 20px 0;
}
section .container {
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 768px) {
  section {
    padding: 40px 0;
  }
}

main {
  position: relative;
}
main.page {
  margin-top: 200px;
}

/* -----------------------------------
リンク関係
----------------------------------- */
a {
  color: #0162a6;
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a:hover {
  color: rgba(1, 98, 166, 0.5019607843);
}
a:hover img {
  opacity: 0.6;
}
a:visited {
  color: #0162a6;
}
a:active, a:focus {
  outline: none;
  color: rgba(1, 98, 166, 0.5019607843);
}
a.link_img img {
  transition: 0.3s;
}
a.link_img:hover img {
  opacity: 0.6;
}

a.btn {
  display: block;
  background: #0162a6;
  color: #ffffff;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  font-weight: bold;
  min-width: 200px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4em auto;
  padding: 0 50px;
  text-align: center;
  position: relative;
  border: none;
  position: relative;
  border-radius: 55px;
}
a.btn:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media (min-width: 768px) {
  a.btn {
    height: 60px;
    line-height: 60px;
    margin: 40px auto;
  }
  a.btn.btn_center_left {
    margin-left: 0;
  }
}
a.btn:hover {
  opacity: 0.6;
}

/* -----------------------------------
見出し、テキストなど
----------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  line-height: 1.8em;
}

p {
  margin: 0 auto 1em;
  line-height: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.6em auto 1.2em;
}

.bold {
  font-weight: bold;
}

@media (min-width: 768px) {
  .left-md {
    margin-right: auto;
    margin-left: 20px;
  }
}

h1.single-title {
  font-size: 18px;
  color: #0162a6;
}
@media (min-width: 768px) {
  h1.single-title {
    font-size: 22px;
  }
}

h2 {
  text-align: center;
  position: relative;
  line-height: 1;
  margin: 2.6em auto 1em;
  color: #0162a6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
h2 span.sub {
  font-family: "Lexend Exa", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 2.6em;
  display: block;
  font-weight: 400;
}
@media (min-width: 1030px) {
  h2 span.sub {
    font-size: 16px;
  }
}
h2:before {
  transform: translateX(-6em);
}
@media (min-width: 1030px) {
  h2:before {
    transform: translateX(-10.6em);
  }
}
h2:after {
  transform: translateX(6em);
}
@media (min-width: 1030px) {
  h2:after {
    transform: translateX(10.6em);
  }
}

h3 {
  font-size: 7.3vw;
  font-weight: 800;
  margin: 30px 0;
}

h4 {
  margin-top: 2.4em;
  margin-bottom: 0.5em;
  font-size: 18px;
}
h4:before {
  content: "";
  display: inline-block;
  background: #0162a6;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  vertical-align: middle;
  margin-right: 10px;
}

span.small {
  font-size: 80%;
}

#mv {
  height: 100vw;
  background-image: url(/share/imgs/tanka-mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#mv:after {
  content: "";
  width: 100vw;
  height: 9vw;
  background-image: url(/share/imgs/tanka-svg/tanka-wave.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: -6vw;
}
#mv .mv_img_wrap {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#mv img#mv_img {
  height: 100%;
}
@media (min-width: 768px) {
  #mv {
    height: 600px;
  }
}
@media (min-width: 1030px) {
  #mv {
    height: 810px;
  }
}

dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
dl dt {
  font-weight: bold;
  width: 100%;
  line-height: 2em;
}
dl dd {
  margin: 0 0 20px;
  width: 100%;
  padding-left: 20px;
  line-height: 2em;
}
@media (min-width: 768px) {
  dl dt {
    width: 100px;
    margin: 0;
  }
  dl dd {
    width: calc(100% - 100px);
    margin: 0;
  }
}

/* -----------------------------------
ハンバーガーメニュー
----------------------------------- */
#menu,
#close {
  position: fixed;
  top: 0;
  right: 0;
}

button#open_mobile_menu,
button#close_mobile_menu {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 38px;
  height: 38px;
}
@media (min-width: 768px) {
  button#open_mobile_menu,
  button#close_mobile_menu {
    width: 60px;
    height: 60px;
  }
}

/* -----------------------------------
メニュー
----------------------------------- */
#mobile_menu {
  display: flex;
  flex-direction: column;
  overflow: scroll;
  padding: 0;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  z-index: 100;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#mobile_menu::-webkit-scrollbar {
  display: none;
}
#mobile_menu.checked {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#mobile_menu a.mobile_logo {
  display: block;
  margin: 40px auto;
  width: 240px;
}
#mobile_menu p.p1 {
  font-size: 20px;
}
#mobile_menu p.p1 a {
  font-weight: 800;
  position: relative;
}
#mobile_menu p.p1 a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  border-right: 2px solid #0162a6;
  border-top: 2px solid #0162a6;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1em;
}
#mobile_menu p.p2 {
  font-size: 20px;
  font-weight: 800;
  color: #0162a6;
  text-align: center;
  margin-bottom: 10px;
}
#mobile_menu nav.main-navigation {
  max-width: 400px;
  min-width: 200px;
  margin: 20px auto;
  width: 100%;
}
#mobile_menu footer {
  background-color: #0162a6;
  color: #ffffff;
  padding: 25px 0;
  position: relative;
  margin-top: 0;
}
#mobile_menu footer p {
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}
#mobile_menu footer p.contact_title {
  font-weight: 700;
  font-size: 14px;
}
#mobile_menu footer:after {
  content: "";
  width: 100vw;
  height: 9vw;
  background-image: url(/share/imgs/tanka-svg/tanka-mm_wave.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -3vw;
  z-index: -1;
}

ul.concours {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  max-width: 450px;
}
ul.concours li {
  margin: 0;
  width: 33%;
  display: flex;
  justify-content: center;
}
ul.concours li a {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0162a6;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  text-align: center;
  font-family: "Lexend Exa", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
ul.concours li a:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  border-right: 2px solid #0162a6;
  border-top: 2px solid #0162a6;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -0.3em;
  transition: 0.3s;
}
ul.concours li a:hover {
  color: rgba(1, 98, 166, 0.5019607843);
}

/* -----------------------------------
詳細ページ
----------------------------------- */
p.judge_name {
  text-align: center;
  font-size: 20px;
  margin: 10px auto 0;
  line-height: 1.6em;
}

p.judge_role {
  text-align: center;
  font-size: 16px;
}

.block_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0 80px;
  gap: 1px;
  padding: 1px;
}
.block_wrap .block_item {
  width: 100%;
  outline: 1px solid #707070;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .block_wrap .block_item {
    padding: 80px 0;
    width: calc(50% - 2px);
  }
}
.block_wrap .block_item p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block_wrap .block_item p {
    font-size: 22px;
  }
}

/* -----------------------------------
ニュース
----------------------------------- */
article {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1019607843);
  margin: 50px auto;
}
article a {
  display: block;
  padding: 20px 20px 0;
  color: #7b7b7b;
}
article a:hover {
  opacity: 0.6;
}
article a:visited {
  color: #7b7b7b;
}
@media (min-width: 768px) {
  article a {
    padding: 50px 60px 5px;
  }
}
@media (min-width: 1030px) {
  article a {
    padding: 60px 100px 20px;
  }
}
article p.title {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  article p.title {
    font-size: 20px;
  }
}
article .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}

ul.archived_news {
  border-top: solid 1px #939393;
}
ul.archived_news li {
  border-bottom: solid 1px #939393;
}
ul.archived_news li a {
  display: block;
  color: #7b7b7b;
  font-weight: 600;
  padding: 15px 10px;
}
ul.archived_news li a:hover {
  opacity: 0.6;
}

/* -----------------------------------
受賞作品
----------------------------------- */
.award_item {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  padding: 100px 20px 40px;
}
@media (min-width: 1030px) {
  .award_item {
    padding: 150px 20px 60px;
  }
}
.award_item .tag {
  background: #e7f4fc;
  position: absolute;
  padding: 18px 35px;
  font-weight: 700;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1030px) {
  .award_item .tag {
    padding: 24px 74px;
  }
}
.award_item .tag span {
  font-size: 22px;
}
@media (min-width: 1030px) {
  .award_item .tag span {
    font-size: 30px;
  }
}
.award_item p {
  text-align: center;
  font-weight: 700;
}
.award_item p.tanka {
  font-size: 18px;
}
.award_item p.name {
  font-size: 14px;
}
@media (min-width: 1030px) {
  .award_item p.tanka {
    font-size: 24px;
  }
  .award_item p.name {
    font-size: 20px;
  }
}

.award_wrap {
  margin-top: 150px;
}

/* -----------------------------------
ページネーション
----------------------------------- */
ul.pagenation {
  display: flex;
  margin: 80px auto;
  width: -moz-fit-content;
  width: fit-content;
}
ul.pagenation li {
  font-family: "Lexend Exa", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 24px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
ul.pagenation li a {
  display: block;
  color: #d5d5d5;
}
ul.pagenation li a:hover {
  color: rgba(1, 98, 166, 0.5019607843);
}
ul.pagenation li span.current {
  color: #0162a6;
}/*# sourceMappingURL=style.css.map */

/* -----------------------------------
テーブル
----------------------------------- */
.container table {
  border-collapse: collapse;   /* セル間の隙間をなくして線を1本にまとめる */
  width: 100%;
  max-width: 950px;
  margin: 0 auto 40px;
}

.container table th,
.container table td {
  border: 1px solid #707070;   /* これが「線」の本体 */
  padding: 12px 16px;
  text-align: center;
  line-height: 1.8em;
}

/* -----------------------------------
賞テーブル
----------------------------------- */
.container .award-table {
  width: 100% !important;
  max-width: 950px;
  margin: 0 auto 40px;
  border-collapse: separate !important;
  border-spacing: 0;
  border: 2px solid #0b78b6;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 90, 130, 0.14);
}

.container .award-table td {
  border: 1px solid #c8dce6 !important;
  padding: 14px 16px !important;
  text-align: center;
  line-height: 1.8;
  background: #fff;
}

/* 左の部門セル */
.container .award-table td[rowspan] {
  background: linear-gradient(180deg, #e8f6fb, #f4fbf0) !important;
  color: #006da8;
  font-weight: bold;
}

/* 賞名 */
.container .award-table .award-name {
  color: #2d7a38;
  font-weight: bold;
}

/* 特別賞 */
.container .award-table .special-award {
  background: linear-gradient(180deg, #e8f6fb, #f4fbf0) !important;
  color: #006da8 !important;
  font-weight: bold;
}

/* 賞品 */
.container .award-table .award-prize {
  color: #006da8;
  font-weight: bold;
}

/* 段落の余白を調整 */
.container .award-table p {
  margin: 0;
}

/* チラシ＋写真 */
.contest-gallery{
  display:flex;
  justify-content:center;
  align-items:center;
  max-width:1100px;
  margin:40px auto 80px;
}

.gallery-side{
  width:180px;
  display:flex;
  flex-direction:column;
  gap:15px;
}

.gallery-side img{
  width:100%;
  border-radius:3px;
  box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.gallery-main{
  max-width:540px;
  text-align:center;
}

.gallery-main img{
  width:70%;
  border-radius:3px;
  box-shadow:0 8px 24px rgba(0,90,130,.18);
}

.gallery-mobile{
    display: none;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .contest-gallery{
    flex-direction: column;
    gap: 20px;
  }

  .gallery-main{
    order: -1;
    max-width: 100%;
  }

  .gallery-main img{
    width: 100%;
    max-width: 400px;
  }

  /* PC用の左右列は隠す */
  .gallery-side{
    display: none;
  }

  /* スマホ専用ギャラリー */
  .gallery-mobile{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 340px;
    margin: 0 auto;
  }

  .gallery-mobile img{
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
  }
}