/*
===================================================
        Reset
===================================================
*/
* {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
address {
  font-style: normal;
}
/*
===================================================
        var
===================================================
*/
:root {
  --blue: #004e98;
}
/*
===================================================
        Base Setting
===================================================
*/
body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.75em;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", arial,
    sans-serif;
  overflow-x: hidden;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
.tb-visible,
.sp-visible {
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.maxWidth {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3 !important;
}
.maxWidth2 {
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3 !important;
}
.maxWidth3 {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3 !important;
}
.maxWidthFHD {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#header {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  top: 0px;
}
#header .inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 17px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
#nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
#nav .menu {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#nav .menu a {
  display: block;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: .02em;
}
#nav .menu a::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -4px;
  left: 0px;
  height: 3px;
  width: 100%;
  background: var(--blue);
  opacity: 0;
  transition: 0.5s;
  transform: scale(0);
  border-radius: 50%;
}
#nav .menu a:hover::before {
  opacity: 0.8;
  transform: scale(1);
}
#nav .cal a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#nav .cal span{
  color: var(--blue);
  font-size: 70%;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: .01em;
}
#nav .cal svg {
  width: 30px;
  height: auto;
  fill: var(--blue);
  margin-top: 2px;
}
#nav .cal a:hover {
  filter: brightness(1.3);
}
#nav .contact {
  min-width: 190px;
  box-sizing: border-box;
}
#nav .contact a {
  display: flex;
  align-items: center;
  background: var(--blue);
  color: #fff;
  border-radius: 50px;
  padding: 15px 20px 15px 20px;
  gap: 15px;
  line-height: 1em;
  font-weight: bold;
  transition: 0.5s;
}
#nav .contact a:hover {
  filter: brightness(1.3);
}
#main {
  width: 100%;
}
.bg_btm {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bg_btm::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0px;
  left: 0px;
  width: 100%;
  aspect-ratio: 2 / 1;
  background: url(../img/bg_footer.png) no-repeat bottom center;
  background-size: cover;
  z-index: 2;
}
#footer .links {
  background: #fff;
}
#footer .links .inner {
  padding: 50px 15px 100px;
  display: flex;
  justify-content: space-between;
}
#footer .linkArea {
  display: flex;
  gap: 50px;
}
#footer .linkArea .link1 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer .linkArea .link1 > li {
  min-width: 50px;
}
#footer .linkArea .link1 ul.sub li {
  margin-top: 5px;
  padding-left: 10px;
  position: relative;
}
#footer .linkArea .link1 ul.sub li::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0px;
  border-top: solid 1px #333;
  width: 5px;
}
#footer .linkArea .link2 {
  width: 200px;
}
#footer .linkArea .link2 p {
  margin-bottom: 10px;
}
#footer .linkArea .link2 a {
  background: var(--blue);
  color: #fff;
  display: block;
  padding: 15px;
  position: relative;
}
#footer .linkArea .link2 a .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: #fff;
  right: 12px;
  top: calc(50% - 10px);
}
#footer .copyright {
  background: var(--blue);
  text-align: center;
  padding: 20px 15px;
  font-size: 11px;
}
#footer .copyright,
#footer .copyright a {
  color: #fff;
}

.loading {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: #82bee7;
  transition: 1.5s;
}
.loading .inner {
  width: 150px;
  height: 42px;
  position: relative;
  top: calc(50% - 10px);
  left: calc(50% - 75px);
  color: #fff;
  text-align: center;
}
.loading .inner p {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-weight: bold;
}
.loading .inner .loadImg1,
.loading .inner .loadImg2,
.loading .inner .loadImg3 {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: 0%;
  bottom: 5px;
  animation-name: anime-loadingImg;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  opacity: 0;
  box-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 15px #fff;
}
.loading .inner .loadImg1 {
  animation-delay: 0;
}
.loading .inner .loadImg2 {
  animation-delay: 0.33s;
}
.loading .inner .loadImg3 {
  animation-delay: 0.66s;
}
@keyframes anime-loadingImg {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(3);
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
.loading.end {
  pointer-events: none;
  opacity: 0;
}

.calendar {
  position: relative;
  z-index: 2;
}
.bg_cal {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 30px;
  backdrop-filter: blur(5px);
}
.bg_cal .gray {
  color: #ddd;
}
.cals {
  display: flex;
  gap: 25px;
}
.cals .cal_ui {
  position: relative;
}
.cals .cal_ui input[type="button"] {
  border: solid 1px #bbb;
  background: #fff;
  padding: 5px 10px;
  border-radius: 30px;
}
.cals .cal_ui .btn_prev {
  position: absolute;
  left: 10px;
  top: 6px;
  cursor: pointer;
}
.cals .cal_ui .btn_next {
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}
.cals .box {
  width: 50%;
}
.cals .box p {
  padding: 5px;
}
.cals .box .cal {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.cals .box .cal th,
.cals .box .cal td {
  text-align: center;
  border: solid 1px var(--blue);
}
.cals .box .cal .date {
  padding: 10px;
}
.cals .box .cal td > div {
  padding: 10px 5px;
}
.cals .box .cal .headline td {
  background: #f2f5f8;
  padding: 5px;
}
.cals .box .cal td .holyday {
  background: #ddd;
}
.cals address {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 5px 0px;
}
.cals .sttl {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: -1px;
}
.cals .btn {
  display: block;
  background: var(--blue);
  color: #fff;
  border-radius: 50px;
  padding: 10px 35px;
  text-align: center;
  position: relative;
  line-height: 1.2em;
}
.cals .btn .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: #fff;
  right: 15px;
  top: calc(50% - 10px);
}

#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: 10;
}
#pagetop.active {
  opacity: 1;
  transform: scale(1);
}
#pagetop a {
  position: relative;
  transition: 1s;
}
#pagetop a img {
  transform: scale(0.9);
  transition: 0.5s;
}
#pagetop a:hover {
  filter: brightness(1.1);
}
#pagetop a:hover > img {
  transform: scale(1);
}

