<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");

@import url("https://fonts.googleapis.com/css?family=Oswald:@500,700&amp;display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&amp;display=swap");

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
	background: #000003
}

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

nav ul {
  list-style: none;
}

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

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}

.body__inner {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #000;
  overflow: hidden;
  font-size: 100%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
}

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

.body__inner.is__open .gnavi {
  right: 0;
}

.body__inner.is__open .gnaviToggleButton {
  height: 42px;
}

.body__inner.is__open .gnaviToggleButton span:first-child {
  top: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.body__inner.is__open .gnaviToggleButton span:nth-child(2) {
  opacity: 0;
}

.body__inner.is__open .gnaviToggleButton span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

button {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

a,
button {
  color: #3c3c3c;
  text-decoration: none;
}

a:not(.link),
button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.border__01 {
  background-image: url(../img/common/border_01_pc.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 92px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(84%, transparent), color-stop(80%, #FFEB00));
  background: linear-gradient(transparent 84%, #FFEB00 80%);
  position: relative;
}

.strong {
  color: #46AF5A;
  font-size: 32px;
}

.pagetop {
  background-image: url(../img/pagetop_sp.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes pagetop {
  0% {
    height: 100%;
  }

  to {
    height: 60%;
  }
}

@keyframes pagetop {
  0% {
    height: 100%;
  }

  to {
    height: 60%;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@media print, screen and (min-width: 768px) {
  a:not(.link):hover,
  button:hover {
    opacity: 0.8;
  }

  .pagetop {
    display: none;
  }

  .slideInUp {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInUp.one {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInUp.two {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .slideInUp.three {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .slideInLeft {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInRight {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slideInCar {
    opacity: 0;
    -webkit-transform: translate(-300px, 100px);
    transform: translate(-300px, 100px);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

  .zoom {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }

  .slow {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .isMove,
  .resolutionCampaignBtn.isFixed {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 767px) {
  .border__01 {
    background-image: url(../img/common/border_01_sp.svg);
    width: 7px;
    height: 80px;
    margin-top: 15px;
  }

  .strong {
    font-size: 17px;
  }

  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 4000;
  }
}

@media screen and (max-width: 679px) {
  .noneSP {
    display: none !important;
  }
  
  @media screen and (min-width: 319px) {
  .noneSP02 {
    display: none !important;
  }     
}
</pre></body></html>