/* ----------------------------
    Reset style
---------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, code, blockquote,
a, em, img, strong, small, sub, sup, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 0.6944444444vw;
}
@media only screen and (min-width: 1441px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #00335f;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 2.8rem;
  }
}

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

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input, textarea, select, button {
  font: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button, label {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

/*----------------------------
	background
-----------------------------*/
/*----------------------------
	text
-----------------------------*/
.c-yellow {
  color: #f9ff51;
}

.c-orange {
  color: #f3963d;
}

.c-accent {
  color: #0867ff;
}

.bold {
  font-weight: 600;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

/*----------------------------
	box
-----------------------------*/
/*----------------------------
	display
-----------------------------*/
.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pst-rel {
  position: relative;
}

.pst-abs {
  position: absolute;
}

.pst-fix {
  position: fixed;
}

.inner {
  width: 89.333%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 8rem);
  }
}

/* ----------------------------
    header
---------------------------- */
/* ----------------------------
    footer
---------------------------- */
/* ----------------------------
    mv
---------------------------- *//*# sourceMappingURL=style.css.map */