@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  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;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.8em;
  line-height: 1.5;
  word-wrap: break-word;
  color: #212020;
}

a {
  color: #212020;
  text-decoration: none;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

main {
  display: block;
}

header.cmn {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(33, 32, 32, 0.9);
  display: flex;
}
@media screen and (min-width: 768px) {
  header.cmn {
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 15px 0;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn {
    align-items: center;
    justify-content: space-between;
    height: 17.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  header.cmn a.logo {
    margin-left: 10px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn a.logo {
    margin-top: 2.1333333333vw;
    margin-left: 3.3333333333vw;
    padding-bottom: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  header.cmn a.logo img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn a.logo img {
    width: 26.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  header.cmn div.menu-btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header.cmn div.menu-btn {
    position: relative;
    z-index: 30;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 8vw;
    height: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
header.cmn div.menu-btn span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
}
header.cmn div.menu-btn.is-active span {
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.4s;
}
header.cmn div.menu-btn.is-active span:nth-of-type(1) {
  transform: rotate(45deg);
}
header.cmn div.menu-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
header.cmn div.menu-btn.is-active span:nth-of-type(3) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu {
    overflow-y: auto;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
    height: 100vh;
    padding: 6.6666666667vw 0;
    background-color: #212020;
  }
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > ul {
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.6666666667vw 0;
    padding: 16vw 6.6666666667vw 6.6666666667vw;
  }
}
header.cmn nav.menu > ul a {
  width: inherit;
  height: inherit;
  color: #fff;
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > ul a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.cmn nav.menu > ul a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > ul a {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > ul a:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > ul > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > ul > li > a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > ul ul {
    margin-top: 2.6666666667vw;
  }
}
header.cmn nav.menu > ul ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > ul ul li:not(:first-of-type) {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > ul ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: rgba(33, 32, 32, 0.9);
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > ul ul li a {
    display: flex;
    align-items: center;
    gap: 0 2vw;
  }
}
header.cmn nav.menu > ul ul li a:before {
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > ul ul li a:before {
    width: 2.6666666667vw;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu ul.gnav li:hover > ul {
    display: block;
  }
}
header.cmn nav.menu > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D80000;
  color: #fff;
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > a {
    width: 165px;
    height: 60px;
    gap: 0 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.cmn nav.menu > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > a {
    width: 40vw;
    height: 13.3333333333vw;
    gap: 0 1.6vw;
    font-size: 4.8vw;
  }
}
header.cmn nav.menu > a:after {
  content: "";
  background: url(../img/mail.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  header.cmn nav.menu > a:after {
    width: 38px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  header.cmn nav.menu > a:after {
    width: 5.0666666667vw;
    height: 3.7333333333vw;
    margin-top: 1.0666666667vw;
  }
}

section.cta {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  section.cta {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta {
    padding: 28px 24px;
  }
}
@media screen and (max-width: 767px) {
  section.cta {
    padding: 9.3333333333vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  section.cta div.h {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.h {
    gap: 16px 40px;
    padding-top: 112px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  section.cta div.h {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.h {
    text-align: center;
  }
}
section.cta div.h h2 {
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.cta div.h h2 {
    font-size: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.h h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.h h2 {
    font-size: 3.4666666667vw;
  }
}
section.cta div.h div.set {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.cta div.h div.set {
    gap: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.h div.set {
    gap: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.h div.set {
    margin-top: 2vw;
    gap: 0 2.6666666667vw;
  }
}
section.cta div.h div.set ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.cta div.h div.set ul {
    gap: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.h div.set ul {
    gap: 0 8px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.h div.set ul {
    gap: 0 1.3333333333vw;
  }
}
section.cta div.h div.set ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.cta div.h div.set ul li {
    width: 130px;
    height: 67px;
    font-size: 39px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.h div.set ul li {
    width: 104px;
    height: 54px;
    font-size: 31px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.h div.set ul li {
    width: 17.3333333333vw;
    height: 8.9333333333vw;
    font-size: 5.2vw;
  }
}
section.cta div.h div.set p {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.cta div.h div.set p {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.h div.set p {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.h div.set p {
    font-size: 6vw;
  }
}
section.cta div.m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.cta div.m {
    gap: 20px 30px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.m {
    gap: 16px 24px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.m {
    flex-direction: column-reverse;
    gap: 2vw 0;
    margin-top: 3.3333333333vw;
  }
}
section.cta div.m a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D80000;
  color: #fff;
  border-radius: 100px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cta div.m a.btn {
    width: 624px;
    height: 142px;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.m a.btn {
    width: 499px;
    height: 114px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.m a.btn {
    width: 88.1333333333vw;
    height: 14.4vw;
    font-size: 4.6666666667vw;
  }
}
section.cta div.m a.btn:before {
  content: "";
  background: url(../img/icon_mail.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.cta div.m a.btn:before {
    width: 88px;
    height: 64px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.m a.btn:before {
    width: 70px;
    height: 51px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.m a.btn:before {
    width: 10.5333333333vw;
    height: 7.7333333333vw;
    margin-right: 3.3333333333vw;
  }
}
section.cta div.m a.btn span.set {
  display: flex;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  section.cta div.m a.btn span.st {
    font-size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.m a.btn span.st {
    font-size: 43px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.m a.btn span.st {
    margin-left: 0.6666666667vw;
    font-size: 7.2vw;
  }
}
section.cta div.m div p {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  section.cta div.m div p:nth-of-type(1) {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.m div p:nth-of-type(1) {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.m div p:nth-of-type(1) {
    font-size: 2.8vw;
  }
}
section.cta div.m div p:nth-of-type(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: inherit;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cta div.m div p:nth-of-type(2) a {
    margin-top: -8px;
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.m div p:nth-of-type(2) a {
    margin-top: -6px;
    font-size: 51px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.m div p:nth-of-type(2) a {
    margin-top: -1.3333333333vw;
    font-size: 8.5333333333vw;
  }
}
section.cta div.m div p:nth-of-type(2) a:before {
  content: "";
  background: url(../img/icon_tel2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  section.cta div.m div p:nth-of-type(2) a:before {
    width: 94px;
    height: 94px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.cta div.m div p:nth-of-type(2) a:before {
    width: 75px;
    height: 75px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.cta div.m div p:nth-of-type(2) a:before {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    margin-right: 2vw;
  }
}

footer.cmn {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  footer.cmn {
    padding: 42px 0 0;
    border-top: 5px solid #D80000;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn {
    border-top: 0.6666666667vw solid #D80000;
    padding: 6.6666666667vw 0 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner {
    display: flex;
    justify-content: space-between;
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 30px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6vw 0;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.head {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.head a.logo {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.head a.logo img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.head a.logo img {
    width: 31.7333333333vw;
  }
}
footer.cmn div.inner div.head p {
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.head p {
    margin: 35px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.head p {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main {
    display: flex;
    gap: 0 70px;
    max-width: 900px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li + li {
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li + li {
    margin: 5.3333333333vw 0 0;
  }
}
footer.cmn div.inner div.main > ul > li > a {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li > a {
    font-size: 3.4666666667vw;
  }
}
footer.cmn div.inner div.main > ul > li > a:before {
  content: ">";
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li > a:before {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li > a:before {
    margin-right: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li ul {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li ul {
    margin: 2.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li ul li {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li ul li {
    margin-left: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li ul li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li ul li + li {
    margin-top: 2.6666666667vw;
  }
}
footer.cmn div.inner div.main > ul > li ul li a {
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li ul li a {
    font-size: 3.4666666667vw;
  }
}
footer.cmn div.inner div.main > ul > li ul li a:before {
  content: "-";
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  footer.cmn div.inner div.main > ul > li ul li a:before {
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn div.inner div.main > ul > li ul li a:before {
    margin-right: 0.8vw;
  }
}
footer.cmn p.copyright {
  text-align: center;
  color: #fff;
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  footer.cmn p.copyright {
    margin: 50px 0 0;
    padding: 10px;
    font-size: 14px;
    border-top: 5px solid #D80000;
  }
}
@media screen and (max-width: 767px) {
  footer.cmn p.copyright {
    margin: 5.3333333333vw 0 0;
    padding: 2vw;
    font-size: 3.2vw;
    border-top: 0.6666666667vw solid #D80000;
  }
}

.line-wh:after {
  background-color: #fff;
}

.line-rd:after {
  background-color: #D80000;
}

.line-bk:after {
  background-color: #212020;
}

.line-wh:after, .line-bk:after, .line-rd:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .line-wh:after, .line-bk:after, .line-rd:after {
    width: 1px;
    height: 26px;
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 767px) {
  .line-wh:after, .line-bk:after, .line-rd:after {
    width: 0.1333333333vw;
    height: 3.4666666667vw;
    margin-bottom: -5.8666666667vw;
  }
}

.c_tit1 {
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
}
.c_tit1.wh {
  color: #fff;
}
.c_tit1.wh:before {
  color: rgba(255, 255, 255, 0.15);
}
.c_tit1.wh div.wrap p, .c_tit1.wh div.wrap h2, .c_tit1.wh div.wrap h3 {
  color: #fff;
}
.c_tit1.bk {
  color: #212020;
}
.c_tit1.bk:before {
  color: rgba(33, 32, 32, 0.15);
}
.c_tit1.bk div.wrap p {
  color: #212020;
}
.c_tit1.bk div.wrap h2 span.nor {
  color: #212020;
}
.c_tit1.bk div.wrap h2 span.sm {
  color: #fff;
}
.c_tit1:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_tit1:before {
    font-size: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c_tit1:before {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1:before {
    font-size: 13.3333333333vw;
  }
}
.c_tit1 h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_tit1 h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 h2 {
    font-size: 6.6666666667vw;
  }
}
.c_tit1 h2 span.sm {
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_tit1 h2 span.sm {
    margin: 6px 0;
    padding: 2px 18px 3px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 h2 span.sm {
    margin: 1.6vw 0;
    padding: 0 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_tit1 h2 span.st {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 h2 span.st {
    font-size: 4vw;
  }
}
.c_tit1 > div.wrap {
  position: relative;
  z-index: 1;
}
.c_tit1 > div.wrap p, .c_tit1 > div.wrap h3, .c_tit1 > div.wrap h2.st {
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_tit1 > div.wrap p, .c_tit1 > div.wrap h3, .c_tit1 > div.wrap h2.st {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 > div.wrap p, .c_tit1 > div.wrap h3, .c_tit1 > div.wrap h2.st {
    font-size: 6.6666666667vw;
  }
}
.c_tit1 > div.wrap h2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_tit1 > div.wrap h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 > div.wrap h2 {
    font-size: 3.3333333333vw;
  }
}
.c_tit1 > div.wrap h2 span.nor {
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c_tit1 > div.wrap h2 span.nor {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 > div.wrap h2 span.nor {
    font-size: 6.6666666667vw;
  }
}
.c_tit1 > div.wrap h2 span.sm {
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_tit1 > div.wrap h2 span.sm {
    margin: 6px 0;
    padding: 2px 18px 3px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 > div.wrap h2 span.sm {
    margin: 1.6vw 0;
    padding: 0 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_tit1 > div.wrap h2 span.st {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit1 > div.wrap h2 span.st {
    font-size: 4vw;
  }
}

.c_tit2 {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_tit2 {
    margin: 40px 0 70px;
  }
}
.c_tit2 p {
  color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_tit2 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit2 p {
    font-size: 3.3333333333vw;
  }
}
.c_tit2 h2 {
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c_tit2 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit2 h2 {
    margin-top: 1.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.c_tit2 h2 + p {
  display: table;
  color: #fff;
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_tit2 h2 + p {
    margin: 10px auto 0;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit2 h2 + p {
    text-align: center;
    line-height: 1.3;
    margin: 2.6666666667vw auto 0;
    padding: 0.6666666667vw 2.6666666667vw;
  }
}

.c_tit3 {
  position: relative;
  z-index: 1;
}
.c_tit3 h3 {
  display: table;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_tit3 h3 {
    margin: 50px auto 70px;
    padding: 2px 35px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_tit3 h3 {
    margin: 10.6666666667vw auto 0;
    padding: 0 3.3333333333vw;
    font-size: 4.8vw;
  }
}

.c_btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 100px;
}
.c_btn1.rd {
  color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_btn1.rd:hover {
    opacity: 1;
    color: #fff;
    background-color: #D80000;
  }
}
@media screen and (min-width: 768px) {
  .c_btn1:hover {
    opacity: 1;
    color: #212020;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c_btn1 {
    width: 242px;
    height: 54px;
    margin: 30px auto 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn1 {
    width: 60vw;
    height: 12vw;
    margin: 7.7333333333vw auto 0;
    font-size: 5.3333333333vw;
  }
}
.c_btn1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c_btn1 span:before {
  content: "";
  position: absolute;
  top: 50%;
  border: 1px solid currentColor;
  line-height: 1;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .c_btn1 span:before {
    width: 10px;
    height: 10px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .c_btn1 span:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: -6.6666666667vw;
    margin-top: 0.5333333333vw;
  }
}

.c_kv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_kv {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .c_kv {
    padding: 17.3333333333vw 0 0;
  }
}
.c_kv:before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c_kv:before {
    top: 0;
    left: 0;
    width: 424px;
    height: 405px;
    background: url(../img/common/obj_kv1.png) 0 0/100% no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .c_kv:before {
    left: 0;
    bottom: 0;
    width: 27.2vw;
    height: 61.4666666667vw;
    background: url(../img/common/sp/obj_kv1.png) 0 0/100% no-repeat;
  }
}
.c_kv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  background: url(../img/common/kv_obj2.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .c_kv:after {
    right: 0;
    width: 209px;
    height: 334px;
  }
}
@media screen and (max-width: 767px) {
  .c_kv:after {
    right: 0;
    width: 27.8666666667vw;
    height: 44.5333333333vw;
  }
}
.c_kv div.image {
  width: 100%;
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  .c_kv div.image img {
    width: 100%;
    height: 334px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .c_kv div.image img {
    width: 100%;
  }
}
.c_kv h2 {
  position: absolute;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c_kv h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 767px) {
  .c_kv h2 {
    font-size: 7.3333333333vw;
  }
}

.c_h1 {
  position: absolute;
  color: #fff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_h1 {
    top: 370px;
    right: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_h1 {
    bottom: 1.3333333333vw;
    right: 4vw;
    font-size: 2.4vw;
  }
}

.c_read {
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  div.breadcrumbs {
    max-width: 1360px;
    margin: 0 auto;
    padding: 20px 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div.breadcrumbs {
    margin: 3.3333333333vw 5.3333333333vw 2.6666666667vw;
  }
}
div.breadcrumbs ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  div.breadcrumbs ul {
    padding-bottom: 2.6666666667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
}
div.breadcrumbs ul li {
  color: #fff;
}
@media screen and (min-width: 768px) {
  div.breadcrumbs ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  div.breadcrumbs ul li {
    font-size: 2.9333333333vw;
  }
}
div.breadcrumbs ul li a {
  color: #fff;
  font-size: inherit;
}
div.breadcrumbs ul li + li {
  display: flex;
  align-items: center;
}
div.breadcrumbs ul li + li:before {
  content: ">";
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  div.breadcrumbs ul li + li:before {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  div.breadcrumbs ul li + li:before {
    margin: 0 1.3333333333vw;
  }
}

.c_list1 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c_list1 {
    max-width: 1060px;
    margin: 80px auto 0;
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .c_list1 {
    width: 90vw;
    gap: 4.6666666667vw 3.3333333333vw;
    margin: 8vw auto 0;
  }
}
.c_list1 li {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c_list1 li {
    width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .c_list1 li {
    width: 43.3333333333vw;
  }
}
.c_list1 li:nth-of-type(1) div.text h3::before, .c_list1 li:nth-of-type(1) div.text h4::before {
  content: "01";
}
.c_list1 li:nth-of-type(2) div.text h3::before, .c_list1 li:nth-of-type(2) div.text h4::before {
  content: "02";
}
.c_list1 li:nth-of-type(3) div.text h3::before, .c_list1 li:nth-of-type(3) div.text h4::before {
  content: "03";
}
.c_list1 li:nth-of-type(4) div.text h3::before, .c_list1 li:nth-of-type(4) div.text h4::before {
  content: "04";
}
.c_list1 li:nth-of-type(5) div.text h3::before, .c_list1 li:nth-of-type(5) div.text h4::before {
  content: "05";
}
.c_list1 li:nth-of-type(6) div.text h3::before, .c_list1 li:nth-of-type(6) div.text h4::before {
  content: "06";
}
.c_list1 li:nth-of-type(7) div.text h3::before, .c_list1 li:nth-of-type(7) div.text h4::before {
  content: "07";
}
.c_list1 li:nth-of-type(8) div.text h3::before, .c_list1 li:nth-of-type(8) div.text h4::before {
  content: "08";
}
.c_list1 li:nth-of-type(9) div.text h3::before, .c_list1 li:nth-of-type(9) div.text h4::before {
  content: "09";
}
.c_list1 li div.image picture img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_list1 li div.text {
    padding: 0px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_list1 li div.text {
    padding: 1.3333333333vw 2.6666666667vw 6.6666666667vw;
  }
}
.c_list1 li div.text h3, .c_list1 li div.text h4 {
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_list1 li div.text h3, .c_list1 li div.text h4 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c_list1 li div.text h3, .c_list1 li div.text h4 {
    padding-bottom: 2vw;
    font-size: 4vw;
  }
}
.c_list1 li div.text h3.row2, .c_list1 li div.text h4.row2 {
  align-items: center;
}
.c_list1 li div.text h3:before, .c_list1 li div.text h4:before {
  color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_list1 li div.text h3:before, .c_list1 li div.text h4:before {
    margin-bottom: -8px;
    margin-right: 20px;
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .c_list1 li div.text h3:before, .c_list1 li div.text h4:before {
    margin-bottom: -1.0666666667vw;
    margin-right: 2.1333333333vw;
    font-size: 6.2666666667vw;
  }
}
.c_list1 li div.text h3:after, .c_list1 li div.text h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_list1 li div.text h3:after, .c_list1 li div.text h4:after {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .c_list1 li div.text h3:after, .c_list1 li div.text h4:after {
    right: -2.6666666667vw;
    width: 37.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_list1 li div.text p {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_list1 li div.text p {
    margin-top: 2vw;
    font-size: 3.3333333333vw;
  }
}

.c_list2 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c_list2 {
    max-width: 1010px;
    margin: 50px auto 0;
    padding: 0 30px;
    gap: 20px 35px;
  }
}
@media screen and (max-width: 767px) {
  .c_list2 {
    width: 92.4vw;
    margin: 0 auto;
    justify-content: center;
    gap: 0 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_list2 li {
    width: calc(33.3333333333% - 24px);
  }
}
@media screen and (max-width: 767px) {
  .c_list2 li {
    width: 44.5333333333vw;
  }
}
.c_list2 li div.image picture img {
  width: 100%;
}
.c_list2 li h3 {
  display: table;
  margin: 0 auto;
  color: #fff;
  background-color: #D80000;
  transform: translateY(50%);
}
@media screen and (min-width: 768px) {
  .c_list2 li h3 {
    padding: 0 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c_list2 li h3 {
    padding: 0 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c_list2 li div.text {
    padding: 0px 20px 30px;
  }
}
.c_list2 li div.text h3, .c_list2 li div.text h4 {
  font-weight: 600;
  display: flex;
  align-items: baseline;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_list2 li div.text h3, .c_list2 li div.text h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c_list2 li div.text h3, .c_list2 li div.text h4 {
    font-size: 3.4666666667vw;
  }
}
.c_list2 li div.text h3:before, .c_list2 li div.text h4:before {
  color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_list2 li div.text h3:before, .c_list2 li div.text h4:before {
    margin-right: 20px;
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .c_list2 li div.text h3:before, .c_list2 li div.text h4:before {
    width: 0vw;
    height: 0vw;
  }
}
.c_list2 li div.text h3:after, .c_list2 li div.text h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 100%;
  height: 1px;
  background-color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_list2 li div.text h3:after, .c_list2 li div.text h4:after {
    width: px;
    height: px;
  }
}
@media screen and (max-width: 767px) {
  .c_list2 li div.text h3:after, .c_list2 li div.text h4:after {
    width: 0vw;
    height: 0vw;
  }
}
@media screen and (min-width: 768px) {
  .c_list2 li div.text p {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list3 {
    max-width: 910px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 {
    width: 89.7333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
ul.c_list3 li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.c_list3 li {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li {
    padding: 8vw 5.3333333333vw 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list3 li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li + li {
    margin-top: 6.6666666667vw;
  }
}
ul.c_list3 li > p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  ul.c_list3 li > p {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list3 li img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li img {
    width: 35.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list3 li div.text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li div.text {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 4vw 0 0;
    gap: 2.6666666667vw 0;
  }
}
ul.c_list3 li div.text h3 {
  display: table;
  background-color: #D80000;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  ul.c_list3 li div.text h3 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    margin-left: 20px;
    margin-bottom: -10px;
    padding: 4px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li div.text h3 {
    margin: 0 auto 4vw;
    padding: 0 2.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list3 li div.text div.set {
    gap: 0 18px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li div.text div.set {
    text-align: center;
  }
}
ul.c_list3 li div.text div.set p:nth-of-type(1) {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  ul.c_list3 li div.text div.set p:nth-of-type(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li div.text div.set p:nth-of-type(1) {
    font-size: 4vw;
  }
}
ul.c_list3 li div.text div.set p:nth-of-type(2) {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  ul.c_list3 li div.text div.set p:nth-of-type(2) {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li div.text div.set p:nth-of-type(2) {
    margin-top: 0.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list3 li div.wrap > p {
    margin-top: 10px;
    padding: 0px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list3 li div.wrap > p {
    font-size: 3.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  ul.c_list4 {
    max-width: 910px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 {
    width: 89.7333333333vw;
    margin: 10.6666666667vw auto 0;
  }
}
ul.c_list4 li {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.c_list4 li {
    display: flex;
    justify-content: center;
    padding: 30px 30px 30px 0;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li {
    padding: 9.3333333333vw 7.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list4 li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li + li {
    margin-top: 8vw;
  }
}
ul.c_list4 li h3 {
  position: relative;
  display: table;
  background-color: #D80000;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 768px) {
  ul.c_list4 li h3 {
    margin-left: 20px;
    margin-bottom: -10px;
    padding: 4px 15px;
    font-size: 20px;
  }
}
ul.c_list4 li picture {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.c_list4 li picture {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 220px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li picture {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  ul.c_list4 li div.text {
    padding: 20px 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li div.text {
    margin-top: 2.6666666667vw;
  }
}
ul.c_list4 li div.text div.set p:nth-of-type(1) {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  ul.c_list4 li div.text div.set p:nth-of-type(1) {
    gap: 0 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li div.text div.set p:nth-of-type(1) {
    flex-direction: column;
    justify-content: center;
    gap: 0 2.6666666667vw;
    font-size: 4vw;
  }
}
ul.c_list4 li div.text div.set p:nth-of-type(1):after {
  content: "";
  background: url(../img/common/icon_star5.png) 0 0/cover no-repeat;
}
@media screen and (min-width: 768px) {
  ul.c_list4 li div.text div.set p:nth-of-type(1):after {
    width: 115px;
    height: 32px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li div.text div.set p:nth-of-type(1):after {
    width: 15.3333333333vw;
    height: 4.2666666667vw;
  }
}
ul.c_list4 li div.text div.set p:nth-of-type(2) {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  ul.c_list4 li div.text div.set p:nth-of-type(2) {
    margin-top: 5px;
    gap: 0 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li div.text div.set p:nth-of-type(2) {
    justify-content: center;
    margin-top: 0.6666666667vw;
    gap: 0 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
ul.c_list4 li div.text > p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  ul.c_list4 li div.text > p {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  ul.c_list4 li div.text > p {
    margin-top: 2.6666666667vw;
    font-size: 3.3333333333vw;
  }
}

div.c_col1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  div.c_col1 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px 80px;
    gap: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  div.c_col1 {
    margin-top: 10.6666666667vw;
    padding: 0 2.1333333333vw 6.6666666667vw;
    flex-direction: column-reverse;
  }
}
div.c_col1 div.image picture img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.c_col1 div.text {
    margin-top: 4vw;
    padding: 0 2.1333333333vw;
  }
}
div.c_col1 div.text p {
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  div.c_col1 div.text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  div.c_col1 div.text p {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  div.c_col2 {
    display: flex;
    justify-content: center;
    gap: 25px;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 767px) {
  div.c_col2 {
    width: 92.4vw;
    margin: 9.3333333333vw auto 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  div.c_col2 div.image {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  div.c_col2 div.text {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  div.c_col2 div.text {
    margin-top: 6.6666666667vw;
  }
}
div.c_col2 div.text p {
  line-height: 1.8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  div.c_col2 div.text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  div.c_col2 div.text p {
    font-size: 3.3333333333vw;
  }
}
.c_main1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_main1 {
    padding: 100px 30px 150px;
    background: url(../img/common/equipment_bg.png) center 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .c_main1 {
    padding: 13.3333333333vw 0;
    background: url(../img/common/sp/equipment_bg.png) center 0/cover no-repeat;
  }
}
.c_main1:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c_main1:before {
    width: 100%;
    height: 70px;
    background-color: #212020;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0 0%);
  }
}
@media screen and (max-width: 767px) {
  .c_main1:before {
    width: 100%;
    height: 13.3333333333vw;
    background-color: #212020;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0 0%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0 0%);
  }
}
.c_main1:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  background-color: #212020; /* 黒い部分 */
  -webkit-clip-path: polygon(0 100%, 0 0%, 50% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 100%, 0 0%, 50% 50%, 100% 0%, 100% 100%);
}
@media screen and (min-width: 768px) {
  .c_main1:after {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c_main1:after {
    height: 24vw;
  }
}
.c_main1 div.breadcrumbs ul li {
  color: #212020;
}
.c_main1 div.breadcrumbs ul li a {
  color: #212020;
}

.c_main2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_main2 {
    padding: 0 30px 100px;
    background: url(../img/sub-bg1.png) 0 0/cover no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .c_main2 {
    padding-bottom: 13.3333333333vw;
    background: url(../img/sp/sub-bg1.png) 0 -1px/cover no-repeat;
  }
}
.c_main2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #212020;
}
@media screen and (min-width: 768px) {
  .c_main2:before {
    width: 74vw;
    height: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .c_main2:before {
    width: 60%;
    height: 80%;
  }
}

.c_main3 {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_main3 {
    padding: 100px 0 300px;
  }
}
.c_main3:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #212020;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0 0%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 50% 100%, 0 0%);
}
.c_main3:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #212020; /* 黒い部分 */
  -webkit-clip-path: polygon(0 100%, 0 0%, 50% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 100%, 0 0%, 50% 50%, 100% 0%, 100% 100%);
}

@media screen and (min-width: 768px) {
  a.c_tel {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .c_form {
    max-width: 700px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c_form {
    width: 89.3333333333vw;
    margin: 6.6666666667vw auto 0;
    padding-bottom: 20vw;
  }
}
.c_form .wpcf7-not-valid-tip {
  color: #ff9800;
}
@media screen and (min-width: 768px) {
  .c_form .wpcf7-not-valid-tip {
    margin: 5px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_form .wpcf7-not-valid-tip {
    margin: 1.3333333333vw 0 0;
    font-size: 4.2666666667vw;
  }
}
.c_form .wpcf7-response-output {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .c_form table {
    width: 100%;
  }
}
.c_form table tr {
  display: flex;
}
@media screen and (max-width: 767px) {
  .c_form table tr {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .c_form table tr + tr {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c_form table tr + tr {
    margin: 6.6666666667vw 0 0;
  }
}
.c_form table tr th {
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c_form table tr th {
    min-width: 180px;
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_form table tr th {
    margin-bottom: 0.8vw;
    font-size: 4vw;
  }
}
.c_form table tr th span {
  font-size: inherit;
  color: #D80000;
}
@media screen and (min-width: 768px) {
  .c_form table tr th span {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c_form table tr th span {
    margin-left: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .c_form table tr td {
    width: 100%;
  }
}
.c_form table tr td textarea {
  resize: none;
}
.c_form table tr td input, .c_form table tr td textarea {
  border: 0;
  background-color: #fff;
  border-radius: 0;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_form table tr td input, .c_form table tr td textarea {
    padding: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_form table tr td input, .c_form table tr td textarea {
    padding: 2.6666666667vw;
    font-size: 16px;
  }
}
.c_form table + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_form table + p {
    margin: 20px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_form table + p {
    margin: 5.3333333333vw 0 0;
    font-size: 4vw;
  }
}
.c_form table + p + p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_form table + p + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c_form table + p + p {
    font-size: 4.2666666667vw;
  }
}
.c_form table + p + p a {
  color: #212020;
  font-size: 0.8em;
}
.c_form table + p + p + p {
  text-align: center;
}
.c_form table + p + p + p input {
  border-radius: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  background: #D80000;
}
@media screen and (min-width: 768px) {
  .c_form table + p + p + p input {
    transition: 0.4s;
    width: 300px;
    height: 50px;
    margin: 20px auto 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c_form table + p + p + p input {
    width: 80vw;
    height: 13.3333333333vw;
    margin: 5.3333333333vw auto 0;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c_form table + p + p + p input:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}