@charset "UTF-8";
@font-face {
  font-family: "blairmditc";
  src: url("../font/blairmditc-tt-medium.ttf");
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  padding: 60px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #01295D;
  background: #EFF6F9;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  body {
    padding: 84px 0 0;
  }
}

.blairmditc {
  font-family: "blairmditc", serif;
}

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

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

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

p,
a {
  font-size: 12px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #01295D;
}
@media screen and (min-width: 768px) {
  p,
  a {
    font-size: 14px;
  }
}

h2,
h3,
h4 {
  font-weight: 300;
}

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-list01 .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border: solid 2px #001C39;
  border-radius: 50%;
  text-align: center;
  color: #01295D;
}
.cmn-list01 .item a .area-text {
  position: relative;
  top: 4px;
}
.cmn-list01 .item a .area-text .title02 {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 700;
}
.cmn-list01 .item a .area-text .text {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}
.cmn-list01 .item a:hover {
  opacity: 1;
  background: #001C39;
}
.cmn-list01 .item a:hover .area-text {
  color: #fff;
}
.cmn-list01 .item a:hover .text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cmn-list01 {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .cmn-list01 .item a {
    width: 260px;
    height: 260px;
    transition: all 0.3s ease-out;
  }
  .cmn-list01 .item a:hover {
    transform: scale(1.1);
  }
  .cmn-list01 .item a .area-text .title02 {
    line-height: 1;
  }
  .cmn-list01 .item a .area-text .text {
    font-size: 14px;
    line-height: 1;
  }
  .cmn-list01 .item a:hover {
    opacity: 1;
    background: #001C39;
  }
  .cmn-list01 .item a:hover .area-text {
    color: #fff;
  }
}

.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;
}
.cmn-more01 {
  cursor: pointer;
  padding: 40px 0 0 0;
  text-align: center;
}
.cmn-more01 span {
  position: relative;
  font-size: 12px;
}
.cmn-more01 span:before, .cmn-more01 span:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: calc(50% - 2px);
  width: 1px;
  height: 45px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% 100%;
  transition: transform 0.3s ease;
}
.cmn-more01 span:before {
  transform: rotate(45deg);
}
.cmn-more01 span:after {
  transform: rotate(-45deg);
}
.cmn-more01.open span:before, .cmn-more01.open span:after {
  bottom: 60px;
}
.cmn-more01.open span:before {
  transform: scaleY(-1) rotate(45deg);
}
.cmn-more01.open span:after {
  transform: scaleY(-1) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .cmn-more01 {
    text-align: left;
    margin: 32px 0 0;
    padding: 0 0 0 85px;
  }
  .cmn-more01 span {
    position: relative;
    font-size: 18px;
  }
  .cmn-more01 span:before, .cmn-more01 span:after {
    bottom: 0;
    left: -50px;
  }
  .cmn-more01.open span:before, .cmn-more01.open span:after {
    bottom: 30px;
  }
  .cmn-more01.open span:before {
    transform: scaleY(-1) rotate(45deg);
  }
  .cmn-more01.open span:after {
    transform: scaleY(-1) rotate(-45deg);
  }
}

.more-text {
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease max-height;
}

.js-hover-item:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .js-hover-item:hover img {
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .js-hover-img:hover img {
    transform: scale(1.1);
  }
}

.hover-img {
  display: inline-block;
  overflow: hidden;
}
.hover-img img {
  transition: transform 0.5s ease;
}

.gHeader {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.3s ease;
}
.gHeader.is-scrolled, .gHeader.bg {
  background: #0B2757;
}
.gHeader .link-warp {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.gHeader .link-warp .logo {
  position: absolute;
  display: table;
  width: 200px;
  margin: 0 auto;
  padding: 7px 11px;
  vertical-align: middle;
  left: 50%;
  transform: translateX(-50%);
}
.gHeader .link-warp .logo a {
  display: table-cell;
  vertical-align: middle;
}
.gHeader .link-warp .nav-icon {
  position: absolute;
  width: 30px;
  margin: 0;
  right: 20px;
}
.gHeader .link-warp .nav-icon a i {
  color: #fff;
  font-size: 24px;
}
.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 {
    position: initial;
    width: 600px;
    margin: 0;
    padding: 0;
    transform: initial;
  }
  .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: #0B2757;
  z-index: 2;
}
footer .footer-inner {
  padding: 64px 15px 72px;
}
footer .footer-inner .logo {
  width: 120px;
  margin: 0 auto 80px;
}
footer .footer-inner .sns-list .item {
  width: 30px;
  margin: 0 auto;
}
footer .footer-inner .sns-list .item + .item {
  margin: 40px auto 0;
}
footer .footer-inner .footer-info {
  color: #fff;
}
footer .footer-inner .footer-info .list {
  margin: 0 0 40px;
}
footer .footer-inner .footer-info .list .item {
  text-align: center;
}
footer .footer-inner .footer-info .list .item a {
  color: #fff;
  font-size: 12px;
}
footer .area-copy {
  padding: 8px 15px 40px;
}
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 {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  footer .footer-inner .footer-info .list {
    margin: 0 0 40px;
  }
  footer .footer-inner .footer-info .list .item {
    text-align: left;
  }
  footer .footer-inner .footer-info .list .item a {
    font-size: 14px;
  }
  footer .footer-inner .logo {
    margin: 0;
  }
  footer .footer-inner .sns-list {
    position: relative;
    top: -24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    margin: 0 auto;
  }
  footer .footer-inner .sns-list .item {
    width: 30px;
    margin: 0;
  }
  footer .footer-inner .sns-list .item a {
    display: flex;
    align-items: center;
  }
  footer .footer-inner .sns-list .item + .item {
    margin: 0;
  }
  footer .area-copy {
    padding: 48px 0 32px;
  }
  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;
}

/* ページTopに戻るボタン */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-to-top:hover {
  transform: translateY(-3px);
}
.scroll-to-top:active {
  transform: translateY(-1px);
}
.scroll-to-top::before, .scroll-to-top::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #1B1B1B;
  border-radius: 9999px;
}
.scroll-to-top::before {
  transform: rotate(50deg) translateX(-30px) translateY(-10px);
}
.scroll-to-top::after {
  transform: rotate(-50deg) translateX(30px) translateY(-10px);
}
.scroll-to-top.on-footer {
  color: #fff;
}
.scroll-to-top.on-footer::before, .scroll-to-top.on-footer::after {
  background: #fff;
}
@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
}

/* モーダルの背景 */
.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;
  }
}

.page-heading .area-text {
  padding: 80px 0;
}
.page-heading .area-text .title01 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.075em;
}
.page-heading .area-text .title01 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-heading .area-text {
    padding: 96px 0 96px;
  }
  .page-heading .area-text .title01 {
    font-size: 32px;
  }
  .page-heading .area-text .title01 span {
    font-size: 20px;
  }
}/*# sourceMappingURL=common.css.map */