@charset "UTF-8";
.main {
  overflow: hidden;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sp_br {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_br {
    display: none;
  }
}
.pc_br {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: block;
  }
}
.break {
  display: inline-block;
}

.pc {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.btn-tri-link {
  display: block;
  transition: all 0.3s;
  margin-top: 6vw;
}
.btn-tri-link:hover {
  opacity: 0.6;
}

.btn-tri {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 1em 5em;
  border: 2px solid #222;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-tri::after {
  content: "";
  width: 0;
  height: 0; /* 右向き三角 */
  border-top: 0.33em solid transparent;
  border-bottom: 0.33em solid transparent;
  border-left: 0.45em solid currentColor;
}

.btn-tri:hover {
  transition: all 0.3s;
}
.btn-tri:hover:hover {
  opacity: 0.6;
}

.btn-tri-link02 {
  display: block;
  transition: all 0.3s;
}
.btn-tri-link02:hover {
  opacity: 0.6;
}

.btn-tri02 {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 1em 5em;
  border: 2px solid #222;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-tri02::after {
  content: "";
  width: 0;
  height: 0; /* 右向き三角 */
  border-top: 0.33em solid transparent;
  border-bottom: 0.33em solid transparent;
  border-left: 0.45em solid currentColor;
}

.btn-tri02:hover {
  transition: all 0.3s;
}
.btn-tri02:hover:hover {
  opacity: 0.6;
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1ecc0c; /* 緑色 */
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 0; /* 四角 */
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .apply-btn {
    font-size: 22px;
    padding: 10px 30px;
  }
}

.apply-btn .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .apply-btn .arrow {
    width: 30px;
    height: 30px;
  }
}

.apply-btn svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .apply-btn svg {
    width: 21px;
    height: 25px;
  }
}

.apply-btn:hover {
  opacity: 0.8;
}

.apply-btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0066cc; /* 緑色 */
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 0; /* 四角 */
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .apply-btn02 {
    font-size: 22px;
    padding: 10px 30px;
  }
}

.apply-btn02 .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .apply-btn02 .arrow {
    width: 30px;
    height: 30px;
  }
}

.apply-btn02 svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .apply-btn02 svg {
    width: 21px;
    height: 25px;
  }
}

.apply-btn02:hover {
  opacity: 0.8;
}

.btn-tri-link05 {
  display: block;
  transition: all 0.3s;
}
.btn-tri-link05:hover {
  opacity: 0.6;
}

.btn-tri05 {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 1em 5em;
  border: 2px solid #222;
  color: #222;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-tri05::after {
  content: "";
  width: 0;
  height: 0; /* 右向き三角 */
  border-top: 0.33em solid transparent;
  border-bottom: 0.33em solid transparent;
  border-left: 0.45em solid currentColor;
}

.btn-tri05:hover {
  transition: all 0.3s;
}
.btn-tri05:hover:hover {
  opacity: 0.6;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-padding-top: 100px;
}

body {
  color: #4d4d4d;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body.-active {
  overflow: hidden;
}

body.-active::before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0%;
  top: 0;
  bottom: 0;
  z-index: 8888;
}

/* ヘッダー */
.l-header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.2);
  /* ナビメニュー */
}
@media screen and (max-width: 1280px) {
  .l-header {
    height: 48px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
}
.l-header__logo {
  width: 80%;
  transition: all 0.3s;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    width: 100%;
  }
}
.l-header__logo:hover {
  opacity: 0.6;
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-header__logo-wrapper {
    justify-content: left;
  }
}
.l-header__visual {
  width: 28%;
}
@media screen and (max-width: 1280px) {
  .l-header__visual {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .l-header__visual {
    width: 20%;
  }
}
.l-header__img {
  width: 100%;
}
.l-header__logo-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-header__logo-sub02 {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  margin-left: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .l-header__logo-sub02 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__logo-sub02 {
    font-size: 14px;
  }
}
.l-header__logo-text {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1280px) {
  .l-header__logo-text {
    font-size: 10px;
  }
}
.l-header__menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .l-header__menu {
    background: #fff;
    display: none;
    position: fixed;
    top: 48px;
    right: 0;
  }
}
.l-header__menu-list {
  display: flex;
  height: 100%;
  justify-content: center; /* 中央寄せ */
  gap: 20px; /* 項目間の余白（お好みで調整） */
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .l-header__menu-list {
    display: block;
  }
}
.l-header__menu-item {
  height: 100%;
  white-space: nowrap;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .l-header__menu-item {
    height: auto;
  }
}
.l-header__menu-item02 {
  height: 100%;
  white-space: nowrap;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .l-header__menu-item02 {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.l-header__menu-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 100%;
  padding: 15px;
}
@media screen and (max-width: 1280px) {
  .l-header__menu-link {
    padding: 24px 48px;
  }
}
.l-header__menu-link02 {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  height: 100%;
  padding: 15px;
  background-color: #0066cc;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .l-header__menu-link02 {
    padding: 24px 48px;
  }
}
.l-header__contact {
  background-color: #0066cc;
  color: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  margin-left: 13px;
}
@media screen and (max-width: 1280px) {
  .l-header__contact {
    margin-left: 0;
    display: block;
  }
}
.l-header__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s;
}
.l-header__contact-link:hover {
  opacity: 0.6;
}
.l-header__contact-img {
  width: 20%;
}
.l-header__contact-text {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.4em;
}

.l-header__menu-link {
  position: relative; /*アンダーラインの位置を決めるための基準 */
}
@media screen and (max-width: 1280px) {
  .l-header__menu-link {
    transition: all 0.3s;
  }
  .l-header__menu-link:hover {
    opacity: 0.6;
  }
}

.l-header__menu-link::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); /* 中央に配置 */
  content: "";
  width: 60%;
  height: 2px;
  background: linear-gradient(to right, #f52908 0%, #f52908 33.3%, #0066cc 33.3%, #0066cc 66.6%, #1dc312 66.6%, #1dc312 100%);
  bottom: 60px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .l-header__menu-link::after {
    display: none;
  }
}

.l-header__menu-link:hover::after {
  visibility: visible;
  bottom: 12px; /*アニメーションが止まる位置*/
  opacity: 1;
}

/* ハンバーガーメニュー */
.h-btn {
  display: none;
}

@media (max-width: 1280px) {
  .h-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 28px;
  }
  .h-btn-item {
    background: #222;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    transition: all 0.3s;
  }
  .h-btn-item:first-child {
    transform-origin: left top;
  }
  .h-btn-item:last-child {
    transform-origin: left bottom;
  }
  .-active .h-btn-item:first-child {
    transform: rotate(45deg);
  }
  .-active .h-btn-item:nth-child(2) {
    opacity: 0;
  }
  .-active .h-btn-item:last-child {
    transform: rotate(-45deg);
  }
}
.main {
  overflow: hidden;
}

.section-bc01 {
  background: url(../sec-bc01.jpg);
}

.section-bc02 {
  background: url(../sec-bc02.jpg);
}

.section-bc03 {
  background: url(../sec-bc03.jpg);
}

.section-bc04 {
  background: url(../sec-bc04.jpg);
}

.section-bc05 {
  background: url(../sec-bc05.jpg);
}

.section-bc {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .section-bc {
    height: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .section-bc {
    height: 7rem;
  }
}

.section-bc-title {
  display: block;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 65%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .section-bc-title {
    left: 63%;
  }
}

.section-bc-title01 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-bc-title01 {
    font-size: 26px;
  }
}

.section-bc-title01::before {
  content: "▶";
  color: #f52908;
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%);
}

.section-bc-title03 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-bc-title03 {
    font-size: 26px;
  }
}

.section-bc-title03::before {
  content: "▶";
  color: #f52908;
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translate(-50%, -50%);
}

.section-bc-title02 {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .section-bc-title02 {
    font-size: 18px;
    line-height: 1;
  }
}

.l-re {
  margin-top: 7rem;
}
@media screen and (max-width: 820px) {
  .l-re {
    margin-top: 4rem;
    margin-bottom: 6vw;
  }
}
.l-re__flex {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 520px; /* お好みで高さ調整 */
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .l-re__flex {
    height: auto;
  }
}
.l-re__title {
  position: relative;
  z-index: 2;
  width: 40%;
  padding: 2rem 2rem 2rem 4rem;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .l-re__title {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.l-re__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 67px;
  letter-spacing: 0.1em;
  color: #0066cc;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-re__en {
    font-size: 28px;
  }
}
.l-re__main {
  font-weight: 700;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-re__main {
    font-size: 22px;
  }
}
.l-re__sub {
  font-size: 500px;
  font-size: 18px;
  margin-top: 1.8vw;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-re__sub {
    font-size: 16px;
  }
}
.l-re__visual {
  position: absolute;
  top: 0;
  right: -401px;
  width: 87%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .l-re__visual {
    display: none;
  }
}
.l-re__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center; /* 右端を優先的に表示 */
  display: block;
  /* 左側を斜めカット */
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.l-contact {
  padding-top: 9vw;
  padding-bottom: 11vw;
  position: relative;
  overflow: clip;
}
.l-contact__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.l-contact__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .l-contact__title {
    flex-direction: column;
  }
}
.l-contact__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 67px;
  letter-spacing: 0.1em;
  color: #f52908;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-contact__en {
    font-size: 28px;
  }
}
.l-contact__main {
  font-weight: 700;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-contact__main {
    font-size: 22px;
  }
}
.l-contact__sub {
  font-size: 500px;
  font-size: 18px;
  margin-top: 1.8vw;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .l-contact__sub {
    font-size: 16px;
  }
}
.l-contact__cover {
  width: 90%;
  margin: 0 auto;
  margin-top: 7vw;
}
.l-contact__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
@media screen and (max-width: 820px) {
  .l-contact__wrapper {
    flex-direction: column;
  }
}
.l-contact__link {
  background: #fff;
  display: block;
  border: solid 2px #f52908;
  padding: 20px 10px 20px 5px;
  transition: all 0.3s;
}
.l-contact__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 820px) {
  .l-contact__link {
    width: 100%;
  }
}
.l-contact__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.l-contact__visual {
  width: 18%;
}
@media screen and (max-width: 820px) {
  .l-contact__visual {
    width: 20%;
  }
}
.l-contact__img {
  width: 100%;
}
.l-contact__text {
  text-align: center;
  letter-spacing: 0.1em;
}
.l-contact__text01 {
  font-size: 16px;
  font-weight: 700;
}
.l-contact__text02 {
  color: #f52908;
  font-size: 35px;
  font-weight: 700;
}
.l-contact__text03 {
  font-size: 14px;
  font-weight: 500;
}
.l-contact__time {
  font-weight: 400;
}

.block {
  position: relative;
  /* はみ出して見せたい時は visible。完全に内側だけなら overflow: clip; に */
  overflow: visible;
}

/* 左端・中央に飾りを固定 */
.has-left-deco::before {
  content: "";
  position: absolute;
  inset-block-start: 50%; /* top:50% と同じ（論理プロパティ）*/
  inset-inline-start: 0; /* left:0 */
  transform: translate(-20%, -50%);
  /* ↑ 左に少しはみ出させたい場合は -40% ～ -60% で調整。完全に内側なら 0,-50% */
  /* 画面幅に応じてサイズ可変（最小80px～最大180px） */
  width: clamp(80px, 46vw, 526px);
  aspect-ratio: 1/1; /* 画像が正方形想定。縦横比が違うなら差し替え */
  /* 画像読み込み（@2x対応）*/
  background: image-set(url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20443.43%20540.43'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20none;%20}%20.cls-2%20{%20fill:%20url(%23_名称未設定グラデーション_8);%20}%20.cls-2,%20.cls-3%20{%20mix-blend-mode:%20multiply;%20}%20.cls-4%20{%20isolation:%20isolate;%20}%20.cls-3%20{%20fill:%20url(%23_名称未設定グラデーション_8-2);%20}%20.cls-5%20{%20clip-path:%20url(%23clippath);%20}%20%3c/style%3e%3cclipPath%20id='clippath'%3e%3crect%20class='cls-1'%20y='0'%20width='443.43'%20height='540.43'/%3e%3c/clipPath%3e%3clinearGradient%20id='_名称未設定グラデーション_8'%20data-name='名称未設定グラデーション%208'%20x1='-1311.29'%20y1='245.21'%20x2='391.61'%20y2='245.21'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23f52908'/%3e%3c/linearGradient%3e%3clinearGradient%20id='_名称未設定グラデーション_8-2'%20data-name='名称未設定グラデーション%208'%20x1='-1261.29'%20y1='295.22'%20x2='441.61'%20y2='295.22'%20xlink:href='%23_名称未設定グラデーション_8'/%3e%3c/defs%3e%3cg%20class='cls-4'%3e%3cg%20id='_レイヤー_2'%20data-name='レイヤー%202'%3e%3cg%20id='_バック'%20data-name='バック'%3e%3cg%20class='cls-5'%3e%3cpolygon%20class='cls-2'%20points='-1028.15%200%20391.61%200%20108.46%20490.42%20-1311.29%20490.42%20-1028.15%200'/%3e%3cpolygon%20class='cls-3'%20points='-978.14%2050.01%20441.61%2050.01%20158.47%20540.43%20-1261.29%20540.43%20-978.14%2050.01'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 1x) center/contain no-repeat;
  pointer-events: none; /* クリックを邪魔しない */
  z-index: 0; /* コンテンツの下にしたい時は 0、前面なら 1+ に */
}

/* 小さい画面ではさらに小さく or 非表示にする例 */
@media (max-width: 480px) {
  .has-left-deco::before {
    transform: translate(-20%, -31%);
    width: clamp(80px, 72vw, 526px);
    /* いっそ消すなら display:none; */
  }
}
/* 飾りと本文が重なるのを避けたい場合、左パディングを加える */
.block {
  padding-left: calc(clamp(80px, 12vw, 180px) + 1rem);
}

