html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=submit],
input[type=button] {
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

@font-face {
  font-family: "b";
  src: url("../fonts/FOT-UDMarugo_LargePro-B.woff") format("woff");
}
@font-face {
  font-family: "m";
  src: url("../fonts/FOT-UDMarugo_LargePro-M.woff") format("woff");
}
body {
  background-color: #fdfcf7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.b {
  font-family: "b";
}

.m {
  font-family: "m";
}

.pc-only {
  display: inline;
}

.tab-only {
  display: none;
}

.sp-only {
  display: none;
}

h1 {
  display: flex;
  align-items: center;
  width: 900px;
  padding-top: 30px;
  margin: 0 auto;
}
h1 img {
  width: 247.66px;
  height: auto;
}

main {
  flex: 1;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0;
}
.container h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
.container p {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.container a {
  color: #f4810e;
  text-decoration: underline;
}
.container .left {
  text-align: left;
  display: inline-block;
  width: 100%;
  line-height: 1.8;
}

footer {
  text-align: center;
  margin-top: auto;
  background-color: #111;
}
footer .footer-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 28px;
  width: 1000px;
  margin: 0 auto;
}
footer .footer-container .footer-logo img {
  display: block;
  width: 164.73px;
  margin: 0 auto;
}
footer p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1120px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: inline;
  }
  h1 {
    width: 64.286vw;
    padding-top: 3vw;
  }
  h1 img {
    width: 17.69vw;
  }
  .container {
    max-width: 80.3571428571vw;
    margin: 0 auto;
    padding: 100px 0;
  }
  .container h2 {
    font-size: 2.8571428571vw;
    margin-bottom: 2.6785714286vw;
  }
  .container p {
    font-size: 1.7857142857vw;
  }
  footer .footer-container {
    width: 71.429vw;
    padding-top: 2vw;
  }
  footer .footer-container .footer-logo img {
    width: 11.766vw;
  }
  footer p {
    font-size: 1.143vw;
    line-height: 1.429vw;
    padding-top: 2.857vw;
    padding-bottom: 2.143vw;
  }
}
@media screen and (max-width: 501px) {
  .pc-only {
    display: none;
  }
  .tab-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
  h1 {
    width: 84vw;
    padding-top: 12vw;
  }
  h1 img {
    width: 45vw;
  }
  .container {
    width: 84vw;
    margin: 0 auto;
  }
  .container h2 {
    font-size: 6.3872255489vw;
    margin-bottom: 5.9880239521vw;
    line-height: 1.2;
  }
  .container p {
    font-size: 3.5928143713vw;
  }
  footer .footer-container {
    width: 84vw;
    padding: 0;
    margin: 0 auto;
  }
  footer .footer-container .footer-logo {
    width: 43.928vw;
    padding: 10.667vw 0 13.333vw;
    margin: 0 auto;
  }
  footer .footer-container .footer-logo img {
    width: 100%;
  }
  footer p {
    font-size: 4.267vw;
    padding-top: 10.667vw;
    padding-bottom: 8vw;
  }
}/*# sourceMappingURL=style.css.map */