@charset "UTF-8";
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/font/ZenKakuGothicAntique-Light-subset.woff2") format("woff2"), url("/font/ZenKakuGothicAntique-Light-subset.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/font/ZenKakuGothicAntique-Regular-subset.woff2") format("woff2"), url("/font/ZenKakuGothicAntique-Regular-subset.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/font/ZenKakuGothicAntique-Medium-subset.woff2") format("woff2"), url("/font/ZenKakuGothicAntique-Medium-subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/font/ZenKakuGothicAntique-Bold-subset.woff2") format("woff2"), url("/font/ZenKakuGothicAntique-Bold-subset.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic Antique";
  src: url("/font/ZenKakuGothicAntique-Black-subset.woff2") format("woff2"), url("/font/ZenKakuGothicAntique-Black-subset.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPlus Rounded 1c";
  src: url("/font/MPLUSRounded1c-Thin-subset.woff2") format("woff2"), url("/font/MPLUSRounded1c-Thin-subset.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPlus Rounded 1c";
  src: url("/font/MPLUSRounded1c-Light-subset.woff2") format("woff2"), url("/font/MPLUSRounded1c-Light-subset.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPlus Rounded 1c";
  src: url("/font/MPLUSRounded1c-Regular-subset.woff2") format("woff2"), url("/font/MPLUSRounded1c-Regular-subset.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPlus Rounded 1c";
  src: url("/font/MPLUSRounded1c-Medium-subset.woff2") format("woff2"), url("/font/MPLUSRounded1c-Medium-subset.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPlus Rounded 1c";
  src: url("/font/MPLUSRounded1c-Bold-subset.woff2") format("woff2"), url("/font/MPLUSRounded1c-Bold-subset.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPlus Rounded 1c";
  src: url("/font/MPLUSRounded1c-ExtraBold-subset.woff2") format("woff2"), url("/font/MPLUSRounded1c-ExtraBold-subset.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MPlus Rounded 1c";
  src: url("/font/MPLUSRounded1c-Black-subset.woff2") format("woff2"), url("/font/MPLUSRounded1c-Black-subset.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --c-white01: #ffffff;
  --c-blue01: #ecf4fc;
  --c-blue02: #f6f9fc;
  --c-blue03: #d5e9fb;
  --c-blue04: #a1cbf2;
  --c-blue05: #95dede;
  --c-blue06: #004789;
  --c-blue07: #b1d4f4;
  --c-blue08: #74b4ee;
  --c-green01: #edfdf7;
  --c-green02: #219d29;
  --c-red01: #d9371d;
  --c-yellow01: #fddc0e;
  --c-black01: #555555;
  --c-black02: #444444;
  --c-gray01: #e5e5e5;
  --c-gray02: #c7c7c7;
  --c-bg: #fafcfe;
  --tran-opacity-a: opacity .15s ease-out 0s;
  --tran-all: all .15s ease-out 0s;
}

:root {
  scroll-behavior: auto;
}

html {
  font-size: 16px;
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: var(--c-blue06);
  background-color: var(--c-bg);
}

*, *::before, *::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5 {
  color: var(--c-blue06);
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 1.6em;
  letter-spacing: 0em;
}

h1:not(:last-child), .h1:not(:last-child),
h2:not(:last-child), .h2:not(:last-child),
h3:not(:last-child), .h3:not(:last-child),
h5:not(:last-child), .h5:not(:last-child),
h4:not(:last-child), .h4:not(:last-child),
h6:not(:last-child), .h6:not(:last-child) {
  margin-bottom: 0;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

p {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: var(--c-blue06);
}

a {
  color: var(--c-blue06);
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 2;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: var(--tran-all);
}
a:active, a:focus {
  text-decoration: none;
  outline: none;
  color: var(--c-blue06);
  opacity: 1;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    outline: none;
    color: var(--c-blue06);
    opacity: 1;
    transform: scale(1.07);
  }
}
@media (any-hover: none) {
  a:active {
    transform: scale(1.07);
  }
}

@media (any-hover: none) {
  a:not(.btn):not(.badge):hover {
    color: inherit;
  }
}
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active {
  color: inherit;
}

li {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 300;
  color: var(--c-blue06);
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: var(--c-blue06);
}

main {
  display: block;
}

button {
  font-family: "Zen Kaku Gothic Antique", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "sans-serif" !important;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: var(--c-blue06);
  border: none;
  background: none;
  padding: 0;
  transition: var(--tran-all);
}
button:focus {
  outline: none;
}
@media (any-hover: hover) {
  button:hover {
    opacity: 0.85;
  }
}

button.btn, .btn:not(.close):not(.mfp-close) {
  margin-bottom: 0;
}

section {
  padding: 0;
  position: static;
  width: auto;
  background-color: unset;
  overflow: unset;
}

figure {
  margin: 0;
}

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

/*-------------------------
  共通
-------------------------*/
body {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
}
body.is-loaded {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=common.css.map */