@charset "UTF-8";
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] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-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;
}

* {
  color: #060606;
  font-family: "hi_600", sans-serif;
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}

html,
body {
  max-width: 100vw;
  overflow: clip visible;
  background-color: #F3F3F3;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

@font-face {
  font-family: "hi_400";
  src: url("../fonts/hiraginow4.woff");
}
@font-face {
  font-family: "hi_600";
  src: url("../fonts/hiraginow6.woff");
}
@media screen and (min-width: 836px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 835px) {
  .tab_none {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .sp_none {
    display: none !important;
  }
}

.top_kv {
  padding: 220px 0 0;
  height: 780px;
  box-sizing: border-box;
  position: relative;
}
.top_kv-inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.top_kv-inner .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.top_kv-inner .title p {
  font-size: 22px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.top_kv-inner .title h1 {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.top_kv-inner .description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
}
.top_kv-inner .description p {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "hi_400";
}
.top_kv-inner .description a {
  border-radius: 50px;
  padding: 15px 30px;
  background-color: #C14129;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
}
.top_kv .bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.top_kv .bg-container * {
  position: absolute;
  height: auto;
}
.top_kv .bg-container .kv_circle_1 {
  bottom: 18px;
  left: 137px;
  width: 80px;
}
.top_kv .bg-container .kv_circle_2 {
  top: 145px;
  right: 96px;
  width: 60px;
}
.top_kv .bg-container .kv_circle_3 {
  bottom: 108px;
  left: 56px;
  width: 30px;
}
.top_kv .bg-container .kv_big_circle {
  bottom: -50px;
  right: -143px;
  width: 500px;
}
.top_kv .bg-container .kv_wave {
  bottom: -50px;
  right: -60px;
  width: 1256px;
}

.top_sales-point {
  width: 100vw;
  background-color: #fff;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.top_sales-point > p {
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
}
.top_sales-point > p > span {
  font-size: 30px;
  color: #C14129;
}

.top_mission {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top_mission > div {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  align-items: flex-start;
}
.top_mission > div > h2 {
  font-size: 24px;
  line-height: 1.2em;
  color: #404040;
}
.top_mission > div > p {
  font-size: 22px;
  line-height: 1.4em;
}
.top_mission > div > p span {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 0.2em;
}
.top_mission > p {
  width: 600px;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "hi_400";
}

.top_service {
  width: 100vw;
  background-color: #fff;
  padding: 100px 0;
}
.top_service > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.top_service > div .service-title {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.top_service > div .service-title > h2 {
  font-size: 50px;
  line-height: 1.2em;
}
.top_service > div .service-title > p {
  font-size: 16px;
  line-height: 1.2em;
  color: #737373;
}
.top_service > div .service-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.top_service > div .service-container > img {
  width: 550px;
  border-radius: 10px;
}
.top_service > div .service-container > div {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
.top_service > div .service-container > div > h3 {
  font-size: 16px;
  line-height: 1.2em;
  color: #C14129;
}
.top_service > div .service-container > div > h4 {
  font-size: 24px;
  line-height: 1.4em;
}
.top_service > div .service-container > div > p {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "hi_400";
}
.top_service > div .service-container > div > ul {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.top_service > div .service-container > div > ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  font-size: 14px;
}
.top_service > div .service-container > div > ul > li > img {
  width: 18px;
  height: auto;
}
.top_service > div > div:last-of-type {
  flex-direction: row-reverse;
}

.top_contact {
  width: 100vw;
  background-color: #C14129;
  padding: 70px 0;
  border-radius: 30px;
}
.top_contact > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_contact > div .top_contact-title {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.top_contact > div .top_contact-title > h2 {
  font-size: 50px;
  line-height: 1.2em;
  color: #fff;
}
.top_contact > div .top_contact-title > p {
  font-size: 16px;
  line-height: 1.2em;
  color: #DADADA;
}
.top_contact > div .top_contact-content {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.top_contact > div .top_contact-content > p {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  font-family: "hi_400";
}
.top_contact > div .top_contact-content > a {
  border-radius: 50px;
  padding: 10px 0;
  background-color: #fff;
  color: #C14129;
  font-size: 16px;
  line-height: 1.2em;
  width: 160px;
  text-align: center;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  .top_kv {
    padding: 15.2777777778vw 0 0;
    height: 54.1666666667vw;
  }
  .top_kv-inner {
    row-gap: 2.7777777778vw;
    width: 83.3333333333vw;
  }
  .top_kv-inner .title {
    row-gap: 0.6944444444vw;
  }
  .top_kv-inner .title p {
    font-size: 1.5277777778vw;
  }
  .top_kv-inner .title h1 {
    font-size: 2.7777777778vw;
  }
  .top_kv-inner .description {
    row-gap: 2.0833333333vw;
  }
  .top_kv-inner .description p {
    font-size: 1.1111111111vw;
  }
  .top_kv-inner .description a {
    border-radius: 3.4722222222vw;
    padding: 1.0416666667vw 2.0833333333vw;
    font-size: 1.3888888889vw;
  }
  .top_kv .bg-container .kv_circle_1 {
    bottom: 1.25vw;
    left: 9.5138888889vw;
    width: 5.5555555556vw;
  }
  .top_kv .bg-container .kv_circle_2 {
    top: 10.0694444444vw;
    right: 6.6666666667vw;
    width: 4.1666666667vw;
  }
  .top_kv .bg-container .kv_circle_3 {
    bottom: 7.5vw;
    left: 3.8888888889vw;
    width: 2.0833333333vw;
  }
  .top_kv .bg-container .kv_big_circle {
    bottom: -3.4722222222vw;
    right: -9.9305555556vw;
    width: 34.7222222222vw;
  }
  .top_kv .bg-container .kv_wave {
    bottom: -3.4722222222vw;
    right: -4.1666666667vw;
    width: 87.2222222222vw;
  }
  .top_sales-point {
    padding: 4.1666666667vw 0;
  }
  .top_sales-point > p {
    font-size: 1.3888888889vw;
  }
  .top_sales-point > p > span {
    font-size: 2.0833333333vw;
  }
  .top_mission {
    width: 83.3333333333vw;
    padding: 6.9444444444vw 0;
  }
  .top_mission > div {
    row-gap: 1.7361111111vw;
  }
  .top_mission > div > h2 {
    font-size: 1.6666666667vw;
  }
  .top_mission > div > p {
    font-size: 1.5277777778vw;
  }
  .top_mission > div > p span {
    font-size: 2.7777777778vw;
  }
  .top_mission > p {
    width: 41.6666666667vw;
    font-size: 1.1111111111vw;
  }
  .top_service {
    padding: 6.9444444444vw 0;
  }
  .top_service > div {
    width: 83.3333333333vw;
    row-gap: 5.5555555556vw;
  }
  .top_service > div .service-title {
    row-gap: 0.3472222222vw;
  }
  .top_service > div .service-title > h2 {
    font-size: 3.4722222222vw;
  }
  .top_service > div .service-title > p {
    font-size: 1.1111111111vw;
  }
  .top_service > div .service-container > img {
    width: 38.1944444444vw;
    border-radius: 0.6944444444vw;
  }
  .top_service > div .service-container > div {
    width: 38.1944444444vw;
    row-gap: 1.3888888889vw;
  }
  .top_service > div .service-container > div > h3 {
    font-size: 1.1111111111vw;
  }
  .top_service > div .service-container > div > h4 {
    font-size: 1.6666666667vw;
  }
  .top_service > div .service-container > div > p {
    font-size: 1.1111111111vw;
  }
  .top_service > div .service-container > div > ul {
    row-gap: 0.5555555556vw;
  }
  .top_service > div .service-container > div > ul > li {
    column-gap: 0.6944444444vw;
    font-size: 0.9722222222vw;
  }
  .top_service > div .service-container > div > ul > li > img {
    width: 1.25vw;
  }
  .top_contact {
    padding: 4.8611111111vw 0;
    border-radius: 2.0833333333vw;
  }
  .top_contact > div {
    width: 83.3333333333vw;
  }
  .top_contact > div .top_contact-title {
    row-gap: 0.3472222222vw;
  }
  .top_contact > div .top_contact-title > h2 {
    font-size: 3.4722222222vw;
  }
  .top_contact > div .top_contact-title > p {
    font-size: 1.1111111111vw;
  }
  .top_contact > div .top_contact-content {
    row-gap: 1.3888888889vw;
  }
  .top_contact > div .top_contact-content > p {
    font-size: 1.1111111111vw;
  }
  .top_contact > div .top_contact-content > a {
    border-radius: 3.4722222222vw;
    padding: 0.6944444444vw 0;
    font-size: 1.1111111111vw;
    width: 11.1111111111vw;
  }
}
@media screen and (min-width: 701px) and (max-width: 835px) {
  .top_kv {
    padding: 16.9230769231vw 0 0;
    height: 60vw;
  }
  .top_kv-inner {
    row-gap: 3.0769230769vw;
    width: 92.3076923077vw;
  }
  .top_kv-inner .title {
    row-gap: 0.7692307692vw;
  }
  .top_kv-inner .title p {
    font-size: 1.6923076923vw;
  }
  .top_kv-inner .title h1 {
    font-size: 3.0769230769vw;
  }
  .top_kv-inner .description {
    row-gap: 2.3076923077vw;
  }
  .top_kv-inner .description p {
    font-size: 1.2307692308vw;
  }
  .top_kv-inner .description a {
    border-radius: 3.8461538462vw;
    padding: 1.1538461538vw 2.3076923077vw;
    font-size: 1.5384615385vw;
  }
  .top_kv .bg-container .kv_circle_1 {
    bottom: 1.3846153846vw;
    left: 10.5384615385vw;
    width: 6.1538461538vw;
  }
  .top_kv .bg-container .kv_circle_2 {
    top: 11.1538461538vw;
    right: 7.3846153846vw;
    width: 4.6153846154vw;
  }
  .top_kv .bg-container .kv_circle_3 {
    bottom: 8.3076923077vw;
    left: 4.3076923077vw;
    width: 2.3076923077vw;
  }
  .top_kv .bg-container .kv_big_circle {
    bottom: -3.8461538462vw;
    right: -11vw;
    width: 38.4615384615vw;
  }
  .top_kv .bg-container .kv_wave {
    bottom: -3.8461538462vw;
    right: -12.3076923077vw;
    width: 96.6153846154vw;
  }
  .top_sales-point {
    padding: 4.6153846154vw 0;
  }
  .top_sales-point > p {
    font-size: 1.5384615385vw;
  }
  .top_sales-point > p > span {
    font-size: 2.3076923077vw;
  }
  .top_mission {
    width: 92.3076923077vw;
    padding: 7.6923076923vw 0;
  }
  .top_mission > div {
    row-gap: 1.9230769231vw;
  }
  .top_mission > div > h2 {
    font-size: 1.8461538462vw;
  }
  .top_mission > div > p {
    font-size: 1.6923076923vw;
  }
  .top_mission > div > p span {
    font-size: 3.0769230769vw;
  }
  .top_mission > p {
    width: 46.1538461538vw;
    font-size: 1.2307692308vw;
  }
  .top_service {
    padding: 7.6923076923vw 0;
  }
  .top_service > div {
    width: 92.3076923077vw;
    row-gap: 6.1538461538vw;
  }
  .top_service > div .service-title {
    row-gap: 0.3846153846vw;
  }
  .top_service > div .service-title > h2 {
    font-size: 3.8461538462vw;
  }
  .top_service > div .service-title > p {
    font-size: 1.2307692308vw;
  }
  .top_service > div .service-container > img {
    width: 42.3076923077vw;
    border-radius: 0.7692307692vw;
  }
  .top_service > div .service-container > div {
    width: 42.3076923077vw;
    row-gap: 1.5384615385vw;
  }
  .top_service > div .service-container > div > h3 {
    font-size: 1.2307692308vw;
  }
  .top_service > div .service-container > div > h4 {
    font-size: 1.8461538462vw;
  }
  .top_service > div .service-container > div > p {
    font-size: 1.2307692308vw;
  }
  .top_service > div .service-container > div > ul {
    row-gap: 0.6153846154vw;
  }
  .top_service > div .service-container > div > ul > li {
    column-gap: 0.7692307692vw;
    font-size: 1.0769230769vw;
  }
  .top_service > div .service-container > div > ul > li > img {
    width: 1.3846153846vw;
  }
  .top_contact {
    padding: 5.3846153846vw 0;
    border-radius: 2.3076923077vw;
  }
  .top_contact > div {
    width: 92.3076923077vw;
  }
  .top_contact > div .top_contact-title {
    row-gap: 0.3846153846vw;
  }
  .top_contact > div .top_contact-title > h2 {
    font-size: 3.8461538462vw;
  }
  .top_contact > div .top_contact-title > p {
    font-size: 1.2307692308vw;
  }
  .top_contact > div .top_contact-content {
    row-gap: 1.5384615385vw;
  }
  .top_contact > div .top_contact-content > p {
    font-size: 1.2307692308vw;
  }
  .top_contact > div .top_contact-content > a {
    border-radius: 3.8461538462vw;
    padding: 0.7692307692vw 0;
    font-size: 1.2307692308vw;
    width: 12.3076923077vw;
  }
}
@media screen and (max-width: 700px) {
  .top_kv {
    padding: 45.3333333333vw 0 0;
    height: 181.3333333333vw;
  }
  .top_kv-inner {
    row-gap: 5.3333333333vw;
    width: 90.6666666667vw;
  }
  .top_kv-inner .title {
    row-gap: 2.6666666667vw;
  }
  .top_kv-inner .title p {
    font-size: 4.2666666667vw;
  }
  .top_kv-inner .title h1 {
    font-size: 7.4666666667vw;
  }
  .top_kv-inner .description {
    row-gap: 10.6666666667vw;
  }
  .top_kv-inner .description p {
    font-size: 3.2vw;
  }
  .top_kv-inner .description a {
    border-radius: 13.3333333333vw;
    padding: 3.2vw 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .top_kv .bg-container .kv_circle_1 {
    bottom: 8vw;
    left: 16vw;
    width: 16vw;
  }
  .top_kv .bg-container .kv_circle_2 {
    top: 26.6666666667vw;
    right: 8vw;
    width: 10.6666666667vw;
  }
  .top_kv .bg-container .kv_circle_3 {
    bottom: 28.8vw;
    left: 0;
    width: 8vw;
  }
  .top_kv .bg-container .kv_big_circle {
    bottom: -10.6666666667vw;
    right: -26.6666666667vw;
    width: 93.3333333333vw;
  }
  .top_kv .bg-container .kv_wave {
    bottom: 0;
    right: -8vw;
    width: 160vw;
  }
  .top_sales-point {
    padding: 10.6666666667vw 5.3333333333vw;
    box-sizing: border-box;
  }
  .top_sales-point > p {
    font-size: 3.2vw;
    line-height: 2em;
  }
  .top_sales-point > p > span {
    font-size: 4.8vw;
  }
  .top_mission {
    width: 104vw;
    padding: 21.3333333333vw 5.3333333333vw;
    box-sizing: border-box;
    flex-direction: column;
    row-gap: 10.6666666667vw;
    align-items: flex-start;
  }
  .top_mission > div {
    row-gap: 5.3333333333vw;
  }
  .top_mission > div > h2 {
    font-size: 4.8vw;
  }
  .top_mission > div > p {
    font-size: 4.2666666667vw;
    line-height: 1.8em;
  }
  .top_mission > div > p span {
    font-size: 7.4666666667vw;
  }
  .top_mission > p {
    width: 100%;
    font-size: 3.2vw;
  }
  .top_service {
    padding: 21.3333333333vw 5.3333333333vw;
    box-sizing: border-box;
  }
  .top_service > div {
    width: 100%;
    row-gap: 13.3333333333vw;
  }
  .top_service > div .service-title {
    row-gap: 1.3333333333vw;
  }
  .top_service > div .service-title > h2 {
    font-size: 8vw;
  }
  .top_service > div .service-title > p {
    font-size: 3.7333333333vw;
  }
  .top_service > div .service-container {
    flex-direction: column;
    row-gap: 8vw;
  }
  .top_service > div .service-container > img {
    width: 100%;
    border-radius: 2.6666666667vw;
  }
  .top_service > div .service-container > div {
    width: 100%;
    row-gap: 5.3333333333vw;
  }
  .top_service > div .service-container > div > h3 {
    font-size: 3.7333333333vw;
  }
  .top_service > div .service-container > div > h4 {
    font-size: 5.3333333333vw;
  }
  .top_service > div .service-container > div > p {
    font-size: 3.7333333333vw;
  }
  .top_service > div .service-container > div > ul {
    row-gap: 4vw;
  }
  .top_service > div .service-container > div > ul > li {
    column-gap: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .top_service > div .service-container > div > ul > li > img {
    width: 3.7333333333vw;
  }
  .top_service > div > div:last-of-type {
    flex-direction: column;
  }
  .top_contact {
    padding: 16vw 5.3333333333vw;
    box-sizing: border-box;
    border-radius: 8vw;
  }
  .top_contact > div {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8vw;
  }
  .top_contact > div .top_contact-title {
    row-gap: 1.3333333333vw;
  }
  .top_contact > div .top_contact-title > h2 {
    font-size: 8vw;
  }
  .top_contact > div .top_contact-title > p {
    font-size: 3.7333333333vw;
  }
  .top_contact > div .top_contact-content {
    row-gap: 4vw;
  }
  .top_contact > div .top_contact-content > p {
    font-size: 2.9333333333vw;
  }
  .top_contact > div .top_contact-content > a {
    border-radius: 13.3333333333vw;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
    width: 26.6666666667vw;
  }
}
a,
button,
input {
  cursor: pointer !important;
}

.scrollLock {
  overflow: hidden !important;
}

header {
  width: 100vw;
  padding: 0 40px;
  box-sizing: border-box;
  position: fixed;
  top: 25px;
  z-index: 999;
}
header .header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 35px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
header .header-inner > a {
  width: 150px;
  height: auto;
}
header .header-inner > a > img {
  width: 100%;
  height: auto;
}
header .header-inner > ul {
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
header .header-inner > ul > li {
  width: fit-content;
}
header .header-inner > ul > li:last-of-type {
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #C14129;
}
header .header-inner > ul > li:last-of-type > a {
  color: #fff;
}
header .header-inner > ul > li > a {
  width: fit-content;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2em;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  header {
    padding: 0 2.7777777778vw;
    top: 1.7361111111vw;
  }
  header .header-inner {
    padding: 0.3472222222vw 2.4305555556vw;
    border-radius: 3.4722222222vw;
    box-shadow: 0vw 0.1388888889vw 0.3472222222vw rgba(0, 0, 0, 0.1);
  }
  header .header-inner > a {
    width: 10.4166666667vw;
  }
  header .header-inner > ul {
    column-gap: 2.0833333333vw;
  }
  header .header-inner > ul > li:last-of-type {
    border-radius: 3.4722222222vw;
    padding: 0.6944444444vw 1.3888888889vw;
  }
  header .header-inner > ul > li > a {
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 701px) and (max-width: 835px) {
  header {
    padding: 0 3.0769230769vw;
    top: 1.9230769231vw;
  }
  header .header-inner {
    padding: 0.3846153846vw 2.6923076923vw;
    border-radius: 3.8461538462vw;
    box-shadow: 0vw 0.1538461538vw 0.3846153846vw rgba(0, 0, 0, 0.1);
  }
  header .header-inner > a {
    width: 11.5384615385vw;
  }
  header .header-inner > ul {
    column-gap: 2.3076923077vw;
  }
  header .header-inner > ul > li:last-of-type {
    border-radius: 3.8461538462vw;
    padding: 0.7692307692vw 1.5384615385vw;
  }
  header .header-inner > ul > li > a {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 700px) {
  header {
    padding: 0;
    top: 0;
  }
  header .header-inner {
    width: 100%;
    padding: 1.3333333333vw 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    box-shadow: 0vw 0.5333333333vw 1.3333333333vw rgba(0, 0, 0, 0.1);
  }
  header .header-inner > a {
    margin: 3.2vw;
    width: 34.6666666667vw;
    display: flex;
  }
  header .header-inner > a > img {
    width: 100%;
    height: auto;
  }
  header .header-inner .hamburger-menu {
    width: fit-content;
    padding: 6.5333333333vw;
    background-color: transparent;
    position: fixed;
    border: none;
    outline: none;
    right: 0;
    top: 0;
    z-index: 10;
  }
  header .header-inner .hamburger-menu-inner {
    display: block;
    position: relative;
    width: 6.4vw;
    height: 6.4vw;
    padding: 0;
  }
  header .header-inner .hamburger-menu-inner span {
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    transition: 0.4s;
    top: 0;
    right: 0;
  }
  header .header-inner .hamburger-menu-inner span > img {
    width: 100%;
  }
  header .header-inner .header-nav-list-sp {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(192, 0, 0, 0.9);
  }
  header .header-inner .header-nav-list-sp-active {
    opacity: 1;
    visibility: visible;
    transition: 0.4s linear;
  }
  header .header-inner .header-nav-list-sp > ul {
    width: 74.6666666667vw;
    margin: 26.6666666667vw auto 16vw;
    display: flex;
    flex-direction: column;
    row-gap: 8vw;
    overflow: hidden;
    overflow-y: scroll;
    height: 60%;
  }
  header .header-inner .header-nav-list-sp > ul > li > a {
    color: #fff;
    font-size: 4.2666666667vw;
    font-family: "hi_600";
  }
  header .open {
    opacity: 1;
    visibility: visible;
  }
  header .close {
    opacity: 0;
    visibility: hidden;
  }
}
.contact {
  padding: 150px 0 100px;
  /* Contact Form 7 */
  /* 必須マーク */
  /* 任意マーク */
  /* 項目名を太字にする */
  /* 入力項目を見やすくする */
}
.contact > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.contact > div > div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.contact > div > div > h2 {
  font-size: 50px;
  line-height: 1.2em;
}
.contact > div > div > p {
  font-size: 16px;
  line-height: 1.2em;
  color: #737373;
}
.contact .wpcf7-form {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
.contact .wpcf7-form > p {
  font-size: 16px;
}
.contact .must,
.contact .free {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 2px;
  color: #fff;
  margin-left: 15px;
}
.contact .must {
  background: #AB4141;
}
.contact .free {
  background: #6E6C6C;
}
.contact form p {
  font-weight: 600;
}
.contact input.wpcf7-form-control.wpcf7-text,
.contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-top: 15px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
}
.contact textarea.wpcf7-form-control.wpcf7-textarea {
  height: 180px;
  resize: none;
}
.contact input.wpcf7-submit {
  width: 280px;
  margin: 40px auto 0;
  display: block;
  height: 60px;
  background-color: #C14129;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
}
.contact span.wpcf7-not-valid-tip,
.contact .wpcf7-response-output.wpcf7-validation-errors {
  color: #AB4141;
  font-weight: 600;
  padding-top: 10px;
  font-size: 12px;
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
  border: none !important;
  border-color: transparent !important;
}

.wpcf7-response-output {
  border: none !important;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  .contact {
    padding: 10.4166666667vw 0 6.9444444444vw;
  }
  .contact > div {
    width: 83.3333333333vw;
    row-gap: 5.5555555556vw;
  }
  .contact > div > div {
    row-gap: 0.3472222222vw;
  }
  .contact > div > div > h2 {
    font-size: 3.4722222222vw;
  }
  .contact > div > div > p {
    font-size: 1.1111111111vw;
  }
  .contact .wpcf7-form {
    row-gap: 3.4722222222vw;
  }
  .contact .wpcf7-form > p {
    font-size: 1.1111111111vw;
  }
  .contact .must,
  .contact .free {
    font-size: 0.8333333333vw;
    padding: 0.4166666667vw 0.6944444444vw;
    border-radius: 0.1388888889vw;
    margin-left: 1.0416666667vw;
  }
  .contact input.wpcf7-form-control.wpcf7-text,
  .contact textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 0.5555555556vw 1.0416666667vw;
    margin-top: 1.0416666667vw;
    border: 0.0694444444vw solid #d0d5d8;
    border-radius: 0.2083333333vw;
    font-size: 0.9722222222vw;
  }
  .contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 12.5vw;
  }
  .contact textarea.wpcf7-form-control.wpcf7-textarea.Performers {
    height: 4.8611111111vw;
  }
  .contact input.wpcf7-submit {
    width: 19.4444444444vw;
    margin: 2.7777777778vw auto 0;
    height: 4.1666666667vw;
    font-size: 1.25vw;
    border-radius: 3.4722222222vw;
  }
  .contact span.wpcf7-not-valid-tip,
  .contact .wpcf7-response-output.wpcf7-validation-errors {
    padding-top: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 701px) and (max-width: 835px) {
  .contact {
    padding: 10.4166666667vw 0 6.9444444444vw;
  }
  .contact > div {
    width: 92.3076923077vw;
    row-gap: 6.1538461538vw;
  }
  .contact > div > div {
    row-gap: 0.3846153846vw;
  }
  .contact > div > div > h2 {
    font-size: 3.8461538462vw;
  }
  .contact > div > div > p {
    font-size: 1.2307692308vw;
  }
  .contact .wpcf7-form {
    row-gap: 3.8461538462vw;
  }
  .contact .wpcf7-form > p {
    font-size: 1.2307692308vw;
  }
  .contact .must,
  .contact .free {
    font-size: 0.9230769231vw;
    padding: 0.4615384615vw 0.7692307692vw;
    border-radius: 0.1538461538vw;
    margin-left: 1.1538461538vw;
  }
  .contact input.wpcf7-form-control.wpcf7-text,
  .contact textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 0.6153846154vw 1.1538461538vw;
    margin-top: 1.1538461538vw;
    border: 0.0769230769vw solid #d0d5d8;
    border-radius: 0.2307692308vw;
    font-size: 1.0769230769vw;
  }
  .contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 13.8461538462vw;
  }
  .contact textarea.wpcf7-form-control.wpcf7-textarea.Performers {
    height: 5.3846153846vw;
  }
  .contact span.wpcf7-not-valid-tip,
  .contact .wpcf7-response-output.wpcf7-validation-errors {
    padding-top: 0.7692307692vw;
    font-size: 0.9230769231vw;
  }
  .contact input.wpcf7-submit {
    width: 21.5384615385vw;
    margin: 3.0769230769vw auto 0;
    height: 4.6153846154vw;
    font-size: 1.3846153846vw;
    border-radius: 3.8461538462vw;
  }
}
@media screen and (max-width: 700px) {
  .contact {
    padding: 32vw 0 26.6666666667vw;
  }
  .contact > div {
    width: 85.3333333333vw;
    row-gap: 10.6666666667vw;
  }
  .contact > div > div {
    row-gap: 1.3333333333vw;
  }
  .contact > div > div > h2 {
    font-size: 8vw;
  }
  .contact > div > div > p {
    font-size: 3.2vw;
  }
  .contact .wpcf7-form {
    row-gap: 8vw;
  }
  .contact .wpcf7-form > p {
    font-size: 3.7333333333vw;
  }
  .contact .must,
  .contact .free {
    font-size: 3.2vw;
    padding: 1.0666666667vw 2.1333333333vw;
    border-radius: 0.5333333333vw;
    margin-left: 3.2vw;
  }
  .contact input.wpcf7-form-control.wpcf7-text,
  .contact textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 1.0666666667vw 2.1333333333vw;
    margin-top: 4vw;
    border: 0.2666666667vw solid #d0d5d8;
    border-radius: 0.8vw;
    font-size: 3.2vw;
  }
  .contact textarea.wpcf7-form-control.wpcf7-textarea {
    height: 32vw;
  }
  .contact textarea.wpcf7-form-control.wpcf7-textarea.Performers {
    height: 16vw;
  }
  .contact input.wpcf7-submit {
    width: 53.3333333333vw;
    margin: 5.3333333333vw auto 0;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 13.3333333333vw;
  }
  .contact span.wpcf7-not-valid-tip,
  .contact .wpcf7-response-output.wpcf7-validation-errors {
    padding-top: 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
.aboutus {
  padding: 150px 0 100px;
}
.aboutus > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.aboutus > div > div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.aboutus > div > div > h2 {
  font-size: 50px;
  line-height: 1.2em;
}
.aboutus > div > div > p {
  font-size: 16px;
  line-height: 1.2em;
  color: #737373;
}
.aboutus > div > ul {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.aboutus > div > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus > div > ul li > p {
  font-size: 16px;
  padding-bottom: 10px;
}
.aboutus > div > ul li > p:first-of-type {
  width: 20%;
  color: #C14129;
  border-bottom: 1px solid #C14129;
  padding-left: 10px;
}
.aboutus > div > ul li > p:last-of-type {
  width: 78%;
  font-family: "hi_400";
  border-bottom: 1px solid #adadad;
  padding-left: 10px;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  .aboutus {
    padding: 10.4166666667vw 0 6.9444444444vw;
  }
  .aboutus > div {
    width: 83.3333333333vw;
    row-gap: 5.5555555556vw;
  }
  .aboutus > div > div {
    row-gap: 0.3472222222vw;
  }
  .aboutus > div > div > h2 {
    font-size: 3.4722222222vw;
  }
  .aboutus > div > div > p {
    font-size: 1.1111111111vw;
  }
  .aboutus > div > ul {
    row-gap: 2.7777777778vw;
  }
  .aboutus > div > ul li > p {
    font-size: 1.1111111111vw;
    padding-bottom: 0.6944444444vw;
  }
  .aboutus > div > ul li > p:first-of-type {
    border-bottom: 0.0694444444vw solid #C14129;
    padding-left: 0.6944444444vw;
  }
  .aboutus > div > ul li > p:last-of-type {
    border-bottom: 0.0694444444vw solid #adadad;
    padding-left: 0.6944444444vw;
  }
}
@media screen and (min-width: 701px) and (max-width: 835px) {
  .aboutus {
    padding: 11.5384615385vw 0 7.6923076923vw;
  }
  .aboutus > div {
    width: 92.3076923077vw;
    row-gap: 6.1538461538vw;
  }
  .aboutus > div > div {
    row-gap: 0.3846153846vw;
  }
  .aboutus > div > div > h2 {
    font-size: 3.8461538462vw;
  }
  .aboutus > div > div > p {
    font-size: 1.2307692308vw;
  }
  .aboutus > div > ul {
    row-gap: 3.0769230769vw;
  }
  .aboutus > div > ul li > p {
    font-size: 1.2307692308vw;
    padding-bottom: 0.7692307692vw;
  }
  .aboutus > div > ul li > p:first-of-type {
    border-bottom: 0.0769230769vw solid #C14129;
    padding-left: 0.7692307692vw;
  }
  .aboutus > div > ul li > p:last-of-type {
    border-bottom: 0.0769230769vw solid #adadad;
    padding-left: 0.7692307692vw;
  }
}
@media screen and (max-width: 700px) {
  .aboutus {
    padding: 32vw 0 26.6666666667vw;
  }
  .aboutus > div {
    width: 85.3333333333vw;
    row-gap: 10.6666666667vw;
  }
  .aboutus > div > div {
    row-gap: 1.3333333333vw;
  }
  .aboutus > div > div > h2 {
    font-size: 8vw;
  }
  .aboutus > div > div > p {
    font-size: 3.2vw;
  }
  .aboutus > div > ul {
    row-gap: 10.6666666667vw;
  }
  .aboutus > div > ul li {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5.3333333333vw;
  }
  .aboutus > div > ul li > p {
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
  .aboutus > div > ul li > p:first-of-type {
    width: 100%;
    border-bottom: 0.2666666667vw solid #C14129;
    padding-left: 0;
  }
  .aboutus > div > ul li > p:last-of-type {
    width: 100%;
    border-bottom: 0.2666666667vw solid #adadad;
    padding-left: 0;
  }
}
footer {
  width: 100vw;
  background-color: #fff;
  padding: 60px 0 20px;
}
footer > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
footer > div > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  column-gap: 400px;
}
footer > div > div .address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 30px;
}
footer > div > div .address > div {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
footer > div > div .address > div > a {
  width: 240px;
  height: auto;
}
footer > div > div .address > div > a > img {
  width: 100%;
  height: auto;
}
footer > div > div .address > div > p {
  font-size: 16px;
  line-height: 1.2em;
  font-family: "hi_400";
}
footer > div > div .address > p {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "hi_400";
}
footer > div > div .footer-nav {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
footer > div > div .footer-nav > li {
  width: fit-content;
}
footer > div > div .footer-nav > li > a {
  font-size: 16px;
  line-height: 1.2em;
  font-family: "hi_400";
  width: fit-content;
  display: block;
}
footer > div > small {
  font-size: 12px;
  line-height: 1.2em;
  font-family: "hi_400";
  text-align: center;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  footer {
    padding: 4.1666666667vw 0 1.3888888889vw;
  }
  footer > div {
    width: 83.3333333333vw;
    row-gap: 5.5555555556vw;
  }
  footer > div > div {
    column-gap: 27.7777777778vw;
  }
  footer > div > div .address {
    row-gap: 2.0833333333vw;
  }
  footer > div > div .address > div {
    row-gap: 0.6944444444vw;
  }
  footer > div > div .address > div > a {
    width: 16.6666666667vw;
  }
  footer > div > div .address > div > p {
    font-size: 1.1111111111vw;
  }
  footer > div > div .address > p {
    font-size: 1.1111111111vw;
  }
  footer > div > div .footer-nav {
    row-gap: 2.0833333333vw;
  }
  footer > div > div .footer-nav > li > a {
    font-size: 1.1111111111vw;
  }
  footer > div > small {
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 701px) and (max-width: 835px) {
  footer {
    padding: 4.6153846154vw 0 1.5384615385vw;
  }
  footer > div {
    width: 92.3076923077vw;
    row-gap: 6.1538461538vw;
  }
  footer > div > div {
    column-gap: 30.7692307692vw;
  }
  footer > div > div .address {
    row-gap: 2.3076923077vw;
  }
  footer > div > div .address > div {
    row-gap: 0.7692307692vw;
  }
  footer > div > div .address > div > a {
    width: 18.4615384615vw;
  }
  footer > div > div .address > div > p {
    font-size: 1.2307692308vw;
  }
  footer > div > div .address > p {
    font-size: 1.2307692308vw;
  }
  footer > div > div .footer-nav {
    row-gap: 2.3076923077vw;
  }
  footer > div > div .footer-nav > li > a {
    font-size: 1.2307692308vw;
  }
  footer > div > small {
    font-size: 0.9230769231vw;
  }
}
@media screen and (max-width: 700px) {
  footer {
    padding: 16vw 5.3333333333vw 5.3333333333vw;
    box-sizing: border-box;
  }
  footer > div {
    width: 100%;
    row-gap: 10.6666666667vw;
  }
  footer > div > div {
    flex-direction: column;
    gap: 8vw 0;
  }
  footer > div > div .address {
    row-gap: 5.3333333333vw;
  }
  footer > div > div .address > div {
    row-gap: 2.6666666667vw;
  }
  footer > div > div .address > div > a {
    width: 40vw;
  }
  footer > div > div .address > div > p {
    font-size: 3.7333333333vw;
  }
  footer > div > div .address > p {
    font-size: 3.7333333333vw;
  }
  footer > div > div .footer-nav {
    row-gap: 4vw;
  }
  footer > div > div .footer-nav > li > a {
    font-size: 3.7333333333vw;
  }
  footer > div > small {
    font-size: 2.6666666667vw;
  }
}