/* reset */
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

/* 小梅橋：運航事業者ログイン・お知らせ */
#koumebashi-site .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#login .koumebashi-login-message {
  max-width: 470px;
  margin: 0 auto 20px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 1.6rem;
}
#login .koumebashi-login-message.is-error {
  background: #fff;
  color: #a40000;
}
#login .koumebashi-login-current a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 58px;
  padding: 12px 54px 12px 28px;
  border: 2px solid #5CCBD3;
  background: #5CCBD3;
  color: #1B2E62;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
#login .koumebashi-login-current a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #login .koumebashi-login-current a:hover {
    border-color: #fff;
    background: #fff;
    color: #1B2E62;
    transform: translateY(-2px);
  }
}
#login .koumebashi-login-current a:active {
  transform: translateY(0);
}
#login .wrap .top form input[type=password] {
  color: #000;
}
#login .wrap .top form input[type=password]:focus-visible,
#login .wrap .top form button:focus-visible,
#login .koumebashi-login-current a:focus-visible,
#info button:focus-visible {
  outline: 3px solid #f6d84a !important;
  outline-offset: 3px !important;
}
#info .koumebashi-news-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#info .koumebashi-news-heading form {
  margin: 0 0 20px;
}
#info .koumebashi-logout {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 46px;
  padding: 8px 42px 8px 20px;
  border: 2px solid #1B2E62;
  background: #fff;
  color: #1B2E62;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
#info .koumebashi-logout::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #info .koumebashi-logout:hover {
    background: #1B2E62;
    color: #fff;
    transform: translateY(-2px);
  }
}
#info .koumebashi-logout:active {
  transform: translateY(0);
}
#info .info dt .ttl {
  width: 100%;
  color: inherit;
  text-align: left;
}
#info .info dt > button {
  display: block;
  width: 100%;
  color: inherit;
  text-align: left;
}
#info .info dt:after {
  pointer-events: none;
}
#info .more .js-koumebashi-news-more {
  color: #1B2E62;
  font-size: 1.6rem;
}
#info .more .js-koumebashi-news-more:disabled {
  cursor: wait;
  opacity: 0.55;
}
#info .koumebashi-news-status {
  min-height: 1.8em;
  margin-top: 12px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #login .koumebashi-login-current a {
    width: 100%;
    max-width: 360px;
    padding-right: 48px;
    padding-left: 22px;
  }
  #info .koumebashi-news-heading {
    align-items: flex-start;
  }
  #info .koumebashi-logout {
    white-space: nowrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  #login .koumebashi-login-current a,
  #info .koumebashi-logout {
    transition: none;
  }
  #login .koumebashi-login-current a:hover,
  #info .koumebashi-logout:hover {
    transform: none;
  }
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox], input[type=radio] {
  display: none;
}

input[type=submit], input[type=button], label, button, select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* set */
html, body {
  width: 100%;
}

html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  line-height: 1.778;
  font-size: 1.5rem;
  color: #1B2E62;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none;
  color: inherit;
}
a img {
  transition: 0.3s;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  vertical-align: middle;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  p {
    margin-bottom: 20px;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
------------------------------------------------------------------------------------------------------------------------
parts
------------------------------------------------------------------------------------------------------------------------
*/
.in768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .in768 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  br.in768 {
    display: inline-block;
  }
  .out769 {
    display: none;
  }
}
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  /*@include common.breakPoint("sp") {
      padding-left:20px;
      padding-right:20px;
  }*/
}

.fs40 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .fs40 {
    font-size: 2.4rem;
  }
}

.fs32 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.438;
}
@media screen and (max-width: 768px) {
  .fs32 {
    font-size: 2.8rem;
  }
}

.b-ttl {
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 5px 15px;
  background: #1B2E62;
  line-height: 1.458;
}

.p-ttl {
  color: #fff;
  background: #1B2E62;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}
@media screen and (max-width: 1240px) {
  .p-ttl {
    margin-top: 58.5px;
  }
}
@media screen and (max-width: 768px) {
  .p-ttl {
    font-size: 2.8rem;
    line-height: 1.458;
    height: 140px;
  }
}

.event_list {
  display: flex;
  flex-wrap: wrap;
}
.event_list .box {
  display: block;
  background: #fff;
  padding: 26px 30px;
  border-radius: 20px;
  width: 31.66%;
  margin: 0 2.51% 30px 0;
}
.event_list .box .img {
  aspect-ratio: 315/446;
  display: flex;
  align-items: center;
  background: #F4F4F4;
  line-height: 0;
  margin: 0 0 15px;
  overflow: hidden;
}
.event_list .box .img img {
  width: 100%;
}
.event_list .box .txt .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
}
.event_list .box .txt ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.event_list .box .txt ul li {
  font-size: 1.6rem;
  font-weight: 700;
}
.event_list .box .txt ul li:last-child {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-weight: 600;
  padding-right: 13px;
  position: relative;
}
.event_list .box .txt ul li:last-child:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1B2E62;
  border-right: 2px solid #1B2E62;
  transform: rotate(45deg);
}
.event_list .box:nth-child(3n) {
  margin: 0 0 30px;
}
@media (hover: hover) and (pointer: fine) {
  .event_list .box:hover {
    color: #5CCBD3;
  }
  .event_list .box:hover .img img {
    transform: scale(1.1);
  }
  .event_list .box:hover .txt .more:after {
    border-color: #5CCBD3;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .event_list .box:hover {
    color: #5CCBD3;
  }
  .event_list .box:hover .img img {
    transform: scale(1.1);
  }
  .event_list .box:hover .txt .more:after {
    border-color: #5CCBD3;
  }
}
.event_list.slick-slider {
  display: block;
}
.event_list.slick-slider .box, .event_list.slick-slider .box:nth-child(3n) {
  margin: 0 30px 0 0;
  max-width: 380px;
}
.event_list.slick-slider .slick-dots {
  position: static;
  line-height: 0;
  text-align: left;
  margin-top: 35px;
}
.event_list.slick-slider .slick-dots li {
  width: 19px;
  height: 19px;
  margin: 0 20px 0 0;
}
.event_list.slick-slider .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 19px;
  height: 19px;
  background: #1B2E62;
  border-radius: 50%;
  display: block;
}
.event_list.slick-slider .slick-dots li button:before {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .event_list.slick-slider .slick-dots li button:hover {
    background: #5CCBD3;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .event_list.slick-slider .slick-dots li button:hover {
    background: #5CCBD3;
  }
}
.event_list.slick-slider .slick-dots li.slick-active button {
  background: #5CCBD3;
}
.event_list.slick-slider .slick-dots li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .event_list {
    display: block;
  }
  .event_list .box {
    width: 100%;
    margin: 0 0 30px;
  }
  .event_list .box .txt .ttl {
    font-size: 1.8rem;
  }
}

.dlink a {
  display: inline-block;
  position: relative;
  padding: 0 46px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-size: 1.8rem;
  font-weight: 600;
}
.dlink a:after {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: -3px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .dlink a:hover {
    color: #5CCBD3;
  }
  .dlink a:hover:after {
    right: -5px;
    width: 38px;
    height: 38px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dlink a:hover {
    color: #5CCBD3;
  }
  .dlink a:hover:after {
    right: -5px;
    width: 38px;
    height: 38px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

.a-link a {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
.a-link a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .a-link a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .a-link a:hover {
    text-decoration: underline;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
#koumebashi-header
------------------------------------------------------------------------------------------------------------------------
*/
#koumebashi-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  padding: 20px 50px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#koumebashi-header .logo a {
  line-height: 0;
  display: flex;
  align-items: center;
}
#koumebashi-header .logo a img {
  margin-right: 20px;
}
#koumebashi-header .logo a .txt {
  font-size: 2.4rem;
  line-height: 1.458;
  font-weight: 700;
}
#koumebashi-header .right {
  display: flex;
}
#koumebashi-header .right .rsv {
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 25px;
}
#koumebashi-header .right .rsv a {
  display: block;
  padding: 0 0 0 38px;
  position: relative;
}
#koumebashi-header .right .rsv a:before {
  content: "";
  width: 29px;
  height: 23px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (hover: hover) and (pointer: fine) {
  #koumebashi-header .right .rsv a:hover {
    color: #5CCBD3;
  }
  #koumebashi-header .right .rsv a:hover:before {
    width: 29px;
    height: 23px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #koumebashi-header .right .rsv a:hover {
    color: #5CCBD3;
  }
  #koumebashi-header .right .rsv a:hover:before {
    width: 29px;
    height: 23px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#koumebashi-header .right .event {
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 50px;
}
#koumebashi-header .right .event a {
  display: block;
  padding: 0 0 0 38px;
  position: relative;
}
#koumebashi-header .right .event a:before {
  content: "";
  width: 29px;
  height: 33px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  #koumebashi-header .right .event a:hover {
    color: #5CCBD3;
  }
  #koumebashi-header .right .event a:hover:before {
    width: 29px;
    height: 33px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #koumebashi-header .right .event a:hover {
    color: #5CCBD3;
  }
  #koumebashi-header .right .event a:hover:before {
    width: 29px;
    height: 33px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#koumebashi-header .right .menu {
  width: 56px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
}
#koumebashi-header .right .menu span {
  display: block;
  background: #1B2E62;
  height: 4px;
  position: absolute;
  right: 0;
  border-radius: 2px;
}
#koumebashi-header .right .menu span:first-child {
  width: 100%;
  top: 0;
}
#koumebashi-header .right .menu span:nth-child(2) {
  width: 38px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#koumebashi-header .right .menu span:last-child {
  width: 19px;
  bottom: 0;
}
#koumebashi-header .right .menu.active span {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
#koumebashi-header .right .menu.active span:first-child {
  transform: rotate(25deg);
}
#koumebashi-header .right .menu.active span:last-child {
  transform: rotate(-25deg);
}
#koumebashi-header .right .menu.active span:nth-child(2) {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  #koumebashi-header .right .menu:hover span {
    background: #5CCBD3;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #koumebashi-header .right .menu:hover span {
    background: #5CCBD3;
  }
}
@media screen and (max-width: 1240px) {
  #koumebashi-header {
    padding: 13px 15px;
  }
  #koumebashi-header .logo a .txt {
    font-size: 2rem;
  }
  #koumebashi-header .right .rsv {
    margin-right: 10px;
  }
  #koumebashi-header .right .event {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1050px) {
  #koumebashi-header .logo a .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 980px) {
  #koumebashi-header .logo a .txt {
    display: none;
  }
  #koumebashi-header .right .rsv, #koumebashi-header .right .event {
    display: none;
  }
}

.fix {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/common/bg.webp) repeat;
  background-position: center;
  background-size: 1400px;
  z-index: 200;
  display: none;
}
.fix .flex {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix .flex .wrap {
  width: 100%;
  text-align: center;
}
.fix .flex .wrap .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.438;
  margin-bottom: 50px;
}
.fix .flex .wrap .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 822px;
  margin: 0 auto 75px;
}
.fix .flex .wrap .btn li {
  width: 46.95%;
  margin: 0 6.1% 0 0;
}
.fix .flex .wrap .btn li a {
  display: block;
  width: 100%;
  background: #1B2E62;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  padding: 22px 20px;
  border-radius: 15px;
  position: relative;
}
.fix .flex .wrap .btn li a span {
  position: relative;
  z-index: 2;
}
.fix .flex .wrap .btn li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #5CCBD3;
  width: 0;
  height: 100%;
  border-radius: 15px;
  transition: 0.3s;
}
.fix .flex .wrap .btn li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto 0;
}
@media (hover: hover) and (pointer: fine) {
  .fix .flex .wrap .btn li a:hover {
    color: #1B2E62;
  }
  .fix .flex .wrap .btn li a:hover:before {
    width: 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix .flex .wrap .btn li a:hover {
    color: #1B2E62;
  }
  .fix .flex .wrap .btn li a:hover:before {
    width: 100%;
  }
}
.fix .flex .wrap .btn li:first-child a:after {
  width: 29px;
  height: 23px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .fix .flex .wrap .btn li:first-child a:hover:after {
    width: 29px;
    height: 23px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix .flex .wrap .btn li:first-child a:hover:after {
    width: 29px;
    height: 23px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.fix .flex .wrap .btn li:last-child a:after {
  width: 29px;
  height: 33px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .fix .flex .wrap .btn li:last-child a:hover:after {
    width: 29px;
    height: 33px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fix .flex .wrap .btn li:last-child a:hover:after {
    width: 29px;
    height: 33px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.fix .flex .wrap .btn li:last-child {
  margin: 0;
}
.fix .flex .wrap .link li {
  margin-bottom: 45px;
}
.fix .flex .wrap .link li a {
  font-weight: 700;
  font-size: 3.2rem;
}
.fix .flex .wrap .link li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .fix {
    top: 58.5px;
  }
}
@media screen and (max-width: 768px) {
  .fix .flex .wrap .ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .fix .flex .wrap .btn {
    display: block;
    margin: 0 0 60px;
  }
  .fix .flex .wrap .btn li {
    width: 100%;
    margin: 0 0 20px;
  }
  .fix .flex .wrap .btn li:last-child {
    margin: 0;
  }
  .fix .flex .wrap .link li {
    margin-bottom: 20px;
  }
  .fix .flex .wrap .link li a {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
#koumebashi-footer
------------------------------------------------------------------------------------------------------------------------
*/
#koumebashi-footer {
  background: #1B2E62;
  color: #fff;
  padding: 70px 0 105px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
}
#koumebashi-footer .wrap {
  display: flex;
  justify-content: space-between;
}
#koumebashi-footer .wrap .left .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 35px;
}
#koumebashi-footer .wrap .left .logo a {
  display: block;
  line-height: 0;
}
#koumebashi-footer .wrap .right {
  font-size: 1.4rem;
}
#koumebashi-footer .wrap .right .middle {
  max-width: 236px;
  margin: 0 auto;
}
#koumebashi-footer .wrap .right small {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #koumebashi-footer {
    padding: 35px 0;
  }
  #koumebashi-footer .wrap {
    display: block;
    text-align: center;
  }
  #koumebashi-footer .wrap .left {
    margin-bottom: 20px;
  }
  #koumebashi-footer .wrap .left .ttl {
    margin: 0;
  }
  #koumebashi-footer .wrap .left .logo img {
    width: 185.91px;
  }
  #koumebashi-footer .wrap .right .middle {
    margin-bottom: 25px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/
