@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700,800,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
html, body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  line-height: 1.7;
  background: #ffffe4;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
  font-size: 16px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.5;
}

ul, ol {
  margin-left: 0;
  margin: 0;
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.underline{
  text-decoration: underline;
}
.mb_1em{
  margin-bottom: 1em;
}
.mt_1em{
  margin-top: 1em;
}

/*
layout
---------------------------------------------*/
.l-container {
  position: relative;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto;
}

.l-root-container {
  padding: 100px 0 1px 0;
  position: relative;
}

.l-content-block {
  background: #fff;
  padding: 0 75px 50px 75px;
  margin-bottom: 160px;
  -webkit-box-shadow: 20px 20px 0px #005aa0;
          box-shadow: 20px 20px 0px #005aa0;
}
.l-content-block h2 {
  display: block;
  text-align: center;
  color: #005aa0;
  padding: 50px 0 50px 0;
}

.l-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 44px;
}

.l-content__ttl {
  width: 230px;
}
.l-content__ttl h3 {
  background: #f0faff;
  text-align: center;
  font-weight: 400;
  padding: 4px 0;
  font-size: 16px;
  width: 100%;
  height: auto;
}

.l-content__inner {
  width: calc(100% - 280px);
  padding: 4px 0 0 0;
  letter-spacing: 0.06em;
}
.l-content__inner p {
  font-weight: 400;
  letter-spacing: 0.08em;
}
.l-content__inner .font-large {
  font-size: 120%;
}
.l-content__inner ol {
  font-weight: 400;
  padding-left: 22px;
  font-size: 16px;
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-content__inner ol li.l-ol__list {
  position: relative;
  padding-left: 26px;
}
.l-content__inner ol li.l-ol__list:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 18px;
  width: 18px;
  color: #000;
  font-size: 64%;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 0;
}

.l-content__table-wrap {
  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;
}
.l-content__table-wrap .l-table-box {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 26px);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 60px;
}
.l-content__table-wrap .l-table-box .col {
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  width: 100%;
  padding: 10px 0;
}
.l-content__table-wrap .l-table-box .col-1 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  width: 22%;
  text-align: center;
  line-height: 1.2;
  padding-right: 10px;
}
.l-content__table-wrap .l-table-box .col-5 {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-content__table-wrap .l-table-box .col-2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  width: 20%;
  text-align: center;
  padding-right: 5px;
}
.l-content__table-wrap .l-table-box .col-3 {
  text-align: center;
  width: 25%;
}
.l-content__table-wrap .l-table-box .col-4 {
  text-align: center;
  width: 55%;
}
.l-content__table-wrap .l-table-box .col-4 span {
  display: inline-block;
  text-align: left;
}
.l-content__table-wrap .l-table-box.no-border {
  border: 0;
}
.l-content__table-wrap .l-table-box.no-border .l-table-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  width: 100%;
}
.l-content__table-wrap .l-table-box.no-border .col-6 {
  padding: 5px 0 0 0;
  width: 70%;
  height: 40px;
  text-align: center;
  border: 1px solid #000;
}
.l-content__table-wrap .l-table-box.no-border .col-7 {
  padding: 5px 0 0 0;
  width: 30%;
  height: 40px;
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

ul.l-content__list {
  font-weight: 400;
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.l-content__list li {
  padding-left: 16px;
  position: relative;
}
ul.l-content__list li:before {
  content: "・";
  border: 0;
  font-weight: bold;
  font-size: 100%;
  top: 6px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 18px;
  width: 18px;
  color: #000;
  font-size: 64%;
  line-height: 1;
  position: absolute;
}

ul.l-content__list.l-content__list-attention li {
  padding-left: 20px;
}
ul.l-content__list.l-content__list-attention li:before {
  content: "※";
  border: 0;
  font-weight: bold;
  font-size: 100%;
  top: 5px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 18px;
  width: 18px;
  color: #000;
  font-size: 100%;
  line-height: 1;
  position: absolute;
}
.l-content__list-attention_blue li,
.l-content__list-attention_blue li::before{
  color: #005aa0 !important;
}

ul.l-content__sponcer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: -32px;
}
ul.l-content__sponcer li {
  width: 25%;
  padding: 0 22px;
  margin-bottom: 36px;
}

.l-content__start-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-content__start-name p {
  position: relative;
  padding-right: 45px;
}
.l-content__start-name .line1:before, .l-content__start-name .line2:before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 1px;
  background: #000;
  right: 0;
  top: 14px;
}
.l-content__start-name .line1:before {
  top: 6px;
}
.l-content__start-name .line2:before {
  top: 20px;
}
.l-content__start-name .line-wrap {
  position: relative;
}
.l-content__start-name .line-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 12px);
  background: #000;
  right: 0;
  top: 6px;
}

