@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

:root {
  --main-color: #2e366d;
  --main-red: #ae3846;
  --sans: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --ibarra: "Ibarra Real Nova", serif;
  --mrs: "Mrs Saint Delafield", cursive;
}

html {
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  min-width: 320px;
  margin: auto;
  color: #000;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5625;
  background: #fcfcfc;
  overflow-x: hidden;
  position: relative;
}

@media (max-width: 960px) {
  body.hidden {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
    line-height: 1.5;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  .__pc {
    display: none !important;
  }
}

.__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .__sp {
    display: inherit;
  }
}

a,
button {
  transition: all 0.3s;
}

a:hover,
button:hover {
  opacity: 0.8;
}

.container {
  max-width: 112rem;
  margin: auto;
}

@media (max-width: 112rem) {
  .container {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 3.846vw;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}

.header__logo img {
  height: 4rem;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    height: 7.692vw;
  }
}

.header__container {
  padding: 2.4rem 3rem 2.4rem 6rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, var(--main-color), var(--main-color) 30.2083%, #fff 30.2083%, #fff 100%);
}

@media screen and (max-width: 767px) {
  .header__container {
    align-items: center;
    padding: 1.026vw 1.026vw 1.026vw 5.128vw;
    background: linear-gradient(to right, var(--main-color), var(--main-color) 50vw, #fff 50vw, #fff 100%);
  }
}

.header__links {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 767px) {
  .header__links {
    -moz-column-gap: 1.026vw;
    column-gap: 1.026vw;
  }
}

.header__links a {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media screen and (max-width: 767px) {
  .header__links a {
    flex-direction: column;
    align-items: center;
    height: 14.359vw;
    width: 14.359vw;
    font-size: 2.564vw;
    line-height: 1;
    color: #fff !important;
  }
}

.header__links a.register {
  color: #ae3846;
}

@media screen and (max-width: 767px) {
  .header__links a.register {
    background: #ae3846;
  }
}

.header__links a i img {
  height: 4rem;
}

@media screen and (max-width: 767px) {
  .header__links a i img {
    height: 10.256vw;
  }
}

.kv {
  position: relative;
  margin-bottom: 9rem;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .kv {
    margin-bottom: 0;
  }
}

.kv:after {
  content: "";
  background: var(--main-color);
  display: block;
  width: 30.2083%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

@media screen and (max-width: 767px) {
  .kv:after {
    content: none;
  }
}

.kv .container {
  max-width: 136.6rem;
  margin: auto;
}

@media (max-width: 136.6rem) {
  .kv .container {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .kv .container {
    padding: 0 3.846vw;
  }
}

.kv .__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

.kv .__person {
  position: absolute;
  right: 14%;
  top: 2.5rem;
  z-index: 0;
  height: 74.6rem;
}

.kv__head {
  padding: 14rem 0 0 19.2rem;
  color: #fff;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .kv__head {
    padding: 16.41vw 5.128vw 24.359vw;
  }
}

.kv__head .message-top {
  background: #212121;
  font-family: var(--serif);
  font-size: 3.2rem;
  font-weight: 600;
  padding: 0.1rem 2rem;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .kv__head .message-top {
    font-size: 4.103vw;
    padding: 1.282vw 6.41vw;
    margin-bottom: 3.846vw;
  }
}

.kv__head .message-top .__small {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .kv__head .message-top .__small {
    font-size: 3.077vw;
  }
}

.kv__head .message-main {
  font-family: var(--serif);
  font-size: 6.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .kv__head .message-main {
    font-size: 7.179vw;
  }
}

.kv__head .message-main .__small {
  font-size: 5.6rem;
}

@media screen and (max-width: 767px) {
  .kv__head .message-main .__small {
    font-size: 5.128vw;
  }
}

.kv__head .message-sub {
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 7.5rem;
}

@media screen and (max-width: 767px) {
  .kv__head .message-sub {
    font-size: 4.103vw;
    margin-bottom: 8.974vw;
  }
}

.kv__head .message-sub .__small {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .kv__head .message-sub .__small {
    font-size: 4.103vw;
  }
}

.kv__head .message-sub .__large {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .kv__head .message-sub .__large {
    font-size: 4.103vw;
  }
}

.kv__head .links {
  max-width: 73.5rem;
  display: flex;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  position: relative;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .kv__head .links {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .kv__head .links {
    flex-direction: column;
    max-width: 100%;
    gap: 3.846vw 0;
  }
}

.kv__head .links a {
  font-family: var(--sans);
  font-weight: 700;
  width: 36rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .kv__head .links a {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .kv__head .links a {
    width: 100%;
    height: 16.41vw;
    padding: 0;
    -moz-column-gap: 1.282vw;
    column-gap: 1.282vw;
  }
}

.kv__head .links a .__small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .kv__head .links a .__small {
    font-size: 3.077vw;
  }
}

.kv__head .links a.register {
  background-color: #ae3846;
}

.kv__head .links a i img {
  height: 4rem;
}

@media screen and (max-width: 767px) {
  .kv__head .links a i img {
    height: 10.256vw;
  }
}

@media (min-width: 768px) {
  .kv__case .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    max-width: 82.4rem;
    margin-left: auto;
    position: relative;
  }
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .kv__case .swiper-wrapper {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .kv__case .swiper-wrapper {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}

.kv__case .case-item {
  background: #fff;
}

.kv__case .case-item .head {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .kv__case .case-item .head {
    -moz-column-gap: 5.128vw;
    column-gap: 5.128vw;
    margin-bottom: 8.974vw;
    padding-top: 1.282vw;
  }
}

.kv__case .case-item .head .num {
  font-family: var(--ibarra);
  color: var(--main-color);
  font-size: 6.4rem;
  font-style: italic;
  line-height: 0;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .kv__case .case-item .head .num {
    font-size: 10.256vw;
  }
}

.kv__case .case-item .head .person {
  font-family: var(--serif);
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .kv__case .case-item .head .person {
    font-size: 4.615vw;
  }
}

.kv__case .case-item .before,
.kv__case .case-item .after {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {

  .kv__case .case-item .before,
  .kv__case .case-item .after {
    -moz-column-gap: 1.538vw;
    column-gap: 1.538vw;
  }
}

.kv__case .case-item .before .label,
.kv__case .case-item .after .label {
  font-weight: 700;
  line-height: 1.5;
  padding: 0.4rem 1rem;
}

@media screen and (max-width: 767px) {

  .kv__case .case-item .before .label,
  .kv__case .case-item .after .label {
    padding: 1.026vw 2.564vw;
  }
}

.kv__case .case-item .before .job,
.kv__case .case-item .after .job {
  font-weight: 500;
}

.kv__case .case-item .before .job .job-main,
.kv__case .case-item .after .job .job-main {
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 767px) {

  .kv__case .case-item .before .job .job-main,
  .kv__case .case-item .after .job .job-main {
    margin-bottom: 2.564vw;
  }
}

.kv__case .case-item .before .job .job-main .__large,
.kv__case .case-item .after .job .job-main .__large {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {

  .kv__case .case-item .before .job .job-main .__large,
  .kv__case .case-item .after .job .job-main .__large {
    font-size: 5.128vw;
  }
}

.kv__case .case-item .before {
  padding: 2rem 2rem 0.5rem;
}

@media screen and (max-width: 767px) {
  .kv__case .case-item .before {
    padding: 0 5.128vw 1.282vw;
  }
}

.kv__case .case-item .before:after {
  content: "";
  width: 100%;
  height: 2.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  background: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .kv__case .case-item .before:after {
    height: 6.41vw;
    bottom: -6.41vw;
  }
}

.kv__case .case-item .before .label {
  color: #212121;
  border: 1px solid #212121;
}

.kv__case .case-item .after {
  padding: 4rem 2rem 3rem;
  background: #f7eaec;
}

@media screen and (max-width: 767px) {
  .kv__case .case-item .after {
    padding: 12.821vw 5.128vw 5.128vw;
  }
}

.kv__case .case-item .after .label {
  color: var(--main-red);
  border: 1px solid var(--main-red);
}

.aboutus {
  margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .aboutus {
    margin-bottom: 20.513vw;
  }
}

.aboutus__content {
  display: flex;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

@media screen and (max-width: 767px) {
  .aboutus__content {
    flex-direction: column;
    gap: 7.692vw 0;
  }
}

.aboutus__content .text-content {
  padding-top: 4.6rem;
  color: var(--main-color);
}

@media screen and (max-width: 767px) {
  .aboutus__content .text-content {
    padding-top: 10.256vw;
  }
}

.aboutus__content .text-content h2 {
  position: relative;
  color: var(--main-color);
}

.aboutus__content .text-content h2 .en {
  font-size: 12rem;
  line-height: 1;
  opacity: 0.08;
}

@media screen and (max-width: 767px) {
  .aboutus__content .text-content h2 .en {
    font-size: 14.359vw;
    white-space: nowrap;
  }
}

.aboutus__content .text-content h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 8rem;
  left: 2rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .aboutus__content .text-content h2 .ja {
    font-size: 4.103vw;
    top: 7.692vw;
    left: 2.564vw;
  }
}

.aboutus__content .text-content h2 .ja:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--main-color);
  width: 100vw;
  position: absolute;
  left: calc(-100vw - 2rem);
}

@media screen and (max-width: 767px) {
  .aboutus__content .text-content h2 .ja:before {
    left: -102.564vw;
  }
}

@media screen and (max-width: 767px) {
  .aboutus__content .text-content h2 {
    margin-bottom: 7.692vw;
  }
}

.aboutus__content .text-content h3 {
  font-size: 4.8rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .aboutus__content .text-content h3 {
    font-size: 6.154vw;
    margin-bottom: 5.128vw;
  }
}

.aboutus__content .text-content p {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .aboutus__content .text-content p {
    font-size: 3.59vw;
  }
}

.aboutus__content .image-content {
  margin-right: calc(50% - 50vw);
  height: 47.2rem;
}

@media screen and (max-width: 767px) {
  .aboutus__content .image-content {
    margin: 0;
    height: auto;
    width: 100%;
  }
}

.job-information {
  overflow-x: hidden;
  margin-bottom: 16rem;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}

@media screen and (max-width: 767px) {
  .job-information {
    margin-bottom: 20.513vw;
  }
}

.job-information__content h2 {
  position: relative;
  color: var(--main-color);
  margin-bottom: 6rem;
}

.job-information__content h2 .en {
  font-size: 12rem;
  line-height: 1;
  opacity: 0.08;
}

@media screen and (max-width: 767px) {
  .job-information__content h2 .en {
    font-size: 14.359vw;
    white-space: nowrap;
  }
}

.job-information__content h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 8rem;
  left: 2rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .job-information__content h2 .ja {
    font-size: 4.103vw;
    top: 7.692vw;
    left: 2.564vw;
  }
}

.job-information__content h2 .ja:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--main-color);
  width: 100vw;
  position: absolute;
  left: calc(-100vw - 2rem);
}

@media screen and (max-width: 767px) {
  .job-information__content h2 .ja:before {
    left: -102.564vw;
  }
}

@media screen and (max-width: 767px) {
  .job-information__content h2 {
    margin-bottom: 7.692vw;
  }
}

.job-information__content .lead {
  font-size: 2.4rem;
  color: var(--main-color);
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .job-information__content .lead {
    font-size: 3.59vw;
    margin-bottom: 10.256vw;
  }
}

.job-information__slider {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
}

.job-information__slider .swiper {
  overflow: hidden;
}

.job-information__slider .swiper-slide {
  padding: 0 1px;
}

.job-information__slider .swiper-slide .slide-inner {
  font-family: var(--sans);
  border: 1px solid var(--main-color);
  padding: 2rem 0;
}

.job-information__slider .swiper-slide .slide-inner .job-name {
  color: var(--main-color);
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding: 0 2rem;
}

@media screen and (max-width: 767px) {
  .job-information__slider .swiper-slide .slide-inner .job-name {
    font-size: 4.103vw;
    margin-bottom: 1.282vw;
    padding: 0 5.128vw;
  }
}

.job-information__slider .swiper-slide .slide-inner .responsible {
  font-weight: 400;
  padding: 0 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px dotted var(--main-color);
}

@media screen and (max-width: 767px) {
  .job-information__slider .swiper-slide .slide-inner .responsible {
    padding: 0 5.128vw;
    padding-bottom: 3.846vw;
    margin-bottom: 3.846vw;
  }
}

.job-information__slider .swiper-slide .slide-inner .income {
  color: var(--main-red);
  font-weight: 400;
  padding: 0 2rem 1.2rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dotted var(--main-color);
}

@media screen and (max-width: 767px) {
  .job-information__slider .swiper-slide .slide-inner .income {
    font-size: 3.59vw;
  }
}

.job-information__slider .swiper-slide .slide-inner .income span {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .job-information__slider .swiper-slide .slide-inner .income span {
    font-size: 6.154vw;
  }
}

.job-information__slider .swiper-slide .slide-inner .job-content {
  padding: 0 2rem;
}

.job-information__slider .swiper-button-prev,
.job-information__slider .swiper-button-next {
  height: 3.2rem;
  width: 3.2rem;
}

.job-information__slider .swiper-button-prev::after,
.job-information__slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.2rem;
  margin: auto;
  width: 3.2rem;
}

.job-information .swiper-button-prev {
  left: -1.6rem;
}

.job-information .swiper-button-next {
  right: -1.6rem;
}

.job-information .swiper-button-prev::after {
  background-image: url("../images/prev_arrow.svg");
}

.job-information .swiper-button-next::after {
  background-image: url("../images/next_arrow.svg");
}

.accomplishments {
  overflow: hidden;
  margin-bottom: 16rem;
}

.accomplishments__content h2 {
  position: relative;
  color: var(--main-color);
  margin-bottom: 6rem;
}

.accomplishments__content h2 .en {
  font-size: 12rem;
  line-height: 1;
  opacity: 0.08;
}

@media screen and (max-width: 767px) {
  .accomplishments__content h2 .en {
    font-size: 14.359vw;
    white-space: nowrap;
  }
}

.accomplishments__content h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 8rem;
  left: 2rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .accomplishments__content h2 .ja {
    font-size: 4.103vw;
    top: 7.692vw;
    left: 2.564vw;
  }
}

.accomplishments__content h2 .ja:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--main-color);
  width: 100vw;
  position: absolute;
  left: calc(-100vw - 2rem);
}

@media screen and (max-width: 767px) {
  .accomplishments__content h2 .ja:before {
    left: -102.564vw;
  }
}

.accomplishments__content .lead {
  font-size: 2.4rem;
  color: var(--main-color);
  margin-bottom: 5rem;
}

.accomplishments__case {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

@media screen and (max-width: 767px) {
  .accomplishments__case {
    grid-template-columns: 1fr;
    gap: 5.128vw;
  }
}

.accomplishments__case .case-item {
  font-family: var(--sans);
}

.accomplishments__case .case-item__inner {
  border: 1px solid var(--main-color);
}

.accomplishments__case .case-item__inner .head-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  height: 10rem;
  border-bottom: 1px solid var(--main-color);
}

@media screen and (max-width: 767px) {
  .accomplishments__case .case-item__inner .head-content {
    -moz-column-gap: 3.846vw;
    column-gap: 3.846vw;
    height: 20.513vw;
  }
}

.accomplishments__case .case-item__inner .head-content .head-image img {
  width: auto;
  height: 9.9rem;
}

@media screen and (max-width: 767px) {
  .accomplishments__case .case-item__inner .head-content .head-image img {
    height: 20.256vw;
  }
}

.accomplishments__case .case-item__inner .head-content .head-text h3 {
  font-family: var(--ibarra);
  color: var(--main-color);
  font-size: 3.2rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .accomplishments__case .case-item__inner .head-content .head-text h3 {
    font-size: 6.154vw;
    margin-bottom: 1.282vw;
  }
}

.accomplishments__case .case-item__inner .head-content .head-text p {
  font-weight: 400;
}

.accomplishments__case .case-item__inner .main-content {
  padding: 4rem 2rem;
}

@media screen and (max-width: 767px) {
  .accomplishments__case .case-item__inner .main-content {
    padding: 5.128vw;
  }
}

.accomplishments__case .case-item__inner .reason {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .accomplishments__case .case-item__inner .reason {
    margin-bottom: 5.128vw;
  }
}

.accomplishments__case .case-item__inner .reason p:first-of-type {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .accomplishments__case .case-item__inner .reason p:first-of-type {
    margin-bottom: 2.564vw;
  }
}

.accomplishments__case .case-item__inner .before-after {
  display: grid;
  grid-template-columns: 1fr 3rem 1fr;
}

@media screen and (max-width: 767px) {
  .accomplishments__case .case-item__inner .before-after {
    grid-template-columns: 1fr 3.077vw 1fr;
  }
}

.accomplishments__case .case-item__inner .before,
.accomplishments__case .case-item__inner .after {
  padding: 1.5rem 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {

  .accomplishments__case .case-item__inner .before,
  .accomplishments__case .case-item__inner .after {
    padding: 5.128vw 3.846vw 6.41vw;
  }
}

.accomplishments__case .case-item__inner .before .__bg,
.accomplishments__case .case-item__inner .after .__bg {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: var(--mrs);
  font-size: 6.4rem;
  line-height: 1;
  z-index: 0;
  transform: rotate(-15deg);
}

@media screen and (max-width: 767px) {

  .accomplishments__case .case-item__inner .before .__bg,
  .accomplishments__case .case-item__inner .after .__bg {
    font-size: 12.308vw;
  }
}

.accomplishments__case .case-item__inner .before__inner,
.accomplishments__case .case-item__inner .after__inner {
  text-align: center;
  position: relative;
}

.accomplishments__case .case-item__inner .before__inner .head,
.accomplishments__case .case-item__inner .after__inner .head {
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 767px) {

  .accomplishments__case .case-item__inner .before__inner .head,
  .accomplishments__case .case-item__inner .after__inner .head {
    padding-bottom: 1.282vw;
    margin-bottom: 3.846vw;
  }
}

.accomplishments__case .case-item__inner .before__inner .job,
.accomplishments__case .case-item__inner .after__inner .job {
  font-weight: 700;
  line-height: 2;
}

.accomplishments__case .case-item__inner .before__inner .invoice span,
.accomplishments__case .case-item__inner .after__inner .invoice span {
  font-family: var(--ibarra);
  font-size: 4rem;
}

@media screen and (max-width: 767px) {

  .accomplishments__case .case-item__inner .before__inner .invoice span,
  .accomplishments__case .case-item__inner .after__inner .invoice span {
    font-size: 8.205vw;
  }
}

.accomplishments__case .case-item__inner .before {
  background: #e5e6ec;
}

.accomplishments__case .case-item__inner .before__inner .head {
  color: var(--main-color);
}

.accomplishments__case .case-item__inner .after {
  background: #f3e6e8;
}

.accomplishments__case .case-item__inner .after__inner .head {
  color: var(--main-red);
}

.accomplishments__case .case-item__inner .after__inner .invoice span {
  color: var(--main-red);
}

.accomplishments__case .case-item__inner .arrow {
  position: relative;
}

.accomplishments__case .case-item__inner .arrow img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.worry {
  background: url("../images/worry.png") no-repeat center/cover;
  padding: 10rem 0 16.7rem;
}

@media screen and (max-width: 767px) {
  .worry {
    background: url("../images/worry_sp.png") no-repeat center/cover;
    padding: 15.385vw 0;
  }
}

.worry h2 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .worry h2 {
    font-size: 5.128vw;
    margin-bottom: 5.128vw;
  }
}

.worry h2 span {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .worry h2 span {
    font-size: 4.103vw;
  }
}

.worry__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

@media screen and (max-width: 767px) {
  .worry__list {
    grid-template-columns: 1fr;
    gap: 5.128vw 0;
  }
}

.worry__list .list-item {
  position: relative;
  padding: 2rem 3rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .worry__list .list-item {
    padding: 3.846vw 5.128vw;
  }
}

.worry__list .list-item:after {
  content: "";
  position: absolute;
  bottom: -1.8rem;
  right: 5rem;
  display: block;
  width: 1.7rem;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-clip-path: path("M-3,0,14,18H0Z");
  clip-path: path("M-3,0,14,18H0Z");
  transform: rotate(180deg);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .worry__list .list-item:after {
    bottom: -4.359vw;
    width: 4.359vw;
    height: 4.615vw;
  }
}

.worry__list .list-item p {
  font-family: var(--sans);
  line-height: 2;
}

.solution {
  background: url("../images/solution.png") no-repeat center/cover;
  padding: 11rem 0;
  position: relative;
  top: -6rem;
  z-index: -1;
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .solution {
    background: url("../images/solution_sp.png") no-repeat center/cover;
    padding: 15.385vw 0;
    top: -7.692vw;
    margin-bottom: 10.256vw;
  }
}

.solution h2 {
  color: var(--main-red);
  font-size: 4rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 7.5rem;
}

@media screen and (max-width: 767px) {
  .solution h2 {
    font-size: 5.128vw;
    padding-left: 0;
  }
}

.merits {
  margin-bottom: 16rem;
}

@media screen and (max-width: 767px) {
  .merits {
    margin-bottom: 15.385vw;
  }
}

.merits__content h2 {
  position: relative;
  color: var(--main-color);
  margin-bottom: 4.5rem;
}

.merits__content h2 .en {
  font-size: 12rem;
  line-height: 1;
  opacity: 0.08;
}

@media screen and (max-width: 767px) {
  .merits__content h2 .en {
    font-size: 14.359vw;
    white-space: nowrap;
  }
}

.merits__content h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: 8rem;
  left: 2rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .merits__content h2 .ja {
    font-size: 4.103vw;
    top: 7.692vw;
    left: 2.564vw;
  }
}

.merits__content h2 .ja:before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--main-color);
  width: 100vw;
  position: absolute;
  left: calc(-100vw - 2rem);
}

@media screen and (max-width: 767px) {
  .merits__content h2 .ja:before {
    left: -102.564vw;
  }
}

@media screen and (max-width: 767px) {
  .merits__content h2 {
    margin-bottom: 7.692vw;
  }
}

.merits__list {
  display: flex;
  flex-direction: column;
  row-gap: 9rem;
}

@media screen and (max-width: 767px) {
  .merits__list {
    row-gap: 12.821vw;
  }
}