#top .main {
  position: relative;
}
#top .main .img {
  line-height: 0;
  padding-top: 75px;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.3s;
}
#top .main .img img {
  width: 100%;
}
#top .main .ontxt {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  transition: 0.5s;
  transition-delay: 1s;
}
#top .main .ontxt .logo {
  line-height: 0;
}
#top .main .ontxt .logo img {
  width: 35.44vw;
}
@media screen and (min-width: 1601px) {
  #top .main .logo img {
    width: 567px;
  }
}
@media screen and (max-width: 1240px) {
  #top .main .img {
    padding-top: 58.5px;
  }
  #top .main .logo {
    top: 58.5px;
  }
}
@media screen and (max-width: 768px) {
  #top .main .ontxt {
    flex-wrap: wrap;
    align-content: center;
  }
  #top .main .ontxt .logo, #top .main .ontxt .in768 {
    width: 100%;
    text-align: center;
  }
  #top .main .ontxt .logo {
    margin-bottom: 15px;
  }
  #top .main .ontxt .logo img {
    width: 73.87vw;
  }
  #top .main .ontxt .in768 {
    padding: 0 20px;
  }
  #top .main .ontxt .in768 .ttl {
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
  }
  #top .main .ontxt .in768 ul li {
    margin-bottom: 20px;
  }
  #top .main .ontxt .in768 ul li a {
    display: block;
    width: 100%;
    background: #1B2E62;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    padding: 22px 20px;
    border-radius: 15px;
    position: relative;
  }
  #top .main .ontxt .in768 ul li a span {
    position: relative;
    z-index: 2;
  }
  #top .main .ontxt .in768 ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #5CCBD3;
    width: 0;
    height: 100%;
    border-radius: 15px;
    transition: 0.3s;
  }
  #top .main .ontxt .in768 ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto 0;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  #top .main .ontxt .in768 ul li a:hover {
    color: #1B2E62;
  }
  #top .main .ontxt .in768 ul li a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
  #top .main .ontxt .in768 ul li a:hover {
    color: #1B2E62;
  }
  #top .main .ontxt .in768 ul li a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top .main .ontxt .in768 ul li:first-child a:after {
    width: 29px;
    height: 23px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) and (hover: hover) and (pointer: fine) {
  #top .main .ontxt .in768 ul li:first-child a:hover:after {
    width: 29px;
    height: 23px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none), screen and (max-width: 768px) and (-ms-high-contrast: active) {
  #top .main .ontxt .in768 ul li:first-child a:hover:after {
    width: 29px;
    height: 23px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2223%22%20viewBox%3D%220%200%2029%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_103%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20103%22%20width%3D%2229%22%20height%3D%2223%22%20transform%3D%22translate(0.433%20-0.12)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_224%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20224%22%20transform%3D%22translate(-0.433%200.12)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_223%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20223%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M2.971%2C23.769a2.867%2C2.867%2C0%2C0%2C1-2.1-.872A2.867%2C2.867%2C0%2C0%2C1%2C0%2C20.8V2.971A2.867%2C2.867%2C0%2C0%2C1%2C.872.872%2C2.867%2C2.867%2C0%2C0%2C1%2C2.971%2C0H26.74a2.867%2C2.867%2C0%2C0%2C1%2C2.1.872%2C2.867%2C2.867%2C0%2C0%2C1%2C.872%2C2.1V20.8a2.977%2C2.977%2C0%2C0%2C1-2.971%2C2.971Zm0-13.37H8.913V2.971H2.971Zm8.913%2C0h5.942V2.971H11.885Zm8.913%2C0H26.74V2.971H20.8ZM8.913%2C13.37H2.971V20.8H8.913ZM11.885%2C20.8h5.942V13.37H11.885Zm8.913%2C0H26.74V13.37H20.8Z%22%20transform%3D%22translate(0.082%20-0.613)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#top .about {
  background: url(../img/common/bg.webp) repeat;
  background-position: center;
  background-size: 1400px;
  padding: 170px 0 210px;
  overflow: hidden;
}
#top .about .wrap {
  display: flex;
  position: relative;
}
#top .about .wrap figure, #top .about .wrap .txt {
  position: relative;
  z-index: 2;
}
#top .about .wrap figure {
  width: 55.16%;
  line-height: 0;
}
#top .about .wrap figure img {
  width: 100%;
}
#top .about .wrap .txt {
  width: 41.66%;
  margin: 0 3.18% 0 0;
  padding: 30px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}
#top .about .wrap .txt .fs40 {
  margin-bottom: 40px;
}
#top .about .wrap:after, #top .about .wrap:before {
  content: "";
  position: absolute;
  display: block;
}
#top .about .wrap:before {
  background: url(../img/top/about_img01.webp) no-repeat;
  background-size: 689px;
  background-position: center;
  width: 689px;
  height: 299.5px;
  top: -102px;
  left: -253px;
}
#top .about .wrap:after {
  background: url(../img/top/about_img02.webp) no-repeat;
  background-size: 689px;
  background-position: center;
  width: 689px;
  height: 299.5px;
  bottom: -153px;
  right: -252px;
}
@media screen and (max-width: 768px) {
  #top .about {
    padding: 65px 0 95px;
  }
  #top .about .wrap {
    display: block;
  }
  #top .about .wrap .txt, #top .about .wrap figure {
    width: 100%;
  }
  #top .about .wrap .txt {
    margin: 0 0 50px;
  }
  #top .about .wrap .txt .fs40 {
    text-align: center;
    margin-bottom: 20px;
  }
  #top .about .wrap .txt p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.778;
    font-size: 1.5rem;
    font-weight: 500;
  }
  #top .about .wrap:before {
    background-size: 91.73vw !important;
    width: 91.73vw;
    height: 39.85vw;
    top: -10.67vw;
    left: -25.6vw;
  }
  #top .about .wrap:after {
    background-size: 91.73vw !important;
    width: 91.73vw;
    height: 39.85vw;
    bottom: -19.2vw;
    right: -20vw;
  }
}
#top .bnd {
  line-height: 0;
}
#top .bnd img {
  width: 100%;
}
#top .event_search {
  background: url(../img/common/bg.webp) repeat;
  background-position: center;
  background-size: 1400px;
  padding: 100px 0;
  overflow: hidden;
}
#top .event_search .wrap {
  max-width: none;
  width: calc(-50vw + 608px + 100%);
  margin-right: 0;
  padding-right: 0;
}
#top .event_search .fs40 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 87px;
  position: relative;
}
#top .event_search .fs40:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 29px;
  height: 33px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 58px;
  height: 66px;
  margin: 0 auto;
}
#top .event_search .dlink {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #top .event_search {
    padding: 50px 0 75px;
  }
  #top .event_search .wrap {
    width: 100%;
    padding-right: 30px;
    margin-right: auto;
  }
  #top .event_search .fs40 {
    padding-top: 42px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  #top .event_search .fs40:before {
    width: 29px;
    height: 32px;
  }
  #top .event_search .event_list {
    margin-bottom: 40px;
  }
}
#top .event_local {
  background: #C4E1E3;
  padding: 105px 0 100px;
}
#top .event_local .fs40 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 87px;
  position: relative;
}
#top .event_local .fs40:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 29px;
  height: 33px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2233%22%20viewBox%3D%220%200%2029%2033%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_102%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20102%22%20width%3D%2229%22%20height%3D%2233%22%20transform%3D%22translate(0.383%20-0.1)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_222%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20222%22%20transform%3D%22translate(-0.383%200.1)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_220%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20220%22%20transform%3D%22translate(0%200)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M13.123%2C26.988l-5.86-5.86%2C2.393-2.393L13.123%2C22.2l6.933-6.933%2C2.393%2C2.393ZM3.3%2C33.013a3.185%2C3.185%2C0%2C0%2C1-2.332-.969A3.185%2C3.185%2C0%2C0%2C1%2C0%2C29.712V6.6A3.185%2C3.185%2C0%2C0%2C1%2C.969%2C4.27%2C3.185%2C3.185%2C0%2C0%2C1%2C3.3%2C3.3H4.952V0h3.3V3.3H21.458V0h3.3V3.3H26.41a3.185%2C3.185%2C0%2C0%2C1%2C2.332.969A3.185%2C3.185%2C0%2C0%2C1%2C29.712%2C6.6V29.712a3.308%2C3.308%2C0%2C0%2C1-3.3%2C3.3Zm0-3.3H26.41V13.205H3.3ZM3.3%2C9.9H26.41V6.6H3.3Zm0%2C0v0Z%22%20transform%3D%22translate(0.082%20-0.129)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 58px;
  height: 66px;
  margin: 0 auto;
}
#top .event_local .dlink {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #top .event_local {
    padding: 100px 0 70px;
  }
  #top .event_local .fs40 {
    padding-top: 42px;
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  #top .event_local .fs40:before {
    width: 29px;
    height: 32px;
  }
}
#top .access {
  margin-bottom: 200px;
}
#top .access .fs40 {
  background: #1B2E62;
  color: #fff;
  text-align: center;
  padding: 71px 20px;
  margin-bottom: 100px;
}
#top .access .address {
  display: flex;
  font-weight: 700;
  margin-bottom: 70px;
}
#top .access .address li:first-child {
  width: 373px;
  font-size: 1.8rem;
}
#top .access .address li:first-child span {
  font-size: 2rem;
}
#top .access .address li:last-child {
  width: calc(100% - 373px);
  font-size: 1.8rem;
  line-height: 1.333;
}
#top .access .address li:last-child .b-ttl {
  margin-bottom: 20px;
}
#top .access .img {
  line-height: 0;
  margin-bottom: 95px;
  text-align: center;
}
#top .access .iframe {
  aspect-ratio: 1200/500;
}
#top .access .iframe iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .access {
    margin-bottom: 75px;
  }
  #top .access .fs40 {
    font-size: 2.8rem;
    padding: 0 20px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 50px;
  }
  #top .access .address {
    display: block;
    margin-bottom: 40px;
  }
  #top .access .address li {
    width: 100% !important;
  }
  #top .access .address li:first-child {
    margin-bottom: 30px;
  }
  #top .access .img {
    margin-bottom: 60px;
  }
  #top .access .iframe {
    aspect-ratio: 1/1;
  }
}
#top .login {
  background: #1B2E62;
  color: #fff;
  padding: 130px 0;
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
}
#top .login .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .login .wrap .ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  padding: 0 30px 0 0;
}
#top .login .wrap .ttl .fs40 {
  padding: 0 0 0 100px;
  margin-bottom: 40px;
  position: relative;
}
#top .login .wrap .ttl .fs40:after {
  content: "";
  width: 74.18px;
  height: 90.45px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_29%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2029%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274.18%22%20height%3D%2290.45%22%20viewBox%3D%220%200%2074.18%2090.45%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_32%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2032%22%20width%3D%2274.18%22%20height%3D%2290.45%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_28%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2028%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M72.627%2C40.656l-4.614-1.547a2.29%2C2.29%2C0%2C0%2C0%2C.1-.682V15.192A6.446%2C6.446%2C0%2C0%2C0%2C61.67%2C8.746H51.189V3.384A3.384%2C3.384%2C0%2C0%2C0%2C47.8%2C0H26.375a3.384%2C3.384%2C0%2C0%2C0-3.384%2C3.384V8.746H12.51a6.445%2C6.445%2C0%2C0%2C0-6.446%2C6.446V38.427a2.286%2C2.286%2C0%2C0%2C0%2C.1.682L1.554%2C40.656a2.278%2C2.278%2C0%2C0%2C0-1.4%2C2.978L10.02%2C70.77a13.747%2C13.747%2C0%2C0%2C0-4.033%2C1.792A3.031%2C3.031%2C0%2C1%2C0%2C9.3%2C77.637a7.734%2C7.734%2C0%2C0%2C1%2C8.462%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.733%2C7.733%2C0%2C0%2C1%2C8.462%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.734%2C7.734%2C0%2C0%2C1%2C8.462%2C0%2C3.031%2C3.031%2C0%2C1%2C0%2C3.316-5.076%2C13.747%2C13.747%2C0%2C0%2C0-4.033-1.792l9.867-27.135a2.277%2C2.277%2C0%2C0%2C0-1.4-2.978M60.776%2C13.91a2.1%2C2.1%2C0%2C0%2C1%2C2.1%2C2.1V37.385h0L39.785%2C29.642V16.008a2.1%2C2.1%2C0%2C0%2C1%2C2.1-2.1Zm-49.445%2C2.1a2.1%2C2.1%2C0%2C0%2C1%2C2.1-2.1h18.8a2.1%2C2.1%2C0%2C0%2C1%2C2.1%2C2.1V29.665h0l-23%2C7.712Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M109.432%2C806.031a13.8%2C13.8%2C0%2C0%2C0-15.094%2C0%2C7.736%2C7.736%2C0%2C0%2C1-8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0-15.094%2C0%2C7.736%2C7.736%2C0%2C0%2C1-8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0-15.094%2C0%2C3.031%2C3.031%2C0%2C1%2C0%2C3.316%2C5.075%2C7.735%2C7.735%2C0%2C0%2C1%2C8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.735%2C7.735%2C0%2C0%2C1%2C8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.736%2C7.736%2C0%2C0%2C1%2C8.461%2C0%2C3.031%2C3.031%2C0%2C1%2C0%2C3.316-5.075%22%20transform%3D%22translate(-41.239%20-722.903)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: 0;
}
#top .login .wrap .link {
  width: 40.75%;
}
#top .login .wrap .link a {
  display: block;
  position: relative;
  background: #fff;
  color: #1B2E62;
  font-size: 2rem;
  font-weight: 500;
  padding: 25px 68px 25px 20px;
}
#top .login .wrap .link a span {
  position: relative;
  z-index: 2;
}
#top .login .wrap .link a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #5CCBD3;
  transition: 0.3s;
}
#top .login .wrap .link a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 28.93px;
  height: 31.63px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_314%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20314%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228.929%22%20height%3D%2231.625%22%20viewBox%3D%220%200%2028.929%2031.625%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_67%22%20data-name%3D%22%E3%83%91%E3%82%B9%2067%22%20d%3D%22M9.116%2C0V6.628h2.75V2.75H26.18V28.875H11.866V25H9.116v6.627H28.929V0Z%22%20fill%3D%22%231B2E62%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_143%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20143%22%20width%3D%2218.37%22%20height%3D%222.749%22%20transform%3D%22translate(0%2014.438)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_68%22%20data-name%3D%22%E3%83%91%E3%82%B9%2068%22%20d%3D%22M12.784%2C8.281l7.53%2C7.531-7.53%2C7.532L10.839%2C21.4l5.586-5.587-5.586-5.586Z%22%20fill%3D%22%231B2E62%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto 0;
}
@media (hover: hover) and (pointer: fine) {
  #top .login .wrap .link a:hover:before {
    width: 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #top .login .wrap .link a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #top .login {
    padding: 100px 0 85px;
    margin-bottom: 40px;
  }
  #top .login .wrap {
    display: block;
  }
  #top .login .wrap .ttl {
    margin: 0 0 60px;
    padding: 0;
  }
  #top .login .wrap .ttl .fs40 {
    padding: 0 0 0 74px;
    max-width: 247px;
    margin: 0 auto 35px;
  }
  #top .login .wrap .ttl .fs40:after {
    width: 59.91px;
    height: 73.06px;
    top: -2px;
  }
  #top .login .wrap .ttl .fs40 + p {
    text-align: center;
  }
  #top .login .wrap .link {
    width: 100%;
  }
}
#top .relation {
  margin-bottom: 90px;
}
#top .relation.wrap {
  max-width: 1400px;
}
#top .relation.wrap .fs32 {
  text-align: center;
  margin-bottom: 70px;
}
#top .relation.wrap ul {
  display: flex;
  justify-content: space-between;
}
#top .relation.wrap ul li {
  margin: 0 20px 0 0;
}
#top .relation.wrap ul li:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #top .relation {
    margin-bottom: 100px;
  }
  #top .relation.wrap .fs32 {
    margin-bottom: 40px;
  }
  #top .relation.wrap ul {
    display: block;
  }
  #top .relation.wrap ul li {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
}
#top.load .main .img {
  opacity: 1;
}
#top.load .main .ontxt {
  opacity: 1;
}