.l-footer {
  padding: 10vw 0 10vw;
  color: #ffffff;
  background: #666666;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2rem;
  }
}
.l-footer__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.l-footer__company-wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__company-wrapper {
    padding-top: 0;
    flex-direction: column;
  }
}
.l-footer__logo {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .l-footer__logo {
    width: 30%;
    margin: 0 auto;
  }
}
.l-footer__visual {
  width: 100%;
}
.l-footer__img {
  width: 100%;
}
.l-footer__logo-link {
  transition: all 0.3s;
}
.l-footer__logo-link:hover {
  opacity: 0.6;
}
.l-footer__company {
  margin-left: 30px;
  margin-right: 30px;
  width: 34%;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    width: 100%;
    margin-left: 0;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.l-footer__company-name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-footer__company-name {
    font-size: 16px;
    margin-top: 18px;
  }
}
.l-footer__company-addres {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer__company-addres {
    margin-top: 6px;
  }
}
.l-footer__tell-link {
  transition: all 0.3s;
}
.l-footer__tell-link:hover {
  opacity: 0.6;
}
.l-footer__grid {
  width: 17%;
  border-left: solid 1px #fff;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__grid {
    flex-direction: column;
    width: 100%;
    border-left: none;
    padding-left: 0px;
    text-align: center;
    margin-top: 10px;
  }
}
.l-footer__item {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    font-size: 18px;
    line-height: 1.6;
  }
}
.l-footer__item:hover {
  opacity: 0.6;
}
.l-footer__item:not(:first-of-type) {
  margin-top: 10px;
}
.l-footer__copy {
  background-color: #666666;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.l-footer__copy-p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .l-footer__copy-p {
    font-size: 12px;
  }
}

.index-hero {
  background: url("../top.jpg") no-repeat center/cover;
  width: 100%;
  height: 40rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .index-hero {
    height: 36rem;
  }
}
@media screen and (max-width: 820px) {
  .index-hero {
    height: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .index-hero {
    height: 22rem;
  }
}
@media screen and (max-width: 576px) {
  .index-hero {
    height: 12rem;
  }
}

.index-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-mv__bc {
  background: url("../mv-bc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 43rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .index-mv__bc {
    height: 16rem;
  }
}
.index-mv__bc-title {
  display: block;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 46%;
  left: 41%;
  transform: translate(-50%, -50%);
  z-index: 30;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-mv__bc-title {
    position: static; /* 絶対配置を解除 */
    width: 100%; /* 横幅いっぱい */
    text-align: center; /* 中央寄せにしたいなら */
    transform: none; /* translateをリセット */
    margin: 0 auto; /* 必要なら余白調整 */
    padding-top: 7vw;
  }
}
.index-mv__flex {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 5vw;
}
@media screen and (max-width: 768px) {
  .index-mv__flex {
    flex-direction: column;
    align-items: center;
    gap: 1vw;
  }
}
.index-mv__main {
  writing-mode: vertical-rl; /* 右→左に縦組み */
  text-orientation: mixed; /* 漢字は縦、英数字は横倒れせず混在 */
  line-height: 1.8;
  letter-spacing: 0.1em; /* 行送り（字間）を少し広めに */
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .index-mv__main {
    writing-mode: horizontal-tb; /* 横書き */
    text-orientation: initial; /* デフォルトに戻す */
    font-size: 32px;
    text-align: center; /* 中央揃え */
  }
}
@media screen and (max-width: 768px) {
  .index-mv__sub {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.index-mv__sub01 {
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .index-mv__sub01 {
    font-size: 18px;
  }
}
.index-mv__sub02 {
  font-size: 22px;
  margin-top: 3vw;
  line-height: 1.8;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .index-mv__sub02 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 90%;
  }
}
.index-mv__red {
  color: #f52908;
}
.index-mv__blue {
  color: #0066cc;
}
.index-mv__green {
  color: #1dc312;
}

.index-service {
  background: url("../service-bc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .index-service {
    padding-bottom: 11vw;
  }
}
.index-service__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-service__title {
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
  padding-top: 7vw;
  color: #1dc312;
}
@media screen and (max-width: 1024px) {
  .index-service__title {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 11vw;
  }
}
.index-service__wrapper {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .index-service__wrapper {
    width: 90%;
  }
}
.index-service__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 67px;
  letter-spacing: 0.1em;
  color: #1dc312;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .index-service__en {
    font-size: 28px;
    text-align: center;
  }
}
.index-service__main {
  font-weight: 700;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .index-service__main {
    font-size: 22px;
  }
}
.index-service__sub {
  font-size: 500px;
  font-size: 18px;
  color: #4d4d4d;
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .index-service__sub {
    font-size: 15px;
    line-height: 1.5;
  }
}
.index-service__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .index-service__btn {
    flex-direction: column;
  }
}
.index-service__btn {
  margin-top: 2vw;
}
@media screen and (max-width: 1024px) {
  .index-service__btn {
    margin-top: 4vw;
  }
}

.card-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2vw;
}

.card-wrap-ul {
  display: flex;
  justify-content: space-around;
  align-items: stretch; /* 各 li の高さを揃える */
  padding: 0;
  list-style-type: none;
  width: 95%;
  gap: 3vw;
}
@media screen and (max-width: 768px) {
  .card-wrap-ul {
    flex-direction: column;
    align-items: center;
  }
}

.card-wrap-li {
  flex: 1; /* 横幅を均等にする */
  padding: 10px;
  position: relative;
  padding-bottom: 50px;
  margin-top: 30px;
  display: flex; /* 中の白枠を揃えるため */
  flex-direction: column; /* 縦並び */
}
@media screen and (max-width: 768px) {
  .card-wrap-li {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0px;
  }
}

.card-visual {
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.card-visual-img {
  width: 80%;
  aspect-ratio: 9/7;
  border: 15px solid #fff;
}

.card-bc {
  margin-top: -15vw;
  background: #fff;
  padding: 12vw 3vw 3vw 3vw;
  display: flex;
  flex-direction: column;
  flex: 1; /* 親の高さに合わせて伸縮 */
}
@media screen and (max-width: 768px) {
  .card-bc {
    margin-top: -19vw;
  }
}

.card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
}

.card-num-visual {
  width: 42%;
}

.card-ttl {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #1dc312;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card-ttl {
    font-size: 22px;
  }
}

.card-txt {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  flex-grow: 1; /* 比率を指定 */
}
@media screen and (max-width: 768px) {
  .card-txt {
    line-height: 1.5;
  }
}

.index-news {
  background: url("../news.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 44rem;
  position: relative;
  padding-top: 12vw;
  padding-bottom: 7vw;
}
@media screen and (max-width: 1024px) {
  .index-news {
    height: 47rem;
  }
}
.index-news__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.index-news__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 7vw;
}
@media screen and (max-width: 1024px) {
  .index-news__flex {
    flex-direction: column;
    gap: 4vw;
  }
}
.index-news__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 67px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .index-news__en {
    font-size: 28px;
  }
}
.index-news__main {
  font-weight: 700;
  font-size: 28px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .index-news__main {
    font-size: 22px;
  }
}
.index-news__inner {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}
.index-news__wrapper {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .index-news__wrapper {
    width: 100%;
  }
}
.index-news__link {
  color: #333;
  text-decoration: none;
}
.index-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 5%;
}
.index-news__item {
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .index-news__item {
    padding: 11px 0;
  }
}
.index-news__item__item:first-child {
  border-top: 1px solid #E6E6E6;
}
.index-news__link {
  display: flex;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .index-news__link {
    display: block;
    padding-right: 0;
  }
}
.index-news__link:hover {
  opacity: 0.6;
}
.index-news__date {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 52px;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.index-news__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .index-news__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .index-news__btn {
    display: none;
  }
}
.index-news__btn02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index-news__btn02 {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.about-mv {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .about-mv {
    margin-top: 10vw;
  }
}
.about-mv__deco {
  position: relative;
  margin-left: 1.4rem;
}
.about-mv__deco::before {
  content: "";
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20777.49%20123.47'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20url(%23_名称未設定グラデーション_8);%20mix-blend-mode:%20multiply;%20}%20.cls-2%20{%20isolation:%20isolate;%20}%20%3c/style%3e%3clinearGradient%20id='_名称未設定グラデーション_8'%20data-name='名称未設定グラデーション%208'%20x1='0'%20y1='61.73'%20x2='777.49'%20y2='61.73'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23f52908'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20class='cls-2'%3e%3cg%20id='_レイヤー_2'%20data-name='レイヤー%202'%3e%3cg%20id='_レイヤー_1-2'%20data-name='レイヤー%201'%3e%3cpolygon%20class='cls-1'%20points='71.28%200%20777.49%200%20706.2%20123.47%200%20123.47%2071.28%200'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -65%;
  transform: translateY(-50%);
  width: 41.3em;
  height: 6.3em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .about-mv__deco::before {
    display: none;
    margin-left: 0;
  }
}
.about-mv__main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-mv__main {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-mv__main {
    font-size: 28px;
  }
}
.about-mv__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-mv__en {
    font-size: 20px;
  }
}
.about-mv__border {
  width: 50px;
  height: 2px;
  background-color: #4d4d4d;
  margin: 9px auto 6px;
}
.about-mv__flex {
  display: flex;
  justify-content: center;
  gap: 4vw;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .about-mv__flex {
    flex-direction: column;
  }
}
.about-mv__visual {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .about-mv__visual {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.about-mv__img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-mv__img {
    width: 70%;
  }
}
.about-mv__wrapper {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-mv__wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
.about-mv__text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about-mv__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}
.about-mv__name {
  text-align: right;
}
.about-mv__main-name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .about-mv__main-name {
    font-size: 16px;
  }
}
.about-mv__sub-name {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .about-mv__sub-name {
    font-size: 24px;
    margin-left: 20px;
  }
}

.about-co {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .about-co {
    margin-top: 15vw;
  }
}
.about-co__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.about-co__deco {
  position: relative;
  margin-left: 1.4rem;
}
.about-co__deco::before {
  content: "";
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20777.49%20123.47'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20url(%23_名称未設定グラデーション_8);%20mix-blend-mode:%20multiply;%20}%20.cls-2%20{%20isolation:%20isolate;%20}%20%3c/style%3e%3clinearGradient%20id='_名称未設定グラデーション_8'%20data-name='名称未設定グラデーション%208'%20x1='0'%20y1='61.73'%20x2='777.49'%20y2='61.73'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%23f52908'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20class='cls-2'%3e%3cg%20id='_レイヤー_2'%20data-name='レイヤー%202'%3e%3cg%20id='_レイヤー_1-2'%20data-name='レイヤー%201'%3e%3cpolygon%20class='cls-1'%20points='71.28%200%20777.49%200%20706.2%20123.47%200%20123.47%2071.28%200'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -65%;
  transform: translateY(-50%);
  width: 41.3em;
  height: 6.3em;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .about-co__deco::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-co__deco {
    margin-left: 0;
    text-align: center;
  }
}
.about-co__main {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-co__main {
    font-size: 30px;
  }
}
.about-co__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #f52908;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-co__en {
    font-size: 20px;
    margin-top: 4px;
  }
}
.about-co__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4vw;
}
.about-co__table {
  width: 100%;
}
.about-co__table-tr {
  border-bottom: 3px dotted #4d4d4d;
}
.about-co__table-tr:last-child {
  border-bottom: none;
}
.about-co__table-header {
  background-color: #f7f4f2;
  padding: 24px 40px;
  border: none;
  width: 21%;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-co__table-header {
    display: block;
    width: 100%;
    font-size: 18px;
  }
}
.about-co__table-date {
  padding: 24px 0px 24px 61px;
  border: none;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about-co__table-date {
    width: 100%;
    display: block;
    padding: 20px 40px 20px;
    font-size: 18px;
  }
}

.about-history {
  margin-top: 7rem;
  background: #f7f4f2;
  padding: 7vw 0 7vw;
}
@media screen and (max-width: 768px) {
  .about-history {
    margin-top: 4rem;
    padding: 15vw 0 15vw;
  }
}
.about-history__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.about-history__deco {
  position: relative;
  margin-left: 1.4rem;
}
.about-history__deco::before {
  content: "";
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20777.49%20123.47'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20isolation:%20isolate;%20}%20.cls-2%20{%20fill:%20url(%23_名称未設定グラデーション_156);%20mix-blend-mode:%20multiply;%20}%20%3c/style%3e%3clinearGradient%20id='_名称未設定グラデーション_156'%20data-name='名称未設定グラデーション%20156'%20x1='0'%20y1='61.73'%20x2='777.49'%20y2='61.73'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%2306c'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20class='cls-1'%3e%3cg%20id='_レイヤー_2'%20data-name='レイヤー%202'%3e%3cg%20id='_レイヤー_1-2'%20data-name='レイヤー%201'%3e%3cpolygon%20class='cls-2'%20points='71.28%200%20777.49%200%20706.2%20123.47%200%20123.47%2071.28%200'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -65%;
  transform: translateY(-50%);
  width: 41.3em;
  height: 6.3em;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .about-history__deco::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-history__deco {
    margin-left: 0;
    text-align: center;
  }
}
.about-history__main {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-history__main {
    font-size: 30px;
  }
}
.about-history__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #0066cc;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-history__en {
    font-size: 20px;
    margin-top: 4px;
  }
}
.about-history__bc {
  margin-top: 4vw;
  background: #fff;
  padding: 4vw 0 4vw 4vw;
}
.about-history__table-header {
  padding: 24px 0;
  border: none;
  width: 30%;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-history__table-header {
    display: block;
    width: 100%;
  }
}
.about-history__table-date {
  padding: 24px 0;
  border: none;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-history__table-date {
    width: 100%;
    display: block;
    padding-top: 0;
  }
}

.about-office {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .about-office {
    margin-top: 15vw;
  }
}
.about-office__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.about-office__deco {
  position: relative;
  margin-left: 1.4rem;
}
.about-office__deco::before {
  content: "";
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%20777.49%20123.47'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20isolation:%20isolate;%20}%20.cls-2%20{%20fill:%20url(%23_名称未設定グラデーション_157);%20mix-blend-mode:%20multiply;%20}%20%3c/style%3e%3clinearGradient%20id='_名称未設定グラデーション_157'%20data-name='名称未設定グラデーション%20157'%20x1='0'%20y1='61.73'%20x2='777.49'%20y2='61.73'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0'%20stop-color='%23fff'/%3e%3cstop%20offset='1'%20stop-color='%231dc312'/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20class='cls-1'%3e%3cg%20id='_レイヤー_2'%20data-name='レイヤー%202'%3e%3cg%20id='_レイヤー_1-2'%20data-name='レイヤー%201'%3e%3cpolygon%20class='cls-2'%20points='71.28%200%20777.49%200%20706.2%20123.47%200%20123.47%2071.28%200'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -65%;
  transform: translateY(-50%);
  width: 41.3em;
  height: 6.3em;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .about-office__deco::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-office__deco {
    margin-left: 0;
    text-align: center;
  }
}
.about-office__main {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-office__main {
    font-size: 30px;
  }
}
.about-office__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #1dc312;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-office__en {
    font-size: 20px;
    margin-top: 4px;
  }
}
.about-office__flex {
  display: flex;
  justify-content: space-between;
  gap: 5vw;
  margin-top: 5vw;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  .about-office__flex {
    flex-direction: column;
    gap: 2vw;
    margin-top: 6vw;
  }
}
.about-office__flex:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about-office__co {
  display: inline-block;
  background-color: #1dc312;
  color: #fff;
  padding: 0px 6px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-office__co {
    font-size: 20px;
  }
}
.about-office__add {
  font-size: 22px;
  font-weight: 700;
  margin-top: 2vw;
}
@media screen and (max-width: 768px) {
  .about-office__add {
    font-size: 18px;
  }
}
.about-office__tel {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .about-office__tel {
    font-size: 18px;
  }
}
.about-office__visual {
  aspect-ratio: 25/11;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .about-office__visual {
    width: 100%;
  }
}
.about-office__iframe {
  width: 100%;
  height: 100%;
}

.about-group {
  background-color: #f7f4f2;
  padding: 8vw 0 8vw;
  margin-top: 8vw;
}
@media screen and (max-width: 1024px) {
  .about-group {
    padding: 14vw 0 14vw;
    margin-top: 15vw;
  }
}
.about-group__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.about-group__main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-group__main {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .about-group__main {
    font-size: 30px;
  }
}
.about-group__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .about-group__en {
    font-size: 20px;
    margin-top: 4px;
  }
}
.about-group__border {
  width: 50px;
  height: 2px;
  background-color: #4d4d4d;
  margin: 9px auto 6px;
}
@media screen and (max-width: 1024px) {
  .about-group__border {
    height: 1px;
  }
}
.about-group__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  margin-top: 5vw;
}
@media screen and (max-width: 1024px) {
  .about-group__flex {
    flex-direction: column;
    gap: 7vw;
    margin-top: 8vw;
  }
}
.about-group__item {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .about-group__item {
    width: 90%;
  }
}
.about-group__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
}
.about-group__link:hover {
  opacity: 0.6;
}
.about-group__item-title {
  background: #4d4d4d;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding: 4px 10px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .about-group__item-title {
    font-size: 20px;
  }
}
.about-group__bc {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 70px 50px 40px;
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .about-group__bc {
    padding: 50px 30px 20px;
    margin-top: -20px;
    width: 100%;
  }
}
.about-group__visual {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .about-group__visual {
    width: 60%;
  }
}
.about-group__img {
  width: 100%;
}
.about-group__name {
  font-size: 26px;
  font-weight: 700;
  margin-top: 2vw;
}
@media screen and (max-width: 1024px) {
  .about-group__name {
    font-size: 20px;
  }
}

.about-attempt {
  margin-top: 7rem;
  padding-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .about-attempt {
    margin-top: 15vw;
  }
}
.about-attempt__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.about-attempt__main-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about-attempt__main {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-attempt__main {
    font-size: 30px;
  }
}
.about-attempt__en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about-attempt__en {
    font-size: 20px;
    margin-top: 4px;
  }
}
.about-attempt__border {
  width: 50px;
  height: 2px;
  background-color: #4d4d4d;
  margin: 9px auto 6px;
}
@media screen and (max-width: 768px) {
  .about-attempt__border {
    height: 1px;
  }
}
.about-attempt__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4vw;
}
.about-attempt__text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-attempt__text {
    text-align: center;
    font-size: 18px;
  }
}
.about-attempt__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .about-attempt__list {
    margin-top: 3vw;
  }
}
.about-attempt__flex {
  display: flex;
  justify-content: center;
  gap: 4vw;
  margin-top: 4vw;
  width: 100%;
  padding-bottom: 3vw;
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 768px) {
  .about-attempt__flex {
    flex-direction: column;
  }
}
.about-attempt__flex:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about-attempt__visual {
  width: 15%;
}
@media screen and (max-width: 768px) {
  .about-attempt__visual {
    width: 40%;
    margin: 0 auto;
  }
}
.about-attempt__img {
  width: 100%;
}
.about-attempt__wrapper {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about-attempt__wrapper {
    width: 100%;
  }
}
.about-attempt__item-title {
  font-size: 34px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .about-attempt__item-title {
    font-size: 22px;
    text-align: center;
  }
}
.about-attempt__item-text {
  margin-top: 3vw;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .about-attempt__item-text {
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 3vw;
  }
}
.about-attempt__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .about-attempt__list {
    flex-direction: column;
  }
}

.recruit-mv {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .recruit-mv {
    margin-top: 3rem;
  }
}
.recruit-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.recruit-mv__main {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit-mv__main {
    font-size: 18px;
  }
}
.recruit-mv__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recruit-mv__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  width: 60%;
  letter-spacing: 0.1em;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) {
  .recruit-mv__text {
    width: 100%;
    line-height: 1.5;
    font-size: 15px;
    margin-top: 2vw;
  }
}

.recruit-btn {
  margin-top: 4vw;
}
@media screen and (max-width: 768px) {
  .recruit-btn {
    margin-top: 6vw;
  }
}
.recruit-btn__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.recruit-btn__flex {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2vw;
}
@media screen and (max-width: 768px) {
  .recruit-btn__flex {
    flex-direction: column;
  }
}
.recruit-btn__link {
  flex: 1;
  transition: all 0.3s;
}
.recruit-btn__link:hover {
  opacity: 0.6;
}
.recruit-btn__item {
  background-color: #1dc312;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  gap: 30px;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-btn__item {
    padding: 3vw 1vw;
  }
}
.recruit-btn__item02 {
  background-color: #0066cc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  gap: 30px;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-btn__item02 {
    padding: 3vw 1vw;
  }
}
.recruit-btn__num {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 90px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruit-btn__num {
    font-size: 40px;
  }
}
.recruit-btn__text {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-btn__text {
    font-size: 22px;
  }
}
.recruit-btn__img {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .recruit-btn__img {
    width: 8%;
  }
}

.recruit-about02 {
  margin-top: 0rem;
  position: relative;
  padding-bottom: 5vw;
}

.recruit-about {
  margin-top: 7rem;
  position: relative;
  background: #fbf9f8;
  padding-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  .recruit-about {
    margin-top: 3vw;
  }
}
.recruit-about__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.recruit-about__deco {
  position: relative;
  margin-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruit-about__deco {
    margin-left: 0;
  }
}
.recruit-about__deco::before {
  content: "";
  background-image: url("../recruit01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 80%;
  transform: translateY(-50%);
  width: 55.3em;
  height: 11.3em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .recruit-about__deco::before {
    width: 19.3em;
    height: 3.3em;
    right: 76%;
  }
}
.recruit-about__deco02 {
  position: relative;
  margin-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruit-about__deco02 {
    margin-left: 0;
  }
}
.recruit-about__deco02::before {
  content: "";
  background-image: url("../recruit02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 80%;
  transform: translateY(-50%);
  width: 55.3em;
  height: 11.3em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .recruit-about__deco02::before {
    width: 19.3em;
    height: 3.3em;
    right: 76%;
  }
}
.recruit-about__title {
  position: relative;
  z-index: 2;
  width: 60%;
  padding: 5rem 0rem 0rem 0rem;
  background: #fbf9f8;
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__title {
    width: 100%;
    padding: 0rem 0rem 0rem 0rem;
  }
}
.recruit-about__title02 {
  position: relative;
  z-index: 2;
  width: 60%;
  padding: 5rem 0rem 0rem 0rem;
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__title02 {
    width: 100%;
    padding: 0rem 0rem 0rem 0rem;
  }
}
.recruit-about__flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .recruit-about__flex {
    flex-direction: column;
  }
}
.recruit-about__wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 10vw;
}
.recruit-about__main {
  font-weight: 700;
  font-size: 46px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-about__main {
    font-size: 22px;
    padding-left: 0px;
  }
}
.recruit-about__en {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #1dc312;
  letter-spacing: 0.1em;
}
.recruit-about__en02 {
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #0066cc;
  letter-spacing: 0.1em;
}
.recruit-about__sub-title {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  margin-top: 4vw;
  border-bottom: solid 10px #1dc312;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruit-about__sub-title {
    font-size: 20px;
    border-bottom: solid 5px #1dc312;
  }
}
.recruit-about__sub-title02 {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  margin-top: 4vw;
  border-bottom: solid 10px #0066cc;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruit-about__sub-title02 {
    font-size: 20px;
    border-bottom: solid 5px #0066cc;
  }
}
.recruit-about__sub-text {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 1.5vw;
}
@media screen and (max-width: 768px) {
  .recruit-about__sub-text {
    font-size: 16px;
  }
}
.recruit-about__visual {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 50%;
  height: 40%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .recruit-about__visual {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    margin-top: 3vw;
  }
}
.recruit-about__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center; /* 右端を優先的に表示 */
  display: block;
  /* 左側を斜めカット */
}
@media screen and (max-width: 768px) {
  .recruit-about__img {
    height: auto;
  }
}
.recruit-about__table-main02 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 15vw;
}
.recruit-about__table-main {
  display: inline-block;
  background-color: #1dc312;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  padding: 5px 60px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-about__table-main {
    font-size: 22px;
  }
}
.recruit-about__table-main03 {
  display: inline-block;
  background-color: #0066cc;
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  padding: 5px 60px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-about__table-main03 {
    font-size: 22px;
  }
}
.recruit-about__table-wrapper {
  background: #fff;
  padding: 2vw 2vw;
  margin-top: -20px;
  border-bottom: 10px solid #1dc312;
  border-right: 10px solid #1dc312;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-about__table-wrapper {
    margin-top: 0;
  }
}
.recruit-about__table-wrapper02 {
  background: #fff;
  padding: 2vw 2vw;
  margin-top: -20px;
  border-bottom: 10px solid #0066cc;
  border-right: 10px solid #0066cc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-about__table-wrapper02 {
    margin-top: 0;
  }
}
.recruit-about__table-tr {
  border-bottom: 1px solid #b5b1b1;
  width: 100%;
}
.recruit-about__table-tr:last-child {
  border-bottom: none;
}
.recruit-about__table-header {
  padding: 24px 0px 24px 30px;
  border: none;
  width: 35%;
  background-color: #e8f9e7;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit-about__table-header {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 14px 10px 14px 10px;
  }
}
.recruit-about__table-header02 {
  padding: 24px 0px 24px 30px;
  border: none;
  width: 35%;
  background-color: #e5f0fa;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit-about__table-header02 {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 14px 10px 14px 10px;
  }
}
.recruit-about__table-date {
  padding: 24px 0px 24px 30px;
  border: none;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .recruit-about__table-date {
    width: 100%;
    display: block;
    padding-top: 0;
    font-size: 16px;
    padding: 14px 10px 14px 10px;
  }
}
.recruit-about__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vw;
}

.service-mv {
  position: relative;
  z-index: 0;
}
.service-mv__read-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .service-mv__read-wrapper {
    margin-top: 7vw;
  }
}
.service-mv__read {
  width: 50%;
  line-height: 1.8;
  font-weight: 700;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .service-mv__read {
    width: 90%;
    font-size: 16px;
    font-weight: 500;
  }
}
.service-mv__read-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vw;
}
.service-mv__read-main {
  font-size: 34px;
  border: 1px solid #4d4d4d;
  font-weight: 700;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .service-mv__read-main {
    font-size: 20px;
  }
}
.service-mv__deco {
  position: relative;
  margin-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  .service-mv__deco {
    margin-left: 0;
  }
}
.service-mv__deco::before {
  content: "";
  background-image: url("../service-bc01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 72%;
  transform: translateY(-50%);
  width: 55.3em;
  height: 11.3em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .service-mv__deco::before {
    width: 19.3em;
    height: 3.3em;
    right: 76%;
  }
}
.service-mv__flex {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .service-mv__flex {
    flex-direction: column-reverse;
  }
}
.service-mv__title {
  position: relative;
  z-index: 2;
  width: 40%;
  padding: 2rem 0rem 0rem 9rem;
  background: rgb(255, 255, 255);
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .service-mv__title {
    width: 100%;
    padding: 0rem 0rem 0rem 0rem;
  }
}
.service-mv__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .service-mv__wrapper {
    flex-direction: column;
  }
}
.service-mv__num {
  position: relative;
}
.service-mv__num-img {
  position: relative;
  height: auto;
}
.service-mv__main {
  font-weight: 700;
  font-size: 40px;
  color: #1dc312;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .service-mv__main {
    font-size: 22px;
    padding-left: 0px;
  }
}
.service-mv__sub {
  font-weight: 500;
  font-size: 18px;
  margin-top: 4.8vw;
  line-height: 1.8;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service-mv__sub {
    font-size: 16px;
    margin: 0 auto;
    width: 90%;
    margin-top: 6vw;
  }
}
.service-mv__visual {
  position: absolute;
  top: 120px;
  right: -100px;
  width: 66%;
  height: 34%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .service-mv__visual {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    margin-top: 5vw;
  }
}
.service-mv__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center; /* 右端を優先的に表示 */
  display: block;
  /* 左側を斜めカット */
}
@media screen and (max-width: 768px) {
  .service-mv__img {
    height: auto;
  }
}
.service-mv__bc {
  background: #fcfbfa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service-mv__bc {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
.service-mv__bc-inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-mv__bc-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  width: 90%;
  padding-bottom: 5vw;
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 768px) {
  .service-mv__bc-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.service-mv__bc-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .service-mv__bc-title {
    font-size: 20px;
    width: 100%;
  }
}
.service-mv__bc-co {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: 1px solid #4d4d4d;
  padding-left: 5vw;
  width: 80%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service-mv__bc-co {
    padding-left: 0;
    border-left: none;
    font-size: 16px;
    width: 100%;
  }
}
.service-mv__bc-tate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .service-mv__bc-tate {
    width: 100%;
  }
}
.service-mv__bc-co02 {
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  .service-mv__bc-co02 {
    border-left: none;
    font-size: 16px;
    padding: 20px 10px 20px 10px;
  }
}
.service-mv__bc-co01 {
  width: 50%;
}
.service-mv__bc-co03 {
  width: 50%;
  text-align: right;
}
.service-mv__bc-co04 {
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  .service-mv__bc-co04 {
    border-left: none;
    font-size: 16px;
    padding: 20px 10px 20px 10px;
  }
}

.service-item {
  background: #fcfbfa;
  padding-top: 7rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .service-item {
    padding-top: 1rem;
  }
}
.service-item__deco {
  position: relative;
  margin-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  .service-item__deco {
    margin-left: 0;
  }
}
.service-item__deco::before {
  content: "";
  background-image: url("../service-bc02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 72%;
  transform: translateY(-50%);
  width: 55.3em;
  height: 11.3em;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .service-item__deco::before {
    width: 19.3em;
    height: 3.3em;
    right: 76%;
  }
}
.service-item__flex {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .service-item__flex {
    flex-direction: column-reverse;
  }
}
.service-item__title {
  position: relative;
  z-index: 2;
  width: 40%;
  padding: 2rem 0rem 0rem 9rem;
  margin-top: 8vw;
}
@media screen and (max-width: 768px) {
  .service-item__title {
    width: 100%;
    padding: 0rem 0rem 0rem 0rem;
  }
}
.service-item__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .service-item__wrapper {
    flex-direction: column;
  }
}
.service-item__num {
  position: relative;
}
.service-item__num-img {
  position: relative;
  height: auto;
}
.service-item__main {
  font-weight: 700;
  font-size: 40px;
  color: #0066cc;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .service-item__main {
    font-size: 22px;
    padding-left: 0px;
  }
}
.service-item__sub {
  font-weight: 500;
  font-size: 18px;
  margin-top: 4.8vw;
  line-height: 1.8;
  color: #4d4d4d;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .service-item__sub {
    font-size: 16px;
    margin: 0 auto;
    width: 90%;
    margin-top: 6vw;
  }
}
.service-item__visual {
  position: absolute;
  top: 229px;
  right: -100px;
  width: 65%;
  height: 58%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .service-item__visual {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
    margin-top: 5vw;
  }
}
.service-item__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center; /* 右端を優先的に表示 */
  display: block;
  /* 左側を斜めカット */
}
@media screen and (max-width: 768px) {
  .service-item__img {
    height: auto;
  }
}
.service-item__bc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 14vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .service-item__bc {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}
.service-item__bc-inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-item__bc-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  width: 90%;
  padding-bottom: 5vw;
}
@media screen and (max-width: 768px) {
  .service-item__bc-wrapper {
    flex-direction: column;
    width: 100%;
  }
}
.service-item__bc-wrapper:first-child {
  border-bottom: 1px solid #4d4d4d;
}
.service-item__bc-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .service-item__bc-title {
    font-size: 20px;
    width: 100%;
  }
}
.service-item__bc-co {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-left: 1px solid #4d4d4d;
  padding-left: 5vw;
  width: 80%;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service-item__bc-co {
    padding-left: 0;
    border-left: none;
    font-size: 16px;
    width: 100%;
  }
}
.service-item__bc-tate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .service-item__bc-tate {
    width: 100%;
  }
}
.service-item__bc-co02 {
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  .service-item__bc-co02 {
    border-left: none;
    font-size: 16px;
    padding: 20px 10px 20px 10px;
  }
}
.service-item__bc-co01 {
  width: 50%;
}
.service-item__bc-co03 {
  width: 50%;
  text-align: right;
}
.service-item__bc-co04 {
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  .service-item__bc-co04 {
    border-left: none;
    font-size: 16px;
    padding: 20px 10px 20px 10px;
  }
}

.inquiry-radio-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 7vw 0 0;
}
@media screen and (max-width: 768px) {
  .inquiry-radio-group {
    gap: 10px;
  }
}

/* ボタン風 */
.inquiry-radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 20px 60px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 400px;
}
@media screen and (max-width: 768px) {
  .inquiry-radio-group label {
    font-size: 20px;
    padding: 15px 10px;
  }
}

.inquiry-radio-btn .wpcf7-list-item:nth-of-type(1) label {
  background-color: #1dc312;
  color: #fff;
}

.inquiry-radio-btn .wpcf7-list-item:nth-of-type(2) label {
  background-color: #0066cc;
  color: #ffffff;
}

/* 丸部分 */
.inquiry-btn__circle {
  position: relative;
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.inquiry-btn__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #444;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* ラジオボタン非表示 */
input[type=radio][name=inquiry] {
  display: none;
}

/* ラベルの前にカスタム丸を作る */
input[type=radio][name=inquiry] + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  transition: 0.2s;
}

/* 選択時の色変更 */
input[type=radio][name=inquiry]:checked + .wpcf7-list-item-label::before {
  background-color: #000; /* ✔変更したい色 */
  border-color: #ffffff;
}

.wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Form-bc {
  background-color: #fbf9f8;
  padding-top: 3vw;
  padding-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  .Form-bc {
    padding-top: 1vw;
    padding-bottom: 11vw;
  }
}

.wpcf7cf_group {
  width: 69%;
}
@media screen and (max-width: 768px) {
  .wpcf7cf_group {
    width: 100%;
  }
}

.Form-bc-inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 20px;
  }
}
.Form-Item {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  margin-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 38px;
  display: inline-block;
  text-align: center;
  background: #f52908;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  background-color: #fff;
  border: 2px solid #b3b3b3;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 5px;
  height: 48px;
  flex: 1;
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 9px;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Item-Textarea {
  background-color: #fff;
  border: 2px solid #b3b3b3;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: 300px;
  width: 100%;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 9px;
    margin-left: 0;
    height: 250px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form-btn {
  margin-top: 3vw;
}
@media screen and (max-width: 768px) {
  .Form-btn {
    margin-top: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

/* グループ全体の並び */
.zp-radio-group {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* 元のラジオボタンを隠す */
.zp-radio {
  display: none;
}

/* ラベル（文字と丸いボタン） */
.zp-label {
  position: relative;
  padding-left: 30px; /* ← 丸の分の余白 */
  cursor: pointer;
  font-size: 16px;
  color: #333;
  user-select: none;
}

/* 丸い外枠を作る */
.zp-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #007bff; /* ← 枠の色 */
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* 選択された時の中の丸 */
.zp-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  background-color: #007bff; /* ← 選択時の色 */
  border-radius: 50%;
  transition: transform 0.2s ease;
}

/* 選択された時（中の丸を表示） */
.zp-radio:checked + .zp-label::after {
  transform: translateY(-50%) scale(1);
}

/* hover時の軽いエフェクト */
.zp-label:hover::before {
  border-color: #0056b3;
}

.Form-Item-Input,
.Form-Item select {
  background-color: #fff;
  border: 2px solid #b3b3b3;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 5px;
  height: 48px;
  width: 100%;
  font-size: 16px;
}

/* ▼ select本体 */
.Form-SelectWrap {
  position: relative;
  width: 100%;
}

.Form-Item-Select {
  width: 100%;
  height: 48px;
  font-size: 16px;
  padding: 0.5em 2.5em 0.5em 1em; /* 右に少し余白を取る（三角分） */
  border: 2px solid #b3b3b3;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/* ▼ 疑似要素で下三角を作成 */
.Form-SelectWrap::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  pointer-events: none; /* クリックを妨げない */
}

/* ▼ スマホ対応 */
@media screen and (max-width: 480px) {
  .Form-Item-Select {
    font-size: 15px;
    height: 44px;
  }
  .Form-SelectWrap::after {
    right: 0.8em;
    width: 7px;
    height: 7px;
  }
}
.check-box-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.check-box-wrapper {
  width: 100%;
  margin: 0 auto;
}

.check-box-head {
  font-size: 18px;
  margin: 50px auto 0;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .check-box-head {
    margin-top: 1rem;
  }
}

.check-privacy {
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  height: 200px;
  line-height: 2;
  margin: 5px auto 0;
  max-width: 920px;
  overflow: auto;
  padding: 20px 28px;
  width: 90%;
  font-weight: 700;
}

.contact-form__confirmation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact-form__confirmation {
    font-size: 17px;
  }
}
.contact-form__thanks-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4vw;
  margin-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .contact-form__thanks-btn {
    margin-top: 6vw;
    margin-bottom: 42px;
  }
}

.thanks {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .thanks {
    margin-top: 10vw;
  }
}
.thanks__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thanks__thanks {
  font-size: 16px;
  width: 77%;
}
@media screen and (max-width: 768px) {
  .thanks__thanks {
    margin-top: 10px;
    font-size: 16px;
    width: 90%;
  }
}

/* チェックボックスとラベルを横並びに */
.wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 6px; /* チェックと文字の間の余白 */
  letter-spacing: 0.1em;
}

/* チェックボックスの大きさ調整（お好みで） */
.wpcf7-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
}

.archive-mv {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .archive-mv {
    margin-top: 10vw;
  }
}
.archive-mv__inner {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .archive-mv__inner {
    width: 95%;
  }
}
.archive-mv__link {
  display: block;
  text-decoration: none;
}
.archive-mv__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 5%;
}
.archive-mv__item {
  padding: 2vw 10vw;
}
@media screen and (max-width: 768px) {
  .archive-mv__item {
    padding: 18px 18px;
  }
}
.archive-mv__item:nth-child(even) {
  background-color: #e8f9e7;
}
.archive-mv__link {
  padding-right: 30px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .archive-mv__link {
    display: block;
    padding-right: 0;
  }
}
.archive-mv__link:hover {
  opacity: 0.6;
}
.archive-mv__date {
  margin-right: 15px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .archive-mv__date {
    margin-bottom: 0px;
  }
}
.archive-mv__time {
  font-size: 20px;
  color: #0066cc;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .archive-mv__time {
    font-size: 15px;
  }
}
.archive-mv__title {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap; /* 折り返さない */
  overflow: hidden; /* はみ出した部分を隠す */
  text-overflow: ellipsis; /* 省略記号を表示 */
}
@media screen and (max-width: 768px) {
  .archive-mv__title {
    font-size: 16px;
  }
}

.news-pagination {
  margin-top: 60px;
}

.pagination__btn--last, .pagination__btn--first, .pagination__btn--next, .pagination__btn--prev, .pagination__item a, .pagination__item--current {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #cccccc;
  min-width: 3em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 1px 0 0;
  padding: calc(1em - 1px) 1em;
}

.pagination__btn--last:hover, .pagination__btn--first:hover, .pagination__btn--next:hover, .pagination__btn--prev:hover, .pagination__item a:hover, .pagination__item--current:hover {
  color: #fff;
  background: #f52908;
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: 3vw;
}

.pagination__list {
  display: none;
}

.pagination__item {
  margin: 0;
}

.pagination__item--current {
  background: #f52908;
  color: #fff;
  font-weight: bold;
  margin: 0 1px 0 0;
}

.pagination__pos {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #FFDA5F;
}

.pagination__btn--prev {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.pagination__btn--next {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.pagination__btn--first {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination__btn--last {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

@media screen and (max-width: 768px) {
  .news-pagination {
    margin-top: 27px;
  }
  .pagination__pos {
    display: none;
  }
}
@media (min-width: 520px) {
  .pagination__list {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__pos {
    display: none;
  }
}

.news-mv {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .news-mv {
    margin-top: 10vw;
  }
}
.news-mv__inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.news-mv__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-mv__item {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .news-mv__item {
    width: 100%;
  }
}
.news-mv__date {
  padding-left: 5vw;
  padding-right: 5vw;
}
.news-mv__time {
  font-size: 20px;
  color: #0066cc;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news-mv__time {
    font-size: 16px;
  }
}
.news-mv__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .news-mv__title {
    font-size: 16px;
  }
}
.news-mv__border {
  height: 2px;
  width: 100%;
  background-color: #1dc312;
  margin-top: 1.5vw;
}
.news-mv__visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vw;
}
@media screen and (max-width: 768px) {
  .news-mv__visual {
    width: 100%;
  }
}
.news-mv__img {
  width: 90%;
}
.news-mv__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news-mv__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5vw;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .news-mv__text {
    font-size: 16px;
  }
}
.news-mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5vw;
}

/* -- div#thanks -------------------------------------------------------------------------------- */
div#thanks * {
  margin: 0;
  padding: 0;
}

div#thanks {
  width: 1000px;
  margin: 50px auto;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 1px solid #454545;
}

div#thanks h2 {
  margin-top: 3em;
}

div#thanks p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}

div#thanks dl {
  width: 90%;
  margin: 0 auto 3em;
}

div#thanks dl dt {
  margin-top: 2em;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- div#thanks -------------------------------------------------------------------------------- */
  div#thanks {
    width: 95%;
    font-size: 100%;
  }
}
/* 1000pixel end */
.thanks__wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .thanks__wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}