@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;300;400&display=swap);
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top
}
html {
  overflow-y: scroll
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block
}
dl, ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: 0 0;
  font-size: 100%;
  vertical-align: baseline
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show
}
caption, th {
  text-align: left
}
caption {
  font-style: normal;
  font-weight: 400
}
th {
  font-style: normal
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc
}
input, select {
  vertical-align: middle
}
input, textarea {
  box-sizing: border-box;
  font-size: 100%
}
input[type=password], input[type=tel], input[type=text], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  resize: none
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer
}
:disabled {
  opacity: 1
}
address, em {
  font-style: normal
}
sub, sup {
  font-size: 75%;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
html {
  font-size: 10px
}
::-moz-selection {
  background: #3ab8a1;
  color: #fff
}
::selection {
  background: #3ab8a1;
  color: #fff
}
.corp ::-moz-selection {
  background: #484848
}
.corp ::selection {
  background: #484848
}
.fitbase24 ::-moz-selection {
  background: #a4a4a4
}
.fitbase24 ::selection {
  background: #a4a4a4
}
.thirtypeak ::-moz-selection {
  background: #a5cee7
}
.thirtypeak ::selection {
  background: #a5cee7
}
body, button, input, select, textarea {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Arial, sans-serif
}
body {
  word-wrap: break-word;
  font-feature-settings: "palt";
  background: #fff;
  color: #333;
  font-size: 1rem;
  letter-spacing: .025em;
  text-align: center;
  overflow-wrap: break-word
}
body.corp {
  color: #2f2f2f
}
body.thirtypeak {
  color: #5b5b5b;
  font-weight: 300
}
a:link {
  color: #333;
  text-decoration: underline
}
.thirtypeak a:link {
  color: #5b5b5b
}
a:visited {
  color: #333;
  text-decoration: none
}
.thirtypeak a:visited {
  color: #5b5b5b
}
a:hover {
  color: #333;
  text-decoration: underline
}
.thirtypeak a:hover {
  color: #5b5b5b
}
a:active {
  color: #333;
  text-decoration: none
}
.thirtypeak a:active {
  color: #5b5b5b
}
button:disabled {
  cursor: auto
}
address, button, caption, dd, dt, figcaption, h1, h2, h3, h4, h5, h6, input, label, li, p, select, small, td, th, time {
  font-size: 1.6rem;
  line-height: 1.5
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}



/*　20230317　navを追加　開始*/
.nav {
    position: fixed;
    right: 0;
    z-index: 100;
}

@media (min-width: 768px) {
    .nav {
        top: 100px;
    }
}

@media (max-width: 767px) {
    .nav {
        width: 100%;
        display: flex;
        justify-content: center;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .nav__list {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .nav__list {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .nav__list:first-child {
        margin-right: 0.5%;
    }
}

@media (min-width: 768px) {
    .pc-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .sp-none {
        display: none;
    }
}

/*　20230317　nav*/