/*
------------------------------------------------------------------------------------------------------------------------
list
------------------------------------------------------------------------------------------------------------------------
*/
#list .p-ttl {
  margin-bottom: 100px;
}
#list .hm-dl {
  margin-bottom: 200px;
}
#list .hm-dl .ttl {
  display: block;
  width: 100%;
  color: inherit;
  text-align: left;
  background: #C4E1E3;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.458;
  border-top: 2px solid #1B2E62;
  padding: 22px 65px 22px 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
#list .hm-dl .ttl:after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 26px;
  width: 14px;
  height: 14px;
  border-top: 3px solid #1B2E62;
  border-right: 3px solid #1B2E62;
  transform: rotate(45deg);
}
#list .hm-dl .ttl.active:after {
  transform: rotate(135deg);
}
#list .hm-dl .txt {
  padding: 2px 20px 38px;
  font-size: 1.8rem;
  font-weight: 500;
  display: none;
}
#list .hm-dl .txt dl {
  display: flex;
  flex-wrap: wrap;
}
#list .hm-dl .txt dl dt {
  width: 94px;
}
#list .hm-dl .txt dl dd {
  width: calc(100% - 94px);
}
#list .hm-dl .txt .img {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
#list .hm-dl .txt .img li {
  line-height: 0;
  margin: 0 20px 10px 0;
}
#list .hm-dl .txt .img li:last-child {
  margin: 0 0 10px;
}
#list .business-entry:last-child .txt {
  border-bottom: 2px solid #1B2E62;
}
#list .hm-dl .txt .img img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #list .p-ttl {
    margin-bottom: 64px;
  }
  #list .hm-dl {
    margin-bottom: 100px;
  }
  #list .hm-dl .ttl {
    font-size: 2rem;
  }
  #list .hm-dl .txt dl dt, #list .hm-dl .txt dl dd {
    width: 100%;
  }
  #list .hm-dl .txt dl dd {
    margin-bottom: 20px;
  }
  #list .hm-dl .txt dl dd:last-child {
    margin-bottom: 0;
  }
  #list .hm-dl .txt .img {
    display: block;
  }
  #list .hm-dl .txt .img li {
    margin: 0 0 10px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
event - detail
------------------------------------------------------------------------------------------------------------------------
*/
#event_detail {
  margin-bottom: 200px;
}
#event_detail .e-ttl {
  background: url(../img/common/bg.webp) repeat;
  background-position: center;
  background-size: 1400px;
  margin-top: 75px;
  padding: 85px 0 95px;
  margin-bottom: 65px;
}
#event_detail .e-ttl h1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.45;
}
#event_detail .e-ttl p {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.458;
}
@media screen and (max-width: 1240px) {
  #event_detail .e-ttl {
    margin-top: 58.5px;
  }
}
#event_detail .contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-weight: 500;
  border-bottom: 1px solid #1B2E62;
  padding-bottom: 50px;
  margin-bottom: 100px;
}
#event_detail .contents h2 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.4rem;
}
#event_detail .contents h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#event_detail .contents hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #1B2E62;
  margin: 50px 0;
}
#event_detail .koumebashi-calendar-section {
  margin: 0 0 100px;
  width: 47%;
}
#event_detail .koumebashi-calendar-section .iconTtl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  color: #142E66;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
#event_detail .koumebashi-calendar-section .iconTtl span {
  display: inline-flex;
  margin-right: 10px;
}
#event_detail .koumebashi-calendar-section .iconTtl span img {
  max-width: 34px;
  width: auto;
  height: 22px;
  filter: invert(18%) sepia(74%) saturate(3532%) hue-rotate(3deg) brightness(97%) contrast(104%);
}
#event_detail .koumebashi-calendar-section .calBox {
  padding-top: 87%;
  height: 0;
  overflow: hidden;
  position: relative;
}
#event_detail .koumebashi-calendar-section .calBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
@media screen and (max-width: 900px) {
  #event_detail .koumebashi-calendar-section {
    width: 100%;
  }
  #event_detail .koumebashi-calendar-section .calBox {
    padding-top: 50%;
  }
}
@media screen and (max-width: 480px) {
  #event_detail .koumebashi-calendar-section .iconTtl {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #event_detail .koumebashi-calendar-section .iconTtl span {
    margin-right: 5px;
  }
  #event_detail .koumebashi-calendar-section .iconTtl span img {
    max-width: 18px;
    height: 18px;
  }
  #event_detail .koumebashi-calendar-section .calBox {
    padding-top: 150%;
  }
}
#event_detail .btn {
  text-align: center;
}
#event_detail .btn a {
  display: inline-block;
  background: #1B2E62;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 15px;
  font-weight: 700;
  width: 386px;
  height: 98px;
  line-height: 98px;
  overflow: hidden;
  position: relative;
}
#event_detail .btn a span {
  position: relative;
  z-index: 2;
}
#event_detail .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #5CCBD3;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #event_detail .btn a:hover {
    color: #1B2E62;
  }
  #event_detail .btn a:hover:after {
    width: 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #event_detail .btn a:hover {
    color: #1B2E62;
  }
  #event_detail .btn a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #event_detail {
    margin-bottom: 80px;
  }
  #event_detail .e-ttl {
    padding: 50px 0;
    margin-bottom: 30px;
  }
  #event_detail .e-ttl h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #event_detail .e-ttl p {
    font-size: 1.8rem;
  }
  #event_detail .contents {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  #event_detail .contents h2 {
    font-size: 1.8rem;
  }
  #event_detail .btn a {
    font-size: 2rem;
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
faq
------------------------------------------------------------------------------------------------------------------------
*/
#faq {
  margin-bottom: 200px;
}
#faq .search {
  background: #C4E1E3;
  padding: 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  margin-bottom: 125px;
}
#faq .search .wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .search .wrap label {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 15px;
}
#faq .search .wrap input[type=search] {
  background: #fff;
  max-width: 334px;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 5px;
  padding: 11px 10px;
  margin-right: 12px;
}
#faq .search .wrap button {
  background: #1B2E62;
  position: relative;
  width: 100px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  padding-right: 10px;
}
#faq .search .wrap button span {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
}
#faq .search .wrap button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #5CCBD3;
  transition: 0.3s;
}
#faq .search .wrap button:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.707%22%20height%3D%2216.707%22%20viewBox%3D%220%200%2016.707%2016.707%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_214%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20214%22%20transform%3D%22translate(-1376%20-415)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20transform%3D%22translate(1376%20415)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%3E%20%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%225.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cline%20id%3D%22%E7%B7%9A_2248%22%20data-name%3D%22%E7%B7%9A%202248%22%20x2%3D%226%22%20y2%3D%226%22%20transform%3D%22translate(1386%20425)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}
@media (hover: hover) and (pointer: fine) {
  #faq .search .wrap button:hover {
    color: #1B2E62;
  }
  #faq .search .wrap button:hover:after {
    width: 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #faq .search .wrap button:hover {
    color: #1B2E62;
  }
  #faq .search .wrap button:hover:after {
    width: 100%;
  }
}
#faq .b-ttl {
  margin-bottom: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-size: 1.8rem;
  font-weight: 700;
}
#faq .category {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
#faq .category li {
  margin: 0 40px 10px 0;
}
#faq .category li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-size: 1.8rem;
  font-weight: 700;
}
#faq .category li a.active {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
#faq .category li:last-child {
  margin: 0 0 10px;
}
#faq .faq {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  border-bottom: 1px solid #1B2E62;
  color: #000000;
}
#faq .faq dt {
  border-top: 1px solid #1B2E62;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.556;
  position: relative;
  cursor: pointer;
}
#faq .faq dt .faq-question {
  display: block;
  width: 100%;
  color: inherit;
  text-align: left;
}
#faq .faq dt span {
  display: block;
  padding: 25px 52px 25px 0;
}
#faq .faq dt span:before, #faq .faq dt span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  background: #1B2E62;
  z-index: 2;
}
#faq .faq dt span:before {
  width: 12px;
  height: 1px;
  right: 13px;
}
#faq .faq dt span:after {
  width: 1px;
  height: 12px;
  right: 18px;
}
#faq .faq dt .faq-question:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 37px;
  height: 37px;
  background: #C4E1E3;
  border: 1px solid #1B2E62;
}
@media (hover: hover) and (pointer: fine) {
  #faq .faq dt:hover span:before, #faq .faq dt:hover span:after {
    background: #fff;
  }
  #faq .faq dt:hover .faq-question:after {
    content: "";
    background: #1B2E62;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #faq .faq dt:hover span:before, #faq .faq dt:hover span:after {
    background: #fff;
  }
  #faq .faq dt:hover .faq-question:after {
    content: "";
    background: #1B2E62;
  }
}
#faq .faq dt.active span:after {
  display: none;
}
#faq .faq dd {
  padding-bottom: 40px;
  font-weight: 500;
  line-height: 1.867;
  display: none;
}
@media screen and (max-width: 768px) {
  #faq {
    margin-bottom: 100px;
  }
  #faq .category {
    margin-bottom: 30px;
  }
  #faq .search {
    margin-bottom: 50px;
  }
  #faq .search .wrap {
    flex-wrap: wrap;
  }
  #faq .search .wrap label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
  #faq .search .wrap input[type=search] {
    width: calc(100% - 92px);
    margin: 0 10px 0 0;
    font-size: 1.4rem;
  }
  #faq .search .wrap button {
    width: 82px;
    padding-right: 23px;
  }
  #faq .search .wrap button:before {
    right: 12px;
  }
  #faq .search .wrap button span {
    margin: 0;
  }
}
.koumebashi-empty {
  margin: 40px 0 100px;
  font-size: 1.8rem;
  font-weight: 500;
}
#koumebashi-site a:focus-visible,
#koumebashi-site button:focus-visible,
#koumebashi-site input:focus-visible {
  outline: 3px solid #D60E19 !important;
  outline-offset: 3px;
}