/* common css */
.clearfix {
  overflow: hidden;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.tLeft {
  text-align: left;
}
.tRight {
  text-align: right;
}
.tCenter {
  text-align: center;
}
.vTop {
  vertical-align: top;
}
.vMiddle {
  vertical-align: middle;
}
.vBottom {
  vertical-align: bottom;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mb3em {
  margin-bottom: 3em;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt75 {
  margin-top: 75px;
}
.mt100 {
  margin-top: 100px;
}
.mr1em {
  margin-right: 1em;
}
.mr2em {
  margin-right: 2em;
}
.mr3em {
  margin-right: 3em;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.ml1em {
  margin-left: 1em;
}
.ml2em {
  margin-left: 2em;
}
.ml3em {
  margin-left: 3em;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.pb1em {
  padding-bottom: 1em;
}
.pb2em {
  padding-bottom: 2em;
}
.pb3em {
  padding-bottom: 3em;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb150 {
  padding-bottom: 150px;
}
.pb200 {
  padding-bottom: 200px;
}
.pt1em {
  padding-top: 1em;
}
.pt2em {
  padding-top: 2em;
}
.pt3em {
  padding-top: 3em;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}
.pr1em {
  padding-right: 1em;
}
.pr2em {
  padding-right: 2em;
}
.pr3em {
  padding-right: 3em;
}
.pl1em {
  padding-left: 1em;
}
.pl2em {
  padding-left: 2em;
}
.pl3em {
  padding-left: 3em;
}
.font-s {
  font-size: 80%;
}
.font-ss {
  font-size: 60%;
}
.font-m {
  font-size: 100%;
}
.font-ml {
  font-size: 125%;
}
.font-l {
  font-size: 150%;
}
.font-ll {
  font-size: 200%;
}
.font-lll {
  font-size: 300%;
}
.flex {
  display: flex;
  justify-content: center;
}
.flex.fs {
  justify-content: flex-start;
}
.flex.fe {
  justify-content: flex-end;
}
.flex.sa {
  justify-content: space-around;
}
.flex.sb {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex .asCenter {
  align-self: center;
}
.w10,
.w20,
.w25,
.w30,
.w33,
.w40,
.w45,
.w50,
.w60,
.w70,
.w80,
.w90,
.w100 {
  box-sizing: border-box;
}
.w10 {
  width: 10% !important;
}
.w20 {
  width: 20% !important;
}
.w25 {
  width: 25% !important;
}
.w30 {
  width: 30% !important;
}
.w33 {
  width: 33% !important;
}
.w40 {
  width: 40% !important;
}
.w45 {
  width: 45% !important;
}
.w50 {
  width: 50% !important;
}
.w60 {
  width: 60% !important;
}
.w70 {
  width: 70% !important;
}
.w80 {
  width: 80% !important;
}
.w90 {
  width: 90% !important;
}
.w100 {
  width: 100% !important;
}
.wAuto {
  width: auto;
}
.lh1em {
  line-height: 1em;
}
.lh1_2em {
  line-height: 1.2em;
}
.lh1_5em {
  line-height: 1.5em;
}
.lh2em {
  line-height: 2em;
}
.menuArea {
  display: none;
}

.b {
  font-weight: bold;
}

.dNone {
  display: none;
}
.dIb {
  display: inline-block;
}
.dBlock {
  display: block;
}

.mouseHover {
  transition: 0.5s;
}
.mouseHover:hover {
  opacity: 0.7;
}

.bgLightblue {
  background: #f2f5f8;
}

.white,
.white a {
  color: #fff;
}
.blue,
.blue a {
  color: var(--blue);
}

.bgWhite {
  background: #fff;
}

.styleTtl {
  text-align: center;
}
.styleTtl > .inner {
  position: relative;
  display: inline-block;
}
.styleTtl > .inner::before,
.styleTtl > .inner::after {
  position: absolute;
  content: "";
  display: block;
  top: calc(50% - 8px);
  width: 50px;
  height: 20px;
  background: url(../img/ttlimg.png) no-repeat center center;
}
.styleTtl > .inner::before {
  left: -65px;
}
.styleTtl > .inner::after {
  right: -65px;
}

.styleSttl {
  text-align: center;
}
.styleSttl span {
  position: relative;
  display: inline-block;
}
.styleSttl span::before,
.styleSttl span::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_shikaku.png) no-repeat center center;
  top: 3px;
}
.styleSttl span::before {
  left: -30px;
}
.styleSttl span::after {
  right: -30px;
}

.styleBtn {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  background: var(--blue);
  color: #fff;
  min-width: 180px;
  position: relative;
}
.styleBtn .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: #fff;
  right: 15px;
  top: calc(50% - 10px);
}

.styleBtn2 {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: #fff;
  min-width: 220px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(to right, #9ddafd, #2c69a7);
  border-radius: 50px;
  padding: 4px;
  font-weight: bold;
}
.styleBtn2 .btnInner {
  background: var(--blue);
  display: block;
  border-radius: 50px;
  padding: 10px 45px 10px 30px;
}
.styleBtn2 .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: #fff;
  right: 16px;
  top: calc(50% - 9px);
}

.styleBtn3 {
  display: inline-block;
  text-align: center;
  padding: 10px;
  color: var(--blue);
  min-width: 220px;
  position: relative;
  border-radius: 50px;
  background: linear-gradient(to right, #6aaed8, #9ab8d4);
  border-radius: 50px;
  padding: 4px;
  font-weight: bold;
}
.styleBtn3 .btnInner {
  background: #fff;
  display: block;
  border-radius: 50px;
  padding: 10px 45px 10px 30px;
}
.styleBtn3 .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: var(--blue);
  right: 16px;
  top: calc(50% - 9px);
}

.styleList_col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.styleList_col3 li {
  width: calc(33.3% - 10px);
}

.waveWhite,
.waveBlue {
  position: relative;
  margin-top: -120px;
}
.waveWhite .wave,
.waveBlue .wave {
  width: 100%;
}
.waveWhite .waveInner,
.waveBlue .waveInner {
  width: 100%;
  margin-top: -10px;
  padding-top: 50px;
}
.waveWhite .waveInner {
  background: #fff;
}
.waveBlue .waveInner {
  background: #f2f5f8;
}
.waveWhite path {
  fill: #fff;
}
.waveBlue path {
  fill: #f2f5f8;
}

.scrollEffect {
  position: relative;
  z-index: 1;
}
.scrollEffect::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px) brightness(150%) saturate(200%);
  z-index: 10;
  pointer-events: none;
  transition: 2s;
  opacity: 1;
}
.scrollEffect.on::before {
  opacity: 0;
}
.scrollEffect.type2 {
  position: relative;
  opacity: 0;
  transition: 2s;
  top: 50px;
}
.scrollEffect.type2::before {
  display: none;
}
.scrollEffect.type2.on {
  opacity: 1;
  top: 0px;
}

/* tab */
.tab .tabMenu a {
  opacity: 0.5;
  cursor: pointer;
}
.tab .tabMenu a.active {
  opacity: 1;
}
.tab .tabChild {
  display: none;
}
.tab .tabChild.active {
  display: initial;
}

/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width: 1100px) {
  #logo img {
    height: 30px;
    width: auto;
  }
  #header .inner {
    height: 60px;
    box-sizing: border-box;
  }
  #footer .logo {
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .logo img {
    height: 25px;
    width: auto;
  }
  #footer .links .inner {
    padding: 25px 15px 50px;
    display: block;
  }
  #footer .linkArea {
    display: block;
  }
  #footer .linkArea .link1 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .linkArea .link2 {
    margin-top: 30px;
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: center;
  }
  #footer .linkArea .link2 p {
    margin-bottom: 10px;
    width: 180px;
  }
  .bg_cal {
    padding: 25px 20px;
  }
  .cals {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
  }
  .cals .cal_ui input[type="button"] {
    border: solid 1px #ccc;
    padding: 5px 10px;
  }
  .cals .box {
    width: 100%;
  }

  .tb-visible {
    visibility: visible;
    width: auto;
    height: auto;
  }
  .tb-hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
  .tb-dBlock {
    display: block;
  }
  .tb-dIb {
    display: inline-block;
  }
  .tb-dNone {
    display: none;
  }
  .tb-fLeft {
    float: left;
  }
  .tb-fRight {
    float: right;
  }
  .tb-tLeft {
    text-align: left;
  }
  .tb-tRight {
    text-align: right;
  }
  .tb-tCenter {
    text-align: center;
  }
  .tb-vTop {
    vertical-align: top;
  }
  .tb-vMiddle {
    vertical-align: middle;
  }
  .tb-vBottom {
    vertical-align: bottom;
  }
  .tb-mb0 {
    margin-bottom: 0px;
  }
  .tb-mb1em {
    margin-bottom: 1em;
  }
  .tb-mb2em {
    margin-bottom: 2em;
  }
  .tb-mb3em {
    margin-bottom: 3em;
  }
  .tb-mb10 {
    margin-bottom: 10px;
  }
  .tb-mb25 {
    margin-bottom: 25px;
  }
  .tb-mb50 {
    margin-bottom: 50px;
  }
  .tb-mt0 {
    margin-top: 0px;
  }
  .tb-mt1em {
    margin-top: 1em;
  }
  .tb-mt2em {
    margin-top: 2em;
  }
  .tb-mt3em {
    margin-top: 3em;
  }
  .tb-mt10 {
    margin-top: 10px;
  }
  .tb-mt25 {
    margin-top: 25px;
  }
  .tb-mt50 {
    margin-top: 50px;
  }
  .tb-mr0 {
    margin-right: 0px;
  }
  .tb-mr10 {
    margin-right: 10px;
  }
  .tb-ml0 {
    margin-left: 0px;
  }
  .tb-ml10 {
    margin-left: 10px;
  }
  .tb-pb0 {
    padding-bottom: 0px;
  }
  .tb-pb1em {
    padding-bottom: 1em;
  }
  .tb-pb2em {
    padding-bottom: 2em;
  }
  .tb-pb3em {
    padding-bottom: 3em;
  }
  .tb-pb25 {
    padding-bottom: 25px;
  }
  .tb-pb50 {
    padding-bottom: 50px;
  }
  .tb-pt0 {
    padding-top: 0px;
  }
  .tb-pt1em {
    padding-top: 1em;
  }
  .tb-pt2em {
    padding-top: 2em;
  }
  .tb-pt3em {
    padding-top: 3em;
  }
  .tb-pt10 {
    padding-top: 10px;
  }
  .tb-pt25 {
    padding-top: 25px;
  }
  .tb-pt50 {
    padding-top: 50px;
  }
  .tb-pr0 {
    padding-right: 0px;
  }
  .tb-pl0 {
    padding-left: 0px;
  }
  .tb-w10,
  .tb-w20,
  .tb-w25,
  .tb-w30,
  .tb-w33,
  .tb-w40,
  .tb-w50,
  .tb-w60,
  .tb-w70,
  .tb-w80,
  .tb-w90,
  .tb-w100 {
    box-sizing: border-box;
  }
  .tb-w10 {
    width: 10% !important;
  }
  .tb-w20 {
    width: 20% !important;
  }
  .tb-w30 {
    width: 30% !important;
  }
  .tb-w40 {
    width: 40% !important;
  }
  .tb-w50 {
    width: 50% !important;
  }
  .tb-w60 {
    width: 60% !important;
  }
  .tb-w70 {
    width: 70% !important;
  }
  .tb-w80 {
    width: 80% !important;
  }
  .tb-w90 {
    width: 90% !important;
  }
  .tb-w100 {
    width: 100% !important;
  }
  .tb-p0 {
    padding: 0px;
  }
  .tb-p10 {
    padding: 10px;
  }
  .tb-p20 {
    padding: 20px;
  }
  .tb-wAuto {
    width: auto;
  }
  .tb-font-m {
    font-size: 100%;
  }
  .tb-font-s {
    font-size: 80%;
  }
}

/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width: 640px) {
  #header .inner {
    padding: 15px 10px;
  }
  #logo img {
    height: 25px;
    width: auto;
    position: relative;
    top: 3px;
  }
  #footer .logo {
    text-align: left;
    margin-bottom: 10px;
  }
  #footer .logo img {
    height: 20px;
    width: auto;
  }
  #footer .links .inner {
    padding: 30px 15px 40px;
    display: block;
  }
  #footer .linkArea {
    display: block;
  }
  #footer .linkArea .link1 {
    display: block;
  }
  #footer .linkArea .link1 > li {
    border-bottom: solid 1px rgba(0, 40, 100, 0.5);
  }
  #footer .linkArea .link1 > li > a {
    display: inline-block;
    padding: 10px 0px;
  }
  #footer .linkArea .link1 .sub {
    margin-bottom: 15px;
  }
  #footer .btmBtn {
    position: fixed;
    width: 100%;
    display: flex;
    background: #fff;
    padding: 5px 10px;
    gap: 5px;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    z-index: 3;
  }
  #footer .cal,
  #footer .contact {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue);
    padding: 14px 8px;
    border-bottom: solid 1px #fff;
    z-index: 997;
  }
  #footer .cal a,
  #footer .contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    color: #fff;
  }
  #footer .cal a .icon,
  #footer .contact a .icon {
    margin-right: 10px;
  }
  #footer .cal a .icon svg{
    width: 23px;
    height: auto;
    fill: #fff;
    margin-top: 2px;
  }
  #footer .linkArea .link2 {
    margin-top: 30px;
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: center;
  }
  #footer .linkArea .link2 p {
    margin-bottom: 10px;
    width: 180px;
  }
  #footer .copyright {
    padding-bottom: 70px;
  }
  #pagetop {
    bottom: 60px;
    right: 5px;
    z-index: 997;
  }
  #pagetop a img {
    width: 100px;
    height: auto;
  }

  .bg_cal {
    padding: 25px 10px;
  }

  .font-l {
    font-size: 125%;
  }
  .font-ll {
    font-size: 150%;
  }
  .font-lll {
    font-size: 180%;
  }

  .sp-visible {
    visibility: visible;
    width: auto;
    height: auto;
  }
  .sp-hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
  }
  .sp-dBlock {
    display: block;
  }
  .sp-dIb {
    display: inline-block;
  }
  .sp-dNone {
    display: none;
  }

  .sp-font-l {
    font-size: 140%;
  }
  .sp-font-m {
    font-size: 100%;
  }
  .sp-font-s {
    font-size: 80%;
  }
  .sp-fLeft {
    float: left;
  }
  .sp-fRight {
    float: right;
  }
  .sp-tLeft {
    text-align: left;
  }
  .sp-tRight {
    text-align: right;
  }
  .sp-tCenter {
    text-align: center;
  }
  .sp-vTop {
    vertical-align: top;
  }
  .sp-vMiddle {
    vertical-align: middle;
  }
  .sp-vBottom {
    vertical-align: bottom;
  }
  .sp-mb0 {
    margin-bottom: 0px;
  }
  .sp-mb1em {
    margin-bottom: 1em;
  }
  .sp-mb2em {
    margin-bottom: 2em;
  }
  .sp-mb3em {
    margin-bottom: 3em;
  }
  .sp-mb10 {
    margin-bottom: 10px;
  }
  .sp-mb25 {
    margin-bottom: 25px;
  }
  .sp-mb50 {
    margin-bottom: 50px;
  }
  .sp-mt0 {
    margin-top: 0px;
  }
  .sp-mt1em {
    margin-top: 1em;
  }
  .sp-mt2em {
    margin-top: 2em;
  }
  .sp-mt3em {
    margin-top: 3em;
  }
  .sp-mt5 {
    margin-top: 5px;
  }
  .sp-mt10 {
    margin-top: 10px;
  }
  .sp-mt25 {
    margin-top: 25px;
  }
  .sp-mt50 {
    margin-top: 50px;
  }
  .sp-mr0 {
    margin-right: 0px;
  }
  .sp-mr10 {
    margin-right: 10px;
  }
  .sp-ml0 {
    margin-left: 0px;
  }
  .sp-ml10 {
    margin-left: 10px;
  }
  .sp-pb0 {
    padding-bottom: 0px;
  }
  .sp-pb1em {
    padding-bottom: 1em;
  }
  .sp-pb2em {
    padding-bottom: 2em;
  }
  .sp-pb3em {
    padding-bottom: 3em;
  }
  .sp-pb25 {
    padding-bottom: 25px;
  }
  .sp-pb50 {
    padding-bottom: 50px;
  }
  .sp-pb100 {
    padding-bottom: 100px;
  }
  .sp-pt0 {
    padding-top: 0px;
  }
  .sp-pt1em {
    padding-top: 1em;
  }
  .sp-pt2em {
    padding-top: 2em;
  }
  .sp-pt3em {
    padding-top: 3em;
  }
  .sp-pt10 {
    padding-top: 10px;
  }
  .sp-pt25 {
    padding-top: 25px;
  }
  .sp-pt50 {
    padding-top: 50px;
  }
  .sp-pr0 {
    padding-right: 0px;
  }
  .sp-pl0 {
    padding-left: 0px;
  }
  .sp-w10,
  .sp-w20,
  .sp-w25,
  .sp-w30,
  .sp-w33,
  .sp-w40,
  .sp-w50,
  .sp-w60,
  .sp-w70,
  .sp-w80,
  .sp-w90,
  .sp-w100 {
    box-sizing: border-box;
  }
  .sp-w10 {
    width: 10% !important;
  }
  .sp-w20 {
    width: 20% !important;
  }
  .sp-w30 {
    width: 30% !important;
  }
  .sp-w40 {
    width: 40% !important;
  }
  .sp-w50 {
    width: 50% !important;
  }
  .sp-w60 {
    width: 60% !important;
  }
  .sp-w70 {
    width: 70% !important;
  }
  .sp-w80 {
    width: 80% !important;
  }
  .sp-w90 {
    width: 90% !important;
  }
  .sp-w100 {
    width: 100% !important;
  }
  .sp-p0 {
    padding: 0px;
  }
  .sp-p10 {
    padding: 10px;
  }
  .sp-p20 {
    padding: 20px;
  }
  .sp-wAuto {
    width: auto;
  }

  .styleList_col3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .styleList_col3 li {
    width: 100%;
  }
}

/*
===================================================
 開閉メニュー
===================================================
*/
.menuBtn {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  background: var(--blue);
}
.menuBtn .menuBtn__inner {
  transition: transform 0.5s;
  position: relative;
  top: 22px;
  left: 11px;
  width: 38px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}
.menuBtn .menuBtn__inner::after {
  transition: transform 0.5s;
  position: absolute;
  top: -10px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}
.menuBtn .menuBtn__inner::before {
  transition: transform 0.5s;
  position: absolute;
  top: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.5s;
}

.menuBtn.active .menuBtn__inner {
  background: transparent;
}
.menuBtn.active .menuBtn__inner::after {
  top: 0px;
  animation: 1s animeCloseMenu1 forwards;
}
.menuBtn.active .menuBtn__inner::before {
  top: 0px;
  animation: 1s animeCloseMenu2 forwards;
}
@keyframes animeCloseMenu1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes animeCloseMenu2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.menuBtn span {
  color: #fff;
  font-size: 13px;
  position: fixed;
  z-index: 999;
  top: 33px;
  right: 10px;
  display: block;
  width: 40px;
  text-align: center;
}
.menuArea {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--blue);
  overflow-y: auto;
  transition: 0.5s;
  z-index: 998;
  transform: scaleY(0);
  transform-origin: 0% 0%;
}
.menuArea.active {
  opacity: 1;
  pointer-events: auto;
  top: 0px;
  transform: scaleY(1);
}
.menuArea .menu {
  padding: 65px 10px 10px;
  box-sizing: border-box;
}
.menuArea .menu li {
  border-bottom: solid 1px #eee;
}
.menuArea .menu li:last-child {
  border-bottom: none;
}
.menuArea .menu li a {
  position: relative;
  display: block;
  padding: 10px 5px 10px 12px;
  color: #fff;
  box-sizing: border-box;
}
.menuArea .menu li a .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: #fff;
  right: 15px;
  top: calc(50% - 10px);
}