.l-content__start-time {
  padding-left: 26px;
}

.l-content__winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-content__winner-right {
  text-align: center;
  width: 120px;
}

.l-content__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-content__app p {
  padding-right: 15px;
}

.l-content__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-content__time-name {
  width: 160px;
}

.l-content__time-info {
  width: calc(100% - 160px);
}
.l-content__time-info span{
  display: block;
  margin-bottom: 1em;
}


.l-content-covid {
  margin-top: -70px;
  padding-bottom: 100px;
  margin-bottom: -2px;
  text-align: center;
  background: #ffffe4;
}
.l-content-covid h2 {
  display: block;
  text-align: center;
  color: #005aa0;
  margin-bottom: 15px;
}
.l-content-covid h2 span {
  display: inline-block;
  background: #ffffe4;
}
.l-content-covid p {
  font-weight: 400;
  margin-bottom: 24px;
}

.l-page-title {
  background: #00c8e6;
  height: 230px;
}

.l-page-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-page-title__wrap-inner {
  color: #fff;
  text-align: center;
}
.l-page-title__wrap-inner a {
  color: #fff;
  text-decoration: underline;
}
.l-page-title__wrap-inner h1, .l-page-title__wrap-inner p {
  letter-spacing: 0.1em;
}
.l-page-title__wrap-inner h1 {
  font-size: 22px;
}
.l-page-title__wrap-inner p {
  padding: 22px 0 0 0;
  letter-spacing: 0.11em;
}

