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

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

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

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

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

html {
  scroll-behavior: smooth;
}

.container {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.container a {
  display: block;
}
.container img {
  display: block;
}
.container .sectionTitle {
  width: 90%;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  margin: auto;
  margin-bottom: 24px;
}
.container .sectionTitle span {
  color: #BE0023;
  font-weight: 600;
}
.container .sectionTitle img {
  transform: translateY(-3px);
  display: inline-block;
  width: 120px;
  height: auto;
  margin-right: 6px;
}
.container .sectionTitle:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: #BE0023;
}
@media (min-width: 960px) {
  .container .sectionTitle {
    max-width: 1200px;
    font-size: 24px;
    margin: auto;
    margin-bottom: 40px;
  }
  .container .sectionTitle img {
    transform: translateY(-5px);
  }
}

.header {
  padding: 32px 0 12px;
}
.header .headerInner {
  width: 96%;
  margin: auto;
}
.header .headerInner .headerLogo {
  width: 130px;
}

@media (min-width: 960px) {
  .header {
    padding: 24px 0;
  }
}
.fv {
  background-image: url(../image/fvBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px 0 0;
}
.fv .fvInner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 90%;
  margin: auto;
}
.fv .fvInner .fvLeft {
  width: 100%;
}
.fv .fvInner .fvLeft .fvCatch {
  font-size: 12px;
  margin-bottom: 8px;
}
.fv .fvInner .fvLeft .fvTitle {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.fv .fvInner .fvLeft .fvSub {
  font-size: 10px;
  color: #8E8E8E;
}
.fv .fvInner .fvRight {
  width: 100%;
  margin: auto;
}
.fv .fvInner .fvRight .fvImg {
  width: 100%;
  margin: auto;
  margin-bottom: 12px;
}
.fv .fvInner .fvRight .fvNote {
  font-size: 10px;
  color: #8E8E8E;
}

@media (min-width: 375px) {
  .fv .fvInner .fvLeft .fvTitle {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .fv {
    padding: 40px 0;
    background-image: url(../image/fvBg_tab.png);
  }
  .fv .fvInner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .fv .fvInner .fvLeft {
    width: 50%;
  }
  .fv .fvInner .fvLeft .fvCatch {
    font-size: 16px;
  }
  .fv .fvInner .fvLeft .fvTitle {
    font-size: 24px;
  }
  .fv .fvInner .fvLeft .fvSub {
    font-size: 14px;
  }
  .fv .fvInner .fvRight {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .fv .fvInner {
    max-width: 900px;
  }
  .fv .fvInner .fvLeft .fvCatch {
    font-size: 18px;
  }
  .fv .fvInner .fvLeft .fvTitle {
    font-size: 32px;
  }
}
.partner {
  background-color: #fff;
  padding: 24px 0;
}
.partner .partnerInner .partnerList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 90%;
  margin: auto;
}
.partner .partnerInner .partnerList .partnerItem {
  display: flex;
  align-items: center;
  gap: 8px;
}
.partner .partnerInner .partnerList .partnerItem .arrow {
  width: auto;
  height: 32px;
}
.partner .partnerInner .partnerList .partnerItem .logo {
  width: auto;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 375px) {
  .partner .partnerInner .partnerList {
    gap: 32px;
  }
  .partner .partnerInner .partnerList .partnerItem .arrow {
    height: 30px;
  }
  .partner .partnerInner .partnerList .partnerItem .logo {
    height: 28px;
  }
}
@media (min-width: 480px) {
  .partner .partnerInner .partnerList {
    gap: 40px;
  }
  .partner .partnerInner .partnerList .partnerItem .arrow {
    height: 40px;
  }
  .partner .partnerInner .partnerList .partnerItem .logo {
    height: 32px;
  }
}
.cta {
  padding: 24px 0;
}
.cta .ctaInner {
  text-align: center;
}
.cta .ctaInner .ctaText {
  font-size: 14px;
  margin-bottom: 16px;
}
.cta .ctaInner .ctaBtn {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #BE0023;
  padding: 12px 100px;
  border-radius: 40px;
}

.cta.pattern1 {
  background-color: #F8F8F8;
}

.cta.pattern2 {
  background-color: #FFFFFF;
}

@media (min-width: 960px) {
  .cta {
    padding: 40px 0;
  }
  .cta .ctaInner .ctaText {
    font-size: 20px;
  }
  .cta .ctaInner .ctaBtn {
    font-size: 18px;
  }
}
.case {
  background-color: #fff;
  padding: 24px 0;
}
.case .caseInner .caseTitle {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
}
.case .caseInner .caseTitle .br-sp {
  display: block;
}
.case .caseInner .caseList {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.case .caseInner .caseList .caseItem {
  width: 33%;
  text-align: center;
}
.case .caseInner .caseList .caseItem .caseTop {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 12px;
}
.case .caseInner .caseList .caseItem .caseMain {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.case .caseInner .caseList .caseItem .caseMain span {
  font-size: 24px;
  font-weight: 600;
  color: #BE0023;
  line-height: 1;
  margin: 0 2px;
  font-family: "Roboto", sans-serif;
}
.case .caseInner .caseList .caseItem .caseBottom {
  font-size: 10px;
  font-weight: 400;
  color: #999999;
}

@media (min-width: 375px) {
  .case .caseInner .caseTitle .br-sp {
    display: none;
  }
}
@media (min-width: 480px) {
  .case .caseInner .caseList {
    max-width: 620px;
    justify-content: center;
    margin: auto;
  }
}
@media (min-width: 960px) {
  .case {
    padding: 40px 0;
  }
  .case .caseInner .caseTitle {
    font-size: 20px;
  }
  .case .caseInner .caseList {
    max-width: 720px;
  }
  .case .caseInner .caseList .caseItem .caseTop {
    font-size: 16px;
  }
  .case .caseInner .caseList .caseItem .caseMain {
    font-size: 24px;
  }
  .case .caseInner .caseList .caseItem .caseMain span {
    display: inline-block;
    font-size: 36px;
    transform: translateY(2px);
  }
  .case .caseInner .caseList .caseItem .caseBottom {
    font-size: 12px;
  }
}
.contact {
  background-color: #fff;
  padding: 24px 0;
}
.contact .contactInner .contactForm {
  max-width: 500px;
  width: calc(90% - 56px);
  margin: auto;
  border: 4px solid #BE0023;
  border-radius: 14px;
  padding: 24px;
}
.contact .contactInner .contactForm .form-columns-1 {
  margin-bottom: 16px;
}
.contact .contactInner .contactForm .form-columns-1 span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
}
.contact .contactInner .contactForm .form-columns-1 .hs-form-required {
  color: #BE0023;
}
.contact .contactInner .contactForm .form-columns-1 .hs-field-desc {
  font-size: 10px;
  margin-bottom: 4px;
}
.contact .contactInner .contactForm .form-columns-1 input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #F8F8F8;
}
.contact .contactInner .contactForm .form-columns-1 .input {
  margin-right: 0;
}
.contact .contactInner .contactForm .form-columns-1 .hs-richtext {
  font-size: 12px;
}
.contact .contactInner .contactForm .form-columns-1 .hs-error-msg {
  font-size: 10px;
  color: #BE0023;
  display: inline-block;
}
.contact .contactInner .contactForm .form-columns-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}
.contact .contactInner .contactForm .form-columns-2 span {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
}
.contact .contactInner .contactForm .form-columns-2 .hs-form-required {
  color: #BE0023;
}
.contact .contactInner .contactForm .form-columns-2 .hs-field-desc {
  font-size: 10px;
  margin-bottom: 4px;
}
.contact .contactInner .contactForm .form-columns-2 input {
  width: 100%;
  height: 40px;
  border: none;
  background-color: #F8F8F8;
}
.contact .contactInner .contactForm .form-columns-2 .input {
  margin-right: 0;
}
.contact .contactInner .contactForm .form-columns-2 .hs-error-msg {
  font-size: 10px;
  color: #BE0023;
  display: inline-block;
  margin-top: 8px;
}
.contact .contactInner .contactForm .hs_error_rollup .hs-main-font-element {
  font-size: 14px;
  color: #BE0023;
}
.contact .contactInner .contactForm .legal-consent-container .hs-richtext {
  margin-bottom: 12px;
}
.contact .contactInner .contactForm .legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact .contactInner .contactForm .legal-consent-container .hs-form-booleancheckbox-display input {
  width: 20px;
  height: 20px;
  margin: 0;
}
.contact .contactInner .contactForm .legal-consent-container .hs-form-booleancheckbox-display span {
  margin: 0;
}
.contact .contactInner .contactForm .actions {
  text-align: center;
  margin-top: 24px;
}
.contact .contactInner .contactForm .actions input[type=submit] {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #BE0023;
  padding: 12px 100px;
  border-radius: 40px;
  border: none;
}

.about {
  padding: 24px 0;
  background-color: #fff;
}
.about .aboutInner .aboutMain {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about .aboutInner .aboutMain .aboutLeft .aboutCatch {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.about .aboutInner .aboutMain .aboutLeft .aboutCatch .br-sp {
  display: block;
}
.about .aboutInner .aboutMain .aboutLeft .aboutSub {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.about .aboutInner .aboutMain .aboutRight .aboutImg {
  width: 100%;
  margin-bottom: 24px;
}
.about .aboutInner .aboutMain .aboutRight .aboutDetail {
  background-color: #F6F6F6;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.about .aboutInner .aboutMain .aboutRight .aboutDetail .detailTitle {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
}
.about .aboutInner .aboutMain .aboutRight .aboutDetail .detailText {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.about .aboutInner .aboutMain .aboutRight .aboutDetail .detailText span {
  font-weight: 800;
}
.about .aboutInner .aboutMain .aboutRight .aboutNote {
  font-size: 10px;
  color: #8E8E8E;
}

@media (min-width: 768px) {
  .about .aboutInner .aboutMain {
    flex-direction: row;
    align-items: center;
    max-width: 800px;
    margin: auto;
  }
  .about .aboutInner .aboutMain .aboutLeft {
    width: 50%;
  }
  .about .aboutInner .aboutMain .aboutRight {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .about {
    padding: 40px 0;
  }
  .about .aboutInner .aboutMain {
    max-width: 1200px;
  }
  .about .aboutInner .aboutMain .aboutLeft .aboutCatch {
    font-size: 24px;
  }
  .about .aboutInner .aboutMain .aboutLeft .aboutSub {
    font-size: 16px;
  }
  .about .aboutInner .aboutMain .aboutRight .aboutDetail .detailTitle {
    font-size: 20px;
  }
  .about .aboutInner .aboutMain .aboutRight .aboutDetail .detailText {
    font-size: 16px;
  }
}
.voice {
  background-image: url(../image/voiceBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 24px 0 0;
}
.voice .voiceInner .voiceList {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  margin: auto;
}
.voice .voiceInner .voiceList .voiceItem {
  width: calc(100% - 48px);
  border-radius: 12px;
  padding: 24px;
  background-color: #fff;
}
.voice .voiceInner .voiceList .voiceItem .voiceImg {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.voice .voiceInner .voiceList .voiceItem .voiceDate {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 12px;
}
.voice .voiceInner .voiceList .voiceItem .voiceTitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}
.voice .voiceInner .voiceList .voiceItem .voiceText {
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 24px;
}
.voice .voiceInner .voiceList .voiceItem .voiceCompany {
  font-size: 10px;
  font-weight: 200;
}

@media (min-width: 768px) {
  .voice {
    background-image: url(../image/voiceBg_tab.png);
  }
  .voice .voiceInner .voiceList {
    flex-direction: row;
    gap: 32px;
    max-width: 1200px;
  }
}
@media (min-width: 960px) {
  .voice {
    padding: 40px 0;
  }
  .voice .voiceInner .voiceList .voiceItem .voiceTitle {
    font-size: 20px;
  }
  .voice .voiceInner .voiceList .voiceItem .voiceText {
    font-size: 14px;
  }
}
.link {
  padding: 24px 0;
  background-color: #F8F8F8;
}
.link .linkInner {
  width: 90%;
  margin: auto;
}
.link .linkInner .linkLogo {
  width: 130px;
  margin-bottom: 24px;
}
.link .linkInner .linkList {
  display: flex;
  flex-direction: column;
}
.link .linkInner .linkList .linkItem {
  border-bottom: 1px solid #E0E0E0;
}
.link .linkInner .linkList .linkItem a {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 300;
}
.link .linkInner .linkList .linkItem:first-child {
  border-top: 1px solid #E0E0E0;
}

@media (min-width: 768px) {
  .link .linkInner {
    max-width: 1200px;
    margin: auto;
  }
  .link .linkInner .linkList .linkItem a {
    font-size: 14px;
  }
}
.footer {
  padding: 24px 0 12px;
  background-color: #F8F8F8;
}
.footer .footerInner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.footer .footerInner .footerTitle {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
}
.footer .footerInner .footerText {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 24px;
}
.footer .footerInner .footerCopy {
  text-align: center;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */