@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #1B1B1B;
}

.Montserrat {
  font-family: "Montserrat", sans-serif;
}

.Oswald {
  font-family: "Oswald", sans-serif;
}

.Noto {
  font-family: "Noto Sans JP", sans-serif;
}

p,
a {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  p,
  a {
    font-size: 16px;
  }
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.anchor {
  margin: -80px 0 0;
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .anchor {
    margin: -120px 0 0;
    padding: 120px 0 0;
  }
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
}

.center {
  text-align: center;
}

.cmn-title01 {
  position: relative;
  margin: 0 0 56px;
}
.cmn-title01::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -16px;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background: #FFEF01;
}
.cmn-title01 .main-text {
  position: relative;
  display: block;
  -webkit-mask-image: linear-gradient(to right, #3F3389 0%, transparent 120%);
          mask-image: linear-gradient(to right, #3F3389 0%, transparent 120%);
  color: #3F3389;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
.cmn-title01 .sub-text {
  -webkit-mask-image: none;
          mask-image: none;
  display: block;
  margin: 16px 0 0;
  font-weight: 700;
  color: #1B1B1B;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cmn-title01::before {
    top: -20px;
    left: -60px;
    width: 125px;
    height: 125px;
    border-radius: 80px;
  }
  .cmn-title01 .main-text {
    font-size: 88px;
    line-height: 1.1818181818;
  }
  .cmn-title01 .sub-text {
    margin: 24px 0 0;
    font-size: 24px;
  }
}

.cmn-link01 {
  text-align: center;
}
.cmn-link01 a {
  width: 240px;
  margin: 0 auto;
  padding: 8px 0;
  border: solid 2px #3F3389;
  border-radius: 30px;
  color: #3F3389;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
}
.cmn-link01 a:hover {
  opacity: 1;
  background: #3F3389;
  color: #fff;
}
.cmn-link01.no-link a {
  background: #ccc;
  color: #fff;
  pointer-events: none;
  border-color: #ccc;
}
.gHeader {
  position: fixed;
  width: 100%;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
  background: #fff;
}
.gHeader .link-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gHeader .link-warp .logo {
  display: table;
  width: 232px;
  margin: 0;
  padding: 7px 11px;
  vertical-align: middle;
}
.gHeader .link-warp .logo a {
  display: table-cell;
  vertical-align: middle;
}
.gHeader .link-warp .area-link {
  display: flex;
}
.gHeader .link-warp .area-link .area-btnMenu {
  position: relative;
  width: 60px;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 3;
  background: #3F3389;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu .txt {
  left: -4px;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:first-child {
  margin-top: 5px;
  transform: rotate(45deg);
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
  left: 100%;
  margin-top: 10px;
  opacity: 0;
}
.gHeader .link-warp .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
  margin-top: 5px;
  transform: rotate(-45deg);
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu {
  position: relative;
  margin: 0 auto;
  padding: 0px 0 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span {
  display: block;
  position: absolute;
  top: 18px;
  left: 15px;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease-out;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:first-child {
  margin-top: 0;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(2) {
  margin-top: 10px;
}
.gHeader .link-warp .area-link .area-btnMenu .btnMenu span:nth-child(3) {
  margin-top: 20px;
}
.gHeader .link-warp .area-link .area-btnMenu .txt {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #01608C;
  z-index: 2;
  text-align: center;
}
.gHeader .link-warp #gNavWrap {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin: 0 calc(50% - 50vw);
  top: 0;
  padding-top: 60px;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: none;
  z-index: 2;
  transition: all 0.4s;
  transition: opacity 0.3s cubic-bezier(0.14, 0.28, 0, 0.94);
}
.gHeader .link-warp #gNavWrap.open {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  transition: all 0.4s;
}
.gHeader .link-warp #gNav {
  padding: 20px 0 0;
}
.gHeader .link-warp #gNav .sitemap-logo {
  width: 220px;
  margin: 0;
  padding: 0 20px;
}
.gHeader .link-warp #gNav .sitemap01 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  overflow: auto;
  z-index: 1000;
}
.gHeader .link-warp #gNav .sitemap01 .item {
  border-bottom: solid 1px #000;
}
.gHeader .link-warp #gNav .sitemap01 .item a {
  position: relative;
  display: inline-block;
  padding: 20px 0 20px 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.gHeader .link-warp #gNav .sitemap01 .item a.pc-link {
  display: none;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title {
  position: relative;
  display: block;
  padding: 20px 0 20px;
  font-size: 14px;
  transition: 0.3s;
  cursor: pointer;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #222;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close::before {
  opacity: 0;
}
.gHeader .link-warp #gNav .sitemap01 .item .menu-title.js-menu-close:after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .gHeader {
    height: 84px;
    top: 0;
    padding: 0;
  }
  .gHeader .link-warp {
    padding: 0 32px;
  }
  .gHeader .link-warp .logo {
    width: 232px;
    padding: 0;
  }
  .gHeader .link-warp .logo a {
    display: table-cell;
    vertical-align: middle;
  }
  .gHeader .link-warp .area-link {
    display: flex;
  }
  .gHeader .link-warp .area-link .area-btnMenu {
    display: none;
  }
  .gHeader .link-warp #gNavWrap {
    opacity: 1;
    visibility: visible;
    position: initial;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transform: translateX(0);
    background: none;
  }
  .gHeader .link-warp #gNavWrap #gNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap-logo {
    width: 220px;
    margin: 0;
    padding: 0 20px;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 16px 0 0;
    padding: 0;
    overflow: auto;
    z-index: 1000;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item {
    width: auto;
    border-bottom: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a {
    display: block;
    padding: 0;
    font-size: 16px;
    border-bottom: none;
    font-weight: 700;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item a.pc-link {
    display: inline-block;
    border: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title {
    position: relative;
    display: none;
    padding: 20px 0 20px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:before, .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close::before {
    opacity: 0;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .menu-title.js-menu-close:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list {
    display: block;
    padding: 0 0 0 24px;
    border-top: solid 1px #ccc;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item {
    border-bottom: dashed 1px #ccc;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:last-child {
    border-bottom: dashed 1px #ccc;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item:first-child {
    border-top: none;
  }
  .gHeader .link-warp #gNavWrap #gNav .sitemap01 .item .child-list .child-item a {
    padding: 20px 0 20px 0;
  }
}

footer {
  position: relative;
  background: #3F3389;
}
footer .footer-inner {
  padding: 64px 15px 72px;
}
footer .footer-inner .logo {
  width: 320px;
  margin: 0 0 64px;
}
footer .footer-inner .footer-info {
  color: #fff;
}
footer .footer-inner .footer-info .title01 {
  margin: 0 0 16px;
}
footer .footer-inner .footer-info dl dt {
  display: inline-block;
}
footer .footer-inner .footer-info dl dd {
  display: inline-block;
  padding: 0 0 0 1em;
}
footer .footer-inner .footer-info dl dd a {
  color: #fff;
}
footer .area-copy {
  padding: 8px 15px;
}
footer .area-copy .text {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
footer .area-copy .copyright {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 64px 0 0;
  }
  footer .footer-inner {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  footer .footer-inner .logo {
    max-width: 540px;
  }
  footer .footer-inner .footer-info {
    max-width: 360px;
  }
  footer .area-copy {
    padding: 48px 0 16px;
  }
  footer .area-copy .copyright {
    text-align: center;
    font-size: 11px;
    color: #fff;
  }
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .map {
    padding-bottom: 480px;
  }
}

.fix_right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 6;
  opacity: 0;
}
.fix_right.active {
  opacity: 1;
}
.fix_right a {
  width: 40px;
  height: 200px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: unset;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  padding: 0.8rem 0;
  background: #ffe200;
}
.fix_right a .noto {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.33;
  writing-mode: vertical-rl;
}

/* モーダルの背景 */
.modal {
  display: none;
  /* 初期は非表示 */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* モーダルの中身 */
  /* 閉じるボタン */
}
.modal .modal-content {
  position: absolute;
  overflow-y: scroll;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 85%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 10px;
}
.modal .modal-content h3 {
  margin: 0 0 24px;
}
.modal .modal-content .text {
  font-size: 14px;
  line-height: 1.5;
}
.modal .modal-content .text + .text {
  margin: 24px 0 0;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    padding: 60px 40px;
  }
  .modal .modal-content h3 {
    margin: 0 0 24px;
  }
  .modal .modal-content .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .modal .modal-content .text + .text {
    margin: 24px 0 0;
  }
}/*# sourceMappingURL=common.css.map */