@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap");
/*
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, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

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;
}

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  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;
}

li {
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  font-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  color: #1d1d1d;
  position: relative;
  width: 100%;
  line-height: 1.4;
}

main {
  display: block;
  width: 100%;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
  color: #1d1d1d;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
}
video {
  vertical-align: bottom;
}

time {
  display: inline-block;
}

sup {
  font-size: 50%;
  position: relative;
  top: -0.1em;
  vertical-align: super;
}

sub {
  position: relative;
  top: -0.1em;
}

section {
  position: relative;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

table {
  width: 100%;
}

#wrapper {
  position: relative;
  width: 100%;
}
.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 88px;
  background-color: #f5347f;
}
.header-inner {
  padding: 0 30px;
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  gap: 0 30px;
  margin: 0 auto;
}
.header-menu > li > a {
  overflow: hidden;
  position: relative;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-menu > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #5a35ad;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu > li > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #5a35ad;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  rotate: 45deg;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-menu > li > a.on::before {
  bottom: 0;
}
.header-menu > li > a.on::after {
  bottom: -10px;
}

.footer {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  background-color: #f5347f;
}

@media print {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 0.8;
    width: 1200px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.3rem;
  }
  #wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .pc {
    display: none !important;
  }
  .header {
    height: 50px;
  }
  .header-inner {
    padding: 0 12px;
  }
  .header-menu {
    gap: 0;
  }
  .header-menu > li > a {
    height: 50px;
  }
  .header-menu > li > a::before {
    height: 4px;
  }
  .header-menu > li > a::after {
    width: 10px;
    height: 10px;
    bottom: -13px;
  }
  .header-menu > li > a.on::after {
    bottom: -3px;
  }
  .header-menu > li > a > img {
    max-width: none;
    height: 13px;
  }
  .footer {
    padding: 15px 0;
    font-size: 1.5rem;
  }
}

@media all and (-ms-high-contrast: none) {
  sup {
    font-size: 80%;
  }
}

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

@media (any-hover: hover) {
  .header-menu > li > a > img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-menu > li > a:hover > img {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
  }
}