/*
------------------------------------------------------------------------------------------------------------------------
login
------------------------------------------------------------------------------------------------------------------------
*/
#login {
  background: #1B2E62;
  color: #fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-weight: 500;
}
#login .wrap {
  width: 100%;
  text-align: center;
  padding-top: 115px;
  padding-bottom: 100px;
}
#login .wrap .top {
  border-bottom: 1px solid #fff;
  margin-bottom: 35px;
  padding-bottom: 50px;
}
#login .wrap .top h1 {
  position: relative;
  padding-top: 160px;
  font-size: 4rem;
  line-height: 1.45;
  margin-bottom: 35px;
}
#login .wrap .top h1:before {
  content: "";
  width: 74.18px;
  height: 90.45px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_29%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2029%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2274.18%22%20height%3D%2290.45%22%20viewBox%3D%220%200%2074.18%2090.45%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_32%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2032%22%20width%3D%2274.18%22%20height%3D%2290.45%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_28%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2028%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M72.627%2C40.656l-4.614-1.547a2.29%2C2.29%2C0%2C0%2C0%2C.1-.682V15.192A6.446%2C6.446%2C0%2C0%2C0%2C61.67%2C8.746H51.189V3.384A3.384%2C3.384%2C0%2C0%2C0%2C47.8%2C0H26.375a3.384%2C3.384%2C0%2C0%2C0-3.384%2C3.384V8.746H12.51a6.445%2C6.445%2C0%2C0%2C0-6.446%2C6.446V38.427a2.286%2C2.286%2C0%2C0%2C0%2C.1.682L1.554%2C40.656a2.278%2C2.278%2C0%2C0%2C0-1.4%2C2.978L10.02%2C70.77a13.747%2C13.747%2C0%2C0%2C0-4.033%2C1.792A3.031%2C3.031%2C0%2C1%2C0%2C9.3%2C77.637a7.734%2C7.734%2C0%2C0%2C1%2C8.462%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.733%2C7.733%2C0%2C0%2C1%2C8.462%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.734%2C7.734%2C0%2C0%2C1%2C8.462%2C0%2C3.031%2C3.031%2C0%2C1%2C0%2C3.316-5.076%2C13.747%2C13.747%2C0%2C0%2C0-4.033-1.792l9.867-27.135a2.277%2C2.277%2C0%2C0%2C0-1.4-2.978M60.776%2C13.91a2.1%2C2.1%2C0%2C0%2C1%2C2.1%2C2.1V37.385h0L39.785%2C29.642V16.008a2.1%2C2.1%2C0%2C0%2C1%2C2.1-2.1Zm-49.445%2C2.1a2.1%2C2.1%2C0%2C0%2C1%2C2.1-2.1h18.8a2.1%2C2.1%2C0%2C0%2C1%2C2.1%2C2.1V29.665h0l-23%2C7.712Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M109.432%2C806.031a13.8%2C13.8%2C0%2C0%2C0-15.094%2C0%2C7.736%2C7.736%2C0%2C0%2C1-8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0-15.094%2C0%2C7.736%2C7.736%2C0%2C0%2C1-8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0-15.094%2C0%2C3.031%2C3.031%2C0%2C1%2C0%2C3.316%2C5.075%2C7.735%2C7.735%2C0%2C0%2C1%2C8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.735%2C7.735%2C0%2C0%2C1%2C8.461%2C0%2C13.8%2C13.8%2C0%2C0%2C0%2C15.094%2C0%2C7.736%2C7.736%2C0%2C0%2C1%2C8.461%2C0%2C3.031%2C3.031%2C0%2C1%2C0%2C3.316-5.075%22%20transform%3D%22translate(-41.239%20-722.903)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 99.1px;
  height: 120.84px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#login .wrap .top form {
  display: flex;
  max-width: 470px;
  margin: 0 auto 25px;
}
#login .wrap .top form input[type=text] {
  background: #fff;
  width: calc(100% - 70px);
  margin-right: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}
