@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* change colours to suit your needs */
ins {
  background-color: #00C0E8;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #00C0E8;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

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

address {
  font-style: normal;
}

html, body, main {
  color: #000;
  font-family: "Noto Serif JP", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1023px), print {
  html, body, main {
    font-size: calc(14px + 2 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  html, body, main {
    font-size: 14px;
  }
}
html, body, main {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

div, p, h1, h2, h3, h4, h5, h6, span, a, li, strong, i, small, address, th, td, figcaption, label, dd, dt, textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
  color: inherit;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.wrapper .Footer {
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.link {
  display: inline-block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 481px), print {
  .under_sp {
    display: none !important;
  }
}

@media screen and (max-width: 480px), print {
  .over_sp {
    display: none !important;
  }
}

@media screen and (min-width: 835px), print {
  .under_pad {
    display: none !important;
  }
}

@media screen and (max-width: 834px), print {
  .over_pad {
    display: none !important;
  }
}

@media screen and (min-width: 1024px), print {
  .under_pc {
    display: none !important;
  }
}

@media screen and (max-width: 1023px), print {
  .over_pc {
    display: none !important;
  }
}

.iblock {
  display: inline-block;
}

main.Notfound .Notfound_wrap {
  width: 90%;
  max-width: 1320px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  main.Notfound .Notfound_wrap {
    width: 94%;
  }
}
main.Notfound .Notfound_wrap {
  padding: 160px 0 80px;
  text-align: center;
}
@media screen and (max-width: 834px), print {
  main.Notfound .Notfound_wrap {
    padding: 120px 0 60px;
  }
}
main.Notfound .Notfound_ttl {
  font-family: "PT Serif";
  font-size: 160px;
}
@media screen and (max-width: 1023px), print {
  main.Notfound .Notfound_ttl {
    font-size: calc(100px + 60 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  main.Notfound .Notfound_ttl {
    font-size: 100px;
  }
}
main.Notfound .Notfound_ttl {
  font-weight: 700;
  line-height: 1;
  color: #00C0E8;
}
main.Notfound .Notfound_txt {
  padding: 32px 0 40px;
}
@media screen and (max-width: 834px), print {
  main.Notfound .Notfound_txt {
    padding: 0 0 20px;
  }
}
main.Notfound .Notfound_link {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
main.Notfound .Notfound_link:hover {
  opacity: 0.75;
}

html.wpadminbar {
  margin-top: 32px !important;
}
@media screen and (max-width: 834px), print {
  html.wpadminbar {
    margin-top: 46px !important;
  }
}
html.wpadminbar header,
html.wpadminbar header nav {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  html.wpadminbar header,
  html.wpadminbar header nav {
    top: 46px !important;
  }
}
@media screen and (max-width: 782px) {
  html.wpadminbar #wpadminbar {
    position: fixed;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1.6s, -webkit-transform 1.6 s;
  transition: opacity 1.6s, -webkit-transform 1.6 s;
  transition: opacity 1.6s, transform 1.6 s;
  transition: opacity 1.6s, transform 1.6 s, -webkit-transform 1.6 s;
}
.fadeIn-up {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fadeIn-left {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.fadeIn-right {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.fadeIn.animated {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.secttl {
  position: relative;
  text-align: center;
}
.secttl::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #00C0E8;
}
.secttl_en {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1;
  color: #00C0E8;
}
.secttl_jp {
  display: block;
  padding: 8px 0 20px;
  font-size: 28px;
}
@media screen and (max-width: 1023px), print {
  .secttl_jp {
    font-size: calc(22px + 6 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  .secttl_jp {
    font-size: 22px;
  }
}
.secttl_jp {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 834px), print {
  .secttl_jp {
    padding: 8px 0 12px;
  }
}

.Header {
  z-index: 50;
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 834px), print {
  .Header {
    height: 50px;
  }
}
.Header_wrap {
  height: 100%;
  width: 90%;
  max-width: 1500px;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  .Header_wrap {
    width: 94%;
  }
}
.Header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Header_logo {
  display: block;
  width: 183px;
}
@media screen and (max-width: 834px), print {
  .Header_logo {
    width: 140px;
  }
}
.Header_logo img {
  display: block;
  width: 100%;
}
.Header_logo a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.Header_logo a:hover {
  opacity: 0.75;
}

.gnav {
  z-index: 10;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
@media screen and (max-width: 480px), print {
  .gnav {
    left: 0;
  }
}
.gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
}
@media screen and (max-width: 480px), print {
  .gnav_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 1px;
  }
}
.gnav_list_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 80px;
  aspect-ratio: 1;
}
@media screen and (max-width: 480px), print {
  .gnav_list_item {
    max-width: 20%;
  }
}
.gnav_list_item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.gnav_list_item a:hover {
  opacity: 0.75;
}
.gnav_list_item a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Footer {
  position: relative;
  background-color: #fff;
}
.Footer_copy {
  display: block;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 1023px), print {
  .Footer_copy {
    font-size: calc(10px + 1 * (100vw - 480px) / 544);
  }
}
@media screen and (max-width: 480px), print {
  .Footer_copy {
    font-size: 10px;
  }
}
.Footer_copy {
  font-family: "inter";
}
@media screen and (max-width: 834px), print {
  .Footer_copy {
    height: 120px;
    line-height: 30px;
  }
}
.Footer .toTop {
  display: block;
  position: absolute;
  top: auto;
  right: 2.5%;
  bottom: 110%;
  left: auto;
  margin: auto;
  width: 37px;
  height: 37px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.Footer .toTop:hover {
  opacity: 0.75;
}
@media screen and (max-width: 834px), print {
  .Footer .toTop {
    bottom: 100%;
  }
}
.Footer .toTop_img,
.Footer .toTop img {
  display: block;
  width: 100%;
}/*# sourceMappingURL=common.css.map */