.c-breadcrumb {
  padding: 18px 0 0 0;
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-breadcrumb ul li {
  margin-right: 30px;
  position: relative;
}
.c-breadcrumb ul li a, .c-breadcrumb ul li span {
  color: #fff;
}
.c-breadcrumb ul li:after {
  content: ">";
  color: #fff;
  position: absolute;
  right: -21px;
}
.c-breadcrumb ul li.c-active:after {
  display: none;
}

.l-content__img-track {
  margin-bottom: 60px;
}

.l-content__img-glaph {
  position: relative;
  max-width: 784px;
  margin: 0 auto 110px auto;
}

.l-content__img-glaph:last-child {
  margin-bottom: 40px;
}

.c-bnr {
  display: block;
  background: #005aa0;
  color: #fff;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 8px auto;
  padding: 15px 0;
  border-radius: 8px;
}

.c-bnr.c-bnr-bottom {
  margin-bottom: 50px;
}

.c-sp-br {
  display: none;
}

.l-content__copy {
  display: none;
}

@media screen and (max-width: 980px) {
  .l-content__copy {
    color: #005aa0;
    line-height: 1.4;
    margin-bottom: 24px;
    padding-left: 15px;
    margin-top: -20px;
    font-size: 16px;
    display: block;
  }

  .c-sp-center {
    text-align: center;
  }

  .c-sp-br {
    display: block;
  }

  .l-container {
    padding: 0 32px;
  }

  .l-content-block {
    padding: 0 45px 20px 45px;
    -webkit-box-shadow: 8px 8px 0px #005aa0;
            box-shadow: 8px 8px 0px #005aa0;
    margin-bottom: 60px;
  }
  .l-content-block h2 {
    font-size: 20px;
    padding: 20px 0 20px 0;
  }

  .l-content__wrap {
    display: block;
    margin-bottom: 18px;
  }

  .l-content__ttl {
    width: 100%;
  }
  .l-content__ttl h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .l-content__inner {
    width: 100%;
  }
  .l-content__inner p {
    font-size: 14px;
  }
  .l-content__inner ol {
    font-size: 14px;
  }
  .l-content__inner ol li {
    padding-left: 0;
  }
  .l-content__inner ol li:before {
    width: 14px;
    height: 14px;
    left: -20px;
    top: 5px;
  }
  .l-content__inner ol ul {
    padding-left: 14px;
  }

  ul.l-content__list {
    font-size: 14px;
  }
  ul.l-content__list li {
    padding-left: 0;
  }
  ul.l-content__list li:before {
    left: -14px;
  }

  ul.l-content__list.l-content__list-attention li {
    padding-left: 0;
  }
  ul.l-content__list.l-content__list-attention li:before {
    left: -18px;
    top: 3px;
  }

  .l-content__time {
    display: block;
  }

  .l-content__time-name {
    width: 100%;
    display: block;
    margin-left: -8px;
  }

  ul.l-content__sponcer li {
    width: 100%;
    margin-bottom: 34px;
  }

  .c-breadcrumb {
    padding: 10px 0 0 0;
  }
  .c-breadcrumb ul li {
    margin-right: 21px;
  }
  .c-breadcrumb ul li:after {
    right: -16px;
  }

  .l-page-title {
    height: 210px;
  }

  .l-page-title__wrap-inner p {
    padding: 4px 0 0 0;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .l-content__start-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -10%;
    margin-right: -10%;
  }

  .l-content__start-name p {
    padding-right: 20px;
  }

  .l-content__start-time {
    padding-left: 20px;
  }
  .l-content__start-time p {
    padding-right: 0;
  }

  .l-content__start-name .line1:before, .l-content__start-name .line2:before {
    width: 20px;
  }

  .l-content__start-name .line2:before {
    top: 18px;
  }

  .l-content__table-wrap .l-table-box {
    width: 100%;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .l-content__table-wrap .l-table-box .col-1 {
    padding-right: 4.5%;
  }
  .l-content__table-wrap .l-table-box .col-2 {
    padding-right: 4.5%;
  }
  .l-content__table-wrap .l-table-box.no-border .col-6 {
    padding: 3px 0 0 0;
    height: 34px;
  }
  .l-content__table-wrap .l-table-box.no-border .col-7 {
    padding: 3px 0 0 0;
    height: 34px;
  }

  .c-bnr {
    font-size: 14px;
    padding: 8px 0;
    border-radius: 5px;
  }

  .l-content-covid {
    margin-top: -20px;
    padding-bottom: 60px;
    margin-bottom: -2px;
  }
  .l-content-covid h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .l-content-covid p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 16px;
  }
  .l-content-covid p br {
    display: none;
  }
  .l-content-covid .c-bnr {
    max-width: 230px;
  }

  .l-content__img-glaph {
    margin-bottom: 40px;
  }
}
/*
navi
---------------------------------------------*/
.l-global-nav {
  background: #005aa0;
}
.l-global-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 18px 2.5%;
  justify-content: center;
}
.l-global-nav ul li {
  /* width: 20%; */
  width: 16%;
  font-size: 16px;
  border-left: 1px solid #fff;
  letter-spacing: 0.1em;
}
.l-global-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 2px 0;
}
.l-global-nav ul li:last-child {
  border-right: 1px solid #fff;
}

.gnav-toggle-bg {
  position: absolute;
  z-index: 200;
  left: 0;
  top: 0;
  background: #005aa0;
  width: 40vw;
  padding-top: 18%;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  display: none;
}

.gnav-toggle {
  width: 26px;
  height: 26px;
  position: fixed;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 500;
  cursor: pointer;
  display: none;
}
.gnav-toggle span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.gnav-toggle span.mid {
  top: 8px;
}
.gnav-toggle span.bottom {
  top: 16px;
}

.gnav-toggle.toggle-on span.top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.gnav-toggle.toggle-on span.mid {
  opacity: 0;
}
.gnav-toggle.toggle-on span.bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

@media screen and (max-width: 980px) {
  .l-root-container {
    padding: 40px 0 2px 0;
  }

  .l-global-nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 400;
    -webkit-transform: translate(0, -105%);
            transform: translate(0, -105%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-global-nav ul {
    display: block;
    padding: 46px 0;
  }
  .l-global-nav ul li {
    width: 100%;
    border-left: 0;
  }
  .l-global-nav ul li a {
    padding: 9px 0;
  }
  .l-global-nav ul li:last-child {
    border-right: 0;
  }

  .gnav-toggle-bg {
    display: block;
  }

  .gnav-toggle {
    display: block;
  }

  .menu_on .l-global-nav {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*
index
---------------------------------------------*/
.p-mv {
  position: relative;
}

.p-mv:before, .p-mv:after {
  content: "";
  display: block;
  position: absolute;
  width: 52vw;
  padding-top: 25.6%;
  z-index: 5;
}

.p-mv:before {
  left: 0;
  top: 0;
  background: #005aa0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

.p-mv:after {
  right: 0;
  bottom: 0;
  background: #00c8e6;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
          clip-path: polygon(100% 100%, 100% 0, 0 100%);
}

.p-mv h1 {
  position: absolute;
  width: 68vw;
  z-index: 10;
  top: 1vw;
  left: 5%;
}
.p-mv h2 {
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  line-height: 1.44;
  letter-spacing: 0.14em;
  top: 2.5%;
  left: calc(50vw - 500px);
}

.p-mv__visual img {
  display: block;
  width: 100%;
}

.p-mv__count {
  position: absolute;
  z-index: 10;
  color: #fff;
  right: calc(50vw - 500px);
  bottom: 32px;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-mv__count dl {
  font-weight: 800;
  text-align: right;
  line-height: 1.15;
  margin-right: 16px;
}
.p-mv__count dl dt {
  font-size: 22px;
}
.p-mv__count dl dd {
  font-size: 55px;
}
.p-mv__count dl dd small {
  position: relative;
  font-size: 22px;
  top: -3px;
  letter-spacing: 0.02em;
  margin: 0 3px;
}


@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 980px) {


  .p-mv {
    border-bottom: 25px solid #005aa0;
  }
  .p-mv h1 {
    left: 0;
    top: -0.5vw;
  }
  .p-mv h2 {
    display: none;
  }
  .p-mv .p-mv__count {
    right: 1.1%;
    bottom: 10px;
  }
  .p-mv .p-mv__count dl {
    line-height: 1.05;
    margin-right: 9px;
  }
  .p-mv .p-mv__count dl dt {
    font-size: 13px;
  }
  .p-mv .p-mv__count dl dd {
    font-size: 28px;
  }
  .p-mv .p-mv__count dl dd small {
    font-size: 12px;
  }
  .p-mv .p-mv__count .p-mv__chara {
    width: 43px;
    right: 1.5%;
  }

  .p-mv:before {
    width: 46vw;
    padding-top: 22.4%;
  }

  .p-mv:after {
    width: 64vw;
    padding-top: 31%;
  }


}
/*
header
---------------------------------------------*/
.l-header {
  padding: 24px 0 6px 0;
  background: #ffffe4;
}
.l-header .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header h2 {
  width: 460px;
}

.l-header__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -8px;
}
.l-header__count dl {
  color: #005aa0;
  line-height: 0.95;
  margin-right: 16px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0;
}
.l-header__count dl dt {
  font-size: 24px;
  padding-left: 5px;
}
.l-header__count dl dd {
  font-size: 60px;
}
.l-header__count dl dd small {
  position: relative;
  font-size: 25px;
  top: -3px;
  letter-spacing: 0.02em;
  margin: 0 3px;
}

@media screen and (max-width: 980px) {
  .l-header {
    padding: 10px 0;
  }
  .l-header .l-container {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-header h2 {
    width: 100%;
  }

  .l-header__count {
    top: 0;
    margin-left: auto;
    margin-bottom: 6px;
  }
  .l-header__count dl {
    margin-bottom: 2px;
    margin-right: 5px;
  }
  .l-header__count dl dt {
    font-size: 15px;
  }
  .l-header__count dl dd {
    font-size: 34px;
  }
  .l-header__count dl dd small {
    font-size: 15px;
  }

  .l-header__chara {
    width: 64px;
    margin-right: -8px;
  }
}
/*
footer
---------------------------------------------*/
.l-footer {
  background: #ffff00;
}
.l-footer p {
  font-size: 16px;
  line-height: 1.46;
  font-weight: 400;
}
.l-footer ul {
  font-size: 16px;
  font-weight: 400;
}

.l-footer__inner {
  padding: 30px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-footer__profile h2 {
  margin-bottom: 34px;
}

.l-footer__contact dl {
  margin-bottom: 14px;
}
.l-footer__contact dl dt {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}
.l-footer__contact dl dd {
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0em;
  line-height: 1.1;
  display: block;
}

.l-footer__menu {
  border-left: 1px solid #333;
  padding: 0 10px 0 35px;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 0 0;
}
.l-footer__sns span {
  width: 22px;
  margin-right: 18px;
}
.l-footer__sns span a {
  display: block;
}

.l-copyright {
  background: #005aa0;
  padding: 14px 0;
  position: relative;
}
.l-copyright p {
  display: block;
  text-align: center;
  color: #fff;
}

.l-pagetop {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  display: block;
  bottom: 0;
  right: -105px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.l-pagetop:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1300px){
  @media screen and (min-width: 981px) {
    .l-pagetop {
      right: -25px;
    }
}
}


@media screen and (max-width: 980px) {
  .l-footer {
    position: relative;
  }
  .l-footer p {
    font-size: 13px;
  }

  .l-footer__inner {
    display: block;
    padding: 30px 0 25px 0;
  }

  .l-footer__profile {
    margin-bottom: 8px;
  }
  .l-footer__profile h2 {
    width: 200px;
    margin-bottom: 18px;
  }

  .l-footer__contact dl {
    margin-bottom: 4px;
  }
  .l-footer__contact dl dt {
    font-size: 14px;
  }
  .l-footer__contact dl dd {
    font-size: 18px;
  }

  .l-footer__menu {
    border-left: 0;
    padding: 0;
  }
  .l-footer__menu ul {
    display: none;
  }

  .l-footer__sns {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .l-footer__sns span {
    width: 19px;
    margin-right: 12px;
  }

  .l-copyright {
    padding: 10px 0;
  }
  .l-copyright p {
    font-size: 10px;
  }

  .l-pagetop {
    right: 12px;
    width: 40px;
  }
}
/*
bg
---------------------------------------------*/
.c-bg {
  position: absolute;
  display: block;
  z-index: -1;
}

.c-bg-left {
  left: 0;
  top: -140px;
  width: 400px;
  height: calc(100% + 140px);
  background: url(../images/bg-left.png) repeat-y 0 0;
  background-size: 400px auto;
}

.c-bg-right {
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  background: url(../images/bg-right.png) repeat-y 0 0;
  background-size: 450px auto;
}

@media screen and (max-width: 980px) {
  .c-bg-left {
    width: 200px;
    height: calc(100% + 160px);
    background: url(../images/bg-left.png) repeat-y 0 0;
    background-size: 200px auto;
    top: -160px;
  }

  .c-bg-right {
    width: 200px;
    height: calc(100% + 450px );
    background: url(../images/bg-right.png) repeat-y 0 0;
    background-size: 200px auto;
    top: -450px;
  }
}

/* 2024-05-21 修正 */
.l-content__copy{
  display: none;
}
.guest img{
  width: 200px;
  margin-bottom: 10px;
}
.guest .name{
font-size: 1.6rem;
}
@media screen and (max-width: 768px){
  .guest img{
    margin: 0 auto 10px;
  }
  .guest .name{
    text-align: center;
  }
}


/* 20250205 */
.WGBT_box{
  border: 3px solid #ff8c00;
  padding: 15px;
  margin-top: 15px;
}
.WGBT_box h4{
  margin-bottom: 10px;
}
.WGBT_box li:not(:last-of-type){
  margin-bottom: 1em;
}

.text_wavy{
  text-decoration: underline wavy;
}

@media screen and (max-width: 768px){
  .l-content-block{
    padding: 0 20px 20px;
  }
  .WGBT_box h4{
    font-size: 14px;
  }
}