#login .wrap .top form input[type=password] {
  background: #fff;
  width: calc(100% - 70px);
  margin-right: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
}
#login .wrap .top form button {
  width: 60px;
  height: 60px;
  background: #5CCBD3;
  font-size: 0;
  position: relative;
}
#login .wrap .top form button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #login .wrap .top form button:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #login .wrap .top form button:hover {
    opacity: 0.7;
  }
}
#login .wrap .top form + p {
  font-size: 1.8rem;
}
#login .wrap .bottom {
  font-size: 1.6rem;
}
#login .wrap .bottom .tel a {
  font-size: 3.2rem;
  line-height: 1.188;
}
#login .wrap .bottom .tel span {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 1240px) {
  #login {
    padding-top: 58.5px;
  }
}
@media screen and (min-width: 769px) {
  #login .wrap .bottom .tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  #login .wrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #login .wrap .top {
    padding-bottom: 35px;
    margin-bottom: 25px;
  }
  #login .wrap .top h1 {
    padding-top: 102px;
    font-size: 2.4rem;
  }
  #login .wrap .top h1:before {
    width: 67.62px;
    height: 82.45px;
  }
  #login .wrap .top form {
    margin-bottom: 45px;
  }
  #login .wrap .top form input[type=text] {
    width: calc(100% - 60px);
  }
  #login .wrap .top form button {
    width: 50px;
    height: 50px;
  }
  #login .wrap .bottom {
    line-height: 1.5;
  }
  #login .wrap .bottom p {
    margin-bottom: 15px;
  }
  #login .wrap .bottom p:last-child {
    margin-bottom: 0;
  }
  #login .wrap .bottom .tel a {
    font-size: 2.8rem;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
info
------------------------------------------------------------------------------------------------------------------------
*/
#info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-weight: 500;
  margin-bottom: 200px;
}
#info .p-ttl {
  margin-bottom: 100px;
}
#info .fs32 {
  margin-bottom: 20px;
}
#info .info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  border-bottom: 1px solid #1B2E62;
  color: #000000;
  margin-bottom: 24px;
}
#info .info dt {
  border-top: 1px solid #1B2E62;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.556;
  position: relative;
  cursor: pointer;
}
#info .info dt .ttl {
  display: block;
  padding: 25px 52px 25px 0;
}
#info .info dt .ttl span {
  display: block;
  font-size: 1.6rem;
}
#info .info dt .ttl:before, #info .info dt .ttl:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  background: #1B2E62;
  z-index: 2;
}
#info .info dt .ttl:before {
  width: 12px;
  height: 1px;
  right: 13px;
}
#info .info dt .ttl:after {
  width: 1px;
  height: 12px;
  right: 18px;
}
#info .info dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 37px;
  height: 37px;
  background: #C4E1E3;
  border: 1px solid #1B2E62;
}
@media (hover: hover) and (pointer: fine) {
  #info .info dt:hover span:before, #info .info dt:hover span:after {
    background: #fff;
  }
  #info .info dt:hover:after {
    content: "";
    background: #1B2E62;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .info dt:hover span:before, #info .info dt:hover span:after {
    background: #fff;
  }
  #info .info dt:hover:after {
    content: "";
    background: #1B2E62;
  }
}
#info .info dt.active span:after {
  display: none;
}
#info .info dd {
  padding-bottom: 40px;
  font-weight: 500;
  line-height: 1.867;
  font-size: 1.6rem;
  display: none;
}
#info .info dd p {
  margin-bottom: 5px;
}
#info .info dd p:last-child {
  margin-bottom: 0;
}
#info .more {
  text-align: right;
}
#info .more span {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 50px 0 0;
}
#info .more span.on {
  display: none;
}
#info .more span.on:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 38px;
  height: 38px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #info .more span.on:hover {
    color: #5CCBD3;
  }
  #info .more span.on:hover:after {
    top: -10px;
    width: 38px;
    height: 38px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .more span.on:hover {
    color: #5CCBD3;
  }
  #info .more span.on:hover:after {
    top: -10px;
    width: 38px;
    height: 38px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#info .more span.off:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  width: 38px;
  height: 38px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%231B2E62%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  #info .more span.off:hover {
    color: #5CCBD3;
  }
  #info .more span.off:hover:after {
    top: 0;
    width: 38px;
    height: 38px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .more span.off:hover {
    color: #5CCBD3;
  }
  #info .more span.off:hover:after {
    top: 0;
    width: 38px;
    height: 38px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_23%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2023%22%20transform%3D%22translate(0.469)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%2219%22%20cy%3D%2219%22%20r%3D%2219%22%20transform%3D%22translate(-0.469)%22%20fill%3D%22%235CCBD3%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.758%2C0%2C0%2C1.757%2C5.775%2C7.532%2C0%2C13.308l1.758%2C1.759L9.29%2C7.532Z%22%20transform%3D%22translate(13.991%2011.226)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
#info .more.active span.on {
  display: inline-block;
}
#info .more.active span.off {
  display: none;
}
@media screen and (max-width: 768px) {
  #info {
    margin-bottom: 85px;
  }
  #info .p-ttl {
    margin-bottom: 40px;
  }
  #info .fs32 {
    font-size: 2.4rem;
  }
  #info .info dt .ttl:before, #info .info dt .ttl:after {
    margin: 0;
  }
  #info .info dt .ttl:before {
    top: 52px;
  }
  #info .info dt .ttl:after {
    top: 47px;
  }
  #info .info dt:after {
    top: 34px;
    margin: 0;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------------------------------------------------
*/
#contact {
  margin-bottom: 200px;
}
#contact .p-ttl {
  margin-bottom: 100px;
}
#contact .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  margin-bottom: 105px;
  font-weight: 500;
  font-size: 1.8rem;
}
#contact .lead .fs24 {
  font-size: 2.4rem;
  line-height: 1.458;
  margin-bottom: 30px;
}
#contact .lead p a {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}
#contact .lead p a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1B2E62;
  border-right: 2px solid #1B2E62;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #contact .lead p a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #contact .lead p a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    margin-bottom: 100px;
  }
  #contact .p-ttl {
    margin-bottom: 45px;
  }
  #contact .lead {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
  #contact .lead .fs24 {
    font-size: 2rem;
    margin-bottom: 22px;
  }
}

/*
------------------------------------------------------------------------------------------------------------------------
privacy
------------------------------------------------------------------------------------------------------------------------
*/
#privacy, #policy {
  margin-bottom: 160px;
}
#privacy .p-ttl, #policy .p-ttl {
  margin-bottom: 100px;
}
#privacy .contents, #policy .contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.778;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.778;
}
#privacy .contents dl dt, #policy .contents dl dt {
  margin-bottom: 30px;
}
#privacy .contents dl dd, #policy .contents dl dd {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #privacy, #policy {
    margin-bottom: 100px;
  }
  #privacy .p-ttl, #policy .p-ttl {
    margin-bottom: 40px;
  }
  #privacy .contents, #policy .contents {
    font-size: 1.6rem;
  }
  #privacy .contents dl dt, #policy .contents dl dt {
    margin-bottom: 20px;
  }
  #privacy .contents dl dd, #policy .contents dl dd {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */
