@charset "UTF-8";
/*------------------------------------------------------------
  変数設定
  ------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

[type=button],
[type=reset],
[type=submit],
a,
a img,
button {
  transition: 0.3s;
}

/*------------------------------------------------------------
	サイト基礎
  ------------------------------------------------------------*/
body {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1199px) {
  body {
    font-size: 1.4rem;
  }
}
body a {
  transition: 0.3s;
  color: #404040;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
body img {
  max-width: 100%;
  width: auto;
  height: auto;
}
body .inner {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  body .inner {
    padding: 0 3rem;
  }
}
body .inner-xl {
  max-width: 1600px;
  margin: 0 auto;
}
body .inner-l {
  max-width: calc(1200px + 3rem);
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1199px) {
  body .inner-l {
    max-width: 100%;
    padding: 0 2rem;
  }
}
body .inner-l .padInner {
  padding: 0 3rem;
}
@media screen and (max-width: 1199px) {
  body .inner-l .padInner {
    padding: 0 1.5rem;
  }
}
body .inner-m {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  body .inner-m {
    padding: 0 2rem;
  }
}
body .inner-s {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  body .inner-s {
    padding: 0 2rem;
  }
}
body .telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
body .telLink :root .selector,
body .telLink _:-ms-fullscreen {
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  body .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}
body .readTxt {
  line-height: 32px;
}
@media screen and (max-width: 1199px) {
  body .readTxt {
    font-size: 1.6rem;
  }
}
body section {
  padding: 0rem 0 0rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  body section {
    padding: 0rem 0 0rem;
  }
}
body h2.baseTtl {
  background: url("/assets/img/ttl-img1.png") no-repeat;
  height: 337px;
  background-size: auto 337px;
  background-position: center 0;
  font-size: 3.6rem;
  font-weight: bold;
  padding-top: 20rem;
  position: relative;
  top: -7rem;
}
@media screen and (max-width: 1199px) {
  body h2.baseTtl {
    height: 135px;
    background-size: auto 135px;
    padding-top: 8rem;
    font-size: 1.4rem;
    top: -3rem;
  }
}
body h2.baseTtl.ptn2 {
  background: url("/assets/img/ttl-img2.png") center 0/auto 334px no-repeat;
  top: -3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  body h2.baseTtl.ptn2 {
    background-size: auto 135px;
    top: -1.5rem;
    margin-bottom: 1rem;
  }
}
body h2.baseTtl.ptn3 {
  background: url("/assets/img/ttl-img3.png") center 0/auto 334px no-repeat;
  top: -3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1199px) {
  body h2.baseTtl.ptn3 {
    background-size: auto 135px;
    top: -1.5rem;
    margin-bottom: 1rem;
  }
}
body h2.baseTtl.ptn4 {
  background: url("/assets/img/ttl-img4.png") center 0/auto 334px no-repeat;
  top: -5.5rem;
  margin-bottom: 0;
  line-height: 35px;
  padding-top: 18.4rem;
}
@media screen and (max-width: 1199px) {
  body h2.baseTtl.ptn4 {
    background-size: auto 135px;
    top: -1.5rem;
    margin-bottom: 1rem;
    padding-top: 7.4rem;
    line-height: 15px;
  }
}
body h2.baseTtl.ptn4 span {
  font-size: 2.3rem;
  display: block;
}
@media screen and (max-width: 1199px) {
  body h2.baseTtl.ptn4 span {
    font-size: 1rem;
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 1199px) {
  body .lgNone {
    display: none !important;
  }
}
body .lgBlock {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  body .lgBlock {
    display: block !important;
  }
}

.preload * {
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/*------------------------------------------------------------
	ヘッダー
  ------------------------------------------------------------*/
header#header nav.navbar {
  padding: 0;
  margin: 0;
}
header#header nav.navbar .container-fluid {
  padding: 0;
}
header#header nav.navbar .container-fluid .lineBtn {
  position: fixed;
  top: 4rem;
  right: 5rem;
  z-index: 999;
}
@media screen and (max-width: 1199px) {
  header#header nav.navbar .container-fluid .lineBtn {
    top: 1rem;
    right: 1rem;
  }
}

/*------------------------------------------------------------
	フッター
  ------------------------------------------------------------*/
.footer {
  padding-top: 3rem;
}
@media screen and (max-width: 1199px) {
  .footer {
    padding-top: 1.5rem;
  }
}
.footer .logo {
  display: block;
  width: 96px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1199px) {
  .footer .logo {
    width: 40px;
    margin: 0 auto 1rem;
  }
}
.footer .info {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .footer .info {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.footer .copy {
  background: #9E9E9F;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1199px) {
  .footer .copy {
    font-size: 0.8rem;
    padding: 0.5rem 0;
  }
}

/*-- page top --*/
#go_pagetop {
  position: fixed;
  right: 1rem;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  #go_pagetop {
    right: 1rem;
  }
}
#go_pagetop a img {
  width: 50px;
}
@media screen and (max-width: 1199px) {
  #go_pagetop a img {
    width: 25px;
  }
}

/*------------------------------------------------------------
	共通
  ------------------------------------------------------------*/
.-center {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .-center.-tbLeft {
    text-align: left;
  }
}

.-flex {
  display: flex;
  flex-wrap: wrap;
}

.-bold {
  font-weight: bold;
}

.-medium {
  font-weight: var(--medium);
}

.-lin24 {
  line-height: 24px;
}

.-red {
  color: #E95462;
}

.-blue {
  color: #0068B6;
}

.-yellow {
  color: #FFF000;
}

.-white {
  color: #fff;
}

.-bgRed {
  background: #E95462;
}

.-bgBlue {
  background: #0068B6;
}

.-bgLightBlue {
  background: #009FE8;
}

.-bgSkyBlue {
  background: #DEF1FB;
}

.-bgCream {
  background: #FFF6E9;
}

.-bgLightGreen {
  background: #E0EFE1;
}

.-bgPurple {
  background: #E8E6F2;
}

.-bgGray {
  background: #EEECEB;
}

.-lh2 {
  line-height: 2;
}

.-mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.-mplus {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.-mplus.--medium {
  font-weight: 500 !important;
}
.-mplus.--bold {
  font-weight: bold !important;
}

:root {
  --medium: 500;
  --semiBold: 600;
  --black: 900;
}/*# sourceMappingURL=base.css.map */