.merits__list .list-item {
  display: flex;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

@media screen and (max-width: 767px) {
  .merits__list .list-item {
    gap: 5.128vw 0;
  }
}

@media screen and (max-width: 767px) {

  .merits__list .list-item:first-of-type,
  .merits__list .list-item:last-of-type {
    flex-direction: column;
  }
}

.merits__list .list-item:first-of-type .image-content,
.merits__list .list-item:last-of-type .image-content {
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {

  .merits__list .list-item:first-of-type .image-content,
  .merits__list .list-item:last-of-type .image-content {
    margin-right: 0;
  }
}

.merits__list .list-item:nth-of-type(2) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .merits__list .list-item:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

.merits__list .list-item:nth-of-type(2) .image-content {
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .merits__list .list-item:nth-of-type(2) .image-content {
    margin-left: 0;
  }
}

.merits__list .list-item .text-content {
  flex: 1;
}

.merits__list .list-item .text-content h3 {
  color: var(--main-color);
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .merits__list .list-item .text-content h3 {
    font-size: 5.128vw;
    margin-bottom: 3.846vw;
  }
}

.merits__list .list-item .text-content p {
  font-weight: 400;
  background-image: linear-gradient(2);
}

.merits__list .list-item .image-content img {
  height: 43.2rem;
}

@media screen and (max-width: 767px) {
  .merits__list .list-item .image-content img {
    height: auto;
  }
}

.cta {
  background: url("../images/cta.png") no-repeat center/cover;
  padding: 10rem 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cta {
    background: url("../images/cta_sp.png") no-repeat center/cover;
    padding: 10.256vw 0 15.385vw;
  }
}

.cta__content {
  text-align: center;
}

.cta__content h2 {
  color: var(--main-color);
  font-size: 4rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .cta__content h2 {
    font-size: 5.128vw;
    margin-bottom: 7.692vw;
  }
}

.cta__content h2 span {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .cta__content h2 span {
    font-size: 5.128vw;
  }
}

.cta__content p {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .cta__content p {
    font-size: 4.103vw;
    margin-bottom: 7.692vw;
  }
}

.cta__links {
  display: flex;
  justify-content: center;
  -moz-column-gap: 8rem;
  column-gap: 8rem;
}

@media screen and (max-width: 767px) {
  .cta__links {
    flex-direction: column;
    gap: 3.846vw 0;
  }
}

.cta__links a {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding: 4rem 0;
  width: 36rem;
  color: #fff;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .cta__links a {
    width: auto;
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .cta__links a {
    font-size: 3.59vw;
    -moz-column-gap: 2.564vw;
    column-gap: 2.564vw;
    padding: 0;
    width: 100%;
    height: 16.41vw;
  }
}

.cta__links a span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .cta__links a span {
    font-size: 3.077vw;
  }
}

.cta__links a.register {
  background-color: #ae3846;
}

.cta__links a i img {
  height: 4rem;
}

@media screen and (max-width: 767px) {
  .cta__links a i img {
    height: 10.256vw;
  }
}

footer {
  background-color: var(--main-color);
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 5.128vw;
  }
}

footer p {
  text-align: center;
  color: #fff;
}

main.lp_b .kv {
  margin-bottom: 0;
}

main.lp_b .entry {
  margin-bottom: 0;
}

main.thanks {
  padding-top: 20rem;
}

@media screen and (max-width: 767px) {
  main.thanks {
    padding-top: 25.641vw;
  }
}

main.thanks .thanks__header {
  font-weight: 700;
  margin-bottom: 20rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  main.thanks .thanks__header {
    font-size: 4.103vw;
    margin-bottom: 25.641vw;
  }
}

main.thanks .thanks__header .head {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  main.thanks .thanks__header .head {
    font-size: 4.103vw;
  }
}

main.thanks .thanks__header .line-head {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  main.thanks .thanks__header .line-head {
    font-size: 4.103vw;
  }
}

main.thanks .line-cv.__bottom {
  margin-bottom: 10rem;
}

main.thanks .line-cv a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #06c755;
  border-radius: 10px;
  padding: 1.5rem 4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 767px) {
  main.thanks .line-cv a {
    font-size: 3.846vw;
  }
}

main.thanks .line-cv .qr {
  max-width: 18rem;
  margin: auto;
}