@font-face {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-style: normal;
  src: local(), url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.6;
}
@media (min-width: 769px) {
  body {
    padding-top: 73px;
    min-width: 1139px;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    padding-top: 54px;
  }
}

a {
  transition: opacity 0.2s ease-in-out;
}

img {
  max-width: 100%;
}

.container,
.inner,
.inner01 {
  margin-inline: auto;
  padding-inline: 16px;
}
@media (min-width: 769px) {
  .container,
  .inner,
  .inner01 {
    width: 1080px;
  }
}

.inner,
.inner01 {
  box-sizing: content-box;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.btnWrap {
  position: relative;
  display: inline-block;
  margin-top: 1.04vw;
}

.btn {
  display: flex;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn::after {
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  position: absolute;
  right: calc(50% - 160px);
}
@media (max-width: 768px) {
  .btn::after {
    margin-left: 75px;
  }
}
.btn:hover {
  opacity: 0.65;
}
.btn.black {
  background: #000;
  color: #fff;
}
.btn.black::after {
  content: none;
}
.btn.red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 393px;
  margin: 0 auto;
  border: none;
  border-bottom: solid 5px #8d0020;
  background-image: linear-gradient(180deg, rgb(232, 0, 52), rgb(173, 0, 39));
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  transition: 0.5s ease;
  position: relative;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .btn.red {
    font-size: 4vw;
  }
}
.btn.orange {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  margin: 0 auto;
  border: none;
  border-bottom: solid 5px #b33e00;
  background-image: linear-gradient(180deg, rgb(227, 110, 38), rgb(189, 72, 0));
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  transition: 0.5s ease;
  position: relative;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .btn.orange {
    font-size: 4vw;
  }
}

.sectionTitle {
  text-align: center;
  font-weight: bold;
  line-height: 1.2857142857;
  margin-top: 8px;
}
@media (min-width: 769px) {
  .sectionTitle {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 28px;
  }
}

.sectionSubTitle {
  font-weight: bold;
  color: #ad0027;
  text-align: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .sectionSubTitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .sectionSubTitle {
    font-size: 18px;
  }
}

.sectionLeadText {
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .sectionLeadText {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sectionLeadText {
    font-size: 16px;
  }
}

.navButton a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #3f3f3f;
  min-height: 49px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  border-radius: 6px;
  padding: 8px;
  position: relative;
  box-shadow: 0 4px 0 #000;
  transition: 0.065s ease-in-out;
}
@media (min-width: 769px) {
  .navButton a {
    width: 160px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .navButton a {
    width: 100%;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .navButton a:hover {
    box-shadow: 0 2px 0 #000;
    translate: 0 2px;
    opacity: 1 !important;
  }
}

.btn01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-image: linear-gradient(to bottom, #e80034, #ad0027);
  border-radius: 6px;
  box-shadow: 0 6px 0 #8d0020;
  transition: 0.065s ease-in-out;
  position: relative;
}
@media (min-width: 769px) {
  .btn01 {
    max-width: 476px;
    min-height: 95px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .btn01 {
    min-height: 53px;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .btn01:hover {
    box-shadow: 0 2px 0 #510013;
    translate: 0 5px;
  }
}
.btn01::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
}

.btn02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-image: linear-gradient(to bottom, #e36e26, #bd4800);
  border-radius: 6px;
  box-shadow: 0 6px 0 #9f3d00;
  transition: 0.065s ease-in-out;
  position: relative;
}
@media (min-width: 769px) {
  .btn02 {
    max-width: 476px;
    min-height: 95px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .btn02 {
    min-height: 53px;
    font-size: 18px;
  }
}
@media (hover: hover) {
  .btn02:hover {
    box-shadow: 0 2px 0 #e36e26;
    translate: 0 5px;
  }
}
.btn02::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
}

.link01 {
  background-color: #ad0027;
  padding-inline: 16px;
}
.link01 .linkInner {
  display: flex;
  gap: 16px 27px;
  margin-inline: auto;
}
@media (min-width: 769px) {
  .link01 .linkInner {
    padding-block: 32px;
  }
}
@media (max-width: 768px) {
  .link01 .linkInner {
    flex-direction: column;
    padding-block: 24px;
  }
}
.link01 .linkContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1;
  background-color: #fff;
}
@media (min-width: 769px) {
  .link01 .linkContainer {
    padding: 40px 16px;
  }
}
@media (max-width: 768px) {
  .link01 .linkContainer {
    padding: 24px;
  }
}
.link01 .linkText {
  font-weight: bold;
  text-align: center;
  line-height: 1.3333333333;
}
@media (min-width: 769px) {
  .link01 .linkText {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .link01 .linkText {
    font-size: 18px;
  }
}

.pageTop {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
@media (min-width: 769px) {
  .pageTop {
    bottom: 33px;
    right: 28px;
  }
}
@media (max-width: 768px) {
  .pageTop {
    bottom: 16px;
    right: 16px;
  }
}
.pageTop.active {
  opacity: 1;
  pointer-events: all;
}
.pageTop a {
  display: block;
  background-color: #111;
  border-radius: 4px;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .pageTop a {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 768px) {
  .pageTop a {
    width: 42px;
    height: 42px;
  }
}
@media (hover: hover) {
  .pageTop a:hover {
    opacity: 0.65;
  }
}
.pageTop a::after {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  rotate: -45deg;
}
@media (min-width: 769px) {
  .pageTop a::after {
    width: 12px;
    height: 12px;
    top: calc(50% + 3px);
  }
}
@media (max-width: 768px) {
  .pageTop a::after {
    width: 10px;
    height: 10px;
    top: calc(50% + 2px);
  }
}

.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 769px) {
  .header {
    padding-inline: 16px;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
}
@media (min-width: 769px) {
  .header .container {
    min-width: 1110px;
    height: 73px;
  }
}
@media (max-width: 768px) {
  .header .container {
    height: 54px;
    padding-left: 24px;
  }
}
@media (min-width: 769px) {
  .header h1 img {
    width: 138px;
  }
}
@media (max-width: 768px) {
  .header h1 img {
    width: 117px;
  }
}

@media (max-width: 768px) {
  .nav nav {
    background-color: #fff;
    width: 58.6666666667vw;
    min-width: 220px;
    height: 100lvh;
    box-shadow: -4px 0 3px rgba(0, 0, 0, 0.085);
    padding-top: 74px;
    padding-inline: 25px;
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.5s ease-in-out 0.05s;
  }
}
@media (min-width: 769px) {
  .nav nav ul {
    display: flex;
    gap: 34px;
    list-style: none;
    align-items: center;
  }
}
.nav nav ul li {
  line-height: 1;
}
@media (hover: hover) {
  .nav nav ul li:not(.btn) a:hover {
    opacity: 0.65;
  }
}
@media (max-width: 768px) {
  .nav nav ul li + li {
    margin-top: 32px;
  }
}
.nav nav ul li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 768px) {
  .nav nav ul li.btn {
    display: inline-flex;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .nav .hamburger {
    display: none;
  }
}
@media (max-width: 768px) {
  .nav .hamburger {
    background-color: #fff;
    width: 60px;
    height: 54px;
    position: relative;
    position: relative;
    z-index: 1;
    cursor: pointer;
  }
}
.nav .hamburger span {
  width: 33px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.nav .hamburger span:nth-child(1) {
  top: calc(50% - 8px);
}
.nav .hamburger span:nth-child(2) {
  top: 50%;
}
.nav .hamburger span:nth-child(3) {
  top: calc(50% + 8px);
}
.nav.active nav {
  right: 0;
}
.nav.active .hamburger span:nth-child(1) {
  top: 50%;
  rotate: -35deg;
}
.nav.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.nav.active .hamburger span:nth-child(3) {
  top: 50%;
  rotate: 35deg;
}

/* Footer */
.footer {
  padding-inline: 15px;
}
@media (min-width: 769px) {
  .footer {
    padding-block: 56px 35px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-block: 40px 25px;
  }
}
.footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (hover: hover) {
  .footer .sns a:hover {
    opacity: 0.65;
  }
}
@media (min-width: 769px) {
  .footer .sns img {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .footer .sns img {
    width: 30px;
  }
}
.footer .copyRight {
  display: block;
  font-size: 12px;
  color: #000;
  text-align: center;
}
@media (min-width: 769px) {
  .footer .copyRight {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .footer .copyRight {
    margin-top: 25px;
  }
}/*# sourceMappingURL=common.css.map */