@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* -------------------------------------------*/
/*medium*/
@font-face {
  font-family: "higure";
  src: url("../font/HigureGothic-Medium.woff2") format("woff2"), url("../font/HigureGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
/*bold*/
@font-face {
  font-family: "higure";
  src: url("../font/HigureGothic-Bold.woff2") format("woff2"), url("../font/HigureGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
  body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media (max-width: 1080px) {
  html {
    font-size: 62.5%;
  }
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  font-family: "higure", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #231815;
  letter-spacing: 0.1em;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1080px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

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

a {
  backface-visibility: hidden;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {
  backface-visibility: hidden;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type=submit],
button {
  cursor: pointer;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

label {
  cursor: pointer;
  transition: all 250ms ease;
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::-moz-selection {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

picture {
  display: block;
  line-height: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

@media screen and (360px <= width <= 667px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pc-only {
  display: none;
}
@media (max-width: 1080px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 1080px) {
  .sp-only {
    display: block;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  padding: 4rem 0 1rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2rem 0 8rem;
  }
}

.footer-logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 3vw;
}
.footer-logo span {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.footer-address {
  font-size: 1.4rem;
}

.copy {
  font-size: 1.4rem;
  text-align: center;
  padding: 30px 0 0;
}
.copy img {
  display: block;
  margin: 0 auto;
}

/* -------------------------------------------*/
header.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 1.3rem 2% 1.6rem 2%;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
header.l-header .l-header__logo {
  transition: 0.2s;
  width: 220px;
  margin-right: 2rem;
  line-height: 1;
  position: relative;
  z-index: 202;
  font-size: 1.4rem;
}
header.l-header .l-header__logo a {
  display: flex;
  align-items: center;
  line-height: 1;
}
header.l-header .logoimage {
  display: block;
  width: 80px;
  margin-top: 10px;
  transition: 0.2s;
}
header.l-header .logoimage img {
  width: 100%;
}
header.l-header.sticky {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294);
}
header.l-header.sticky .logoimage {
  width: 70px;
  margin-top: 0;
}
header.l-header.sticky .logo-text {
  display: none;
}
@media (max-width: 768px) {
  header.l-header .l-header__logo {
    width: 100%;
  }
  header.l-header .logoimage {
    display: block;
    width: 50px;
    margin-top: 0;
  }
  header.l-header .logo-text {
    display: block;
    font-size: 1.4rem;
    white-space: nowrap;
    margin-left: 1rem;
  }
  header.l-header.sticky {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.0588235294);
  }
  header.l-header.sticky .logoimage {
    width: 50px;
    margin-top: 0;
  }
  header.l-header.sticky .logo-text {
    display: block;
    font-size: 1.4rem;
    white-space: nowrap;
    margin-left: 1rem;
  }
}

.l-header__nav {
  margin-left: auto;
  margin-right: 40px;
}

.l-header__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
@media (max-width: 1080px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list .l-header__item {
  margin: 0 2rem;
}
.l-header__list a {
  font-size: clamp(1.4rem, 0.84rem + 1.28vw, 1.8rem);
  display: block;
  letter-spacing: normal;
}
.l-header__list .pcnone {
  display: none;
}

.l-header__toggle-btn {
  position: fixed;
  top: 2.3rem;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 300;
  cursor: pointer;
}
.l-header__toggle-btn span {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #231815;
  transition: all 0.5s;
  border-radius: 4px;
}
.l-header__toggle-btn span:nth-child(1) {
  top: 4px;
}
.l-header__toggle-btn span:nth-child(2) {
  top: 16px;
}
.l-header__toggle-btn span:nth-child(3) {
  bottom: 7px;
}
@media (max-width: 1080px) {
  .l-header__toggle-btn {
    width: 40px;
    height: 40px;
  }
}

.l-header__nav.open {
  visibility: visible;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  padding-top: 70px;
  width: 100%;
  transition: all 0.5s;
  z-index: 101;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: auto;
}
.l-header__nav.open .l-header__logo {
  margin: 0 auto;
}
.l-header__nav.open .l-header__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__nav.open .l-header__list .l-header__item {
  margin: 0 0 2rem 0;
}
.l-header__nav.open .l-header__list a {
  font-size: clamp(1.6rem, 1.029rem + 1.83vw, 2.4rem);
}
.l-header__nav.open .l-header__list .pcnone {
  display: block;
}
.l-header__nav.open + #mask {
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
  z-index: 100;
}
.l-header__nav.open ~ .l-header__toggle-btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.l-header__nav.open ~ .l-header__toggle-btn span:nth-child(2) {
  opacity: 0;
}
.l-header__nav.open ~ .l-header__toggle-btn span:nth-child(3) {
  transform: translateY(-16px) rotate(315deg);
}

@media screen and (375px <= width <= 928px) {
  .l-header__cta {
    display: none;
  }
  .l-header__nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    pointer-events: none;
  }
  .l-header__nav a {
    padding: 0.8rem 1.4rem;
    font-size: clamp(1.6rem, 1.029rem + 1.83vw, 2.4rem);
    color: #231815;
  }
  .l-header__nav.open {
    pointer-events: auto;
  }
  .l-header__nav .pcnone {
    display: block;
  }
  .l-header__toggle-btn {
    display: block;
    top: 1.3rem;
  }
}
.fixed-cta {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 1000;
}
.fixed-cta a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #E60012;
  color: #fff;
}
@media (max-width: 768px) {
  .fixed-cta {
    bottom: 0;
    width: 100%;
  }
  .fixed-cta a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem;
    font-size: 1.8rem;
  }
}

.fixed-cta__link i {
  margin-right: 10px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body {
  overflow-x: hidden;
}

.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: min(1220px, 100%);
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .inner {
    padding: 0 2.4vw;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20.2rem;
}
.c-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.6rem;
  padding: 1rem 3.2rem;
  text-align: center;
  transition: all 0.3s;
  border-radius: 100vmax;
  line-height: 2.8rem;
  width: 100%;
}
@media screen and (360px <= width <= 667px) {
  .c-btn {
    width: 90%;
  }
  .c-btn a {
    font-size: 1.6rem;
    padding: 0.7rem 1rem;
  }
}

.c-btn.contact a {
  color: #fff;
  background-color: #231815;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-page-header {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  padding: 18.3333333333vw 7.2222222222vw 2.3611111111vw;
}
@media (max-width: 768px) {
  .c-page-header {
    padding: 10rem 4vw 3rem;
    text-align: center;
  }
}

.c-page-header__title {
  color: #231815;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.25vw;
  line-height: 1.25vw;
}
@media (max-width: 768px) {
  .c-page-header__title {
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: center;
  }
}

.c-page-header__title-en {
  font-size: 5.5555555556vw;
  line-height: 5.5555555556vw;
  margin-bottom: 1.6666666667vw;
  font-weight: 700;
  color: #e60012;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .c-page-header__title-en {
    width: 100%;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-sec-title {
  font-size: 3.6rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 6vw;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
}
.c-sec-title.text-center {
  text-align: center;
  margin: 0 auto 6vw;
}
.c-sec-title .en {
  font-size: 2rem;
  color: #E60012;
  display: block;
}
@media screen and (360px <= width <= 667px) {
  .c-sec-title {
    font-size: 2.2rem;
    margin: 0 auto 3.6rem;
    text-align: center;
  }
  .c-sec-title .en {
    font-size: 1.6rem;
    text-align: center;
  }
}

/* -------------------------------------------*/
/* ------
breadcrumbs
-------------------------------------*/
.c-breadcrumbs {
  background: #fff;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
.c-breadcrumbs a {
  font-size: 1.3rem;
}
.c-breadcrumbs a:after {
  content: ">";
  display: inline-block;
  margin: 0 1.2rem;
  font-size: 1.3rem;
}
.c-breadcrumbs span {
  font-size: 1.3rem;
}
@media screen and (360px <= width <= 667px) {
  .c-breadcrumbs {
    display: none;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-footer-cta {
  background-color: #ce1d2b;
  padding: 4vw 0;
}
.c-footer-cta .c-sec-title {
  color: #fff;
  margin: 0 auto 2vw;
  text-align: center;
}
.c-footer-cta .c-sec-title span {
  color: #fff;
}
@media (max-width: 1080px) {
  .c-footer-cta {
    padding: 6vw 0;
    text-align: center;
  }
  .c-footer-cta .c-sec-title {
    text-align: center;
    margin-bottom: 4rem;
  }
}

.c-footer-cta__link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 1vw 4vw;
  border-radius: 100vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .c-footer-cta__link {
    font-size: 1.6rem;
    padding: 2vw 6vw;
  }
}

.c-footer-cta__text {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2vw;
}
@media (max-width: 1080px) {
  .c-footer-cta__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.c-footer-cta__tel-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.6rem 4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2vw;
  text-align: center;
}
.c-footer-cta__tel-box .c-footer-cta__tel-text {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 1rem;
}
@media (max-width: 1080px) {
  .c-footer-cta__tel-box {
    padding: 2vw 6vw;
    margin-bottom: 3rem;
  }
}

.c-footer-cta__tel-link {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  justify-content: center;
}
.c-footer-cta__tel-link a {
  color: #E60012;
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1;
}
.c-footer-cta__tel-link i {
  color: #E60012;
  font-size: 3.4rem;
}
@media (max-width: 1080px) {
  .c-footer-cta__tel-link a {
    color: #E60012;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
  }
  .c-footer-cta__tel-link i {
    color: #E60012;
    font-size: 2.4rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.top-mv {
  position: relative;
  padding-top: 12vw;
  height: 86vh;
}

@media (max-width: 1080px) and (min-width: 768px) {
  .top-mv {
    padding-top: 17vw;
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .top-mv {
    padding-top: 15rem;
    height: 70vh;
  }
}
.top-mv__title-wrap {
  padding-left: 4vw;
  margin-bottom: 6vw;
}
@media (max-width: 1080px) {
  .top-mv__title-wrap {
    padding: 0 6vw;
    margin-bottom: 4rem;
  }
}

.top-mv__title {
  font-size: clamp(4.6rem, 1.886rem + 8.69vw, 8.4rem);
  font-weight: bold;
}
.top-mv__title span {
  color: #009D5B;
}
@media (max-width: 1080px) {
  .top-mv__title {
    text-align: center;
    font-size: clamp(3.6rem, 1.886rem + 5.24vw, 6.4rem);
  }
}

.top-mv__subtitle {
  font-size: clamp(1.6rem, 1.029rem + 2.38vw, 2.8rem);
}
@media (max-width: 1080px) and (min-width: 768px) {
  .top-mv__subtitle {
    text-align: center;
    font-size: clamp(1.6rem, 1.029rem + 2.38vw, 2.8rem);
  }
}
@media (max-width: 767px) {
  .top-mv__subtitle {
    font-size: 1.6rem;
    text-align: center;
  }
}

.mv-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2000/1125;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.sec01 {
  padding: 3vw 0 6vw;
}
.sec01 .sec01__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec01 .sec01__content:not(:last-child) {
  margin-bottom: 8vw;
}
.sec01 .sec01__content.--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1080px) {
  .sec01 .sec01__content {
    flex-direction: column;
  }
  .sec01 .sec01__content:not(:last-child) {
    margin-bottom: 4cqb;
  }
  .sec01 .sec01__content.--reverse {
    flex-direction: column;
  }
}

.sec01__content-img {
  width: 52%;
  height: 400px;
  background-color: #F9F8F8;
  border-radius: 20px;
  padding: 40px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.sec01__content-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec01__content-img.w-full {
  height: auto;
  padding: 0;
}
@media (max-width: 1080px) {
  .sec01__content-img {
    width: 90%;
    height: 260px;
    margin-bottom: 4vw;
  }
  .sec01__content-img.w-full {
    height: 260px;
    padding: 0;
  }
}

.sec01__content-text {
  width: 45%;
  padding-left: 2vw;
}
.sec01__content-text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media (max-width: 1080px) {
  .sec01__content-text {
    width: 90%;
  }
  .sec01__content-text p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
}

.sec01 .sec01__content.--reverse .sec01__content-text {
  padding-left: 0;
  padding-right: 2vw;
}
@media (max-width: 1080px) {
  .sec01 .sec01__content.--reverse .sec01__content-text {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec01__content-text-title {
  font-size: clamp(2.4rem, 1.886rem + 2.38vw, 3.6rem);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2vw;
}
.sec01__content-text-title strong {
  color: #E60012;
}
@media (max-width: 1080px) {
  .sec01__content-text-title {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}

.sec01__info {
  padding: 4rem;
  background-color: #F9F8F8;
  border-radius: 20px;
}
@media (max-width: 1080px) {
  .sec01__info {
    padding: 2rem;
    border-radius: 10px;
  }
}
.sec01__info h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.sec01__info h3:before {
  content: "●";
  margin-right: 0.3rem;
  color: #E60012;
}
@media (max-width: 1080px) {
  .sec01__info h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.sec01__info h4 {
  color: #E60012;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sec01__info dl {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sec01__info dl {
    flex-direction: column;
    margin-bottom: 2.6rem;
  }
}
.sec01__info .info-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2rem;
}
.sec01__info .info-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .sec01__info .info-image {
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 1.6rem;
  }
}
.sec01__info .info-text {
  flex: 1;
}
.sec01__info dt {
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
}
.sec01__info dd {
  font-size: 1.4rem;
}

.about-footer {
  margin-top: 6vw;
  height: 525px;
  overflow: hidden;
}
.about-footer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  .about-footer {
    height: 180px;
  }
}

.sec02 {
  padding: 6vw 0;
}
.sec02 .sec02__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .sec02 .sec02__content {
    display: block;
  }
}

.sec02__content-img {
  width: 40%;
}
.sec02__content-img .sec02__content-img-title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.sec02__content-img .sec02__content-img-title:before {
  content: "●";
  margin-right: 0.3rem;
  color: #E60012;
}
.sec02__content-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .sec02__content-img {
    width: 90%;
    margin: 0 auto 6vw;
  }
  .sec02__content-img .sec02__content-img-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.sec02__content-text {
  width: 50%;
  padding-left: 2vw;
}
.sec02__content-text p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .sec02__content-text {
    width: 90%;
    margin: 0 auto 4vw;
  }
}

.sec02__content-text-list {
  position: relative;
  padding-left: 3.2rem;
}
.sec02__content-text-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #E60012;
}
.sec02__content-text-list li {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 4rem;
  position: relative;
  counter-increment: list;
}
.sec02__content-text-list li:before {
  content: counter(list);
  position: absolute;
  left: -4.5rem;
  top: 0;
  background-color: #fff;
  border: 1px solid #E60012;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60012;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sec02__content-text-list {
    padding-left: 3.2rem;
  }
  .sec02__content-text-list li {
    font-size: 1.6rem;
  }
}

.sec03 {
  padding: 6vw 0;
  background-color: #F9F8F8;
}
.sec03 .c-sec-title {
  margin-bottom: 3vw;
}
.sec03 .sec03__read {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 4vw;
}
@media (max-width: 1080px) {
  .sec03 .sec03__read {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.sec03 strong {
  color: #E60012;
}
@media (max-width: 768px) {
  .sec03 {
    padding: 4rem 0;
  }
  .sec03 .c-sec-title {
    margin-bottom: 4rem;
  }
}

.sec03__content-title {
  background-color: #fff;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2vw;
  text-align: center;
}
.sec03__content-title br {
  display: none;
}
@media (max-width: 768px) {
  .sec03__content-title {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
  }
  .sec03__content-title br {
    display: block;
  }
}

.sec03__content-table {
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 4vw;
  border-collapse: collapse;
}
.sec03__content-table td {
  border: 1px solid #ccc;
  padding: 0.6rem 0.4rem;
  text-align: center;
}
.sec03__content-table caption {
  text-align: left;
  padding-bottom: 2rem;
  font-weight: bold;
}
.sec03__content-table .bnone {
  border: none;
}

.sec03__content-flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec03__content-flex-wrap-item {
  width: 48%;
}
@media (max-width: 1080px) {
  .sec03__content-flex-wrap-item {
    width: 100%;
  }
}

.graph {
  width: 42%;
}
.graph .graph__caption {
  text-align: center;
  color: #E60012;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2rem;
}
@media (max-width: 1080px) {
  .graph {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
  }
}

.graph-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.graph-wrap > .graph {
  width: 65%;
}
.graph-wrap > .graph:first-child {
  width: 30%;
}
.graph-wrap > .graph:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.graph-wrap > .graph:last-child .graph__img {
  width: 48%;
}
.graph-wrap .hyouka {
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 1rem 2rem;
  border-radius: 20px;
  border: 1px solid #009D5B;
  margin: 2rem auto 0;
}
.graph-wrap .hyouka p:before {
  content: "●";
  margin-right: 0.3rem;
  color: #f8bf07;
}
@media (max-width: 1080px) {
  .graph-wrap {
    flex-direction: column;
    width: 100%;
  }
  .graph-wrap > .graph {
    width: 100%;
    margin-bottom: 4rem;
  }
  .graph-wrap > .graph:first-child {
    width: 100%;
  }
  .graph-wrap > .graph:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .graph-wrap > .graph:last-child .graph__img {
    width: 100%;
    margin-bottom: 4rem;
  }
  .graph-wrap .hyouka {
    text-align: left;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    margin: 2rem auto 0;
  }
  .graph-wrap .hyouka p {
    margin-bottom: 0.8rem;
  }
}

.bg_stripe {
  background: linear-gradient(-45deg, transparent 25%, rgba(199, 199, 199, 0.1490196078) 25%, rgba(199, 199, 199, 0.1490196078) 50%, transparent 50%, transparent 75%, rgba(199, 199, 199, 0.1490196078) 75%, rgba(199, 199, 199, 0.1490196078));
  background-clip: padding-box;
  background-size: 6px 6px;
  padding: 1.8em;
  position: relative;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4vw auto 0;
}
@media (max-width: 1080px) {
  .bg_stripe {
    margin: 4vw auto 0;
    width: 100%;
    text-align: left;
  }
}

.spectrum_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4vw;
}
@media (max-width: 1080px) {
  .spectrum_flex {
    margin-top: 4rem;
    flex-direction: column;
  }
}

.spectrum_flex-item {
  width: 48%;
}
@media (max-width: 1080px) {
  .spectrum_flex-item {
    width: 100%;
    margin-bottom: 6rem;
  }
}

.sec04 {
  padding: 6vw 0;
}

.sec04__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec04__content .sec04__content-items {
  width: 30%;
  background-color: #F9F8F8;
  border-radius: 20px;
  padding: 2rem;
}
@media (max-width: 1080px) {
  .sec04__content .sec04__content-items {
    width: 90%;
    margin: 0 auto 4rem;
  }
}
.sec04__content .sec04__content-items-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  height: 280px;
}
@media (max-width: 1080px) {
  .sec04__content .sec04__content-items-img {
    height: 260px;
  }
}
.sec04__content .sec04__content-items-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec04__content .sec04__content-items-text-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.sec04__content .sec04__content-items-text-title span {
  font-size: 1.2rem;
}
.sec04__content .sec04__content-items-text-detail {
  font-size: 1.6rem;
  line-height: 2;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.company-sec01 {
  padding: 6vw 0;
  background-color: #F9F8F8;
  margin: 0 auto 6vw;
  width: 96%;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .company-sec01 {
    padding: 4rem 0;
  }
}

.company_outline_tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #efebeb;
  padding: 16px 0px;
}

@media screen and (min-width: 769px) {
  .company_outline_tr {
    padding: 1.1111111111vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .company_outline_tr {
    flex-direction: column;
  }
}
.company_outline_th {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
  width: 200px;
}

@media screen and (min-width: 769px) {
  .company_outline_th {
    width: 13.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .company_outline_th {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.company_outline_td {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
  padding-left: 16px;
}

@media screen and (min-width: 769px) {
  .company_outline_td {
    padding-left: 1.1111111111vw;
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.contact-sec01 {
  padding: 6vw 0;
  background-color: #F9F8F8;
  margin: 0 auto 6vw;
  width: 96%;
  border-radius: 2rem;
}

.wpcf7 {
  background-color: #fff;
  padding: 8vw;
  border-radius: 2rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea {
  border: 1px solid #bebebe;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7 select {
  padding: 1rem 1rem;
}

.Form-Item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6rem;
}
.Form-Item p:not(.Form-Item-Label) {
  width: calc(100% - 240px);
}
@media (max-width: 768px) {
  .Form-Item {
    flex-direction: column;
    gap: 1rem;
  }
  .Form-Item p:not(.Form-Item-Label) {
    width: 100%;
  }
}

.Form-Item-Label {
  width: 200px;
  position: relative;
}
@media (max-width: 768px) {
  .Form-Item-Label {
    width: 100%;
  }
}

.Form-Item-Label-Required {
  background-color: #E60012;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .Form-Item-Label-Required {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 1rem;
  }
}

.Form-Item-Label-any {
  background-color: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .Form-Item-Label-any {
    position: relative;
    right: 0;
    top: 0;
    margin-right: 1rem;
  }
}

.confirm_area .Form-Item-Label-Required {
  display: none;
}
.confirm_area .confirm_area-read {
  text-align: center;
  margin-bottom: 6rem;
}

.button-wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

input.confirm_button {
  background: #000;
  color: #fff;
  padding: 0.4rem 4rem;
  border-radius: 8px;
}

input.confirm_button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.wpcf7-submit {
  background: #E60012;
  color: #fff;
  padding: 0.4rem 4rem;
  border-radius: 8px;
}

.back_button {
  background: #000;
  color: #fff;
  padding: 0.4rem 4rem;
  border-radius: 8px;
}

.back-link {
  margin-top: 4rem;
  text-align: center;
}
.back-link a {
  color: #0029af;
  text-decoration: underline;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.recruit-nav {
  margin: 4vw auto;
}

.recruit-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
.recruit-nav__list a {
  padding: 1.2rem 3.2rem;
  background-color: #F9F8F8;
  border-radius: 2rem;
  border: 1px solid #efebeb;
  display: flex;
  align-items: center;
}
.recruit-nav__list a:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  margin-left: 1.6rem;
}
@media screen and (max-width: 769px) {
  .recruit-nav__list a {
    border-radius: 1rem;
    padding: 0.9rem 1.9rem;
  }
}

.recruit-sec01 {
  padding: 6vw 0;
  background-color: #F9F8F8;
  margin: 0 auto 6vw;
  width: 96%;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .recruit-sec01 {
    padding: 4rem 0;
  }
}

.recruit_outline_tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #efebeb;
  padding: 16px 0px;
}

@media screen and (min-width: 769px) {
  .recruit_outline_tr {
    padding: 1.1111111111vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit_outline_tr {
    flex-direction: column;
  }
}
.recruit_outline_th {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
  width: 200px;
}

@media screen and (min-width: 769px) {
  .recruit_outline_th {
    width: 13.8888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .recruit_outline_th {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.recruit_outline_td {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
  padding-left: 16px;
}
.recruit_outline_td ul {
  margin-bottom: 1.2rem;
}
.recruit_outline_td li {
  display: flex;
}
.recruit_outline_td li:before {
  content: "・";
  font-size: 1.6rem;
  margin-right: 0.5rem;
  color: #E60012;
}
.recruit_outline_td .note {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #505050;
}

@media screen and (min-width: 769px) {
  .recruit_outline_td {
    padding-left: 1.1111111111vw;
  }
}
.entry-btn {
  margin: 6vw auto;
  text-align: center;
}
.entry-btn .entry-btn__link {
  padding: 1.6rem 3.2rem;
  display: inline-block;
  background-color: #E60012;
  border-radius: 2rem;
  border: 1px solid #efebeb;
  width: min(500px, 94%);
  margin: 0 auto;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */